Home
last modified time | relevance | path

Searched refs:cyhal_lptimer_read (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_lptimer.h190 uint32_t cyhal_lptimer_read(const cyhal_lptimer_t *obj);
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_syspm.c530 initial_ticks = cyhal_lptimer_read(obj); in cyhal_syspm_tickless_sleep_deepsleep()
545 uint32_t final_ticks = cyhal_lptimer_read(obj); in cyhal_syspm_tickless_sleep_deepsleep()
Dcyhal_lptimer.c668 uint32_t c2_current = cyhal_lptimer_read(obj); in cyhal_lptimer_set_match()
688 uint32_t cyhal_lptimer_read(const cyhal_lptimer_t *obj) in cyhal_lptimer_read() function
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_timer.c93 cur_time_in_lpticks = cyhal_lptimer_read(&stack_timer); in cybt_platform_get_tick_count_us()