forked from espressif/esp-idf
feat(coex): implement BT coex timer event
This commit is contained in:
Submodule components/esp_coex/lib updated: 37c451f111...cb6667841f
@ -130,7 +130,7 @@ s_trans_id = 0x3fcdfac4;
|
||||
|
||||
/* Functions */
|
||||
coex_core_event_duration_get = 0x40002178;
|
||||
coex_core_timer_idx_get = 0x4000218c;
|
||||
/* coex_core_timer_idx_get = 0x4000218c; */
|
||||
coex_hw_timer_tick_get = 0x400021b8;
|
||||
|
||||
|
||||
|
@ -27,7 +27,7 @@ coex_core_pti_get = 0x40000adc;
|
||||
coex_core_release = 0x40000ae0;
|
||||
coex_core_request = 0x40000ae4;
|
||||
coex_core_status_get = 0x40000ae8;
|
||||
coex_core_timer_idx_get = 0x40000aec;
|
||||
/* coex_core_timer_idx_get = 0x40000aec; */
|
||||
coex_event_duration_get = 0x40000af0;
|
||||
coex_hw_timer_disable = 0x40000af4;
|
||||
coex_hw_timer_enable = 0x40000af8;
|
||||
|
@ -27,7 +27,7 @@ coex_core_pti_get = 0x40000a44;
|
||||
coex_core_release = 0x40000a48;
|
||||
coex_core_request = 0x40000a4c;
|
||||
coex_core_status_get = 0x40000a50;
|
||||
coex_core_timer_idx_get = 0x40000a54;
|
||||
/* coex_core_timer_idx_get = 0x40000a54; */
|
||||
coex_event_duration_get = 0x40000a58;
|
||||
coex_hw_timer_disable = 0x40000a5c;
|
||||
coex_hw_timer_enable = 0x40000a60;
|
||||
|
Reference in New Issue
Block a user