zephyr/include
Piotr Zięcik 3c7f990367 kernel: Do not use sys_clock_ticks_per_sec in _ms_to_ticks()
The value of sys_clock_ticks_per_sec is obtained using
simple integer division with rounding toward zero. As result
using this variable in _ms_to_ticks() introduces some error.

This commit eliminates sys_clock_ticks_per_sec from equation
used in _ms_to_ticks() removing introduced error.

Also, this commit fixes #8895.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2018-08-14 07:18:44 -07:00
..
app_memory userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
arch arch: arm: add option to define an NSC region 2018-08-13 18:58:11 -07:00
audio drivers: codec: APIs for Audio Codecs 2018-07-17 09:57:18 -04:00
bluetooth Bluetooth: Introduce bt_id_delete() API 2018-08-13 19:53:22 +03:00
cmsis_rtos_v1 lib/cmsis_rtos_v1: Implement support for Signal Event APIs 2018-08-13 13:08:07 -07:00
crypto
debug obj_tracing: Declare object trace list for queue 2018-07-27 07:51:26 -04:00
dfu
display
drivers drivers: modem: add modem receiver (tty) driver 2018-08-06 10:43:46 +03:00
dt-bindings arch: i.MX add RDC peripheral permission setting for applications cores 2018-08-09 10:17:32 -05:00
fs
linker arch: arm: add option to define an NSC region 2018-08-13 18:58:11 -07:00
logging logging: Add metadata to hexdump 2018-08-14 07:14:34 -07:00
mgmt doc: fix misspellings in API docs 2018-08-08 01:47:51 -05:00
misc misc: dlist: Fixed dlist.h error to pass checkpatch.pl script. 2018-08-13 07:11:51 -07:00
net net: Use packed enums when applicable 2018-08-14 07:16:54 -07:00
nvs subsys: fs/nvs: Rewrite for improved robustness 2018-08-10 14:16:06 -07:00
posix posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
random
settings
shell
toolchain
usb
zephyr
adc.h
aio_comparator.h
atomic.h
base64.h
cache.h
can.h
clock_control.h
console.h
counter.h
crc8.h
crc16.h
crc32.h lib/crc: Add CRC32 support 2018-07-18 10:00:12 -04:00
device.h
disk_access.h
dma.h
entropy.h
exc_handle.h arch: introduce exc_handle.h 2018-07-31 07:47:15 -07:00
fcb.h
flash.h
flash_map.h
fs.h
gpio.h
i2c.h doc: fix misspellings in API docs 2018-08-08 01:47:51 -05:00
i2s.h i2s: expose i2s APIs to user mode 2018-08-13 16:44:09 -07:00
init.h
ipm.h
irq.h
irq_nextlevel.h
irq_offload.h
json.h lib: json: add helper macro for array of array 2018-07-06 19:17:07 -04:00
kernel.h kernel: Do not use sys_clock_ticks_per_sec in _ms_to_ticks() 2018-08-14 07:18:44 -07:00
kernel_includes.h Fix compile errors related to errno.h 2018-07-25 23:38:13 -04:00
kernel_version.h
led.h
led_strip.h
pinmux.h
power.h
ptp_clock.h
pwm.h
ring_buffer.h
rtc.h
sched_priq.h kernel: Add the old "multi queue" scheduler algorithm as an option 2018-07-03 17:09:15 -04:00
sensor.h
shared_irq.h
spi.h
spinlock.h
stats.h
sw_isr_table.h
sys_clock.h kernel: Deprecate sys_clock_us_per_tick variable. 2018-07-20 00:03:52 -04:00
sys_io.h
syscall.h syscall: Move arch specific syscall code into its own header 2018-08-02 22:06:49 -05:00
toolchain.h
uart.h drivers: uart: Allow to pass arbitrary user data to irq callback 2018-08-02 19:20:12 +02:00
watchdog.h
zephyr.h