/Zephyr-Core-3.5.0/soc/arm/atmel_sam0/common/ |
D | bossa.c | 29 uint32_t *top; in bossa_reset() local
|
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/common/ |
D | bstests_entry.c | 64 struct bst_test_list *top = tests; in bst_test_find() local 102 struct bst_test_list *top; in bst_print_testslist() local
|
/Zephyr-Core-3.5.0/drivers/counter/ |
D | counter_andes_atcpit100.c | 75 uint32_t top, now_cnt; in get_current_tick() local 218 uint32_t top, now_cnt, remain_cnt, alarm_cnt, flags, reg; in atcpit100_set_alarm() local 431 uint32_t top = sys_read32(PIT_CH_RELD(dev, 3)) + 1; in atcpit100_get_top_value() local 449 uint32_t top = sys_read32(PIT_CH_RELD(dev, 3)) + 1; in atcpit100_set_guard_period() local
|
D | counter_nrfx_rtc.c | 49 uint32_t top; member 111 uint32_t old, uint32_t top) in ticks_sub() 124 static uint32_t skip_zero_on_custom_top(uint32_t val, uint32_t top) in skip_zero_on_custom_top() 137 uint32_t val2, uint32_t top) in ticks_add() 230 uint32_t top; in set_cc() local
|
D | counter_nrfx_timer.c | 98 static uint32_t ticks_add(uint32_t val1, uint32_t val2, uint32_t top) in ticks_add() 111 static uint32_t ticks_sub(uint32_t val, uint32_t old, uint32_t top) in ticks_sub() 142 uint32_t top = get_top_value(dev); in set_cc() local
|
D | counter_ll_stm32_timer.c | 164 static uint32_t counter_stm32_ticks_add(uint32_t val1, uint32_t val2, uint32_t top) in counter_stm32_ticks_add() 177 static uint32_t counter_stm32_ticks_sub(uint32_t val, uint32_t old, uint32_t top) in counter_stm32_ticks_sub() 208 uint32_t top = counter_stm32_get_top_value(dev); in counter_stm32_set_cc() local
|
D | counter_gd32_timer.c | 175 static uint32_t ticks_add(uint32_t val1, uint32_t val2, uint32_t top) in ticks_add() 188 static uint32_t ticks_sub(uint32_t val, uint32_t old, uint32_t top) in ticks_sub() 216 uint32_t top = counter_gd32_timer_get_top_value(dev); in set_cc() local
|
D | counter_ifx_cat1.c | 324 static uint32_t ifx_cat1_counter_ticks_add(uint32_t val1, uint32_t val2, uint32_t top) in ifx_cat1_counter_ticks_add() 338 static uint32_t ifx_cat1_counter_ticks_sub(uint32_t val, uint32_t old, uint32_t top) in ifx_cat1_counter_ticks_sub()
|
D | counter_mcux_ctimer.c | 101 uint32_t top = mcux_lpc_ctimer_get_top_value(dev); in mcux_lpc_ctimer_set_alarm() local
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | rb.h | 175 int32_t top; member
|
/Zephyr-Core-3.5.0/drivers/pwm/ |
D | pwm_sam0_tcc.c | 65 uint32_t top = 1 << cfg->counter_size; in pwm_sam0_set_cycles() local
|
/Zephyr-Core-3.5.0/samples/boards/nrf/clock_skew/src/ |
D | main.c | 199 uint32_t top; in main() local
|
/Zephyr-Core-3.5.0/tests/drivers/counter/counter_basic_api/src/ |
D | test_counter.c | 323 uint32_t top; in alarm_handler() local 878 uint32_t top = counter_get_top_value(dev); in test_cancelled_alarm_does_not_expire_instance() local
|
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/src/ |
D | reel_board.c | 270 int top[4] = { -1, -1, -1, -1 }; in show_statistics() local
|
/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | guiconfig.py | 777 def _add_to_tree(node, top): argument
|
/Zephyr-Core-3.5.0/include/zephyr/ |
D | kernel.h | 2759 stack_data_t *base, *next, *top; member
|