Function esp_idf_sys::esp_coex_status_bit_clear

source ยท
pub unsafe extern "C" fn esp_coex_status_bit_clear(
    type_: esp_coex_status_type_t,
    status: u32,
) -> esp_err_t
Expand description

@brief Clear coex schm status @param type : WIFI/BLE/BT @param status : WIFI/BLE/BT STATUS @return : ESP_OK - success, other - failed