/Zephyr-latest/soc/atmel/sam0/common/ |
D | bossa.c | 29 uint32_t *top; in bossa_reset() local
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | bstests_entry.c | 65 struct bst_test_list *top = tests; in bst_test_find() local 103 struct bst_test_list *top; in bst_print_testslist() local
|
/Zephyr-latest/drivers/counter/ |
D | counter_andes_atcpit100.c | 75 uint32_t top, now_cnt; in get_current_tick() local 223 uint32_t top, now_cnt, remain_cnt, alarm_cnt, flags, reg; in atcpit100_set_alarm() local 436 uint32_t top = sys_read32(PIT_CH_RELD(dev, 3)) + 1; in atcpit100_get_top_value() local 454 uint32_t top = sys_read32(PIT_CH_RELD(dev, 3)) + 1; in atcpit100_set_guard_period() local
|
D | counter_nrfx_rtc.c | 56 uint32_t top; member 118 uint32_t old, uint32_t top) in ticks_sub() 131 static uint32_t skip_zero_on_custom_top(uint32_t val, uint32_t top) in skip_zero_on_custom_top() 144 uint32_t val2, uint32_t top) in ticks_add() 237 uint32_t top; in set_cc() local
|
D | counter_nrfx_timer.c | 103 static uint32_t ticks_add(uint32_t val1, uint32_t val2, uint32_t top) in ticks_add() 116 static uint32_t ticks_sub(uint32_t val, uint32_t old, uint32_t top) in ticks_sub() 147 uint32_t top = get_top_value(dev); in 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_ll_stm32_timer.c | 158 static uint32_t counter_stm32_ticks_add(uint32_t val1, uint32_t val2, uint32_t top) in counter_stm32_ticks_add() 171 static uint32_t counter_stm32_ticks_sub(uint32_t val, uint32_t old, uint32_t top) in counter_stm32_ticks_sub() 202 uint32_t top = counter_stm32_get_top_value(dev); in counter_stm32_set_cc() local
|
D | counter_native_posix.c | 27 static struct counter_top_cfg top; variable
|
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_nxp_s32_sys_timer.c | 83 static uint32_t ticks_add(uint32_t val1, uint32_t val2, uint32_t top) in ticks_add() 97 static uint32_t ticks_sub(uint32_t val, uint32_t old, uint32_t top) in ticks_sub()
|
D | counter_renesas_ra_agt.c | 173 const uint32_t top = counter_ra_agt_get_top_value(dev); in counter_ra_agt_set_alarm() local 512 static uint32_t r_agt_ticks_sub(uint32_t val, uint32_t old, uint32_t top) in r_agt_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
|
D | counter_nxp_mrt.c | 46 uint32_t top; member
|
D | counter_nxp_pit.c | 32 uint32_t top; member
|
D | counter_max32_timer.c | 113 uint32_t top = api_get_top_value(dev); in set_cc() local
|
/Zephyr-latest/include/zephyr/sys/ |
D | rb.h | 175 int32_t top; member
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_sam0_tcc.c | 65 uint32_t top = 1 << cfg->counter_size; in pwm_sam0_set_cycles() local
|
D | pwm_sam0_tc.c | 84 uint32_t top = 1 << counter_size; in pwm_sam0_set_cycles() local
|
/Zephyr-latest/samples/boards/nordic/clock_skew/src/ |
D | main.c | 199 uint32_t top; in main() local
|
/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/ |
D | test_counter.c | 363 uint32_t top; in alarm_handler() local 1012 uint32_t top = counter_get_top_value(dev); in test_cancelled_alarm_does_not_expire_instance() local
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | reel_board.c | 270 int top[4] = { -1, -1, -1, -1 }; in show_statistics() local
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | popper.min.js | 7 …):window).visualViewport,l=!c()&&i,d=(a.left+(l&&u?u.offsetLeft:0))/f,h=(a.top+(l&&u?u.offsetTop:0… property in AnonymousFunction7648dcfe2700.n.popper
|
D | tippy-bundle.umd.min.js | 6 …js/core")):"function"==typeof define&&define.amd?define(["@popperjs/core"],e):(t=t||self).tippy=e(…
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 777 def _add_to_tree(node, top): argument
|
/Zephyr-latest/drivers/can/ |
D | can_xmc4xxx.c | 53 CAN_MO_TypeDef *top; member
|