Home
last modified time | relevance | path

Searched refs:error_corr (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c157 uint32_t (* _btdm_lpcycles_2_hus)(uint32_t cycles, uint32_t *error_corr);
268 static uint32_t btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr);
747 static uint32_t IRAM_ATTR btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr) in btdm_lpcycles_2_hus() argument
749 uint64_t local_error_corr = (error_corr == NULL) ? 0 : (uint64_t)(*error_corr); in btdm_lpcycles_2_hus()
754 if (error_corr) { in btdm_lpcycles_2_hus()
755 *error_corr = (uint32_t) local_error_corr; in btdm_lpcycles_2_hus()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c157 uint32_t (* _btdm_lpcycles_2_hus)(uint32_t cycles, uint32_t *error_corr);
266 static uint32_t btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr);
736 static uint32_t IRAM_ATTR btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr) in btdm_lpcycles_2_hus() argument
738 uint64_t local_error_corr = (error_corr == NULL) ? 0 : (uint64_t)(*error_corr); in btdm_lpcycles_2_hus()
743 if (error_corr) { in btdm_lpcycles_2_hus()
744 *error_corr = (uint32_t) local_error_corr; in btdm_lpcycles_2_hus()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c192 uint32_t (* _btdm_lpcycles_2_hus)(uint32_t cycles, uint32_t *error_corr);
318 static uint32_t btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr);
735 static uint32_t IRAM_ATTR btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr) in btdm_lpcycles_2_hus() argument
737 uint64_t local_error_corr = (error_corr == NULL) ? 0 : (uint64_t)(*error_corr); in btdm_lpcycles_2_hus()
742 if (error_corr) { in btdm_lpcycles_2_hus()
743 *error_corr = (uint32_t) local_error_corr; in btdm_lpcycles_2_hus()