zephyr/drivers/timer
Kumar Gala 789081673f Introduce new sized integer typedefs
This is a start to move away from the C99 {u}int{8,16,32,64}_t types to
Zephyr defined u{8,16,32,64}_t and s{8,16,32,64}_t.  This allows Zephyr
to define the sized types in a consistent manor across all the
architectures we support and not conflict with what various compilers
and libc might do with regards to the C99 types.

We introduce <zephyr/types.h> as part of this and have it include
<stdint.h> for now until we transition all the code away from the C99
types.

We go with u{8,16,32,64}_t and s{8,16,32,64}_t as there are some
existing variables defined u8 & u16 as well as to be consistent with
Zephyr naming conventions.

Jira: ZEP-2051

Change-Id: I451fed0623b029d65866622e478225dfab2c0ca8
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-20 16:07:08 +00:00
..
Kconfig timer: riscv_machine_timer driver depends on SOC_FAMILY_RISCV_PRIVILEGE 2017-04-02 15:14:59 +00:00
Makefile Xtensa port: Added support for Xtensa internal timer as system timer. 2017-02-13 08:04:27 -08:00
altera_avalon_timer.c kernel: add flexibility to k_cycle_get_32() definition 2017-02-16 19:27:59 +00:00
arcv2_timer0.c kconfig: rename non-Kconfig CONFIG_* variables 2017-04-11 03:14:23 +00:00
cortex_m_systick.c cortex_m_systick: fix _timer_cycle_get_32() race 2017-02-22 18:45:36 +00:00
hpet.c kernel: add flexibility to k_cycle_get_32() definition 2017-02-16 19:27:59 +00:00
loapic_timer.c spell: fix doxygen comment typos: /drivers 2017-04-19 10:45:34 -07:00
nrf_rtc_timer.c nrf_rtc_timer: clear events and counter when disabling sys_clock 2017-03-27 09:05:57 -05:00
pulpino_timer.c kernel: add flexibility to k_cycle_get_32() definition 2017-02-16 19:27:59 +00:00
riscv_machine_timer.c timer: riscv_machine_timer: prevent spurious interrupt while rearming the timer 2017-04-02 15:15:03 +00:00
sys_clock_init.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
xtensa_sys_timer.c Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00