Searched refs:error_corr (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/bt/controller/esp32c3/ |
D | bt.c | 173 uint32_t (* _btdm_lpcycles_2_hus)(uint32_t cycles, uint32_t *error_corr); 300 static uint32_t IRAM_ATTR btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr); 627 static uint32_t IRAM_ATTR btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr) in btdm_lpcycles_2_hus() argument 629 uint64_t local_error_corr = (error_corr == NULL) ? 0 : (uint64_t)(*error_corr); in btdm_lpcycles_2_hus() 634 if (error_corr) { in btdm_lpcycles_2_hus() 635 *error_corr = (uint32_t) local_error_corr; in btdm_lpcycles_2_hus()
|
/hal_espressif-3.6.0/components/bt/controller/esp32s3/ |
D | bt.c | 172 uint32_t (* _btdm_lpcycles_2_hus)(uint32_t cycles, uint32_t *error_corr); 298 static uint32_t IRAM_ATTR btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr); 614 static uint32_t IRAM_ATTR btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr) in btdm_lpcycles_2_hus() argument 616 uint64_t local_error_corr = (error_corr == NULL) ? 0 : (uint64_t)(*error_corr); in btdm_lpcycles_2_hus() 621 if (error_corr) { in btdm_lpcycles_2_hus() 622 *error_corr = (uint32_t) local_error_corr; in btdm_lpcycles_2_hus()
|
/hal_espressif-3.6.0/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 150 uint32_t (* _btdm_lpcycles_2_hus)(uint32_t cycles, uint32_t *error_corr); 250 static uint32_t btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr); 710 static uint32_t IRAM_ATTR btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr) in btdm_lpcycles_2_hus() argument 712 uint64_t local_error_corr = (error_corr == NULL) ? 0 : (uint64_t)(*error_corr); in btdm_lpcycles_2_hus() 717 if (error_corr) { in btdm_lpcycles_2_hus() 718 *error_corr = (uint32_t) local_error_corr; in btdm_lpcycles_2_hus()
|
/hal_espressif-3.6.0/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 149 uint32_t (* _btdm_lpcycles_2_hus)(uint32_t cycles, uint32_t *error_corr); 249 static uint32_t btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr); 701 static uint32_t IRAM_ATTR btdm_lpcycles_2_hus(uint32_t cycles, uint32_t *error_corr) in btdm_lpcycles_2_hus() argument 703 uint64_t local_error_corr = (error_corr == NULL) ? 0 : (uint64_t)(*error_corr); in btdm_lpcycles_2_hus() 708 if (error_corr) { in btdm_lpcycles_2_hus() 709 *error_corr = (uint32_t) local_error_corr; in btdm_lpcycles_2_hus()
|