Home
last modified time | relevance | path

Searched refs:lpcycles (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c132 void (*_btdm_sleep_enter_phase1)(uint32_t lpcycles); /* called when interrupt is disabled */
248 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles);
737 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles) in btdm_sleep_enter_phase1_wrapper() argument
739 ARG_UNUSED(lpcycles); in btdm_sleep_enter_phase1_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c160 void (* _btdm_sleep_enter_phase1)(uint32_t lpcycles); /* called when interrupt is disabled */
271 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles);
785 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles) in btdm_sleep_enter_phase1_wrapper() argument
792 uint32_t us_to_sleep = btdm_lpcycles_2_hus(lpcycles, NULL) >> 1; in btdm_sleep_enter_phase1_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c160 void (* _btdm_sleep_enter_phase1)(uint32_t lpcycles); /* called when interrupt is disabled */
269 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles);
774 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles) in btdm_sleep_enter_phase1_wrapper() argument
781 uint32_t us_to_sleep = btdm_lpcycles_2_hus(lpcycles, NULL) >> 1; in btdm_sleep_enter_phase1_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c195 void (* _btdm_sleep_enter_phase1)(uint32_t lpcycles); /* called when interrupt is disabled */
321 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles);
772 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles) in btdm_sleep_enter_phase1_wrapper() argument
778 uint32_t us_to_sleep = btdm_lpcycles_2_hus(lpcycles, NULL) >> 1; in btdm_sleep_enter_phase1_wrapper()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c155 void (* _btdm_sleep_enter_phase1)(uint32_t lpcycles); /* called when interrupt is disabled */
296 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles);
937 static void btdm_sleep_enter_phase1_wrapper(uint32_t lpcycles) in btdm_sleep_enter_phase1_wrapper() argument
941 uint32_t us_to_sleep = btdm_lpcycles_2_us(lpcycles); in btdm_sleep_enter_phase1_wrapper()