SYMBOL INDEX (17240 symbols across 1444 files) FILE: apps/anc/inc/anc_assist.h type ASSIST_PCM_T (line 33) | typedef int ASSIST_PCM_T; type ASSIST_PCM_T (line 36) | typedef short ASSIST_PCM_T; type ANC_ASSIST_MODE_T (line 48) | typedef enum{ FILE: apps/anc/inc/anc_wnr.h type anc_wnr_open_mode_t (line 26) | typedef enum { type anc_wnr_sync_ctrl_internal_event_e (line 35) | typedef enum { FILE: apps/anc/inc/app_anc.h type AUD_SAMPRATE_T (line 26) | enum AUD_SAMPRATE_T type AUD_IO_PATH_T (line 27) | enum AUD_IO_PATH_T type AUD_SAMPRATE_T (line 27) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 27) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 39) | enum AUD_SAMPRATE_T FILE: apps/anc/inc/peak_detector.h type PEAK_DETECTOR_CFG_T (line 26) | typedef struct { FILE: apps/anc/src/anc_assist.c function anc_assist_change_curve (line 83) | void anc_assist_change_curve(int curve_id) { function audio_engine_tt_is_on (line 88) | bool audio_engine_tt_is_on() { return 1; } function anc_assist_set_anc_gain (line 91) | void anc_assist_set_anc_gain(float gain_ch_l, float gain_ch_r, function anc_assist_open (line 113) | void anc_assist_open(ANC_ASSIST_MODE_T mode) { function anc_assist_close (line 146) | void anc_assist_close() { function anc_assist_process (line 178) | void anc_assist_process(uint8_t *buf, int len) { function anc_assist_callback (line 229) | static uint32_t anc_assist_callback(uint8_t *buf, uint32_t len) { function anc_assist_playback_callback (line 248) | static uint32_t anc_assist_playback_callback(uint8_t *buf, uint32_t len) { function _open_mic_anc_assist (line 255) | static void _open_mic_anc_assist(void) { function _close_mic_anc_assist (line 373) | static void _close_mic_anc_assist() { FILE: apps/anc/src/anc_wnr.c type WNR_PCM_T (line 48) | typedef int WNR_PCM_T; type WNR_PCM_T (line 51) | typedef short WNR_PCM_T; type anc_wnr_state_queue_t (line 166) | struct anc_wnr_state_queue_t { type anc_tuning_ctrl (line 184) | struct anc_tuning_ctrl { type anc_tuning_ctrl (line 192) | struct anc_tuning_ctrl function anc_gain_tuning_init (line 208) | void anc_gain_tuning_init(void) { function anc_tuning_ff_gain_timer_timeout (line 213) | static void anc_tuning_ff_gain_timer_timeout(void *param) { function _set_anc_ff_gain (line 248) | static void _set_anc_ff_gain(bool update_anc_gain, float gain_coef, function anc_release_gain (line 301) | void anc_release_gain(void) { function anc_wnr_ctrl (line 307) | int32_t anc_wnr_ctrl(int32_t sample_rate, int32_t frame_len) { function app_wnr_reset_state_queue (line 321) | static void app_wnr_reset_state_queue(void) { function app_wnr_push_state_to_queue (line 331) | static void app_wnr_push_state_to_queue(uint8_t open_mode, uint8_t arg0) { function app_wnr_get_state_from_queue (line 362) | static uint8_t app_wnr_get_state_from_queue(uint8_t open_mode) { function app_wnr_trigger_internal_event (line 437) | static void app_wnr_trigger_internal_event(uint32_t evt, uint32_t arg0, function app_wnr_share_module_info (line 451) | static void app_wnr_share_module_info(void) { function app_wnr_sync_state (line 464) | void app_wnr_sync_state(void) { function app_wnr_twostage_handler (line 482) | static void app_wnr_twostage_handler(void const *param) { function app_wnr_sync_timer_handler (line 506) | static void app_wnr_sync_timer_handler(void const *param) { function app_wnr_notify_detect_result (line 516) | static void app_wnr_notify_detect_result(void) { function app_wnr_request_detect_result (line 531) | static void app_wnr_request_detect_result(void) { function app_wnr_response_detect_result (line 546) | static void app_wnr_response_detect_result(uint32_t arg0) { function app_wnr_process_detect_result (line 573) | static void app_wnr_process_detect_result(uint32_t arg0) { function app_wnr_set_trigger (line 597) | static void app_wnr_set_trigger(uint32_t arg0, uint32_t arg1) { function app_wnr_excute_trigger (line 675) | static void app_wnr_excute_trigger(uint32_t arg0) { function app_wnr_internal_event_process (line 754) | static int app_wnr_internal_event_process(APP_MESSAGE_BODY *msg_body) { function app_wnr_cmd_receive_process (line 793) | void app_wnr_cmd_receive_process(uint8_t *p_buff, uint16_t length) { function anc_wnr_open (line 897) | int32_t anc_wnr_open(anc_wnr_open_mode_t mode) { function anc_wnr_close (line 981) | int32_t anc_wnr_close(void) { function anc_wnr_process_frame (line 1035) | static int32_t anc_wnr_process_frame(WNR_PCM_T *inF, WNR_PCM_T *inR, function stereo_resample_16k (line 1231) | static void inline stereo_resample_16k(WNR_PCM_T *pcm_buf, uint32_t pcm_... function anc_wnr_process (line 1270) | int32_t anc_wnr_process(void *pcm_buf, uint32_t pcm_len) { function anc_wnr_callback (line 1311) | static uint32_t anc_wnr_callback(uint8_t *buf, uint32_t len) { function _open_mic (line 1349) | static void _open_mic(void) { function _close_mic (line 1375) | static void _close_mic(void) { FILE: apps/anc/src/app_anc.c type AUD_SAMPRATE_T (line 81) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 82) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 135) | enum AUD_SAMPRATE_T type ANC_TYPE_T (line 149) | enum ANC_TYPE_T type ANC_TYPE_T (line 155) | enum ANC_TYPE_T type ANC_INDEX (line 178) | enum ANC_INDEX function app_anc_is_on (line 182) | bool app_anc_is_on(void) { return (ANC_STATUS_ON == anc_work_status); } function app_anc_get_sample_rate (line 184) | uint32_t app_anc_get_sample_rate(void) { function app_anc_set_coef_idx (line 188) | void app_anc_set_coef_idx(uint8_t idx) { anc_coef_idx = idx; } function app_anc_get_coef_idx (line 190) | uint8_t app_anc_get_coef_idx(void) { return anc_coef_idx; } type ANC_INDEX (line 194) | enum ANC_INDEX function app_anc_set_peer_coef_idx (line 197) | void app_anc_set_peer_coef_idx(uint8_t idx) { anc_peer_coef_idx = idx; } function app_anc_get_peer_coef_idx (line 199) | uint8_t app_anc_get_peer_coef_idx(void) { return anc_peer_coef_idx; } function app_anc_set_status_sync_flag (line 201) | void app_anc_set_status_sync_flag(bool status) { function app_anc_get_status_sync_flag (line 205) | bool app_anc_get_status_sync_flag(void) { return anc_status_sync_flag; } function app_anc_set_init_done (line 209) | void app_anc_set_init_done(void) { app_init_done = true; } function app_pwr_key_monitor_handler (line 217) | static void app_pwr_key_monitor_handler(enum HAL_GPIO_PIN_T pin) { function app_pwr_key_monitor_get_val (line 225) | bool app_pwr_key_monitor_get_val(void) { function app_pwr_key_monitor_set_int_edge (line 229) | void app_pwr_key_monitor_set_int_edge(uint8_t down_edge) { function app_pwr_key_monitor_init (line 241) | void app_pwr_key_monitor_init(ANC_KEY_CALLBACK callback) { function app_anc_switch_turnled (line 247) | void app_anc_switch_turnled(bool on) { function app_anc_switch_int_handler (line 264) | static void app_anc_switch_int_handler(enum HAL_GPIO_PIN_T pin) { function app_anc_switch_init (line 282) | void app_anc_switch_init(ANC_KEY_CALLBACK callback) { function app_anc_set_reboot (line 288) | bool app_anc_set_reboot(void) { function app_anc_switch_get_val (line 293) | bool app_anc_switch_get_val(void) { function app_anc_switch_set_edge (line 297) | void app_anc_switch_set_edge(uint8_t down_edge) { function __anc_usb_app_fadein (line 310) | int __anc_usb_app_fadein(enum ANC_TYPE_T type) { function __anc_usb_app_fadeout (line 348) | int __anc_usb_app_fadeout(enum ANC_TYPE_T type) { function __anc_usb_app_fadein_ff_fb (line 379) | int __anc_usb_app_fadein_ff_fb(void) { function __anc_usb_app_fadeout_ff_fb (line 510) | int __anc_usb_app_fadeout_ff_fb(void) { function anc_gain_fade_handle (line 604) | void anc_gain_fade_handle(void) { function anc_fade_thread (line 625) | void anc_fade_thread(void const *argument) { function app_anc_gain_fadein (line 754) | void app_anc_gain_fadein(void) { function app_anc_post_anc_codec_close (line 767) | void app_anc_post_anc_codec_close(void) { function app_anc_gain_fadeout (line 778) | void app_anc_gain_fadeout(void) { function app_anc_status_post (line 791) | void app_anc_status_post(uint8_t status) { function app_anc_status_sync (line 803) | void app_anc_status_sync(uint8_t status) { function app_anc_status_sync_init (line 815) | void app_anc_status_sync_init(void) { function app_anc_do_init (line 826) | void app_anc_do_init(void) { function app_anc_send_howl_evt (line 837) | void app_anc_send_howl_evt(uint32_t howl) { function app_anc_send_pwr_key_monitor_evt (line 849) | void app_anc_send_pwr_key_monitor_evt(uint8_t level) { function app_anc_post_simplayer_stop_evt (line 863) | void app_anc_post_simplayer_stop_evt(void) { function anc_enabled (line 873) | bool anc_enabled(void) { return (anc_work_status == ANC_STATUS_ON); } function app_anc_resample (line 875) | void app_anc_resample(uint32_t res_ratio, uint32_t *in, uint32_t *out, function app_anc_select_coef (line 886) | void app_anc_select_coef(void) { function app_anc_enable (line 907) | void app_anc_enable(void) { function app_anc_disable (line 954) | void app_anc_disable(void) { function anc_sample_rate_change (line 980) | static void anc_sample_rate_change(enum AUD_STREAM_T stream, function app_anc_open_anc (line 1032) | void app_anc_open_anc(void) { function app_anc_close_anc (line 1123) | void app_anc_close_anc(void) { function app_anc_bitrate_reopen (line 1164) | void app_anc_bitrate_reopen(void) { function app_anc_status_change (line 1176) | void app_anc_status_change(void) { function app_anc_handle_process (line 1253) | static int app_anc_handle_process(APP_MESSAGE_BODY *msg_body) { function anc_gain_fade_timer_handler (line 1424) | static void anc_gain_fade_timer_handler(void *p) { function app_anc_init_timer (line 1459) | void app_anc_init_timer(void) { function app_anc_timer_set (line 1465) | void app_anc_timer_set(uint32_t request, uint32_t delay) { function app_anc_timer_close (line 1475) | void app_anc_timer_close(void) { function app_anc_cmd_receive_process (line 1486) | void app_anc_cmd_receive_process(uint8_t *buf, uint16_t len) { function app_anc_notify_master_to_exchange_coef (line 1514) | static void app_anc_notify_master_to_exchange_coef(uint8_t arg0, uint8_t... function app_anc_key (line 1528) | void app_anc_key(APP_KEY_STATUS *status, void *param) { function app_anc_start (line 1541) | int app_anc_start(void) { function app_anc_switch_coef (line 1567) | int app_anc_switch_coef(uint8_t index) { function app_anc_stop (line 1598) | int app_anc_stop(void) { function app_anc_ios_init (line 1625) | void app_anc_ios_init(void) { function app_anc_open_module (line 1659) | int app_anc_open_module(void) { function app_anc_close_module (line 1678) | int app_anc_close_module(void) { function app_anc_get_play_rate (line 1696) | enum AUD_SAMPRATE_T app_anc_get_play_rate(void) { function app_anc_work_status (line 1700) | bool app_anc_work_status(void) { function app_anc_get_anc_status (line 1706) | uint32_t app_anc_get_anc_status(void) { return anc_work_status; } function test_anc (line 1708) | void test_anc(void) { function test_anc_switch_coef (line 1713) | void test_anc_switch_coef(void) { function app_anc_sync_status (line 1756) | void app_anc_sync_status(void) { FILE: apps/anc/src/peak_detector.c type AUD_BITS_T (line 23) | enum AUD_BITS_T function convert_multiple_to_db (line 43) | static inline float convert_multiple_to_db(float multiple) { function convert_db_to_multiple (line 48) | static inline float convert_db_to_multiple(float db) { function peak_detector_init (line 52) | void peak_detector_init(void) { function peak_detector_setup (line 62) | void peak_detector_setup(PEAK_DETECTOR_CFG_T *cfg) { function peak_detector_run_16bits (line 69) | static void peak_detector_run_16bits(int16_t *buf, uint32_t len, function peak_detector_run_24bits (line 142) | static void peak_detector_run_24bits(int32_t *buf, uint32_t len, function peak_detector_run (line 178) | void peak_detector_run(uint8_t *buf, uint32_t len, float vol_multiple) { FILE: apps/apptester/app_audtest.cpp function pcm_1ksin_more_data (line 69) | uint32_t pcm_1ksin_more_data(uint8_t *buf, uint32_t len) { function pcm_mute_more_data (line 115) | uint32_t pcm_mute_more_data(uint8_t *buf, uint32_t len) { function da_output_sin1k (line 120) | void da_output_sin1k(bool on) { function da_tester (line 152) | void da_tester(uint8_t on) { da_output_sin1k(on); } function pcm_data_capture (line 159) | static uint32_t pcm_data_capture(uint8_t *buf, uint32_t len) { function pcm_data_playback (line 173) | static uint32_t pcm_data_playback(uint8_t *buf, uint32_t len) { function pcm_cvsd_data_capture (line 186) | uint32_t pcm_cvsd_data_capture(uint8_t *buf, uint32_t len) { function pcm_cvsd_data_playback (line 202) | uint32_t pcm_cvsd_data_playback(uint8_t *buf, uint32_t len) { function adc_looptester (line 219) | void adc_looptester(bool on, enum AUD_IO_PATH_T input_path, function app_anc_usb_init (line 266) | void app_anc_usb_init(void) { FILE: apps/apptester/app_audtest.h type AUD_SAMPRATE_T (line 21) | enum AUD_SAMPRATE_T FILE: apps/apptester/audiobuffer.c function audio_mono2stereo_16bits (line 30) | void audio_mono2stereo_16bits(uint16_t *dst_buf, uint16_t *src_buf, function audio_stereo2mono_16bits (line 38) | void audio_stereo2mono_16bits(uint8_t chnlsel, uint16_t *dst_buf, function audio_buffer_init (line 46) | void audio_buffer_init(void) { function audio_buffer_length (line 56) | int audio_buffer_length(void) { function audio_buffer_set (line 68) | int audio_buffer_set(uint8_t *buff, uint16_t len) { function audio_buffer_get (line 81) | int audio_buffer_get(uint8_t *buff, uint16_t len) { function audio_buffer_set_stereo2mono_16bits (line 104) | int audio_buffer_set_stereo2mono_16bits(uint8_t *buff, uint16_t len, function audio_buffer_get_mono2stereo_16bits (line 120) | int audio_buffer_get_mono2stereo_16bits(uint8_t *buff, uint16_t len) { FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder.cpp function a2dp_audio_heap_init (line 147) | void a2dp_audio_heap_init(void *begin_addr, uint32_t size) { function a2dp_audio_heap_free (line 170) | void a2dp_audio_heap_free(void *rmem) { function a2dp_audio_heap_info (line 175) | void a2dp_audio_heap_info(size_t *total, size_t *used, size_t *max_used) { function a2dp_audio_semaphore_init (line 189) | int inline a2dp_audio_semaphore_init(void) { function a2dp_audio_buffer_mutex_init (line 198) | int inline a2dp_audio_buffer_mutex_init(void) { function a2dp_audio_buffer_mutex_lock (line 206) | int inline a2dp_audio_buffer_mutex_lock(void) { function a2dp_audio_buffer_mutex_unlock (line 211) | int inline a2dp_audio_buffer_mutex_unlock(void) { function a2dp_audio_status_mutex_init (line 216) | int inline a2dp_audio_status_mutex_init(void) { function a2dp_audio_status_mutex_lock (line 224) | int inline a2dp_audio_status_mutex_lock(void) { function a2dp_audio_status_mutex_unlock (line 229) | int inline a2dp_audio_status_mutex_unlock(void) { function a2dp_audio_semaphore_wait (line 234) | int inline a2dp_audio_semaphore_wait(uint32_t timeout_ms) { function a2dp_audio_semaphore_release (line 250) | int inline a2dp_audio_semaphore_release(void) { function list_node_t (line 268) | list_node_t *a2dp_audio_list_begin(const list_t *list) { function list_node_t (line 275) | list_node_t *a2dp_audio_list_end(const list_t *list) { function a2dp_audio_list_length (line 282) | uint32_t a2dp_audio_list_length(const list_t *list) { function list_node_t (line 296) | list_node_t *a2dp_audio_list_next(const list_node_t *node) { function a2dp_audio_list_remove (line 303) | bool a2dp_audio_list_remove(list_t *list, void *data) { function a2dp_audio_list_append (line 310) | bool a2dp_audio_list_append(list_t *list, void *data) { function a2dp_audio_list_clear (line 317) | void a2dp_audio_list_clear(list_t *list) { function a2dp_audio_list_free (line 323) | void a2dp_audio_list_free(list_t *list) { function list_t (line 329) | list_t *a2dp_audio_list_new(list_free_cb callback, list_mempool_zmalloc ... function a2dp_audio_get_passed (line 337) | uint32_t a2dp_audio_get_passed(uint32_t curr_ticks, uint32_t prev_ticks, function get_in_cp_frame_cnt (line 349) | static uint32_t get_in_cp_frame_cnt(void) { return 0; } function get_in_cp_frame_delay (line 351) | static uint32_t get_in_cp_frame_delay(void) { return 0; } function a2dp_audio_set_status (line 354) | int inline a2dp_audio_set_status( function a2dp_audio_get_status (line 363) | enum A2DP_AUDIO_DECODER_STATUS inline a2dp_audio_get_status(void) { function a2dp_audio_set_store_packet_status (line 372) | int inline a2dp_audio_set_store_packet_status( function a2dp_audio_get_store_packet_status (line 381) | enum A2DP_AUDIO_DECODER_STORE_PACKET_STATUS inline a2dp_audio_get_store_... function a2dp_audio_set_playback_status (line 391) | int inline a2dp_audio_set_playback_status( function a2dp_audio_get_playback_status (line 400) | enum A2DP_AUDIO_DECODER_PLAYBACK_STATUS inline a2dp_audio_get_playback_s... function a2dp_decoder_info_checker (line 410) | static void a2dp_decoder_info_checker(void) { function a2dp_audio_sync_pid_config (line 415) | int a2dp_audio_sync_pid_config(void) { function a2dp_audio_sync_reset_data (line 426) | int a2dp_audio_sync_reset_data(void) { function a2dp_audio_sync_init (line 442) | int a2dp_audio_sync_init(double ratio) { function a2dp_audio_sync_tune_sample_rate (line 452) | int a2dp_audio_sync_tune_sample_rate(double ratio) { function a2dp_audio_sync_direct_tune_sample_rate (line 476) | int a2dp_audio_sync_direct_tune_sample_rate(double ratio) { function a2dp_audio_sync_tune_onprocess (line 499) | bool a2dp_audio_sync_tune_onprocess(void) { function a2dp_audio_sync_tune (line 508) | int a2dp_audio_sync_tune(float ratio) { function a2dp_audio_sync_tune_cancel (line 537) | int a2dp_audio_sync_tune_cancel(void) { function a2dp_audio_sync_pid_calc (line 542) | float a2dp_audio_sync_pid_calc(A2DP_AUDIO_SYNC_PID_T *pid, float diff) { function a2dp_audio_sync_fix_diff_proc (line 563) | static int a2dp_audio_sync_fix_diff_proc(uint32_t tick) { function a2dp_audio_sync_fix_diff_start (line 575) | static int32_t a2dp_audio_sync_fix_diff_start(uint32_t tick) { function a2dp_audio_sync_fix_diff_stop (line 583) | static int a2dp_audio_sync_fix_diff_stop(uint32_t tick) { function a2dp_audio_sync_fix_diff_reset (line 592) | static int32_t a2dp_audio_sync_fix_diff_reset(void) { function A2DP_AUDIO_SYNC_FIX_DIFF_STATUS (line 601) | static A2DP_AUDIO_SYNC_FIX_DIFF_STATUS function a2dp_audio_sync_handler (line 771) | int a2dp_audio_sync_handler(uint8_t *buffer, uint32_t buffer_bytes) { function a2dp_audio_reset_history_seq (line 910) | static int a2dp_audio_reset_history_seq(void) { function a2dp_audio_save_history_seq (line 927) | static int a2dp_audio_save_history_seq(btif_media_header_t *header, function a2dp_audio_show_history_seq (line 958) | int a2dp_audio_show_history_seq(void) { function a2dp_audio_alpha_filter (line 1046) | static inline float a2dp_audio_alpha_filter(float y, float x) { function a2dp_audio_convert_16bit_to_24bit (line 1055) | static void inline a2dp_audio_convert_16bit_to_24bit(int32_t *out, int16... function a2dp_audio_channel_select (line 1062) | static void inline a2dp_audio_channel_select( function get_cp_frame_mtus (line 1133) | static uint32_t get_cp_frame_mtus(A2DP_AUDIO_LASTFRAME_INFO_T *info) { function is_cp_need_reset (line 1147) | bool is_cp_need_reset(void) { return false; } function a2dp_audio_sysfreq_boost_init (line 1156) | int a2dp_audio_sysfreq_boost_init(uint32_t normalfreq) { function a2dp_audio_sysfreq_boost_start (line 1164) | int a2dp_audio_sysfreq_boost_start(uint32_t boost_cnt) { function a2dp_audio_sysfreq_boost_porc (line 1179) | static int a2dp_audio_sysfreq_boost_porc(void) { function a2dp_audio_sysfreq_boost_running (line 1192) | int a2dp_audio_sysfreq_boost_running(void) { function a2dp_audio_store_packet_checker_start (line 1196) | int a2dp_audio_store_packet_checker_start(void) { function a2dp_audio_store_packet_checker (line 1201) | int a2dp_audio_store_packet_checker(btif_media_header_t *header) { function a2dp_audio_store_packet (line 1231) | int a2dp_audio_store_packet(btif_media_header_t *header, unsigned char *... function a2dp_audio_playback_handler (line 1330) | uint32_t a2dp_audio_playback_handler(uint8_t *buffer, uint32_t buffer_by... function a2dp_audio_packet_free (line 1508) | static void a2dp_audio_packet_free(void *packet) { function a2dp_audio_clear_input_raw_packet_list (line 1516) | void a2dp_audio_clear_input_raw_packet_list(void) { function a2dp_audio_init (line 1523) | int a2dp_audio_init(uint32_t sysfreq, A2DP_AUDIO_CODEC_TYPE codec_type, function a2dp_audio_deinit (line 1666) | int a2dp_audio_deinit(void) { function a2dp_audio_stop (line 1707) | int a2dp_audio_stop(void) { function a2dp_audio_start (line 1738) | int a2dp_audio_start(void) { function a2dp_audio_detect_next_packet_callback_register (line 1746) | int a2dp_audio_detect_next_packet_callback_register( function a2dp_audio_detect_store_packet_callback_register (line 1755) | int a2dp_audio_detect_store_packet_callback_register( function a2dp_audio_detect_first_packet (line 1764) | int a2dp_audio_detect_first_packet(void) { function a2dp_audio_detect_first_packet_clear (line 1771) | int a2dp_audio_detect_first_packet_clear(void) { function a2dp_audio_discards_packet (line 1778) | int a2dp_audio_discards_packet(uint32_t packets) { function a2dp_audio_synchronize_dest_packet_mut (line 1793) | int a2dp_audio_synchronize_dest_packet_mut(uint32_t mtu) { function a2dp_audio_discards_samples (line 1814) | int a2dp_audio_discards_samples(uint32_t samples) { function a2dp_audio_convert_list_to_samples (line 1818) | int a2dp_audio_convert_list_to_samples(uint32_t *samples) { function a2dp_audio_get_packet_samples (line 1823) | int a2dp_audio_get_packet_samples(void) { function a2dp_audio_internal_lastframe_info_ptr_get (line 1839) | static int a2dp_audio_internal_lastframe_info_ptr_get( function a2dp_audio_lastframe_info_get (line 1853) | int a2dp_audio_lastframe_info_get(A2DP_AUDIO_LASTFRAME_INFO_T *lastframe... function a2dp_audio_decoder_internal_check_sum_reset (line 1869) | int a2dp_audio_decoder_internal_check_sum_reset(void) { function a2dp_audio_decoder_internal_check_sum_generate (line 1874) | uint32_t a2dp_audio_decoder_internal_check_sum_generate(const uint8_t *buf, function a2dp_audio_lastframe_info_reset_undecodeframe (line 1884) | int a2dp_audio_lastframe_info_reset_undecodeframe(void) { function a2dp_audio_decoder_internal_lastframe_info_set (line 1902) | int a2dp_audio_decoder_internal_lastframe_info_set( function a2dp_audio_synchronize_packet (line 1930) | int a2dp_audio_synchronize_packet(A2DP_AUDIO_SYNCFRAME_INFO_T *sync_info, function a2dp_audio_decoder_headframe_info_get (line 1950) | int a2dp_audio_decoder_headframe_info_get( function a2dp_audio_refill_packet (line 1965) | int a2dp_audio_refill_packet(void) { function a2dp_audio_auto_synchronize_support (line 1976) | bool a2dp_audio_auto_synchronize_support(void) { function A2DP_AUDIO_OUTPUT_CONFIG_T (line 1992) | A2DP_AUDIO_OUTPUT_CONFIG_T *a2dp_audio_get_output_config(void) { function a2dp_audio_latency_factor_setlow (line 2006) | int a2dp_audio_latency_factor_setlow(void) { function a2dp_audio_latency_factor_sethigh (line 2011) | int a2dp_audio_latency_factor_sethigh(void) { function a2dp_audio_latency_factor_get (line 2016) | float a2dp_audio_latency_factor_get(void) { return a2dp_audio_latency_fa... function a2dp_audio_latency_factor_set (line 2018) | int a2dp_audio_latency_factor_set(float factor) { function a2dp_audio_latency_factor_status_get (line 2023) | int a2dp_audio_latency_factor_status_get( function a2dp_audio_frame_delay_get (line 2035) | int a2dp_audio_frame_delay_get(void) { return get_in_cp_frame_delay(); } function a2dp_audio_dest_packet_mut_get (line 2037) | int a2dp_audio_dest_packet_mut_get(void) { function a2dp_audio_set_channel_select (line 2041) | int a2dp_audio_set_channel_select(A2DP_AUDIO_CHANNEL_SELECT_E chnl_sel) { function a2dp_audio_get_sample_reference (line 2055) | float a2dp_audio_get_sample_reference(void) { function a2dp_audio_get_current_buf_size (line 2061) | int8_t a2dp_audio_get_current_buf_size(void) { FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder.h type A2DP_AUDIO_CODEC_TYPE (line 27) | typedef uint16_t A2DP_AUDIO_CODEC_TYPE; type A2DP_AUDIO_LATENCY_STATUS_E (line 48) | typedef enum { type A2DP_AUDIO_OUTPUT_CONFIG_T (line 53) | typedef struct { type A2DP_AUDIO_CHANNEL_SELECT_E (line 62) | typedef enum { type A2DP_AUDIO_LASTFRAME_INFO_T (line 69) | typedef struct { type A2DP_AUDIO_HEADFRAME_INFO_T (line 85) | typedef struct { type A2DP_AUDIO_SYNC_PID_T (line 92) | typedef struct{ type A2DP_AUDIO_LASTFRAME_INFO_T (line 100) | typedef A2DP_AUDIO_LASTFRAME_INFO_T A2DP_AUDIO_SYNCFRAME_INFO_T; FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder_aac_lc.cpp function a2dp_audio_aac_lc_free (line 82) | static void a2dp_audio_aac_lc_free(void *packet) { function a2dp_audio_aac_lc_decoder_init (line 89) | static void a2dp_audio_aac_lc_decoder_init(void) { function a2dp_audio_aac_lc_decoder_deinit (line 102) | static void a2dp_audio_aac_lc_decoder_deinit(void) { function a2dp_audio_aac_lc_decoder_reinit (line 109) | static void a2dp_audio_aac_lc_decoder_reinit(void) { type A2DP_CP_AAC_LC_IN_FRM_INFO_T (line 117) | struct A2DP_CP_AAC_LC_IN_FRM_INFO_T { type A2DP_CP_AAC_LC_OUT_FRM_INFO_T (line 122) | struct A2DP_CP_AAC_LC_OUT_FRM_INFO_T { type A2DP_CP_AAC_LC_IN_FRM_INFO_T (line 123) | struct A2DP_CP_AAC_LC_IN_FRM_INFO_T function a2dp_cp_aac_lc_mcu_decode (line 145) | static int a2dp_cp_aac_lc_mcu_decode(uint8_t *buffer, uint32_t buffer_by... function cp_assert (line 266) | int cp_assert(void) { function TEXT_AAC_LOC (line 272) | TEXT_AAC_LOC function a2dp_audio_aac_lc_list_checker (line 447) | static int a2dp_audio_aac_lc_list_checker(void) { function a2dp_audio_aac_lc_channel_select (line 476) | int a2dp_audio_aac_lc_channel_select(A2DP_AUDIO_CHANNEL_SELECT_E chnl_se... function a2dp_audio_aac_lc_init (line 499) | int a2dp_audio_aac_lc_init(A2DP_AUDIO_OUTPUT_CONFIG_T *config, void *con... function a2dp_audio_aac_lc_deinit (line 538) | int a2dp_audio_aac_lc_deinit(void) { function a2dp_audio_aac_lc_mcu_decode_frame (line 554) | int a2dp_audio_aac_lc_mcu_decode_frame(uint8_t *buffer, uint32_t buffer_... function a2dp_audio_aac_lc_decode_frame (line 668) | int a2dp_audio_aac_lc_decode_frame(uint8_t *buffer, uint32_t buffer_byte... function a2dp_audio_aac_lc_preparse_packet (line 676) | int a2dp_audio_aac_lc_preparse_packet(btif_media_header_t *header, function a2dp_audio_aac_lc_reorder_init (line 696) | int a2dp_audio_aac_lc_reorder_init(void) { function a2dp_audio_aac_lc_reorder_deinit (line 707) | int a2dp_audio_aac_lc_reorder_deinit(void) { function a2dp_audio_aac_lc_reorder_store_packet (line 717) | int a2dp_audio_aac_lc_reorder_store_packet( function a2dp_audio_aac_lc_reorder_proc (line 727) | int a2dp_audio_aac_lc_reorder_proc( function a2dp_audio_aac_lc_packet_recover_save_last (line 748) | int a2dp_audio_aac_lc_packet_recover_save_last( function a2dp_audio_aac_lc_packet_recover_find_missing (line 757) | int a2dp_audio_aac_lc_packet_recover_find_missing( function a2dp_audio_aac_lc_packet_recover_proc (line 806) | int a2dp_audio_aac_lc_packet_recover_proc( function a2dp_audio_aac_lc_packet_append (line 830) | int inline a2dp_audio_aac_lc_packet_append( function a2dp_audio_aac_lc_store_packet (line 840) | int a2dp_audio_aac_lc_store_packet(btif_media_header_t *header, uint8_t ... function a2dp_audio_aac_lc_store_packet (line 886) | int a2dp_audio_aac_lc_store_packet(btif_media_header_t *header, uint8_t ... function a2dp_audio_aac_lc_discards_packet (line 920) | int a2dp_audio_aac_lc_discards_packet(uint32_t packets) { function a2dp_audio_aac_lc_headframe_info_get (line 945) | int a2dp_audio_aac_lc_headframe_info_get( function a2dp_audio_aac_lc_info_get (line 966) | int a2dp_audio_aac_lc_info_get(void *info) { return A2DP_DECODER_NO_ERRO... function a2dp_audio_aac_lc_synchronize_packet (line 968) | int a2dp_audio_aac_lc_synchronize_packet(A2DP_AUDIO_SYNCFRAME_INFO_T *sy... function a2dp_audio_aac_lc_synchronize_dest_packet_mut (line 1018) | int a2dp_audio_aac_lc_synchronize_dest_packet_mut(uint16_t packet_mut) { function a2dp_audio_aac_lc_convert_list_to_samples (line 1048) | int a2dp_audio_aac_lc_convert_list_to_samples(uint32_t *samples) { function a2dp_audio_aac_lc_discards_samples (line 1061) | int a2dp_audio_aac_lc_discards_samples(uint32_t samples) { FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder_cp.c type CP_DEC_STATE_T (line 38) | enum CP_DEC_STATE_T { type CP_IN_FRAME_INFO_T (line 45) | struct CP_IN_FRAME_INFO_T { type CP_OUT_FRAME_INFO_T (line 50) | struct CP_OUT_FRAME_INFO_T { type CP_PROC_DELAY_T (line 80) | enum CP_PROC_DELAY_T function set_cp_reset_flag (line 84) | CP_TEXT_SRAM_LOC function is_cp_need_reset (line 90) | bool is_cp_need_reset(void) { function is_cp_init_done (line 96) | bool is_cp_init_done(void) { return cp_accel_init_done(); } function CP_TEXT_SRAM_LOC (line 98) | CP_TEXT_SRAM_LOC function cp_a2dp_main (line 128) | int cp_a2dp_main(uint8_t event) { type cp_task_desc (line 167) | struct cp_task_desc function a2dp_cp_init (line 169) | int a2dp_cp_init(A2DP_CP_DECODE_T decode_func, enum CP_PROC_DELAY_T dela... function a2dp_cp_deinit (line 189) | int a2dp_cp_deinit(void) { function SRAM_TEXT_LOC (line 195) | SRAM_TEXT_LOC function CP_TEXT_SRAM_LOC (line 245) | CP_TEXT_SRAM_LOC function get_in_cp_frame_cnt (line 258) | uint32_t get_in_cp_frame_cnt(void) { function get_in_cp_frame_delay (line 262) | uint32_t get_in_cp_frame_delay(void) { return proc_delay; } function SRAM_TEXT_LOC (line 264) | SRAM_TEXT_LOC function SRAM_TEXT_LOC (line 278) | SRAM_TEXT_LOC function CP_TEXT_SRAM_LOC (line 369) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 398) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 423) | CP_TEXT_SRAM_LOC function SRAM_TEXT_LOC (line 426) | SRAM_TEXT_LOC function SRAM_TEXT_LOC (line 431) | SRAM_TEXT_LOC function SRAM_TEXT_LOC (line 443) | SRAM_TEXT_LOC function CP_EMPTY_OUT_FRM_T (line 447) | CP_EMPTY_OUT_FRM_T a2dp_cp_get_emtpy_out_frame(void **p_buf, function CP_TEXT_SRAM_LOC (line 484) | CP_TEXT_SRAM_LOC function SRAM_TEXT_LOC (line 513) | SRAM_TEXT_LOC function SRAM_TEXT_LOC (line 558) | SRAM_TEXT_LOC FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder_cp.h type CP_PROC_DELAY_T (line 27) | enum CP_PROC_DELAY_T { type CP_EMPTY_OUT_FRM_T (line 36) | enum CP_EMPTY_OUT_FRM_T { type CP_PROC_DELAY_T (line 44) | enum CP_PROC_DELAY_T type CP_EMPTY_OUT_FRM_T (line 64) | enum CP_EMPTY_OUT_FRM_T FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder_example.cpp function a2dp_audio_example_decode_frame (line 35) | int a2dp_audio_example_decode_frame(uint8_t *buffer, uint32_t buffer_byt... function a2dp_audio_example_preparse_packet (line 39) | int a2dp_audio_example_preparse_packet(btif_media_header_t *header, function a2dp_audio_example_free (line 57) | void a2dp_audio_example_free(void *packet) { function a2dp_audio_example_store_packet (line 64) | int a2dp_audio_example_store_packet(btif_media_header_t *header, function a2dp_audio_example_discards_packet (line 80) | int a2dp_audio_example_discards_packet(uint32_t packets) { function a2dp_audio_example_headframe_info_get (line 84) | int a2dp_audio_example_headframe_info_get( function a2dp_audio_example_info_get (line 89) | int a2dp_audio_example_info_get(void *info) { return A2DP_DECODER_NO_ERR... function a2dp_audio_example_init (line 91) | int a2dp_audio_example_init(A2DP_AUDIO_OUTPUT_CONFIG_T *config, void *co... function a2dp_audio_example_deinit (line 104) | int a2dp_audio_example_deinit(void) { return A2DP_DECODER_NO_ERROR; } function a2dp_audio_example_synchronize_packet (line 106) | int a2dp_audio_example_synchronize_packet( function a2dp_audio_example_synchronize_dest_packet_mut (line 111) | int a2dp_audio_example_synchronize_dest_packet_mut(uint16_t packet_mut) { FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder_internal.h type A2DP_AUDIO_OUTPUT_CONFIG_T (line 54) | typedef A2DP_AUDIO_OUTPUT_CONFIG_T AUDIO_DECODER_STREAM_INFO_T; type A2DP_AUDIO_DECODER_T (line 71) | typedef struct { type A2DP_AUDIO_DATAPATH_T (line 90) | typedef struct { type AUDIO_BUFFER_SEMAPHORE_T (line 95) | typedef struct { type A2DP_AUDIO_DECODER_STATUS (line 100) | enum A2DP_AUDIO_DECODER_STATUS { type A2DP_AUDIO_DECODER_STORE_PACKET_STATUS (line 107) | enum A2DP_AUDIO_DECODER_STORE_PACKET_STATUS { type A2DP_AUDIO_DECODER_PLAYBACK_STATUS (line 112) | enum A2DP_AUDIO_DECODER_PLAYBACK_STATUS { type A2DP_AUDIO_DECODER_LASTFRAME_INFO_T (line 117) | typedef struct { type A2DP_AUDIO_SYNC_T (line 130) | typedef struct { type A2DP_AUDIO_CONTEXT_T (line 136) | typedef struct { FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder_ldac.cpp function get_ldac_frame_num_by_rawdata (line 144) | static uint8_t get_ldac_frame_num_by_rawdata(uint8_t *buffer, function check_ldac_header (line 176) | int check_ldac_header(uint8_t *buffer, uint32_t buff_len) { type A2DP_CP_LDAC_IN_FRM_INFO_T (line 234) | struct A2DP_CP_LDAC_IN_FRM_INFO_T { type A2DP_CP_LDAC_OUT_FRM_INFO_T (line 241) | struct A2DP_CP_LDAC_OUT_FRM_INFO_T { type A2DP_CP_LDAC_IN_FRM_INFO_T (line 242) | struct A2DP_CP_LDAC_IN_FRM_INFO_T function TEXT_LDAC_LOC (line 255) | TEXT_LDAC_LOC function a2dp_cp_ldac_mcu_decode (line 266) | static int a2dp_cp_ldac_mcu_decode(uint8_t *buffer, uint32_t buffer_byte... function TEXT_LDAC_LOC (line 399) | TEXT_LDAC_LOC function a2dp_audio_ldac_mcu_decode_frame (line 509) | int a2dp_audio_ldac_mcu_decode_frame(uint8_t *buffer, uint32_t buffer_by... function a2dp_audio_ldac_decode_frame (line 611) | int a2dp_audio_ldac_decode_frame(uint8_t *buffer, uint32_t buffer_bytes) { function a2dp_audio_ldac_preparse_packet (line 635) | int a2dp_audio_ldac_preparse_packet(btif_media_header_t *header, function a2dp_audio_ldac_free (line 667) | void a2dp_audio_ldac_free(void *packet) { function a2dp_audio_ldac_header_parser (line 674) | int a2dp_audio_ldac_header_parser(btif_media_header_t *header, function a2dp_audio_ldac_store_packet (line 679) | int a2dp_audio_ldac_store_packet(btif_media_header_t *header, uint8_t *b... function a2dp_audio_ldac_discards_packet (line 777) | int a2dp_audio_ldac_discards_packet(uint32_t packets) { function a2dp_audio_ldac_info_get (line 798) | int a2dp_audio_ldac_info_get(void *info) { return A2DP_DECODER_NO_ERROR; } function a2dp_audio_ldac_decoder_init (line 800) | static int a2dp_audio_ldac_decoder_init(void) { function a2dp_audio_ldac_decoder_deinit (line 829) | static void a2dp_audio_ldac_decoder_deinit(void) { function a2dp_audio_ldac_list_checker (line 836) | static int a2dp_audio_ldac_list_checker(void) { function a2dp_audio_ldac_init (line 870) | int a2dp_audio_ldac_init(A2DP_AUDIO_OUTPUT_CONFIG_T *config, void *conte... function a2dp_audio_ldac_deinit (line 897) | int a2dp_audio_ldac_deinit(void) { function a2dp_audio_ldac_synchronize_packet (line 906) | int a2dp_audio_ldac_synchronize_packet(A2DP_AUDIO_SYNCFRAME_INFO_T *sync... function a2dp_audio_ldac_synchronize_dest_packet_mut (line 958) | int a2dp_audio_ldac_synchronize_dest_packet_mut(uint16_t packet_mut) { function a2dp_audio_ldac_headframe_info_get (line 978) | static int a2dp_audio_ldac_headframe_info_get( function a2dp_audio_ldac_convert_list_to_samples (line 1001) | int a2dp_audio_ldac_convert_list_to_samples(uint32_t *samples) { function a2dp_audio_ldac_discards_samples (line 1013) | int a2dp_audio_ldac_discards_samples(uint32_t samples) { FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder_lhdc.cpp type _lhdc_frame_Info (line 83) | struct _lhdc_frame_Info { type A2DP_CP_LHDC_IN_FRM_INFO_T (line 92) | struct A2DP_CP_LHDC_IN_FRM_INFO_T { type A2DP_CP_LHDC_OUT_FRM_INFO_T (line 99) | struct A2DP_CP_LHDC_OUT_FRM_INFO_T { type A2DP_CP_LHDC_IN_FRM_INFO_T (line 100) | struct A2DP_CP_LHDC_IN_FRM_INFO_T type bes_bt_local_info_t (line 109) | struct bes_bt_local_info_t { type A2DP_CP_LHDC_IN_FRM_INFO_T (line 151) | struct A2DP_CP_LHDC_IN_FRM_INFO_T function sav_lhdc_log_bytes_len (line 171) | void sav_lhdc_log_bytes_len(uint32_t bytes_len) { function sav_lhdc_save_last_info (line 188) | static void sav_lhdc_save_last_info(struct A2DP_CP_LHDC_IN_FRM_INFO_T *f... function sav_lhdc_get_next_info (line 193) | static void sav_lhdc_get_next_info(struct A2DP_CP_LHDC_IN_FRM_INFO_T *f_... function reset_lhdc_assmeble_packet (line 220) | static void reset_lhdc_assmeble_packet(void) { function initial_lhdc_assemble_packet (line 226) | static void initial_lhdc_assemble_packet(bool splitFlg) { function assemble_lhdc_packet (line 236) | int assemble_lhdc_packet(uint8_t *input, uint32_t input_len, uint8_t **p... function assemble_lhdc_packet (line 274) | int assemble_lhdc_packet(uint8_t *input, uint32_t input_len, uint8_t **p... function parse_lhdc_info (line 376) | static int parse_lhdc_info(uint8_t *in, lhdc_frame_Info_t *h) { function TEXT_LHDC_LOC (line 400) | TEXT_LHDC_LOC function a2dp_cp_lhdc_mcu_decode (line 413) | static int a2dp_cp_lhdc_mcu_decode(uint8_t *buffer, uint32_t buffer_byte... function cp_assert (line 614) | int cp_assert(void) { function TEXT_LHDC_LOC (line 622) | TEXT_LHDC_LOC function a2dp_audio_lhdc_list_checker (line 764) | static int a2dp_audio_lhdc_list_checker(void) { function a2dp_audio_lhdc_mcu_decode_frame (line 796) | int a2dp_audio_lhdc_mcu_decode_frame(uint8_t *buffer, uint32_t buffer_by... function a2dp_audio_lhdc_decode_frame (line 883) | int a2dp_audio_lhdc_decode_frame(uint8_t *buffer, uint32_t buffer_bytes) { function a2dp_audio_lhdc_preparse_packet (line 891) | int a2dp_audio_lhdc_preparse_packet(btif_media_header_t *header, function a2dp_audio_lhdc_free (line 910) | void a2dp_audio_lhdc_free(void *packet) { function a2dp_audio_lhdc_store_packet (line 917) | int a2dp_audio_lhdc_store_packet(btif_media_header_t *header, uint8_t *b... function a2dp_audio_lhdc_discards_packet (line 990) | int a2dp_audio_lhdc_discards_packet(uint32_t packets) { function a2dp_audio_lhdc_headframe_info_get (line 1007) | static int a2dp_audio_lhdc_headframe_info_get( function a2dp_audio_lhdc_info_get (line 1028) | int a2dp_audio_lhdc_info_get(void *info) { return A2DP_DECODER_NO_ERROR; } function a2dp_audio_lhdc_init (line 1032) | int a2dp_audio_lhdc_init(A2DP_AUDIO_OUTPUT_CONFIG_T *config, void *conte... function a2dp_audio_lhdc_deinit (line 1082) | int a2dp_audio_lhdc_deinit(void) { function a2dp_audio_lhdc_synchronize_packet (line 1090) | int a2dp_audio_lhdc_synchronize_packet(A2DP_AUDIO_SYNCFRAME_INFO_T *sync... function a2dp_audio_lhdc_synchronize_dest_packet_mut (line 1139) | int a2dp_audio_lhdc_synchronize_dest_packet_mut(uint16_t packet_mut) { function a2dp_audio_lhdc_convert_list_to_samples (line 1159) | int a2dp_audio_lhdc_convert_list_to_samples(uint32_t *samples) { function a2dp_audio_lhdc_discards_samples (line 1172) | int a2dp_audio_lhdc_discards_samples(uint32_t samples) { FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder_sbc.cpp function a2dp_audio_sbc_subframe_free (line 81) | static void a2dp_audio_sbc_subframe_free(void *packet) { function sbc_codec_init (line 88) | static void sbc_codec_init(void) { type A2DP_CP_SBC_IN_FRM_INFO_T (line 96) | struct A2DP_CP_SBC_IN_FRM_INFO_T { type A2DP_CP_SBC_OUT_FRM_INFO_T (line 103) | struct A2DP_CP_SBC_OUT_FRM_INFO_T { type A2DP_CP_SBC_IN_FRM_INFO_T (line 104) | struct A2DP_CP_SBC_IN_FRM_INFO_T function a2dp_cp_sbc_mcu_decode (line 126) | static int a2dp_cp_sbc_mcu_decode(uint8_t *buffer, uint32_t buffer_bytes) { function cp_assert_sbc (line 251) | int cp_assert_sbc(void) { function TEXT_SBC_LOC (line 257) | TEXT_SBC_LOC function a2dp_audio_sbc_list_checker (line 375) | static int a2dp_audio_sbc_list_checker(void) { function a2dp_audio_sbc_init (line 406) | int a2dp_audio_sbc_init(A2DP_AUDIO_OUTPUT_CONFIG_T *config, void *contex... function a2dp_audio_sbc_deinit (line 445) | int a2dp_audio_sbc_deinit(void) { function a2dp_audio_sbc_mcu_decode_frame (line 458) | int a2dp_audio_sbc_mcu_decode_frame(uint8_t *buffer, uint32_t buffer_byt... function a2dp_audio_sbc_decode_frame (line 569) | int a2dp_audio_sbc_decode_frame(uint8_t *buffer, uint32_t buffer_bytes) { function a2dp_audio_sbc_preparse_packet (line 600) | int a2dp_audio_sbc_preparse_packet(btif_media_header_t *header, uint8_t ... function a2dp_audio_sbc_header_parser_init (line 650) | static int a2dp_audio_sbc_header_parser_init(void) { function a2dp_audio_sbc_packet_recover_save_last (line 658) | static int a2dp_audio_sbc_packet_recover_save_last( function a2dp_audio_sbc_packet_recover_find_missing (line 665) | static int a2dp_audio_sbc_packet_recover_find_missing( function a2dp_audio_sbc_packet_recover_proc (line 706) | static int a2dp_audio_sbc_packet_recover_proc( function a2dp_audio_sbc_store_packet (line 737) | int a2dp_audio_sbc_store_packet(btif_media_header_t *header, uint8_t *bu... function a2dp_audio_sbc_discards_packet (line 829) | int a2dp_audio_sbc_discards_packet(uint32_t packets) { function a2dp_audio_sbc_headframe_info_get (line 893) | int a2dp_audio_sbc_headframe_info_get( function a2dp_audio_sbc_info_get (line 916) | int a2dp_audio_sbc_info_get(void *info) { return A2DP_DECODER_NO_ERROR; } function a2dp_audio_sbc_synchronize_packet (line 918) | int a2dp_audio_sbc_synchronize_packet(A2DP_AUDIO_SYNCFRAME_INFO_T *sync_... function a2dp_audio_sbc_synchronize_dest_packet_mut (line 971) | int a2dp_audio_sbc_synchronize_dest_packet_mut(uint16_t packet_mut) { function a2dp_audio_sbc_convert_list_to_samples (line 995) | int a2dp_audio_sbc_convert_list_to_samples(uint32_t *samples) { function a2dp_audio_sbc_discards_samples (line 1007) | int a2dp_audio_sbc_discards_samples(uint32_t samples) { function a2dp_audio_sbc_channel_select (line 1034) | int a2dp_audio_sbc_channel_select(A2DP_AUDIO_CHANNEL_SELECT_E chnl_sel) { FILE: apps/audioplayers/a2dp_decoder/a2dp_decoder_scalable.cpp function ss_to_24bit_buf (line 53) | static void ss_to_24bit_buf(int32_t *out, int32_t *in, int size) { function a2dp_audio_scalable_decoder_init (line 59) | static void a2dp_audio_scalable_decoder_init(void) { function scalableDecoder_Close (line 68) | static int scalableDecoder_Close(HANDLE_DECODER handle) { function a2dp_audio_scalable_decoder_deinit (line 77) | static void a2dp_audio_scalable_decoder_deinit(void) { function a2dp_audio_scalable_decoder_reinit (line 84) | static void a2dp_audio_scalable_decoder_reinit(void) { function is_valid_frame (line 91) | static bool type A2DP_CP_scalable_IN_FRM_INFO_T (line 156) | struct A2DP_CP_scalable_IN_FRM_INFO_T { type A2DP_CP_scalable_OUT_FRM_INFO_T (line 161) | struct A2DP_CP_scalable_OUT_FRM_INFO_T { type A2DP_CP_scalable_IN_FRM_INFO_T (line 162) | struct A2DP_CP_scalable_IN_FRM_INFO_T function TEXT_SSC_LOC (line 172) | TEXT_SSC_LOC static int a2dp_cp_scalable_mcu_decode(uint8_t *buffer, function TEXT_SSC_LOC (line 260) | TEXT_SSC_LOC int a2dp_cp_scalable_cp_decode(void) { function a2dp_audio_scalable_init (line 359) | static int a2dp_audio_scalable_init(A2DP_AUDIO_OUTPUT_CONFIG_T *config, function a2dp_audio_scalable_deinit (line 408) | static int a2dp_audio_scalable_deinit(void) { function a2dp_audio_scalable_mcu_decode_frame (line 420) | int a2dp_audio_scalable_mcu_decode_frame(uint8_t *buffer, function a2dp_audio_scalable_decode_frame (line 502) | static int a2dp_audio_scalable_decode_frame(uint8_t *buffer, function a2dp_audio_scalable_preparse_packet (line 511) | static int a2dp_audio_scalable_preparse_packet(btif_media_header_t *header, function a2dp_audio_scalable_free (line 543) | static void a2dp_audio_scalable_free(void *packet) { function a2dp_audio_scalable_store_packet (line 550) | static int a2dp_audio_scalable_store_packet(btif_media_header_t *header, function a2dp_audio_scalable_discards_packet (line 576) | static int a2dp_audio_scalable_discards_packet(uint32_t packets) { function a2dp_audio_scalable_headframe_info_get (line 601) | static int a2dp_audio_scalable_headframe_info_get( function a2dp_audio_scalable_info_get (line 623) | static int a2dp_audio_scalable_info_get(void *info) { function a2dp_audio_scalable_synchronize_packet (line 627) | static int function a2dp_audio_scalable_synchronize_dest_packet_mut (line 672) | static int function a2dp_audio_scalable_convert_list_to_samples (line 696) | int a2dp_audio_scalable_convert_list_to_samples(uint32_t *samples) { function a2dp_audio_scalable_discards_samples (line 708) | int a2dp_audio_scalable_discards_samples(uint32_t samples) { FILE: apps/audioplayers/a2dpplay.cpp type A2DP_AUDIO_SYNC_STATUS (line 97) | enum A2DP_AUDIO_SYNC_STATUS { type A2DPPLAY_STRTEAM_T (line 106) | enum A2DPPLAY_STRTEAM_T { type APP_AUDIO_CACHE_T (line 140) | enum APP_AUDIO_CACHE_T type AUD_SAMPRATE_T (line 147) | enum AUD_SAMPRATE_T function a2dp_audio_sbc_set_frame_info (line 226) | int a2dp_audio_sbc_set_frame_info(int rcv_len, int frame_num) { type BT_DEVICE_T (line 240) | struct BT_DEVICE_T function expand_1_channel_to_2_channels_16bits (line 242) | void expand_1_channel_to_2_channels_16bits(unsigned char *in, type A2DP_AUDIO_SYNC_STATUS (line 258) | enum A2DP_AUDIO_SYNC_STATUS function a2dp_audio_sync_proc (line 261) | static int a2dp_audio_sync_proc(uint8_t status, int shift) { function a2dp_audio_isrunning (line 301) | bool a2dp_audio_isrunning(enum A2DPPLAY_STRTEAM_T stream, bool run) { function get_ldac_frame_num (line 377) | uint8_t get_ldac_frame_num(uint16_t frame_length_index) { function a2dp_audio_set_mtu_limit (line 411) | void a2dp_audio_set_mtu_limit(uint8_t mut) { delay_mtu_limit = mut; } function TEXT_LDAC_LOC (line 747) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 780) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 806) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 814) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 888) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 934) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 957) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 967) | TEXT_LDAC_LOC function aac_meminit (line 1010) | int aac_meminit() { function aac_memdeinit (line 1021) | void aac_memdeinit() { function aacdec_init (line 1031) | int aacdec_init(void) { function aacdec_deinit (line 1047) | int aacdec_deinit(void) { function TEXT_AAC_LOC (line 1059) | TEXT_AAC_LOC function TEXT_AAC_LOC (line 1079) | TEXT_AAC_LOC function TEXT_AAC_LOC (line 1135) | TEXT_AAC_LOC function convert_16bit_to_24bit (line 1217) | static void convert_16bit_to_24bit(int32_t *out, int16_t *in, int len) { function TEXT_SSC_LOC (line 1241) | TEXT_SSC_LOC function TEXT_SSC_LOC (line 1248) | TEXT_SSC_LOC function TEXT_SSC_LOC (line 1258) | TEXT_SSC_LOC function TEXT_SSC_LOC (line 1373) | TEXT_SSC_LOC function TEXT_SBC_LOC (line 1423) | TEXT_SBC_LOC function TEXT_SBC_LOC (line 1426) | TEXT_SBC_LOC function TEXT_SBC_LOC (line 1505) | TEXT_SBC_LOC function TEXT_SBC_LOC (line 1569) | TEXT_SBC_LOC function TEXT_SBC_LOC (line 1578) | TEXT_SBC_LOC function reset_lhdc_assmeble_packet (line 1665) | void reset_lhdc_assmeble_packet() { function initial_lhdc_assemble_packet (line 1672) | void initial_lhdc_assemble_packet(bool splitFlg) { function get_lhdc_header (line 1683) | bool get_lhdc_header(uint8_t *in, LHDC_FRAME_HDR *h) { function get_lhdc_frame (line 1707) | uint32_t get_lhdc_frame(uint8_t *frame_q, size_t q_available_size, function get_lhdc_data (line 1739) | int get_lhdc_data(unsigned char *frame, unsigned int len) { function assemble_lhdc_packet (line 1761) | int assemble_lhdc_packet(uint8_t *input, uint32_t input_len, uint8_t **p... function TEXT_LHDC_LOC (line 1868) | TEXT_LHDC_LOC function TEXT_LHDC_LOC (line 1953) | TEXT_LHDC_LOC function TEXT_LHDC_LOC (line 1976) | TEXT_LHDC_LOC type CP_DEC_STATE_T (line 1991) | enum CP_DEC_STATE_T { type APP_OVERLAY_ID_T (line 2012) | enum APP_OVERLAY_ID_T type CP_DEC_STATE_T (line 2013) | enum CP_DEC_STATE_T function TEXT_LDAC_LOC (line 2029) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 2068) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 2075) | TEXT_LDAC_LOC function TEXT_LDAC_LOC (line 2093) | TEXT_LDAC_LOC function TEXT_LHDC_LOC (line 2115) | TEXT_LHDC_LOC function TEXT_AAC_LOC (line 2188) | TEXT_AAC_LOC function TEXT_SBC_LOC (line 2251) | TEXT_SBC_LOC function TEXT_SBC_LOC (line 2292) | TEXT_SBC_LOC function CP_TEXT_SRAM_LOC (line 2299) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 2312) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 2328) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 2339) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 2360) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 2385) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 2424) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 2439) | CP_TEXT_SRAM_LOC function CP_TEXT_SRAM_LOC (line 2485) | CP_TEXT_SRAM_LOC function cp_a2dp_main (line 2527) | CP_TEXT_SRAM_LOC function FRAM_TEXT_LOC (line 2553) | FRAM_TEXT_LOC function FRAM_TEXT_LOC (line 2587) | FRAM_TEXT_LOC function FRAM_TEXT_LOC (line 2679) | FRAM_TEXT_LOC type cp_task_desc (line 2731) | struct cp_task_desc function cp_a2dp_init (line 2733) | void cp_a2dp_init(void) { function cp_a2dp_deinit (line 2744) | void cp_a2dp_deinit(void) { cp_accel_close(CP_TASK_A2DP_DECODE); } function FRAM_TEXT_LOC (line 2747) | FRAM_TEXT_LOC function FRAM_TEXT_LOC (line 2767) | FRAM_TEXT_LOC function FRAM_TEXT_LOC (line 2800) | FRAM_TEXT_LOC function FRAM_TEXT_LOC (line 2844) | FRAM_TEXT_LOC function FRAM_TEXT_LOC (line 2861) | FRAM_TEXT_LOC function FRAM_TEXT_LOC (line 2918) | FRAM_TEXT_LOC type APP_RESAMPLE_T (line 2966) | struct APP_RESAMPLE_T function FRAM_TEXT_LOC (line 2968) | FRAM_TEXT_LOC function attempt_slow_samplerate (line 2985) | void static attempt_slow_samplerate(uint8_t overlay_type) { function a2dp_audio_more_data (line 3045) | uint32_t a2dp_audio_more_data(uint8_t overlay_type, uint8_t *buf, type APP_OVERLAY_ID_T (line 3195) | enum APP_OVERLAY_ID_T function a2dp_trace_codec_name (line 3224) | static void a2dp_trace_codec_name(const char *prefix, function a2dp_audio_init (line 3230) | int a2dp_audio_init(void) { function a2dp_audio_deinit (line 3430) | int a2dp_audio_deinit(void) { function a2dp_audio_latency_factor_get (line 3489) | float a2dp_audio_latency_factor_get(void) { return 1.0f; } FILE: apps/audioplayers/app_audio.cpp function app_capture_audio_mempool_init (line 49) | int app_capture_audio_mempool_init(void) { function app_capture_audio_mempool_free_buff_size (line 57) | uint32_t app_capture_audio_mempool_free_buff_size() { function app_capture_audio_mempool_get_buff (line 61) | int app_capture_audio_mempool_get_buff(uint8_t **buff, uint32_t size) { function LOCK_APP_AUDIO_QUEUE (line 108) | void LOCK_APP_AUDIO_QUEUE() { function UNLOCK_APP_AUDIO_QUEUE (line 112) | void UNLOCK_APP_AUDIO_QUEUE() { osMutexRelease(g_app_audio_queue_mutex_i... function app_audio_lr_balance (line 114) | uint32_t app_audio_lr_balance(uint8_t *buf, uint32_t len, int8_t balance) { function app_audio_mempool_init_with_specific_size (line 138) | void app_audio_mempool_init_with_specific_size(uint32_t size) { function app_audio_pcmbuff_init (line 142) | int app_audio_pcmbuff_init(uint8_t *buff, uint16_t len) { function app_audio_pcmbuff_length (line 158) | int app_audio_pcmbuff_length(void) { function app_audio_pcmbuff_put (line 168) | int app_audio_pcmbuff_put(uint8_t *buff, uint16_t len) { function app_audio_pcmbuff_get (line 178) | int app_audio_pcmbuff_get(uint8_t *buff, uint16_t len) { function app_audio_pcmbuff_discard (line 199) | int app_audio_pcmbuff_discard(uint16_t len) { function app_audio_memcpy_16bit (line 209) | void __attribute__((section(".fast_text_sram"))) function app_audio_memset_16bit (line 217) | void __attribute__((section(".fast_text_sram"))) function app_audio_sendrequest_param (line 226) | int app_audio_sendrequest_param(uint16_t id, uint8_t status, uint32_t ptr, function app_audio_sendrequest (line 244) | int app_audio_sendrequest(uint16_t id, uint8_t status, uint32_t ptr) { function app_audio_get_list_playback_num (line 250) | static uint8_t app_audio_get_list_playback_num(void) { function app_audio_switch_flash_flush_req (line 269) | void app_audio_switch_flash_flush_req(void) { function app_audio_switch_flash_proc (line 277) | static void app_audio_switch_flash_proc(void) { function app_audio_handle_pre_processing (line 301) | static bool app_audio_handle_pre_processing(APP_MESSAGE_BODY *msg_body) { function app_audio_handle_process (line 330) | static int app_audio_handle_process(APP_MESSAGE_BODY *msg_body) { function app_audio_handle_free (line 418) | static void app_audio_handle_free(void *data) { function app_audio_list_create (line 430) | void app_audio_list_create() { function app_audio_list_stream_exist (line 436) | bool app_audio_list_stream_exist() { function app_audio_list_filter_exist (line 470) | bool app_audio_list_filter_exist(APP_AUDIO_STATUS *aud_status) { function app_audio_list_playback_exist (line 507) | bool app_audio_list_playback_exist(void) { function app_audio_list_playback_clear (line 527) | void app_audio_list_playback_clear(void) { function app_audio_list_append (line 546) | bool app_audio_list_append(APP_AUDIO_STATUS *aud_status) { function app_audio_list_rmv_callback (line 606) | bool app_audio_list_rmv_callback(APP_AUDIO_STATUS *status_close, function app_audio_list_clear (line 684) | void app_audio_list_clear() { list_clear(app_audio_conifg.audio_list); } function app_audio_open (line 687) | void app_audio_open(void) { function app_audio_close (line 715) | void app_audio_close(void) { FILE: apps/audioplayers/app_audio.h type APP_AUDIO_CACHE_T (line 137) | enum APP_AUDIO_CACHE_T { type APP_BT_AUDIO_Q_POS (line 210) | enum APP_BT_AUDIO_Q_POS FILE: apps/audioplayers/bt_sco_chain.c function CODEC_OpVecCpy (line 189) | void CODEC_OpVecCpy(short *pshwDes, short *pshwSrc, short swLen) { function switch_dualmic_status (line 323) | void switch_dualmic_status(void) { type APP_SYSFREQ_FREQ_T (line 339) | enum APP_SYSFREQ_FREQ_T function speech_store_config (line 353) | int speech_store_config(const SpeechConfig *cfg) { function speech_tx_init (line 363) | int speech_tx_init(int sample_rate, int frame_len) { function speech_rx_init (line 537) | int speech_rx_init(int sample_rate, int frame_len) { function speech_init (line 580) | int speech_init(int tx_sample_rate, int rx_sample_rate, int tx_frame_ms, function speech_tx_deinit (line 684) | int speech_tx_deinit(void) { function speech_rx_deinit (line 802) | int speech_rx_deinit(void) { function speech_deinit (line 838) | int speech_deinit(void) { function speech_tx_get_required_mips (line 876) | float speech_tx_get_required_mips(void) { function speech_rx_get_required_mips (line 986) | float speech_rx_get_required_mips(void) { function speech_get_required_mips (line 1020) | float speech_get_required_mips(void) { function speech_get_proper_sysfreq (line 1026) | enum APP_SYSFREQ_FREQ_T speech_get_proper_sysfreq(int *needed_mips) { function speech_set_config (line 1046) | int speech_set_config(const SpeechConfig *cfg) { function _speech_tx_process_pre (line 1138) | void _speech_tx_process_pre(short *pcm_buf, short *ref_buf, int *_pcm_le... function CP_TEXT_SRAM_LOC (line 1403) | CP_TEXT_SRAM_LOC function _speech_tx_process_ (line 1415) | int32_t _speech_tx_process_(void *pcm_buf, void *ref_buf, int32_t *_pcm_... function _speech_rx_process_ (line 1425) | int32_t _speech_rx_process_(void *pcm_buf, int32_t *_pcm_len) { function speech_tx_process (line 1508) | int speech_tx_process(void *pcm_buf, void *ref_buf, int *pcm_len) { function speech_rx_process (line 1520) | int speech_rx_process(void *pcm_buf, int *pcm_len) { FILE: apps/audioplayers/bt_sco_chain_cfg.h type SpeechConfig (line 21) | typedef struct { FILE: apps/audioplayers/bt_sco_chain_cp.c type CP_SCO_STATE_T (line 53) | enum CP_SCO_STATE_T { type SCO_CP_CMD_T (line 59) | enum SCO_CP_CMD_T { function sco_cp_process (line 81) | int sco_cp_process(short *pcm_buf, short *ref_buf, int *_pcm_len) { function sco_cp_main (line 138) | int sco_cp_main(uint8_t event) { type cp_task_desc (line 171) | struct cp_task_desc function sco_cp_init (line 173) | int sco_cp_init(int frame_len, int channel_num) { function sco_cp_deinit (line 222) | int sco_cp_deinit(void) { FILE: apps/audioplayers/bt_sco_chain_thirdparty.c function speech_init (line 30) | int speech_init(int tx_sample_rate, int rx_sample_rate, int tx_frame_ms, function speech_deinit (line 74) | int speech_deinit(void) { function speech_tx_process (line 94) | int speech_tx_process(void *_pcm_buf, void *_ref_buf, int *_pcm_len) { function speech_rx_process (line 157) | int speech_rx_process(void *pcm_buf, int *pcm_len) { FILE: apps/audioplayers/bt_sco_chain_thirdparty_alango.c function deinterleave_audio (line 31) | static void deinterleave_audio(int16_t *dst, int16_t *src, uint32_t len, function speech_init (line 43) | int speech_init(int tx_sample_rate, int rx_sample_rate, int tx_frame_ms, function speech_deinit (line 102) | int speech_deinit(void) { function speech_tx_process (line 126) | int speech_tx_process(void *pcm_buf, void *ref_buf, int *pcm_len) { function speech_rx_process (line 196) | int speech_rx_process(void *pcm_buf, int *pcm_len) { FILE: apps/audioplayers/bt_sco_chain_tuning.c type AUDIO_SECTION_SPEECH_CFG_T (line 25) | typedef struct { function store_speech_cfg_into_audio_section (line 32) | int store_speech_cfg_into_audio_section(SpeechConfig *cfg) { function speech_tuning_set_status (line 70) | int speech_tuning_set_status(bool en) { function speech_tuning_get_status (line 76) | bool speech_tuning_get_status(void) { return speech_tuning_status; } function speech_tuning_check (line 78) | uint32_t speech_tuning_check(unsigned char *buf, uint32_t len) { function speech_tuning_rx_callback (line 111) | uint32_t speech_tuning_rx_callback(unsigned char *buf, uint32_t len) { function speech_tuning_burn_rx_callback (line 135) | uint32_t speech_tuning_burn_rx_callback(unsigned char *buf, uint32_t len) { function speech_tuning_init (line 162) | int speech_tuning_init(void) { function speech_tuning_open (line 180) | int speech_tuning_open(void) { function speech_tuning_close (line 196) | int speech_tuning_close(void) { FILE: apps/audioplayers/cvsdplay.cpp type APP_AUDIO_CACHE_T (line 49) | enum APP_AUDIO_CACHE_T function xLOCK_VOICECVSD_QUEUE (line 56) | void xLOCK_VOICECVSD_QUEUE(void) function xUNLOCK_VOICECVSD_QUEUE (line 61) | void xUNLOCK_VOICECVSD_QUEUE(void) function copy_one_trace_to_two_track_16bits (line 72) | static void copy_one_trace_to_two_track_16bits(uint16_t *src_buf, uint16... function store_voicecvsd_buffer (line 80) | int store_voicecvsd_buffer(unsigned char *buf, unsigned int len) function store_voice_pcm2cvsd (line 96) | int store_voice_pcm2cvsd(unsigned char *buf, unsigned int len) function get_voicecvsd_buffer_size (line 132) | int get_voicecvsd_buffer_size(void) function decode_cvsd_frame (line 142) | int decode_cvsd_frame(unsigned char *pcm_buffer, unsigned int pcm_len) function decode_cvsd_frame_noblock (line 189) | uint32_t decode_cvsd_frame_noblock(uint8_t *pcm_buffer, uint32_t pcm_len) function voicecvsd_audio_more_data (line 226) | uint32_t voicecvsd_audio_more_data(uint8_t *buf, uint32_t len) function voicecvsd_audio_init (line 244) | int voicecvsd_audio_init(void) FILE: apps/audioplayers/digmici2splay.cpp function dig_mic_audio_more_data (line 30) | uint32_t dig_mic_audio_more_data(uint8_t *buf, uint32_t len) { function dig_mic_audio_data_come (line 36) | uint32_t dig_mic_audio_data_come(uint8_t *buf, uint32_t len) { FILE: apps/audioplayers/flacplay.cpp function copy_one_trace_to_two_track_16bits (line 45) | static void copy_one_trace_to_two_track_16bits(uint16_t *src_buf, function store_flac_buffer (line 54) | int store_flac_buffer(unsigned char *buf, unsigned int len) { function decode_flac_frame (line 65) | int decode_flac_frame(unsigned char *pcm_buffer, unsigned int pcm_len) { function flac_audio_data_come (line 107) | uint32_t flac_audio_data_come(uint8_t *buf, uint32_t len) { function flac_audio_more_data (line 113) | uint32_t flac_audio_more_data(uint8_t *buf, uint32_t len) { function flac_audio_init (line 128) | int flac_audio_init(void) { FILE: apps/audioplayers/fmradio.cpp function fm_handler (line 59) | static void fm_handler(uint8_t chan, uint32_t remains, uint32_t error, function fm_pcm_more_data (line 93) | uint32_t fm_pcm_more_data(uint8_t *buf, uint32_t len) { function fm_capture_more_data (line 117) | uint32_t fm_capture_more_data(uint8_t *buf, uint32_t len) { function fm_radio_digit_init (line 122) | void fm_radio_digit_init(void) { function fm_radio_analog_init (line 238) | int fm_radio_analog_init(void) { function fm_radio_poweron (line 369) | void fm_radio_poweron(void) function fm_radio_player (line 406) | int fm_radio_player(bool on) { function fm_tune (line 462) | int fm_tune(uint32_t freqkhz) { function fm_test_main (line 493) | void fm_test_main(void) { FILE: apps/audioplayers/msbcplay.cpp function dump_buffer_to_psram (line 47) | static void dump_buffer_to_psram(char *buf, unsigned int len) function copy_one_trace_to_two_track_16bits (line 53) | static void copy_one_trace_to_two_track_16bits(uint16_t *src_buf, uint16... function store_voicemsbc_buffer (line 61) | int store_voicemsbc_buffer(unsigned char *buf, unsigned int len) function decode_msbc_frame (line 76) | int decode_msbc_frame(unsigned char *pcm_buffer, unsigned int pcm_len) function voicemsbc_audio_more_data (line 124) | uint32_t voicemsbc_audio_more_data(uint8_t *buf, uint32_t len) function voicemsbc_audio_init (line 140) | int voicemsbc_audio_init(void) FILE: apps/audioplayers/plc_utils.c function sco_parse_synchronization_header (line 64) | static int sco_parse_synchronization_header(uint8_t *buf, uint8_t *sn) { function memcmp_U8 (line 143) | static bool memcmp_U8(uint8_t *x, uint8_t *y, uint16_t size) { function update_ble_sco_conflict (line 154) | static bool update_ble_sco_conflict(PacketLossState *st, uint8_t *last_pkt, function check_ble_sco_conflict (line 166) | static bool check_ble_sco_conflict(PacketLossState *st, bool ret) { function msbc_check_controller_mute_pattern (line 174) | static bool msbc_check_controller_mute_pattern(uint8_t *pkt, uint8_t pat... function msbc_check_pkt_trailing_zeros (line 184) | static int msbc_check_pkt_trailing_zeros(uint8_t *pkt) { function get_next_sequence_num (line 198) | static uint8_t get_next_sequence_num(uint8_t seq_num) { function packet_loss_detection_init (line 202) | void packet_loss_detection_init(PacketLossState *st) { function plc_type_t (line 211) | plc_type_t packet_loss_detection_process(PacketLossState *st, function packet_loss_detection_update_histogram (line 286) | void packet_loss_detection_update_histogram(PacketLossState *st, function packet_loss_detection_report (line 301) | void packet_loss_detection_report(PacketLossState *st) { FILE: apps/audioplayers/plc_utils.h type plc_type_t (line 8) | typedef enum plc_type type PacketLossState (line 22) | typedef struct FILE: apps/audioplayers/rbplay/rb_ctl.cpp function rb_ctl_status (line 125) | static rb_ctl_status rb_ctl_get_status(void) { return rb_ctl_context.sta... function rb_ctl_parse_file (line 127) | bool rb_ctl_parse_file(const char *file_path) { function rb_ctl_vol_operation (line 155) | void rb_ctl_vol_operation(bool inc) { function rb_ctl_is_playing (line 181) | bool rb_ctl_is_playing(void) { function rb_ctl_set_vol (line 185) | void rb_ctl_set_vol(uint32_t vol) { function rb_ctl_stop_play (line 205) | void rb_ctl_stop_play(void) { function rb_ctl_sync_stop_play (line 224) | void rb_ctl_sync_stop_play(void) { function rb_ctl_pause_playing (line 237) | void rb_ctl_pause_playing(void) { function rb_ctl_resume_playing (line 251) | void rb_ctl_resume_playing(void) { function rb_ctl_set_priority (line 257) | void rb_ctl_set_priority(int priority) { function rb_ctl_get_priority (line 261) | int rb_ctl_get_priority(void) { return (int)osThreadGetPriority(rb_ctl_t... function rb_ctl_get_default_priority (line 263) | int rb_ctl_get_default_priority(void) { return rb_ctl_default_priority; } function rb_ctl_reset_priority (line 265) | void rb_ctl_reset_priority(void) { function rb_ctl_handle_event (line 272) | static int rb_ctl_handle_event(RBCTL_MSG_BLOCK *msg_body) { function rb_thread_post_msg (line 493) | int rb_thread_post_msg(RB_MODULE_EVT evt, uint32_t arg) { function app_wait_player_stoped (line 508) | void app_wait_player_stoped(void) { function app_wait_player_suspend (line 513) | void app_wait_player_suspend(void) { function app_wait_player_resumed (line 521) | void app_wait_player_resumed(void) { function rb_thread_send_play (line 529) | void rb_thread_send_play(void) { function rb_thread_send_stop (line 534) | void rb_thread_send_stop(void) { function rb_thread_send_pause (line 542) | void rb_thread_send_pause(void) { function rb_thread_send_resume (line 551) | void rb_thread_send_resume(void) { function rb_play_dual_play_restore (line 559) | void rb_play_dual_play_restore(uint8_t stream_type) { function rb_thread_send_switch (line 566) | void rb_thread_send_switch(bool next) { function rb_play_linein_start (line 574) | void rb_play_linein_start(void) { function rb_play_reconfig_stream (line 581) | void rb_play_reconfig_stream(uint32_t arg) { function rb_play_set_tws_mode (line 588) | void rb_play_set_tws_mode(uint32_t arg) { function rb_thread_send_play_idx (line 595) | void rb_thread_send_play_idx(uint32_t array_subidx) { function rb_thread_send_vol (line 601) | void rb_thread_send_vol(bool inc) { function rb_thread_send_status_change (line 607) | void rb_thread_send_status_change(void) { function rb_thread_set_vol (line 613) | void rb_thread_set_vol(uint32_t vol) { function rb_thread_send_del_file (line 619) | void rb_thread_send_del_file(uint16_t idx) { function rb_thread_send_sbc_record_start (line 625) | void rb_thread_send_sbc_record_start(void) { function rb_thread_send_sbc_record_data_ind (line 631) | void rb_thread_send_sbc_record_data_ind(void) { function rb_thread_send_sbc_record_stop (line 638) | void rb_thread_send_sbc_record_stop(void) { function app_rbplay_audio_reset_pause_status (line 646) | void app_rbplay_audio_reset_pause_status(void) { function app_rbplay_audio_onoff (line 650) | int app_rbplay_audio_onoff(bool onoff, uint16_t aud_id) { function app_rbplay_pause_resume (line 675) | void app_rbplay_pause_resume(void) { function rb_ctl_mailbox_init (line 690) | static int rb_ctl_mailbox_init(void) { function rb_ctl_mailbox_put (line 699) | int rb_ctl_mailbox_put(RBCTL_MSG_BLOCK *msg_src) { function rb_ctl_mailbox_free (line 720) | int rb_ctl_mailbox_free(RBCTL_MSG_BLOCK *msg_p) { function rb_ctl_mailbox_get (line 728) | int rb_ctl_mailbox_get(RBCTL_MSG_BLOCK **msg_p) { function rb_ctl_action_init (line 739) | void rb_ctl_action_init(void) function rb_ctl_action_run (line 752) | void rb_ctl_action_run(void) function rb_ctl_action_stop (line 762) | void rb_ctl_action_stop(void) function rb_ctl_thread (line 773) | static void rb_ctl_thread(void const *argument) { function rb_ctl_init (line 806) | int rb_ctl_init(void) { function rb_ctl_get_vol (line 827) | uint8_t rb_ctl_get_vol(void) { return rb_ctl_context.rb_player_vol; } function rb_ctl_is_init_done (line 829) | bool rb_ctl_is_init_done(void) { return rb_ctl_context.init_done; } function rb_ctl_is_paused (line 831) | bool rb_ctl_is_paused(void) { return (RB_CTL_SUSPEND == rb_ctl_get_statu... function rb_ctl_songs_count (line 833) | uint16_t rb_ctl_songs_count(void) { return sd_playlist.total_songs; } FILE: apps/audioplayers/rbplay/rb_ctl.h type RB_MODULE_EVT (line 22) | typedef enum { type rb_ctl_status (line 52) | typedef enum { type rb_ctl_struct (line 58) | typedef struct { FILE: apps/audioplayers/rbplay/rbpcmbuf.cpp function rbplay_more_data (line 60) | static uint32_t rbplay_more_data(uint8_t *buf, uint32_t len) { function rb_pcmbuf_init (line 86) | void rb_pcmbuf_init(void) { function rb_pcmbuf_write (line 124) | void rb_pcmbuf_write(unsigned int size) { function rb_pcmbuf_stop (line 135) | void rb_pcmbuf_stop(void) { FILE: apps/audioplayers/rbplay/rbpcmbuf.h type RB_PCMBUF_AUD_STATE_T (line 25) | typedef enum _RB_PCMBUF_AUD_STATE_T { FILE: apps/audioplayers/rbplay/rbplay.cpp type AUD_BITS_T (line 69) | enum AUD_BITS_T type AUD_SAMPRATE_T (line 70) | enum AUD_SAMPRATE_T type AUD_CHANNEL_NUM_T (line 71) | enum AUD_CHANNEL_NUM_T type _rb_tws_codec_info (line 74) | struct _rb_tws_codec_info { type mp3entry (line 103) | struct mp3entry type codec_api (line 108) | struct codec_api type codec_api (line 109) | struct codec_api type APP_SYSFREQ_FREQ_T (line 126) | enum APP_SYSFREQ_FREQ_T function rb_player_sync_close_done (line 128) | static void rb_player_sync_close_done(void) { thread_tid_waiter = NULL; } function f_codec_pcmbuf_insert_callback (line 131) | static void f_codec_pcmbuf_insert_callback(const void *ch1, const void *... function f_audio_codec_update_elapsed (line 196) | static void f_audio_codec_update_elapsed(unsigned long elapsed) { function f_codec_filebuf_callback (line 201) | static size_t f_codec_filebuf_callback(void *ptr, size_t size) { function f_codec_seek_buffer_callback (line 226) | static bool f_codec_seek_buffer_callback(size_t newpos) { function f_codec_seek_complete_callback (line 237) | static void f_codec_seek_complete_callback(void) { function f_audio_codec_update_offset (line 242) | static void f_audio_codec_update_offset(size_t offset) {} function f_codec_configure_callback (line 244) | static void f_codec_configure_callback(int setting, intptr_t value) { function f_codec_get_command_callback (line 259) | static enum codec_command_action f_codec_get_command_callback(intptr_t *... function f_codec_loop_track_callback (line 266) | static bool f_codec_loop_track_callback(void) { return false; } function init_ci_file (line 268) | static void init_ci_file(void) { function rb_play_init (line 283) | static void rb_play_init(void) { function rb_play_codec_init (line 293) | void rb_play_codec_init(void) { function rb_play_codec_run (line 300) | void rb_play_codec_run(void) { function rb_codec_init_desc (line 307) | static int rb_codec_init_desc(void) { function rb_codec_loop_on (line 344) | static int rb_codec_loop_on(void) { function rb_thread_process_evt (line 376) | static int rb_thread_process_evt(RB_CTRL_CMD_T evt) { function rb_decode_mailbox_put (line 429) | int rb_decode_mailbox_put(RBTHREAD_MSG_BLOCK *msg_src) { function rb_decode_mailbox_free (line 448) | int rb_decode_mailbox_free(RBTHREAD_MSG_BLOCK *msg_p) { function rb_decode_mailbox_get (line 456) | int rb_decode_mailbox_get(RBTHREAD_MSG_BLOCK **msg_p) { function rb_decode_thread (line 466) | static void rb_decode_thread(void const *argument) { function app_rbplay_open (line 490) | int app_rbplay_open(void) { function rb_codec_running (line 511) | int rb_codec_running(void) { return ((rb_decode_halt_flag == 0) ? 1 : 0); } function rb_codec_set_halt (line 513) | void rb_codec_set_halt(int halt) { rb_decode_halt_flag = halt; } function rb_thread_set_decode_vars (line 515) | void rb_thread_set_decode_vars(int fd, int type, void *id3) { function rb_player_sync_set_wait_thread (line 521) | void rb_player_sync_set_wait_thread(osThreadId tid) { function rb_player_sync_wait_close (line 528) | void rb_player_sync_wait_close(void) { function rb_player_get_work_freq (line 534) | enum APP_SYSFREQ_FREQ_T rb_player_get_work_freq(void) { FILE: apps/audioplayers/rbplay/rbplay.h type RB_CTRL_CMD_T (line 22) | typedef enum _RB_CTRL_CMD_T { FILE: apps/audioplayers/rbplay/rbplaysd.cpp function playlist_insert (line 44) | static void playlist_insert(playlist_item *item) { function sdcard_mount (line 57) | static bool sdcard_mount(void) { function app_rbplay_gen_playlist (line 81) | static void app_rbplay_gen_playlist(playlist_struct *list) { function app_rbplay_load_playlist (line 183) | void app_rbplay_load_playlist(playlist_struct *list) { function playlist_item (line 192) | playlist_item *app_rbplay_get_playitem(const int idx) { function app_ctl_remove_file (line 215) | int app_ctl_remove_file(const int idx) { FILE: apps/audioplayers/rbplay/rbplaysd.h type playlist_item (line 32) | typedef struct { type playlist_struct (line 54) | typedef struct { FILE: apps/audioplayers/voice_test.c type VOICE_PCM_T (line 44) | typedef short VOICE_PCM_T; type VOICE_PCM_T (line 46) | typedef int VOICE_PCM_T; function codec_capture_callback (line 59) | static uint32_t codec_capture_callback(uint8_t *buf, uint32_t len) { function codec_playback_callback (line 77) | static uint32_t codec_playback_callback(uint8_t *buf, uint32_t len) { function voice_start (line 91) | static int voice_start(bool on) { function voice_test (line 175) | void voice_test(void) { FILE: apps/audioplayers/voicebtpcmplay.cpp type APP_AUDIO_CACHE_T (line 140) | enum APP_AUDIO_CACHE_T type APP_AUDIO_CACHE_T (line 141) | enum APP_AUDIO_CACHE_T type PLC_State (line 160) | struct PLC_State function store_voicebtpcm_m2p_buffer (line 184) | int store_voicebtpcm_m2p_buffer(unsigned char *buf, unsigned int len) { function decode_cvsd_frame (line 221) | int decode_cvsd_frame(unsigned char *pcm_buffer, unsigned int pcm_len) { function encode_cvsd_frame (line 267) | int encode_cvsd_frame(unsigned char *pcm_buffer, unsigned int pcm_len) { function sco_parse_synchronization_header (line 329) | inline int sco_parse_synchronization_header(uint8_t *buf, uint8_t *sn) { function decode_msbc_frame (line 373) | int decode_msbc_frame(unsigned char *msbc_btpcm_buffer, unsigned int msb... function decode_msbc_frame (line 744) | __attribute__((section(".fast_text_sram"))) int function decode_msbc_frame (line 888) | int decode_msbc_frame(unsigned char *pcm_buffer, unsigned int pcm_len) { function store_voicebtpcm_p2m_buffer (line 1335) | int store_voicebtpcm_p2m_buffer(unsigned char *buf, unsigned int len) { function get_msbc_counter (line 1358) | unsigned char get_msbc_counter(void) { function CQueue (line 1376) | CQueue *get_tx_esco_queue_ptr() { return &Tx_esco_queue; } function CQueue (line 1377) | CQueue *get_rx_esco_queue_ptr() { return &Rx_esco_queue; } function get_voicebtpcm_p2m_frame (line 1383) | int get_voicebtpcm_p2m_frame(unsigned char *buf, unsigned int len) { function get_mic_data_max (line 1521) | void get_mic_data_max(short *buf, uint32_t len) function us_get_coef_para (line 1616) | static inline short us_get_coef_para(U32 samp_idx, U32 coef_idx) { function us_fir_init (line 1623) | void us_fir_init(void) { function U32 (line 1627) | __attribute__((section(".fast_text_sram"))) U32 function voicebtpcm_pcm_resample (line 1662) | uint32_t voicebtpcm_pcm_resample(short *src_samp_buf, uint32_t src_smpl_... function speech_tx_aec_get_frame_len (line 1671) | int speech_tx_aec_get_frame_len(void) { return speech_tx_aec_frame_len; } function speech_tx_aec_set_frame_len (line 1673) | void speech_tx_aec_set_frame_len(int len) { function voicebtpcm_pcm_audio_data_come (line 1680) | uint32_t voicebtpcm_pcm_audio_data_come(uint8_t *buf, uint32_t len) { function voicebtpcm_pcm_audio_data_come (line 1759) | uint32_t voicebtpcm_pcm_audio_data_come(uint8_t *buf, uint32_t len) { function voicebtpcm_pcm_audio_more_data (line 1783) | uint32_t voicebtpcm_pcm_audio_more_data(uint8_t *buf, uint32_t len) { function voicebtpcm_pcm_echo_buf_queue_init (line 1932) | int voicebtpcm_pcm_echo_buf_queue_init(uint32_t size) { function voicebtpcm_pcm_echo_buf_queue_reset (line 1946) | void voicebtpcm_pcm_echo_buf_queue_reset(void) { function voicebtpcm_pcm_echo_buf_queue_deinit (line 1957) | void voicebtpcm_pcm_echo_buf_queue_deinit(void) { type AUD_SAMPRATE_T (line 1970) | enum AUD_SAMPRATE_T function voicebtpcm_pcm_audio_init (line 1974) | int voicebtpcm_pcm_audio_init(int sco_sample_rate, int codec_sample_rate) { function voicebtpcm_pcm_audio_deinit (line 2185) | int voicebtpcm_pcm_audio_deinit(void) { FILE: apps/audioplayers/voicebtpcmplay_sco_dma_snapshot.cpp type PLC_State (line 110) | struct PLC_State function process_downlink_bt_voice_frames (line 161) | int process_downlink_bt_voice_frames(uint8_t *in_buf, uint32_t in_len, function process_uplink_bt_voice_frames (line 218) | int process_uplink_bt_voice_frames(uint8_t *in_buf, uint32_t in_len, function process_downlink_msbc_frames (line 301) | int process_downlink_msbc_frames(unsigned char *msbc_buf, unsigned int m... function process_uplink_msbc_frames (line 629) | int process_uplink_msbc_frames(unsigned char *pcm_buf, unsigned int pcm_... function POSSIBLY_UNUSED (line 732) | POSSIBLY_UNUSED plc_type_t check_cvsd_mute_pattern(uint8_t *buf, uint32_... function process_downlink_cvsd_frames (line 740) | int process_downlink_cvsd_frames(unsigned char *cvsd_buf, unsigned int c... function process_uplink_cvsd_frames (line 791) | int process_uplink_cvsd_frames(unsigned char *pcm_buf, unsigned int pcm_... function voicebtpcm_pcm_audio_init (line 811) | int voicebtpcm_pcm_audio_init(int sco_sample_rate, int codec_sample_rate) { function voicebtpcm_pcm_audio_deinit (line 958) | int voicebtpcm_pcm_audio_deinit(void) { FILE: apps/audioplayers/wavplay.cpp type wave_header (line 35) | struct wave_header { type wave_file (line 54) | struct wave_file { function wav_file_set_playeback_cb (line 72) | void wav_file_set_playeback_cb(int32_t (*cb)(int32_t)) { function wav_file_isplaydone (line 75) | bool wav_file_isplaydone(void) { function wav_file_audio_more_data (line 78) | uint32_t wav_file_audio_more_data(uint8_t *buf, uint32_t len) { function get_wav_data (line 116) | uint32_t get_wav_data(wave_file_t *waveFile) { function audio_wav_init (line 189) | void audio_wav_init(wave_file_t *newWav) { function play_wav_file (line 199) | uint32_t play_wav_file(char *file_path) { function stop_wav_file (line 230) | uint32_t stop_wav_file(void) { FILE: apps/battery/app_battery.cpp type APP_BATTERY_MEASURE_PERIODIC_T (line 120) | enum APP_BATTERY_MEASURE_PERIODIC_T { type APP_BATTERY_MEASURE_CHARGER_STATUS_T (line 128) | struct APP_BATTERY_MEASURE_CHARGER_STATUS_T { type APP_BATTERY_STATUS_T (line 135) | enum APP_BATTERY_STATUS_T type APP_BATTERY_MEASURE_T (line 138) | struct APP_BATTERY_MEASURE_T { type APP_BATTERY_STATUS_T (line 140) | enum APP_BATTERY_STATUS_T type APP_BATTERY_MEASURE_PERIODIC_T (line 153) | enum APP_BATTERY_MEASURE_PERIODIC_T type APP_BATTERY_MEASURE_CHARGER_STATUS_T (line 156) | struct APP_BATTERY_MEASURE_CHARGER_STATUS_T type APP_BATTERY_CHARGER_T (line 161) | enum APP_BATTERY_CHARGER_T type APP_BATTERY_MEASURE_T (line 174) | struct APP_BATTERY_MEASURE_T type APP_BATTERY_STATUS_T (line 140) | enum APP_BATTERY_STATUS_T type APP_BATTERY_MEASURE_PERIODIC_T (line 153) | enum APP_BATTERY_MEASURE_PERIODIC_T type APP_BATTERY_MEASURE_CHARGER_STATUS_T (line 156) | struct APP_BATTERY_MEASURE_CHARGER_STATUS_T function app_battery_irqhandler (line 184) | void app_battery_irqhandler(uint16_t irq_val, HAL_GPADC_MV_T volt) { function app_battery_timer_start (line 240) | static void function app_battery_timer_handler (line 263) | static void app_battery_timer_handler(void const *param) { function app_battery_event_process (line 268) | static void app_battery_event_process(enum APP_BATTERY_STATUS_T status, function app_battery_handle_process_normal (line 281) | int app_battery_handle_process_normal(uint32_t status, function app_battery_handle_process_charging (line 353) | int app_battery_handle_process_charging(uint32_t status, function app_battery_handle_process (line 407) | static int app_battery_handle_process(APP_MESSAGE_BODY *msg_body) { function app_battery_register (line 457) | int app_battery_register(APP_BATTERY_CB_T user_cb) { function app_battery_get_info (line 465) | int app_battery_get_info(APP_BATTERY_MV_T *currvolt, uint8_t *currlevel, function app_battery_open (line 486) | int app_battery_open(void) { function app_battery_start (line 565) | int app_battery_start(void) { function app_battery_stop (line 573) | int app_battery_stop(void) { function app_battery_close (line 579) | int app_battery_close(void) { function app_battery_charger_slope_calc (line 585) | static int32_t app_battery_charger_slope_calc(int32_t t1, int32_t v1, function app_battery_charger_handle_process (line 592) | static int app_battery_charger_handle_process(void) { function app_battery_charger_forcegetstatus (line 690) | static enum APP_BATTERY_CHARGER_T app_battery_charger_forcegetstatus(voi... function app_battery_charger_handler (line 707) | static void app_battery_charger_handler(enum PMU_CHARGER_STATUS_T status) { function app_battery_pluginout_debounce_start (line 716) | static void app_battery_pluginout_debounce_start(void) { function app_battery_pluginout_debounce_handler (line 725) | static void app_battery_pluginout_debounce_handler(void const *param) { function app_battery_charger_indication_open (line 764) | int app_battery_charger_indication_open(void) { function app_battery_current_level (line 791) | int8_t app_battery_current_level(void) { function app_battery_is_charging (line 799) | int8_t app_battery_is_charging(void) { type NTC_CAPTURE_MEASURE_T (line 813) | struct NTC_CAPTURE_MEASURE_T { type NTC_CAPTURE_MEASURE_T (line 821) | struct NTC_CAPTURE_MEASURE_T function ntc_capture_irqhandler (line 823) | void ntc_capture_irqhandler(uint16_t irq_val, HAL_GPADC_MV_T volt) { function ntc_capture_open (line 852) | int ntc_capture_open(void) { function ntc_capture_start (line 865) | int ntc_capture_start(void) { FILE: apps/battery/app_battery.h type APP_BATTERY_INFO_T (line 32) | typedef struct type APP_BATTERY_STATUS_T (line 45) | enum APP_BATTERY_STATUS_T { type APP_BATTERY_MV_T (line 62) | typedef uint16_t APP_BATTERY_MV_T; type APP_BATTERY_CHARGER_T (line 64) | enum APP_BATTERY_CHARGER_T type APP_BATTERY_CHARGER_T (line 73) | enum APP_BATTERY_CHARGER_T type APP_BATTERY_STATUS_T (line 77) | enum APP_BATTERY_STATUS_T type APP_BATTERY_STATUS_T (line 80) | enum APP_BATTERY_STATUS_T FILE: apps/cmd/app_cmd.cpp function cmd_event_process (line 28) | void cmd_event_process(hal_cmd_rx_status_t status) { function app_cmd_handle_process (line 38) | static int app_cmd_handle_process(APP_MESSAGE_BODY *msg_body) { function app_cmd_open (line 45) | void app_cmd_open(void) { function app_cmd_close (line 56) | void app_cmd_close(void) { FILE: apps/cmd/app_cmd.h type APP_CMD_HANDLE (line 21) | typedef struct { FILE: apps/common/app_spec_ostimer.cpp function osStatus (line 27) | osStatus app_spec_timer_create(SPEC_TIMER_CTX_T *spec_timer_ctx, function osStatus (line 37) | osStatus app_spec_timer_start(SPEC_TIMER_CTX_T *spec_timer_ctx, function osStatus (line 56) | osStatus app_spec_timer_stop(SPEC_TIMER_CTX_T *spec_timer_ctx) { function osStatus (line 61) | osStatus app_spec_timer_delete(SPEC_TIMER_CTX_T *spec_timer_ctx) { function app_spec_timer_handler (line 65) | void app_spec_timer_handler(void const *para) { function app_tws_ibrt_test_timer_cb (line 89) | void app_tws_ibrt_test_timer_cb(void const *para) function app_tws_ibrt_test_timer (line 94) | void app_tws_ibrt_test_timer(void) FILE: apps/common/app_spec_ostimer.h type SPEC_TIMER_CTX_T (line 20) | typedef struct{ FILE: apps/common/app_thread.c function app_mailbox_init (line 32) | static int app_mailbox_init(void) { function app_mailbox_put (line 42) | int app_mailbox_put(APP_MESSAGE_BLOCK *msg_src) { function app_mailbox_free (line 91) | int app_mailbox_free(APP_MESSAGE_BLOCK *msg_p) { function app_mailbox_get (line 101) | int app_mailbox_get(APP_MESSAGE_BLOCK **msg_p) { function app_thread (line 111) | static void app_thread(void const *argument) { function app_os_init (line 128) | int app_os_init(void) { function app_set_threadhandle (line 140) | int app_set_threadhandle(enum APP_MODUAL_ID_T mod_id, function app_is_module_registered (line 151) | bool app_is_module_registered(enum APP_MODUAL_ID_T mod_id) { FILE: apps/common/app_thread.h type APP_MODUAL_ID_T (line 28) | enum APP_MODUAL_ID_T { type APP_MESSAGE_BODY (line 59) | typedef struct { type APP_MESSAGE_BLOCK (line 67) | typedef struct { type APP_MODUAL_ID_T (line 85) | enum APP_MODUAL_ID_T type APP_MODUAL_ID_T (line 90) | enum APP_MODUAL_ID_T FILE: apps/common/app_utils.c function app_qosfreq_req (line 89) | static int app_qosfreq_req(enum APP_SYSFREQ_USER_T user, function app_sysfreq_req (line 167) | int app_sysfreq_req(enum APP_SYSFREQ_USER_T user, function watchdog_ping (line 190) | static void watchdog_ping(void) { function app_wdt_irq_handle (line 197) | static void app_wdt_irq_handle(enum HAL_WDT_ID_T id, uint32_t status) { function pmu_wdt_irq_handle (line 202) | static void pmu_wdt_irq_handle(void) { function watchdog_ping_handler (line 207) | static void watchdog_ping_handler(void const *unused) { function app_wdt_open (line 219) | int app_wdt_open(int seconds) { function app_wdt_reopen (line 242) | int app_wdt_reopen(int seconds) { function app_wdt_close (line 257) | int app_wdt_close(void) { FILE: apps/common/app_utils.h type APP_SYSFREQ_USER_T (line 48) | enum APP_SYSFREQ_USER_T { type APP_SYSFREQ_FREQ_T (line 69) | enum APP_SYSFREQ_FREQ_T { type APP_WDT_THREAD_CHECK_USER_T (line 80) | enum APP_WDT_THREAD_CHECK_USER_T { type APP_SYSFREQ_USER_T (line 96) | enum APP_SYSFREQ_USER_T type APP_SYSFREQ_FREQ_T (line 96) | enum APP_SYSFREQ_FREQ_T FILE: apps/common/randfrommic.c function randDataParse (line 46) | static int randDataParse(uint8_t *buf, uint32_t len, enum AUD_BITS_T bits, function generateRand (line 111) | static void generateRand(bool on) { function rand_data_handle (line 157) | static uint32_t rand_data_handle(uint8_t *buf, uint32_t len) { function initSeed (line 173) | void initSeed(void) { function random_status_sync (line 197) | void random_status_sync(void) { function random_data_process (line 204) | void random_data_process(uint8_t *buf, uint32_t len, enum AUD_BITS_T bits, function randInit (line 227) | void randInit(void) { randInitialised = true; } FILE: apps/common/randfrommic.h type RAND_STATUS_E (line 11) | typedef enum { type RAND_NUMBER_T (line 19) | typedef struct{ type AUD_BITS_T (line 26) | enum AUD_BITS_T type AUD_CHANNEL_NUM_T (line 26) | enum AUD_CHANNEL_NUM_T FILE: apps/factory/app_factory.cpp type APP_FACTORYMODE_STATUS_INDICATION_T (line 65) | enum APP_FACTORYMODE_STATUS_INDICATION_T { type message_t (line 79) | struct message_t function app_factorymode_languageswitch_proc (line 89) | int app_factorymode_languageswitch_proc(void) { function app_factorymode_languageswitch (line 110) | void app_factorymode_languageswitch(APP_KEY_STATUS *status, void *param) { function app_factorymode_enter (line 114) | void app_factorymode_enter(void) { function app_factorymode_get (line 125) | bool app_factorymode_get(void) { return isInFactoryMode; } function app_factorymode_set (line 127) | void app_factorymode_set(bool set) { isInFactoryMode = set; } function app_factorymode_i2c_switch (line 130) | void app_factorymode_i2c_switch(APP_KEY_STATUS *status, void *param) { function bt_drv_ibrt_test_key_click (line 148) | void bt_drv_ibrt_test_key_click(APP_KEY_STATUS *status, void *param) { function app_factorymode_key_init (line 153) | void app_factorymode_key_init(void) { function app_factorymode_audioloopswitch (line 204) | static void app_factorymode_audioloopswitch(APP_KEY_STATUS *status, function app_factorymode_test_key_init (line 218) | void app_factorymode_test_key_init(void) { function app_factorymode_result_clean (line 234) | void app_factorymode_result_clean(void) { function app_factorymode_result_set (line 239) | void app_factorymode_result_set(bool result) { function app_factorymode_result_wait (line 246) | bool app_factorymode_result_wait(void) { function app_factorymode_send_progress (line 268) | static int app_factorymode_send_progress(uint8_t progress) { function app_factorymode_send_code (line 279) | static int app_factorymode_send_code(uint32_t progress) { function app_factorymode_proc (line 290) | int app_factorymode_proc(void) { function app_factorymode_msg_check_sum (line 321) | static unsigned char app_factorymode_msg_check_sum(unsigned char *buf, function app_factorymode_msg_uart_send (line 333) | static int app_factorymode_msg_uart_send(const unsigned char *buf, size_... function app_factorymode_msg_send_ping (line 347) | static int app_factorymode_msg_send_ping(void) { function app_factorymode_msg_send_progress (line 364) | static int app_factorymode_msg_send_progress(uint8_t progress) { function app_factorymode_msg_send_32bitcode (line 381) | static int app_factorymode_msg_send_32bitcode(uint32_t code) { function app_factorymode_process (line 398) | static int app_factorymode_process(APP_MESSAGE_BODY *msg_body) { function app_factorymode_uart_init (line 411) | static int app_factorymode_uart_init(void) { function app_factorymode_timehandler (line 428) | static void app_factorymode_timehandler(void const *param) { function app_factorymode_indication_init (line 436) | static uint8_t app_factorymode_indication_init(void) { function app_factorymode_status_indication (line 446) | static uint8_t function app_factorymode_init (line 506) | int app_factorymode_init(uint32_t factorymode) { function app_factorymode_calib_only (line 594) | int app_factorymode_calib_only(void) { type USB_SERIAL_CFG_T (line 660) | struct USB_SERIAL_CFG_T function usb_serial_recv_timeout (line 664) | static void usb_serial_recv_timeout(void *param) { usb_serial_cancel_rec... function app_factorymode_cdc_comm (line 666) | int app_factorymode_cdc_comm(void) { FILE: apps/factory/app_factory_audio.cpp type APP_AUDIO_CACHE_T (line 34) | enum APP_AUDIO_CACHE_T function app_factorymode_data_come (line 37) | static uint32_t app_factorymode_data_come(uint8_t *buf, uint32_t len) { function app_factorymode_more_data (line 47) | static uint32_t app_factorymode_more_data(uint8_t *buf, uint32_t len) { function app_factorymode_audioloop (line 56) | int app_factorymode_audioloop(bool on, enum APP_SYSFREQ_FREQ_T freq) { function app_factorymode_output_pcmpatten (line 130) | int app_factorymode_output_pcmpatten(audio_test_pcmpatten_t *pcmpatten, type mic_st_t (line 172) | struct mic_st_t { function app_factorymode_mic_cancellation_run (line 184) | int app_factorymode_mic_cancellation_run(void *mic_st, signed short *inbuf, type mic_st_t (line 281) | struct mic_st_t type mic_st_t (line 282) | struct mic_st_t type mic_st_t (line 282) | struct mic_st_t FILE: apps/factory/app_factory_audio.h type audio_test_pcmpatten_t (line 21) | typedef struct { type APP_SYSFREQ_FREQ_T (line 27) | enum APP_SYSFREQ_FREQ_T FILE: apps/factory/app_factory_bt.cpp function bt_error_check_timer_handler (line 49) | static void bt_error_check_timer_handler(void const *param) { function app_factorymode_bt_inquiry_buff_update (line 65) | static void app_factorymode_bt_inquiry_buff_update(void) { function app_factorymode_CmgrCallback (line 77) | static void app_factorymode_CmgrCallback(btif_cmgr_handler_t *cHandler, function app_factorymode_bt_InquiryResult_add (line 103) | static void app_factorymode_bt_InquiryResult_add(void) { function app_factorymode_bt_create_connect (line 115) | void app_factorymode_bt_create_connect(void) { function app_factorymode_bt_init_connect (line 123) | void app_factorymode_bt_init_connect(void) { function app_factorymode_bt_xtalrangetest (line 140) | void app_factorymode_bt_xtalrangetest(APP_KEY_STATUS *status, void *para... function app_factorymode_bt_signalingtest (line 189) | void app_factorymode_bt_signalingtest(APP_KEY_STATUS *status, void *para... function app_factorymode_bt_nosignalingtest (line 242) | void app_factorymode_bt_nosignalingtest(APP_KEY_STATUS *status, void *pa... function app_factorymode_bt_xtalcalib_proc (line 294) | int app_factorymode_bt_xtalcalib_proc(void) { function app_factorymode_bt_xtalcalib (line 318) | void app_factorymode_bt_xtalcalib(APP_KEY_STATUS *status, void *param) { FILE: apps/factory/app_factory_cdc_comm.c type PARSE_STATE (line 11) | enum PARSE_STATE type message_t (line 12) | struct message_t type message_t (line 13) | struct message_t function check_sum (line 19) | static unsigned char check_sum(unsigned char *buf, unsigned char len) { function send_reply (line 30) | int send_reply(const unsigned char *payload, unsigned int len) { function reset_parse_state (line 50) | static void reset_parse_state(unsigned char **buf, size_t *len) { function check_msg_hdr (line 58) | static enum ERR_CODE check_msg_hdr(void) { function handle_sys_cmd (line 91) | static enum ERR_CODE handle_sys_cmd(enum SYS_CMD_TYPE cmd, unsigned char... function handle_data (line 153) | static enum ERR_CODE handle_data(unsigned char **buf, size_t *len, int *... function parse_packet (line 212) | static int parse_packet(unsigned char **buf, size_t *len) { function comm_loop (line 267) | void comm_loop(void) { FILE: apps/factory/sys_api_cdc_comm.c type USB_SERIAL_CFG_T (line 29) | struct USB_SERIAL_CFG_T function reset_transport (line 33) | void reset_transport(void) { function set_recv_timeout (line 48) | void set_recv_timeout(unsigned int timeout) { recv_timeout = timeout; } function set_send_timeout (line 50) | void set_send_timeout(unsigned int timeout) { send_timeout = timeout; } function usb_send_timeout (line 52) | static void usb_send_timeout(void *param) { usb_serial_cancel_send(); } function usb_send_timer_start (line 54) | static void usb_send_timer_start(void) { function usb_send_timer_stop (line 64) | static void usb_send_timer_stop(void) { function usb_send_data (line 70) | static int usb_send_data(const unsigned char *buf, size_t len) { function send_data (line 79) | int send_data(const unsigned char *buf, size_t len) { function usb_recv_timeout (line 86) | static void usb_recv_timeout(void *param) { usb_serial_cancel_recv(); } function usb_recv_timer_start (line 88) | static void usb_recv_timer_start(void) { function usb_recv_timer_stop (line 98) | static void usb_recv_timer_stop(void) { function usb_recv_data (line 104) | static int usb_recv_data(unsigned char *buf, size_t len, size_t *rlen) { function recv_data_ex (line 116) | int recv_data_ex(unsigned char *buf, size_t len, size_t expect, size_t *... function usb_handle_error (line 123) | static int usb_handle_error(void) { function handle_error (line 136) | int handle_error(void) { function usb_cancel_input (line 163) | static int usb_cancel_input(void) { return usb_serial_flush_recv_buffer(... function cancel_input (line 165) | int cancel_input(void) { return usb_cancel_input(); } function system_reboot (line 167) | void system_reboot(void) { function system_shutdown (line 172) | void system_shutdown(void) { function system_set_bootmode (line 183) | void system_set_bootmode(unsigned int bootmode) { function system_clear_bootmode (line 188) | void system_clear_bootmode(unsigned int bootmode) { function system_get_bootmode (line 193) | unsigned int system_get_bootmode(void) { return hal_sw_bootmode_get(); } FILE: apps/key/app_key.cpp function key_event_process (line 37) | static int key_event_process(uint32_t key_code, uint8_t key_event) { function app_key_simulate_key_event (line 56) | void app_key_simulate_key_event(uint32_t key_code, uint8_t key_event) { function app_key_handle_free (line 60) | static void app_key_handle_free(void *key_handle) { function APP_KEY_HANDLE (line 64) | static APP_KEY_HANDLE *app_key_handle_find(const APP_KEY_STATUS *key_sta... function app_key_handle_process (line 79) | static int app_key_handle_process(APP_MESSAGE_BODY *msg_body) { function app_key_handle_registration (line 99) | int app_key_handle_registration(const APP_KEY_HANDLE *key_handle) { function app_key_handle_clear (line 125) | void app_key_handle_clear(void) { list_clear(app_key_conifg.key_list); } function app_key_open (line 127) | int app_key_open(int checkPwrKey) { function app_key_close (line 141) | int app_key_close(void) { function app_key_read_status (line 149) | uint32_t app_key_read_status(uint32_t code) { function simul_key_event_process (line 154) | int simul_key_event_process(uint32_t key_code, uint8_t key_event) { FILE: apps/key/app_key.h type APP_KEY_CODE_T (line 34) | enum APP_KEY_CODE_T { type APP_KEY_EVENT_T (line 54) | enum APP_KEY_EVENT_T { type APP_KEY_STATUS (line 85) | typedef struct { type APP_KEY_HANDLE (line 92) | typedef struct { FILE: apps/main/app_status_ind.h type APP_STATUS_INDICATION_T (line 27) | typedef enum APP_STATUS_INDICATION_T { FILE: apps/main/apps.cpp type APP_POWERON_CASE_T (line 59) | enum APP_POWERON_CASE_T { function anc_single_mode_is_on (line 78) | bool anc_single_mode_is_on(void) { return anc_single_mode_on; } type APP_POWERON_CASE_T (line 90) | enum APP_POWERON_CASE_T function app_status_indication_init (line 93) | static uint8_t app_status_indication_init(void) { function app_stop_10_second_timer (line 140) | void app_stop_10_second_timer(uint8_t timer_id) { function app_start_10_second_timer (line 147) | void app_start_10_second_timer(uint8_t timer_id) { function app_set_10_second_timer (line 154) | void app_set_10_second_timer(uint8_t timer_id, uint8_t enable, uint8_t p... function app_10_second_timer_check (line 161) | void app_10_second_timer_check(void) { function CloseEarphone (line 178) | void CloseEarphone(void) { function app_notify_stack_ready (line 199) | void app_notify_stack_ready(uint8_t ready_flag) { function app_is_stack_ready (line 212) | bool app_is_stack_ready(void) { function app_stack_ready_cb (line 226) | static void app_stack_ready_cb(void) { function app_status_battery_report (line 240) | int app_status_battery_report(uint8_t level) { function app_bt_power_off_customize (line 275) | void app_bt_power_off_customize() { function app_status_set_num (line 284) | void app_status_set_num(const char *p) { media_Set_IncomingNumber(p); } function app_voice_report_handler (line 287) | int app_voice_report_handler(APP_STATUS_INDICATION_T status, uint8_t dev... function app_voice_report (line 446) | int app_voice_report(APP_STATUS_INDICATION_T status, function app_voice_report_generic (line 451) | int app_voice_report_generic(APP_STATUS_INDICATION_T status, function app_voice_stop (line 456) | int app_voice_stop(APP_STATUS_INDICATION_T status, function app_poweron_normal (line 474) | static void app_poweron_normal(APP_KEY_STATUS *status, void *param) { function app_poweron_scan (line 480) | static void app_poweron_scan(APP_KEY_STATUS *status, void *param) { function app_poweron_factorymode (line 490) | static void app_poweron_factorymode(APP_KEY_STATUS *status, void *param) function app_poweron_finished (line 501) | static void app_poweron_finished(APP_KEY_STATUS *status, void *param) { function app_poweron_wait_finished (line 508) | void app_poweron_wait_finished(void) { function app_poweron_key_init (line 562) | static void app_poweron_key_init(void) { function app_poweron_wait_case (line 572) | static uint8_t app_poweron_wait_case(void) { function app_wait_stack_ready (line 592) | static void app_wait_stack_ready(void) { function app_shutdown (line 603) | int app_shutdown(void) { function app_reset (line 609) | int app_reset(void) { function app_postponed_reset_timer_handler (line 618) | static void app_postponed_reset_timer_handler(void const *param) { function app_start_postponed_reset (line 623) | void app_start_postponed_reset(void) { function app_bt_key_shutdown (line 634) | void app_bt_key_shutdown(APP_KEY_STATUS *status, void *param) { function app_bt_key_enter_testmode (line 644) | void app_bt_key_enter_testmode(APP_KEY_STATUS *status, void *param) { function app_bt_key_enter_nosignal_mode (line 654) | void app_bt_key_enter_nosignal_mode(APP_KEY_STATUS *status, void *param) { function app_otaMode_enter (line 668) | void app_otaMode_enter(APP_KEY_STATUS *status, void *param) { function app_usb_cdc_comm_key_handler (line 683) | void app_usb_cdc_comm_key_handler(APP_KEY_STATUS *status, void *param) { function app_dfu_key_handler (line 693) | void app_dfu_key_handler(APP_KEY_STATUS *status, void *param) function app_dfu_key_handler (line 702) | void app_dfu_key_handler(APP_KEY_STATUS *status, void *param) { function app_ota_key_handler (line 712) | void app_ota_key_handler(APP_KEY_STATUS *status, void *param) { function app_voice_assistant_key (line 819) | void app_voice_assistant_key(APP_KEY_STATUS *status, void *param) { function app_voice_gva_onoff_key (line 859) | void app_voice_gva_onoff_key(APP_KEY_STATUS *status, void *param) { function app_voice_ama_onoff_key (line 873) | void app_voice_ama_onoff_key(APP_KEY_STATUS *status, void *param) { function app_btusb_audio_dual_mode_test (line 890) | void app_btusb_audio_dual_mode_test(APP_KEY_STATUS *status, void *param) { function app_switch_dualmic_key (line 898) | void app_switch_dualmic_key(APP_KEY_STATUS *status, void *param) { type BT_DEVICE_T (line 1221) | struct BT_DEVICE_T function delay_report_toneinit (line 1230) | void delay_report_toneinit(void) { function delay_report_tonefun (line 1234) | static void delay_report_tonefun(const void *) { function startdelay_report_tone (line 1264) | void startdelay_report_tone(int ms, APP_STATUS_INDICATION_T status) { function low_latlatency_delay_switchinit (line 1280) | void low_latlatency_delay_switchinit(void) { function app_ibrt_ui_test_mtu_change_sync_notify (line 1285) | void app_ibrt_ui_test_mtu_change_sync_notify(void) { function low_latlatency_delay_switchfun (line 1305) | static void low_latlatency_delay_switchfun(const void *) { function startlow_latlatency_delay_switch (line 1323) | void startlow_latlatency_delay_switch(int ms) { function stoplow_latlatency_delay_switch (line 1327) | void stoplow_latlatency_delay_switch(void) { function app_latency_switch_key_handler (line 1333) | void app_latency_switch_key_handler(void) { function app_enterpairing_timehandler (line 1361) | static void app_enterpairing_timehandler(void const *param) { function app_enterpairing_timer_start (line 1423) | void app_enterpairing_timer_start(void) { function app_enterpairing_timer_stop (line 1437) | void app_enterpairing_timer_stop(void) { function app_enterpairing_timer_open (line 1442) | void app_enterpairing_timer_open(void) { function Auto_Shutdowm_Timerinit (line 1457) | void Auto_Shutdowm_Timerinit(void) { type btdevice_volume (line 1462) | struct btdevice_volume function Auto_Shutdowm_Timerfun (line 1464) | static void Auto_Shutdowm_Timerfun(const void *) { function startAuto_Shutdowm_Timer (line 1538) | void startAuto_Shutdowm_Timer(int ms) { function stopAuto_Shutdowm_Timer (line 1541) | void stopAuto_Shutdowm_Timer(void) { function once_delay_event_Timer_init (line 1555) | void once_delay_event_Timer_init(void) { function once_delay_event_Timer_fun (line 1560) | static void once_delay_event_Timer_fun(const void *) { function startonce_delay_event_Timer_ (line 1629) | void startonce_delay_event_Timer_(int ms) { function stoponce_delay_event_Timer_ (line 1633) | void stoponce_delay_event_Timer_(void) { function app_is_power_off_in_progress (line 1644) | bool app_is_power_off_in_progress(void) { function app_gfps_battery_show_timeout_timer_cb (line 1655) | static void app_gfps_battery_show_timeout_timer_cb(void const *n) { function app_gfps_battery_show_timer_start (line 1660) | void app_gfps_battery_show_timer_start() { function app_gfps_battery_show_timer_stop (line 1667) | void app_gfps_battery_show_timer_stop() { function app_deinit (line 1673) | int app_deinit(int deinit_case) { function app_bt_connect2tester_init (line 1726) | int app_bt_connect2tester_init(void) { function app_nvrecord_rebuild (line 1768) | int app_nvrecord_rebuild(void) { function app_usbaudio_entry (line 1790) | void app_usbaudio_entry(void) { function app_usbaudio_mode_on (line 1795) | bool app_usbaudio_mode_on(void) { return app_usbaudio_mode; } function app_usb_key (line 1797) | void app_usb_key(APP_KEY_STATUS *status, void *param) { function app_usb_key_init (line 1816) | void app_usb_key_init(void) { function cpu_usage_timer_handler (line 1833) | static void cpu_usage_timer_handler(void const *param) { function app_ibrt_init (line 1845) | void app_ibrt_init(void) { function user_io_timer_init (line 1868) | void user_io_timer_init(void) { function app_init (line 1889) | int app_init(void) { FILE: apps/main/apps_tester.cpp function bt_signaling_test (line 46) | void bt_signaling_test(APP_KEY_STATUS *status, void *param) { function bt_stack_test (line 54) | void bt_stack_test(APP_KEY_STATUS *status, void *param) { function bt_ble_test (line 61) | void bt_ble_test(APP_KEY_STATUS *status, void *param) { function bt_test_104m (line 72) | void bt_test_104m(APP_KEY_STATUS *status, void *param) { function bt_change_to_iic (line 83) | void bt_change_to_iic(APP_KEY_STATUS *status, void *param) { function bt_change_to_uart0 (line 89) | void bt_change_to_uart0(APP_KEY_STATUS *status, void *param) { function app_switch_i2c_uart (line 95) | void app_switch_i2c_uart(APP_KEY_STATUS *status, void *param) { function test_power_off (line 107) | void test_power_off(APP_KEY_STATUS *status, void *param) { function test_bt_key (line 113) | void test_bt_key(APP_KEY_STATUS *status, void *param) { function test_sd_card (line 128) | void test_sd_card() { type AUD_IO_PATH_T (line 138) | enum AUD_IO_PATH_T type AUD_SAMPRATE_T (line 139) | enum AUD_SAMPRATE_T function test_codec_loop (line 140) | void test_codec_loop(APP_KEY_STATUS *status, void *param) { function test_anc (line 146) | void test_anc(APP_KEY_STATUS *status, void *param) { anc_usb_app((bool)p... function test_usb_audio (line 148) | void test_usb_audio(APP_KEY_STATUS *status, void *param) { function bt_change_to_jlink (line 155) | void bt_change_to_jlink(APP_KEY_STATUS *status, void *param) { function bt_enable_tports (line 161) | void bt_enable_tports(void) { function bt_test_dsp_process (line 168) | void bt_test_dsp_process(APP_KEY_STATUS *status, void *param) { da_teste... function app_testcase_disp_menu (line 249) | int app_testcase_disp_menu(APP_KEY_HANDLE *testcase, bool printall) { function app_testcase_key_response (line 293) | int app_testcase_key_response(APP_MESSAGE_BODY *msg_body) { function app_test_init (line 322) | void app_test_init(void) { FILE: apps/main/gfps.cpp function app_tell_battery_info_handler (line 8) | static void app_tell_battery_info_handler(uint8_t *batteryValueCount, function app_tell_battery_info_handler (line 40) | static void app_tell_battery_info_handler(uint8_t *batteryValueCount, FILE: apps/main/ibrt.cpp type BT_DEVICE_T (line 5) | struct BT_DEVICE_T type HAL_GPIO_PIN_T (line 6) | enum HAL_GPIO_PIN_T function Curr_Is_Master (line 8) | bool Curr_Is_Master(void) { function Curr_Is_Slave (line 16) | bool Curr_Is_Slave(void) { function get_curr_role (line 24) | uint8_t get_curr_role(void) { function get_nv_role (line 29) | uint8_t get_nv_role(void) { FILE: apps/main/key_handler.cpp type BT_DEVICE_T (line 60) | struct BT_DEVICE_T function send_vol_up (line 94) | void send_vol_up(void) { function send_play_pause (line 98) | void send_play_pause(void) { function send_vol_down (line 107) | void send_vol_down(void) { function send_next_track (line 112) | void send_next_track(void) { function send_prev_track (line 117) | void send_prev_track(void) { function send_enable_disable_anc (line 122) | void send_enable_disable_anc(void) { function app_key_single_tap (line 127) | void app_key_single_tap(APP_KEY_STATUS *status, void *param) { function app_key_double_tap (line 149) | void app_key_double_tap(APP_KEY_STATUS *status, void *param) { function app_key_triple_tap (line 170) | void app_key_triple_tap(APP_KEY_STATUS *status, void *param) { function app_key_quad_tap (line 190) | void app_key_quad_tap(APP_KEY_STATUS *status, void *param) { function app_key_long_press_down (line 200) | void app_key_long_press_down(APP_KEY_STATUS *status, void *param) { function app_key_reboot (line 213) | void app_key_reboot(APP_KEY_STATUS *status, void *param) { function app_key_init (line 218) | void app_key_init(void) { function app_key_init_on_charging (line 249) | void app_key_init_on_charging(void) { FILE: apps/main/led_control.cpp function LED_statusinit (line 11) | void LED_statusinit(void) { function LED_statusfun (line 15) | void LED_statusfun(const void *) { function startLED_status (line 31) | void startLED_status(int ms) { function stopLED_status (line 35) | void stopLED_status(void) { FILE: apps/main/lhdc.cpp type bes_bt_local_info_t (line 7) | struct bes_bt_local_info_t { function lhdc_license_check (line 21) | void lhdc_license_check() { FILE: apps/main/rb_codec.cpp function app_switch_player_key (line 5) | void app_switch_player_key(APP_KEY_STATUS *status, void *param) { FILE: apps/mic/app_mic.cpp type AF_STREAM_CONFIG_T (line 68) | struct AF_STREAM_CONFIG_T function internal_mic_start (line 75) | static int internal_mic_start(MIC_APP_TYPE new_mictype) { function internal_mic_stop (line 107) | static int internal_mic_stop(MIC_APP_TYPE new_mictype) { function app_mic_process (line 122) | static int app_mic_process(APP_MESSAGE_BODY *msg_body) { function app_mic_init (line 149) | void app_mic_init() { function app_mic_register (line 154) | int app_mic_register(MIC_APP_TYPE mic_type, function app_mic_deregister (line 171) | int app_mic_deregister(MIC_APP_TYPE mic_type) { function app_mic_is_registed (line 182) | bool app_mic_is_registed(MIC_APP_TYPE mic_type) { function app_mic_start (line 193) | bool app_mic_start(MIC_APP_TYPE mic_type) { function app_mic_stop (line 202) | bool app_mic_stop(MIC_APP_TYPE mic_type) { function app_mic_check (line 211) | void app_mic_check(MIC_APP_TYPE mic_type) { function MIC_APP_TYPE (line 219) | MIC_APP_TYPE app_mic_status(void) { FILE: apps/mic/app_mic.h type MIC_APP_TYPE (line 35) | typedef enum { type AF_STREAM_CONFIG_T (line 51) | struct AF_STREAM_CONFIG_T FILE: apps/mic_alg/app_mic_alg.cpp function clampf (line 74) | static inline float clampf(float v, float min, float max) { type APP_AUDIO_CACHE_T (line 86) | enum APP_AUDIO_CACHE_T function convert_multiple_to_db (line 146) | static inline double convert_multiple_to_db(uint32_t multiple) { function vol_state_process (line 158) | void vol_state_process(uint32_t db_val) { function app_mic_alg_data_come (line 171) | static uint32_t app_mic_alg_data_come(uint8_t *buf, uint32_t len) { function app_mic_alg_audioloop (line 256) | int app_mic_alg_audioloop(bool on, enum APP_SYSFREQ_FREQ_T freq) { FILE: apps/mic_alg/app_mic_alg.h type APP_SYSFREQ_FREQ_T (line 21) | enum APP_SYSFREQ_FREQ_T FILE: apps/pwl/app_pwl.cpp type APP_PWL_T (line 36) | struct APP_PWL_T { type APP_PWL_ID_T (line 37) | enum APP_PWL_ID_T type APP_PWL_CFG_T (line 38) | struct APP_PWL_CFG_T type APP_PWL_T (line 43) | struct APP_PWL_T type APP_PWL_ID_T (line 37) | enum APP_PWL_ID_T type APP_PWL_CFG_T (line 38) | struct APP_PWL_CFG_T function app_pwl_timehandler (line 45) | static void app_pwl_timehandler(void const *param) { function app_pwl_open (line 84) | int app_pwl_open(void) { function app_pwl_start (line 106) | int app_pwl_start(enum APP_PWL_ID_T id) { function app_pwl_setup (line 153) | int app_pwl_setup(enum APP_PWL_ID_T id, struct APP_PWL_CFG_T *cfg) { function app_pwl_stop (line 170) | int app_pwl_stop(enum APP_PWL_ID_T id) { function app_pwl_close (line 182) | int app_pwl_close(void) { FILE: apps/pwl/app_pwl.h type APP_PWL_ID_T (line 25) | enum APP_PWL_ID_T { type APP_PWL_CFG_T (line 38) | struct APP_PWL_CFG_T { type APP_PWL_ID_T (line 50) | enum APP_PWL_ID_T type APP_PWL_ID_T (line 52) | enum APP_PWL_ID_T type APP_PWL_CFG_T (line 52) | struct APP_PWL_CFG_T type APP_PWL_ID_T (line 54) | enum APP_PWL_ID_T FILE: apps/voice_detector/app_voice_detector.cpp function app_voice_detector_process (line 64) | static int app_voice_detector_process(APP_MESSAGE_BODY *msg_body) { function voice_detector_send_msg (line 115) | static void voice_detector_send_msg(uint32_t id, uint32_t evt) { function voice_detector_wakeup_system (line 125) | static void voice_detector_wakeup_system(int state, void *param) { function voice_not_detector_wakeup_system (line 136) | static void voice_not_detector_wakeup_system(int state, void *param) { function app_voice_detector_init (line 147) | void app_voice_detector_init(void) { function app_voice_detector_open (line 156) | int app_voice_detector_open(enum voice_detector_id id, function app_voice_detector_setup_vad (line 178) | int app_voice_detector_setup_vad(enum voice_detector_id id, function app_voice_detector_setup_stream (line 194) | int app_voice_detector_setup_stream(enum voice_detector_id id, function app_voice_detector_setup_callback (line 211) | int app_voice_detector_setup_callback(enum voice_detector_id id, function app_voice_detector_send_event (line 228) | int app_voice_detector_send_event(enum voice_detector_id id, function app_voice_detector_close (line 236) | void app_voice_detector_close(enum voice_detector_id id) { function app_voice_detector_capture_start (line 242) | void app_voice_detector_capture_start(enum voice_detector_id id) { function app_voice_detector_get_vad_data_info (line 248) | void app_voice_detector_get_vad_data_info( FILE: apps/voice_detector/app_voice_detector.h type voice_detector_evt (line 12) | enum voice_detector_evt { type voice_detector_id (line 31) | enum voice_detector_id type AUD_VAD_TYPE_T (line 31) | enum AUD_VAD_TYPE_T type voice_detector_id (line 39) | enum voice_detector_id type AUD_VAD_CONFIG_T (line 40) | struct AUD_VAD_CONFIG_T type voice_detector_id (line 47) | enum voice_detector_id type AUD_STREAM_T (line 48) | enum AUD_STREAM_T type AF_STREAM_CONFIG_T (line 49) | struct AF_STREAM_CONFIG_T type voice_detector_id (line 76) | enum voice_detector_id type voice_detector_cb_id (line 77) | enum voice_detector_cb_id type voice_detector_id (line 85) | enum voice_detector_id type voice_detector_evt (line 86) | enum voice_detector_evt type voice_detector_id (line 91) | enum voice_detector_id type voice_detector_id (line 96) | enum voice_detector_id type voice_detector_id (line 101) | enum voice_detector_id type CODEC_VAD_BUF_INFO_T (line 101) | struct CODEC_VAD_BUF_INFO_T FILE: apps/voice_detector/voice_detector.c type command_queue (line 45) | struct command_queue { type voice_detector_dev (line 51) | struct voice_detector_dev { type voice_detector_dev (line 67) | struct voice_detector_dev type voice_detector_dev (line 84) | struct voice_detector_dev type voice_detector_cb_id (line 85) | enum voice_detector_cb_id function cmd_queue_enqueue (line 89) | static int cmd_queue_enqueue(struct command_queue *q, int c) { function cmd_queue_dequeue (line 102) | static int cmd_queue_dequeue(struct command_queue *q) { function cmd_queue_is_empty (line 121) | static int cmd_queue_is_empty(struct command_queue *q) { function voice_detector_init_cmd_queue (line 125) | static void voice_detector_init_cmd_queue(struct command_queue *q) { function voice_detector_init_vad (line 132) | static void voice_detector_init_vad(struct AUD_VAD_CONFIG_T *c, int id, function voice_detector_open (line 167) | int voice_detector_open(enum voice_detector_id id, function voice_detector_close (line 199) | void voice_detector_close(enum voice_detector_id id) { function voice_detector_setup_vad (line 216) | int voice_detector_setup_vad(enum voice_detector_id id, function voice_detector_setup_stream (line 239) | int voice_detector_setup_stream(enum voice_detector_id id, function voice_detector_setup_callback (line 263) | int voice_detector_setup_callback(enum voice_detector_id id, function voice_detector_send_cmd (line 288) | int voice_detector_send_cmd(enum voice_detector_id id, function voice_detector_send_cmd_array (line 303) | int voice_detector_send_cmd_array(enum voice_detector_id id, int *cmd_ar... function voice_detector_query_status (line 322) | enum voice_detector_state function voice_detector_vad_callback (line 335) | static void voice_detector_vad_callback(int found) { function voice_detector_vad_open (line 357) | static int voice_detector_vad_open(struct voice_detector_dev *pdev) { function voice_detector_vad_start (line 370) | static int voice_detector_vad_start(struct voice_detector_dev *pdev) { function voice_detector_vad_stop (line 380) | static int voice_detector_vad_stop(struct voice_detector_dev *pdev) { function voice_detector_get_vad_data_info (line 401) | void voice_detector_get_vad_data_info( function voice_detector_vad_close (line 414) | static int voice_detector_vad_close(struct voice_detector_dev *pdev) { function voice_detector_aud_cap_open (line 422) | static int voice_detector_aud_cap_open(struct voice_detector_dev *pdev) { function voice_detector_aud_cap_start (line 433) | static int voice_detector_aud_cap_start(struct voice_detector_dev *pdev) { function voice_detector_aud_cap_stop (line 438) | static int voice_detector_aud_cap_stop(struct voice_detector_dev *pdev) { function voice_detector_aud_cap_close (line 443) | static int voice_detector_aud_cap_close(struct voice_detector_dev *pdev) { function voice_detector_sys_clk (line 448) | static int voice_detector_sys_clk(struct voice_detector_dev *pdev) { function voice_detector_exit (line 461) | static int voice_detector_exit(struct voice_detector_dev *pdev) { function voice_detector_idle (line 466) | static int voice_detector_idle(struct voice_detector_dev *pdev) { type cmd_vector (line 471) | struct cmd_vector { type cmd_vector (line 477) | struct cmd_vector function voice_detector_process_cmd (line 494) | static int voice_detector_process_cmd(struct voice_detector_dev *pdev, function voice_detector_set_status (line 520) | static void voice_detector_set_status(struct voice_detector_dev *pdev, function voice_detector_exec_callback (line 532) | static void voice_detector_exec_callback(struct voice_detector_dev *pdev, function voice_detector_enhance_perform (line 544) | int voice_detector_enhance_perform(enum voice_detector_id id) { function voice_detector_run (line 553) | int voice_detector_run(enum voice_detector_id id, int continous) { function voice_detector_send_evt (line 631) | static void voice_detector_send_evt(uint32_t evt) { voice_det_evt = evt; } function print_vad_raw_data (line 633) | static void print_vad_raw_data(uint8_t *buf, uint32_t len) { function dc_filter_f (line 639) | void dc_filter_f(short *in, int len, float left_gain, float right_gain) { function mic_data_come (line 649) | static uint32_t mic_data_come(uint8_t *buf, uint32_t len) { function CSpotter_Init_bes (line 695) | static int CSpotter_Init_bes() { function cmd_wait_handler (line 743) | static void cmd_wait_handler(int state, void *param) { function cmd_done_handler (line 753) | static void cmd_done_handler(int state, void *param) { function cpu_det_find_wakeup_handler (line 757) | static void cpu_det_find_wakeup_handler(int state, void *param) { function cpu_det_notfind_wakeup_handler (line 768) | static void cpu_det_notfind_wakeup_handler(int state, void *param) { function voice_detector_test (line 777) | void voice_detector_test(void) { FILE: apps/voice_detector/voice_detector.h type voice_detector_id (line 11) | enum voice_detector_id { type voice_detector_cmd (line 23) | enum voice_detector_cmd { type voice_detector_state (line 41) | enum voice_detector_state { type voice_detector_mode (line 59) | enum voice_detector_mode { type voice_detector_cb_id (line 66) | enum voice_detector_cb_id { type voice_detector_id (line 106) | enum voice_detector_id type AUD_VAD_TYPE_T (line 106) | enum AUD_VAD_TYPE_T type voice_detector_id (line 113) | enum voice_detector_id type AUD_VAD_CONFIG_T (line 113) | struct AUD_VAD_CONFIG_T type voice_detector_id (line 121) | enum voice_detector_id type AUD_STREAM_T (line 122) | enum AUD_STREAM_T type AF_STREAM_CONFIG_T (line 122) | struct AF_STREAM_CONFIG_T type voice_detector_id (line 134) | enum voice_detector_id type voice_detector_cb_id (line 135) | enum voice_detector_cb_id type voice_detector_state (line 143) | enum voice_detector_state type voice_detector_id (line 143) | enum voice_detector_id type voice_detector_id (line 149) | enum voice_detector_id type voice_detector_id (line 156) | enum voice_detector_id type voice_detector_cmd (line 156) | enum voice_detector_cmd type voice_detector_id (line 163) | enum voice_detector_id type voice_detector_id (line 165) | enum voice_detector_id type voice_detector_id (line 178) | enum voice_detector_id type voice_detector_id (line 183) | enum voice_detector_id type voice_detector_id (line 188) | enum voice_detector_id type CODEC_VAD_BUF_INFO_T (line 188) | struct CODEC_VAD_BUF_INFO_T FILE: config/_default_cfg_src_/app_status_ind.c function app_status_indication_filter_set (line 79) | int app_status_indication_filter_set(APP_STATUS_INDICATION_T status) { function APP_STATUS_INDICATION_T (line 84) | APP_STATUS_INDICATION_T app_status_indication_get(void) { return app_sta... function app_status_indication_set (line 86) | int app_status_indication_set(APP_STATUS_INDICATION_T status) { FILE: config/_default_cfg_src_/tgt_hardware.c type HAL_IOMUX_PIN_FUNCTION_MAP (line 18) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 27) | struct HAL_KEY_GPIOKEY_CFG_T type CODEC_DAC_VOL_T (line 58) | struct CODEC_DAC_VOL_T type AUD_IO_PATH_CFG_T (line 76) | struct AUD_IO_PATH_CFG_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 92) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 96) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 100) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: config/_default_cfg_src_/tgt_hardware.h type HAL_IOMUX_PIN_FUNCTION_MAP (line 30) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 44) | struct HAL_KEY_GPIOKEY_CFG_T type AUD_IO_PATH_CFG_T (line 48) | struct AUD_IO_PATH_CFG_T type CODEC_DAC_VOL_T (line 63) | struct CODEC_DAC_VOL_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 76) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 77) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 78) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: config/bak_open/tgt_hardware.c type HAL_IOMUX_PIN_FUNCTION_MAP (line 23) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 33) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 44) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 64) | struct HAL_KEY_GPIOKEY_CFG_T type CODEC_DAC_VOL_T (line 133) | struct CODEC_DAC_VOL_T type AUD_IO_PATH_CFG_T (line 168) | struct AUD_IO_PATH_CFG_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 200) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 204) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 208) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 219) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 223) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: config/bak_open/tgt_hardware.h type HAL_IOMUX_PIN_FUNCTION_MAP (line 47) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 49) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 53) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 83) | struct HAL_KEY_GPIOKEY_CFG_T type AUD_IO_PATH_CFG_T (line 106) | struct AUD_IO_PATH_CFG_T type CODEC_DAC_VOL_T (line 121) | struct CODEC_DAC_VOL_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 134) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 135) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 136) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 142) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 143) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: config/best2300p_ibrt/tgt_hardware.c type HAL_IOMUX_PIN_FUNCTION_MAP (line 23) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 33) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 44) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 64) | struct HAL_KEY_GPIOKEY_CFG_T type CODEC_DAC_VOL_T (line 132) | struct CODEC_DAC_VOL_T type AUD_IO_PATH_CFG_T (line 167) | struct AUD_IO_PATH_CFG_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 199) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 203) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 207) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 211) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 223) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 227) | struct HAL_IOMUX_PIN_FUNCTION_MAP function tgt_tws_get_channel_is_right (line 230) | bool tgt_tws_get_channel_is_right(void) { FILE: config/best2300p_ibrt/tgt_hardware.h type HAL_IOMUX_PIN_FUNCTION_MAP (line 47) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 49) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 53) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 83) | struct HAL_KEY_GPIOKEY_CFG_T type AUD_IO_PATH_CFG_T (line 106) | struct AUD_IO_PATH_CFG_T type CODEC_DAC_VOL_T (line 121) | struct CODEC_DAC_VOL_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 134) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 135) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 136) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 138) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 139) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 144) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 145) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: config/best2300p_ibrt_anc/tgt_hardware.c type HAL_IOMUX_PIN_FUNCTION_MAP (line 24) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 45) | struct HAL_KEY_GPIOKEY_CFG_T type CODEC_DAC_VOL_T (line 125) | struct CODEC_DAC_VOL_T type AUD_IO_PATH_CFG_T (line 155) | struct AUD_IO_PATH_CFG_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 184) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 188) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 192) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: config/best2300p_ibrt_anc/tgt_hardware.h type HAL_IOMUX_PIN_FUNCTION_MAP (line 37) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 59) | struct HAL_KEY_GPIOKEY_CFG_T type AUD_IO_PATH_CFG_T (line 84) | struct AUD_IO_PATH_CFG_T type CODEC_DAC_VOL_T (line 99) | struct CODEC_DAC_VOL_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 112) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 113) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 114) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: config/mic_alg/tgt_hardware.c type HAL_IOMUX_PIN_FUNCTION_MAP (line 23) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 33) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 44) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 64) | struct HAL_KEY_GPIOKEY_CFG_T type CODEC_DAC_VOL_T (line 132) | struct CODEC_DAC_VOL_T type AUD_IO_PATH_CFG_T (line 167) | struct AUD_IO_PATH_CFG_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 199) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 203) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 207) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 211) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 215) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 227) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 231) | struct HAL_IOMUX_PIN_FUNCTION_MAP function tgt_tws_get_channel_is_right (line 234) | bool tgt_tws_get_channel_is_right(void) { FILE: config/mic_alg/tgt_hardware.h type HAL_IOMUX_PIN_FUNCTION_MAP (line 47) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 49) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 53) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 83) | struct HAL_KEY_GPIOKEY_CFG_T type AUD_IO_PATH_CFG_T (line 106) | struct AUD_IO_PATH_CFG_T type CODEC_DAC_VOL_T (line 121) | struct CODEC_DAC_VOL_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 134) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 135) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 136) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 138) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 139) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 144) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 145) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: config/open_source/tgt_hardware.c type HAL_IOMUX_PIN_FUNCTION_MAP (line 54) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 64) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 75) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 95) | struct HAL_KEY_GPIOKEY_CFG_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 156) | struct HAL_IOMUX_PIN_FUNCTION_MAP function tgt_tws_get_channel_is_right (line 160) | bool tgt_tws_get_channel_is_right(void) { type CODEC_DAC_VOL_T (line 181) | struct CODEC_DAC_VOL_T type AUD_IO_PATH_CFG_T (line 217) | struct AUD_IO_PATH_CFG_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 240) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 244) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 248) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: config/open_source/tgt_hardware.h type HAL_IOMUX_PIN_FUNCTION_MAP (line 47) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 49) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 53) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_KEY_GPIOKEY_CFG_T (line 83) | struct HAL_KEY_GPIOKEY_CFG_T type AUD_IO_PATH_CFG_T (line 121) | struct AUD_IO_PATH_CFG_T type CODEC_DAC_VOL_T (line 136) | struct CODEC_DAC_VOL_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 149) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 150) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 151) | struct HAL_IOMUX_PIN_FUNCTION_MAP FILE: dev_tools/anc_decoder/src/main.rs constant AUDIO_START (line 8) | const AUDIO_START: usize = 0x003EE000; constant AUDIO_LEN (line 9) | const AUDIO_LEN: usize = 16; constant AUD_IIR_NUM (line 10) | const AUD_IIR_NUM: usize = 8; constant AUD_COEF_LEN (line 11) | const AUD_COEF_LEN: usize = 0; type AudSectionHead (line 14) | struct AudSectionHead { type AudSectionBodyIdent (line 27) | struct AudSectionBodyIdent { type anc_iir_coefs (line 34) | struct anc_iir_coefs { type aud_item (line 41) | struct aud_item { type struct_anc_cfg (line 73) | struct struct_anc_cfg { type pctool_struct_anc_cfg (line 87) | struct pctool_struct_anc_cfg { type AudSectionBodyConfig (line 93) | struct AudSectionBodyConfig { type AudSectionBody (line 97) | struct AudSectionBody { type PctoolAudSection (line 102) | struct PctoolAudSection { function main (line 107) | fn main() { function get_firmware_file (line 124) | fn get_firmware_file(filename: &str) -> Vec { FILE: include/rtos/freertos/FreeRTOS.h type xSTATIC_LIST_ITEM (line 963) | struct xSTATIC_LIST_ITEM type StaticListItem_t (line 968) | typedef struct xSTATIC_LIST_ITEM StaticListItem_t; type xSTATIC_MINI_LIST_ITEM (line 971) | struct xSTATIC_MINI_LIST_ITEM type StaticMiniListItem_t (line 976) | typedef struct xSTATIC_MINI_LIST_ITEM StaticMiniListItem_t; type StaticList_t (line 979) | typedef struct xSTATIC_LIST type StaticTask_t (line 999) | typedef struct xSTATIC_TCB type StaticQueue_t (line 1063) | typedef struct xSTATIC_QUEUE type StaticQueue_t (line 1091) | typedef StaticQueue_t StaticSemaphore_t; type StaticEventGroup_t (line 1107) | typedef struct xSTATIC_EVENT_GROUP type StaticTimer_t (line 1136) | typedef struct xSTATIC_TIMER type StaticStreamBuffer_t (line 1168) | typedef struct xSTATIC_STREAM_BUFFER type StaticStreamBuffer_t (line 1179) | typedef StaticStreamBuffer_t StaticMessageBuffer_t; FILE: include/rtos/freertos/cmsis_os.h type osPriority (line 184) | typedef enum { type os_timer_type (line 207) | typedef enum { type osStatus (line 220) | typedef enum { type osStatus (line 238) | typedef int32_t osStatus; type osThreadDef_t (line 294) | typedef struct os_thread_def { type osThreadDef_t (line 301) | typedef struct os_thread_def { type osTimerDef_t (line 309) | typedef struct os_timer_def { type osTimerDef_t (line 313) | typedef struct os_timer_def { type osMutexDef_t (line 321) | typedef struct os_mutex_def { type osSemaphoreDef_t (line 331) | typedef struct os_semaphore_def { type osPoolDef_t (line 342) | typedef struct os_pool_def { type osPoolDef_t (line 348) | typedef struct os_pool_def { type osMessageQDef_t (line 357) | typedef struct os_messageQ_def { type osMessageQDef_t (line 362) | typedef struct os_messageQ_def { type osMailQDef_t (line 370) | typedef struct os_mailQ_def { type osMailQDef_t (line 376) | typedef struct os_mailQ_def { type osEvent (line 388) | typedef struct { FILE: include/rtos/freertos/cmsis_os2.h type osVersion_t (line 76) | typedef struct { type osKernelState_t (line 82) | typedef enum { type osThreadState_t (line 93) | typedef enum { type osPriority_t (line 104) | typedef enum { type osTimerType_t (line 167) | typedef enum { type osStatus_t (line 198) | typedef enum { type TZ_ModuleId_t (line 235) | typedef uint32_t TZ_ModuleId_t; type osThreadAttr_t (line 240) | typedef struct { type osTimerAttr_t (line 253) | typedef struct { type osEventFlagsAttr_t (line 261) | typedef struct { type osMutexAttr_t (line 269) | typedef struct { type osSemaphoreAttr_t (line 278) | typedef struct { type osMemoryPoolAttr_t (line 287) | typedef struct { type osMessageQueueAttr_t (line 297) | typedef struct { FILE: include/rtos/freertos/croutine.h type CRCB_t (line 48) | typedef struct corCoRoutineControlBlock FILE: include/rtos/freertos/event_groups.h type EventGroupDef_t (line 81) | struct EventGroupDef_t type EventGroupDef_t (line 82) | struct EventGroupDef_t type TickType_t (line 92) | typedef TickType_t EventBits_t; FILE: include/rtos/freertos/freertos_list.h type xLIST (line 139) | struct xLIST type xLIST_ITEM (line 140) | struct xLIST_ITEM type ListItem_t (line 150) | typedef struct xLIST_ITEM ListItem_t; type xMINI_LIST_ITEM (line 152) | struct xMINI_LIST_ITEM type MiniListItem_t (line 159) | typedef struct xMINI_LIST_ITEM MiniListItem_t; FILE: include/rtos/freertos/portable.h type HeapRegion_t (line 106) | typedef struct HeapRegion type xMEMORY_REGION (line 156) | struct xMEMORY_REGION type xMEMORY_REGION (line 157) | struct xMEMORY_REGION FILE: include/rtos/freertos/portmacro.h type portSTACK_TYPE (line 55) | typedef portSTACK_TYPE StackType_t; type BaseType_t (line 56) | typedef long BaseType_t; type UBaseType_t (line 57) | typedef unsigned long UBaseType_t; type TickType_t (line 60) | typedef uint16_t TickType_t; type TickType_t (line 63) | typedef uint32_t TickType_t; function ucPortCountLeadingZeros (line 146) | __attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLead... function portFORCE_INLINE (line 185) | portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) function portFORCE_INLINE (line 207) | portFORCE_INLINE static void vPortRaiseBASEPRI( void ) function portFORCE_INLINE (line 221) | portFORCE_INLINE static uint32_t ulPortRaiseBASEPRI( void ) function portFORCE_INLINE (line 241) | portFORCE_INLINE static void vPortSetBASEPRI( uint32_t ulNewMaskValue ) FILE: include/rtos/freertos/queue.h type QueueDefinition (line 47) | struct QueueDefinition type QueueDefinition (line 48) | struct QueueDefinition type QueueDefinition (line 55) | struct QueueDefinition type QueueDefinition (line 62) | struct QueueDefinition FILE: include/rtos/freertos/semphr.h type QueueHandle_t (line 37) | typedef QueueHandle_t SemaphoreHandle_t; FILE: include/rtos/freertos/stream_buffer.h type StreamBufferDef_t (line 64) | struct StreamBufferDef_t type StreamBufferDef_t (line 65) | struct StreamBufferDef_t FILE: include/rtos/freertos/task.h type tskTaskControlBlock (line 61) | struct tskTaskControlBlock type tskTaskControlBlock (line 62) | struct tskTaskControlBlock type BaseType_t (line 68) | typedef BaseType_t (*TaskHookFunction_t)( void * ); type eTaskState (line 71) | typedef enum type eNotifyAction (line 82) | typedef enum type TimeOut_t (line 94) | typedef struct xTIME_OUT type MemoryRegion_t (line 103) | typedef struct xMEMORY_REGION type TaskParameters_t (line 113) | typedef struct xTASK_PARAMETERS type TaskStatus_t (line 129) | typedef struct xTASK_STATUS type eSleepModeStatus (line 143) | typedef enum FILE: include/rtos/freertos/timers.h type tmrTimerControl (line 76) | struct tmrTimerControl type tmrTimerControl (line 77) | struct tmrTimerControl FILE: include/rtos/rtx/cmsis_os.h type osPriority (line 163) | typedef enum { type osStatus (line 180) | typedef enum { type os_timer_type (line 201) | typedef enum { type os_thread_cb (line 218) | struct os_thread_cb type os_timer_cb (line 222) | struct os_timer_cb type os_mutex_cb (line 226) | struct os_mutex_cb type os_semaphore_cb (line 230) | struct os_semaphore_cb type os_pool_cb (line 234) | struct os_pool_cb type os_messageQ_cb (line 238) | struct os_messageQ_cb type os_mailQ_cb (line 242) | struct os_mailQ_cb type osThreadDef_t (line 247) | typedef struct os_thread_def { type osTimerDef_t (line 260) | typedef struct os_timer_def { type osMutexDef_t (line 267) | typedef struct os_mutex_def { type osSemaphoreDef_t (line 273) | typedef struct os_semaphore_def { type osPoolDef_t (line 279) | typedef struct os_pool_def { type osMessageQDef_t (line 287) | typedef struct os_messageQ_def { type osMailQDef_t (line 294) | typedef struct os_mailQ_def { type osEvent (line 303) | typedef struct { FILE: include/rtos/rtx/os_tcb.h type S8 (line 20) | typedef char S8; type U8 (line 21) | typedef unsigned char U8; type S16 (line 22) | typedef short S16; type U16 (line 23) | typedef unsigned short U16; type S32 (line 24) | typedef int S32; type U32 (line 25) | typedef unsigned int U32; type S64 (line 26) | typedef long long S64; type U64 (line 27) | typedef unsigned long long U64; type BIT (line 28) | typedef unsigned char BIT; type BOOL (line 29) | typedef unsigned int BOOL; type OS_TCB (line 32) | struct OS_TCB { FILE: include/rtos/rtx5/cmsis_os.h type osPriority (line 173) | typedef enum { type os_timer_type (line 196) | typedef enum { type osStatus (line 209) | typedef enum { type osStatus_t (line 227) | typedef osStatus_t osStatus; type osThreadDef_t (line 291) | typedef struct os_thread_def { type osThreadDef_t (line 298) | typedef struct os_thread_def { type osTimerDef_t (line 307) | typedef struct os_timer_def { type osTimerDef_t (line 311) | typedef struct os_timer_def { type osMutexDef_t (line 320) | typedef struct os_mutex_def { type osSemaphoreDef_t (line 330) | typedef struct os_semaphore_def { type osPoolDef_t (line 340) | typedef struct os_pool_def { type osPoolDef_t (line 346) | typedef struct os_pool_def { type osMessageQDef_t (line 356) | typedef struct os_messageQ_def { type osMessageQDef_t (line 361) | typedef struct os_messageQ_def { type osMailQDef_t (line 370) | typedef struct os_mailQ_def { type osMailQDef_t (line 376) | typedef struct os_mailQ_def { type osEvent (line 387) | typedef struct { FILE: include/rtos/rtx5/cmsis_os2.h type osVersion_t (line 76) | typedef struct { type osKernelState_t (line 82) | typedef enum { type osThreadState_t (line 93) | typedef enum { type osPriority_t (line 104) | typedef enum { type osTimerType_t (line 167) | typedef enum { type osStatus_t (line 198) | typedef enum { type TZ_ModuleId_t (line 235) | typedef uint32_t TZ_ModuleId_t; type osThreadAttr_t (line 240) | typedef struct { type osTimerAttr_t (line 253) | typedef struct { type osEventFlagsAttr_t (line 261) | typedef struct { type osMutexAttr_t (line 269) | typedef struct { type osSemaphoreAttr_t (line 277) | typedef struct { type osMemoryPoolAttr_t (line 285) | typedef struct { type osMessageQueueAttr_t (line 295) | typedef struct { FILE: include/rtos/rtx5/rtx_os.h type osRtxThread_t (line 102) | typedef struct osRtxThread_s { type osRtxTimerFinfo_t (line 153) | typedef struct { type osRtxTimer_t (line 159) | typedef struct osRtxTimer_s { type osRtxEventFlags_t (line 176) | typedef struct { type osRtxMutex_t (line 190) | typedef struct osRtxMutex_s { type osRtxSemaphore_t (line 208) | typedef struct { type osRtxMpInfo_t (line 223) | typedef struct { type osRtxMemoryPool_t (line 233) | typedef struct { type osRtxMessage_t (line 247) | typedef struct osRtxMessage_s { type osRtxMessageQueue_t (line 257) | typedef struct { type osRtxObject_t (line 275) | typedef struct { type osRtxInfo_t (line 288) | typedef struct { type osRtxObjectMemUsage_t (line 356) | typedef struct { type osRtxConfig_t (line 436) | typedef struct { FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_abs_f32.c function arm_abs_f32 (line 63) | void arm_abs_f32(const float32_t *pSrc, float32_t *pDst, uint32_t blockS... FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_abs_q15.c function arm_abs_q15 (line 53) | void arm_abs_q15(const q15_t *pSrc, q15_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_abs_q31.c function arm_abs_q31 (line 53) | void arm_abs_q31(const q31_t *pSrc, q31_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_abs_q7.c function arm_abs_q7 (line 55) | void arm_abs_q7(const q7_t *pSrc, q7_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_add_f32.c function arm_add_f32 (line 61) | void arm_add_f32(const float32_t *pSrcA, const float32_t *pSrcB, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_add_q15.c function arm_add_q15 (line 54) | void arm_add_q15(const q15_t *pSrcA, const q15_t *pSrcB, q15_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_add_q31.c function arm_add_q31 (line 54) | void arm_add_q31(const q31_t *pSrcA, const q31_t *pSrcB, q31_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_add_q7.c function arm_add_q7 (line 54) | void arm_add_q7(const q7_t *pSrcA, const q7_t *pSrcB, q7_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_dot_prod_f32.c function arm_dot_prod_f32 (line 63) | void arm_dot_prod_f32(const float32_t *pSrcA, const float32_t *pSrcB, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_dot_prod_q15.c function arm_dot_prod_q15 (line 56) | void arm_dot_prod_q15(const q15_t *pSrcA, const q15_t *pSrcB, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_dot_prod_q31.c function arm_dot_prod_q31 (line 57) | void arm_dot_prod_q31(const q31_t *pSrcA, const q31_t *pSrcB, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_dot_prod_q7.c function arm_dot_prod_q7 (line 56) | void arm_dot_prod_q7(const q7_t *pSrcA, const q7_t *pSrcB, uint32_t bloc... FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_mult_f32.c function arm_mult_f32 (line 61) | void arm_mult_f32(const float32_t *pSrcA, const float32_t *pSrcB, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_mult_q15.c function arm_mult_q15 (line 54) | void arm_mult_q15(const q15_t *pSrcA, const q15_t *pSrcB, q15_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_mult_q31.c function arm_mult_q31 (line 54) | void arm_mult_q31(const q31_t *pSrcA, const q31_t *pSrcB, q31_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_mult_q7.c function arm_mult_q7 (line 54) | void arm_mult_q7(const q7_t *pSrcA, const q7_t *pSrcB, q7_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_negate_f32.c function arm_negate_f32 (line 62) | void arm_negate_f32(const float32_t *pSrc, float32_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_negate_q15.c function arm_negate_q15 (line 55) | void arm_negate_q15(const q15_t *pSrc, q15_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_negate_q31.c function arm_negate_q31 (line 53) | void arm_negate_q31(const q31_t *pSrc, q31_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_negate_q7.c function arm_negate_q7 (line 53) | void arm_negate_q7(const q7_t *pSrc, q7_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_offset_f32.c function arm_offset_f32 (line 63) | void arm_offset_f32(const float32_t *pSrc, float32_t offset, float32_t *... FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_offset_q15.c function arm_offset_q15 (line 54) | void arm_offset_q15(const q15_t *pSrc, q15_t offset, q15_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_offset_q31.c function arm_offset_q31 (line 54) | void arm_offset_q31(const q31_t *pSrc, q31_t offset, q31_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_offset_q7.c function arm_offset_q7 (line 54) | void arm_offset_q7(const q7_t *pSrc, q7_t offset, q7_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_scale_f32.c function arm_scale_f32 (line 77) | void arm_scale_f32(const float32_t *pSrc, float32_t scale, float32_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_scale_q15.c function arm_scale_q15 (line 55) | void arm_scale_q15(const q15_t *pSrc, q15_t scaleFract, int8_t shift, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_scale_q31.c function arm_scale_q31 (line 55) | void arm_scale_q31(const q31_t *pSrc, q31_t scaleFract, int8_t shift, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_scale_q7.c function arm_scale_q7 (line 55) | void arm_scale_q7(const q7_t *pSrc, q7_t scaleFract, int8_t shift, q7_t ... FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_shift_q15.c function arm_shift_q15 (line 56) | void arm_shift_q15(const q15_t *pSrc, int8_t shiftBits, q15_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_shift_q31.c function arm_shift_q31 (line 74) | void arm_shift_q31(const q31_t *pSrc, int8_t shiftBits, q31_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_shift_q7.c function arm_shift_q7 (line 57) | void arm_shift_q7(const q7_t *pSrc, int8_t shiftBits, q7_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_sub_f32.c function arm_sub_f32 (line 61) | void arm_sub_f32(const float32_t *pSrcA, const float32_t *pSrcB, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_sub_q15.c function arm_sub_q15 (line 54) | void arm_sub_q15(const q15_t *pSrcA, const q15_t *pSrcB, q15_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_sub_q31.c function arm_sub_q31 (line 54) | void arm_sub_q31(const q31_t *pSrcA, const q31_t *pSrcB, q31_t *pDst, FILE: platform/cmsis/DSP_Lib/BasicMathFunctions/arm_sub_q7.c function arm_sub_q7 (line 54) | void arm_sub_q7(const q7_t *pSrcA, const q7_t *pSrcB, q7_t *pDst, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_conj_f32.c function arm_cmplx_conj_f32 (line 70) | void arm_cmplx_conj_f32(const float32_t *pSrc, float32_t *pDst, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_conj_q15.c function arm_cmplx_conj_q15 (line 53) | void arm_cmplx_conj_q15(const q15_t *pSrc, q15_t *pDst, uint32_t numSamp... FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_conj_q31.c function arm_cmplx_conj_q31 (line 53) | void arm_cmplx_conj_q31(const q31_t *pSrc, q31_t *pDst, uint32_t numSamp... FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c function arm_cmplx_dot_prod_f32 (line 78) | void arm_cmplx_dot_prod_f32(const float32_t *pSrcA, const float32_t *pSrcB, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c function arm_cmplx_dot_prod_q15 (line 58) | void arm_cmplx_dot_prod_q15(const q15_t *pSrcA, const q15_t *pSrcB, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c function arm_cmplx_dot_prod_q31 (line 60) | void arm_cmplx_dot_prod_q31(const q31_t *pSrcA, const q31_t *pSrcB, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mag_f32.c function arm_cmplx_mag_f32 (line 72) | void arm_cmplx_mag_f32(const float32_t *pSrc, float32_t *pDst, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mag_q15.c function arm_cmplx_mag_q15 (line 52) | void arm_cmplx_mag_q15(const q15_t *pSrc, q15_t *pDst, uint32_t numSampl... FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mag_q31.c function arm_cmplx_mag_q31 (line 53) | void arm_cmplx_mag_q31(const q31_t *pSrc, q31_t *pDst, uint32_t numSampl... FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c function arm_cmplx_mag_squared_f32 (line 72) | void arm_cmplx_mag_squared_f32(const float32_t *pSrc, float32_t *pDst, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c function arm_cmplx_mag_squared_q15 (line 52) | void arm_cmplx_mag_squared_q15(const q15_t *pSrc, q15_t *pDst, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c function arm_cmplx_mag_squared_q31 (line 53) | void arm_cmplx_mag_squared_q31(const q31_t *pSrc, q31_t *pDst, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c function arm_cmplx_mult_cmplx_f32 (line 72) | void arm_cmplx_mult_cmplx_f32(const float32_t *pSrcA, const float32_t *p... FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c function arm_cmplx_mult_cmplx_q15 (line 53) | void arm_cmplx_mult_cmplx_q15(const q15_t *pSrcA, const q15_t *pSrcB, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c function arm_cmplx_mult_cmplx_q31 (line 54) | void arm_cmplx_mult_cmplx_q31(const q31_t *pSrcA, const q31_t *pSrcB, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mult_real_f32.c function arm_cmplx_mult_real_f32 (line 72) | void arm_cmplx_mult_real_f32(const float32_t *pSrcCmplx, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mult_real_q15.c function arm_cmplx_mult_real_q15 (line 54) | void arm_cmplx_mult_real_q15(const q15_t *pSrcCmplx, const q15_t *pSrcReal, FILE: platform/cmsis/DSP_Lib/ComplexMathFunctions/arm_cmplx_mult_real_q31.c function arm_cmplx_mult_real_q31 (line 54) | void arm_cmplx_mult_real_q31(const q31_t *pSrcCmplx, const q31_t *pSrcReal, FILE: platform/cmsis/DSP_Lib/ControllerFunctions/arm_pid_init_f32.c function arm_pid_init_f32 (line 52) | void arm_pid_init_f32(arm_pid_instance_f32 *S, int32_t resetStateFlag) { FILE: platform/cmsis/DSP_Lib/ControllerFunctions/arm_pid_init_q15.c function arm_pid_init_q15 (line 52) | void arm_pid_init_q15(arm_pid_instance_q15 *S, int32_t resetStateFlag) { FILE: platform/cmsis/DSP_Lib/ControllerFunctions/arm_pid_init_q31.c function arm_pid_init_q31 (line 52) | void arm_pid_init_q31(arm_pid_instance_q31 *S, int32_t resetStateFlag) { FILE: platform/cmsis/DSP_Lib/ControllerFunctions/arm_pid_reset_f32.c function arm_pid_reset_f32 (line 45) | void arm_pid_reset_f32(arm_pid_instance_f32 *S) { FILE: platform/cmsis/DSP_Lib/ControllerFunctions/arm_pid_reset_q15.c function arm_pid_reset_q15 (line 45) | void arm_pid_reset_q15(arm_pid_instance_q15 *S) { FILE: platform/cmsis/DSP_Lib/ControllerFunctions/arm_pid_reset_q31.c function arm_pid_reset_q31 (line 45) | void arm_pid_reset_q31(arm_pid_instance_q31 *S) { FILE: platform/cmsis/DSP_Lib/ControllerFunctions/arm_sin_cos_f32.c function arm_sin_cos_f32 (line 78) | void arm_sin_cos_f32(float32_t theta, float32_t *pSinVal, float32_t *pCo... FILE: platform/cmsis/DSP_Lib/ControllerFunctions/arm_sin_cos_q31.c function arm_sin_cos_q31 (line 52) | void arm_sin_cos_q31(q31_t theta, q31_t *pSinVal, q31_t *pCosVal) { FILE: platform/cmsis/DSP_Lib/FastMathFunctions/arm_cos_f32.c function float32_t (line 72) | float32_t arm_cos_f32(float32_t x) { FILE: platform/cmsis/DSP_Lib/FastMathFunctions/arm_cos_q15.c function q15_t (line 51) | q15_t arm_cos_q15(q15_t x) { FILE: platform/cmsis/DSP_Lib/FastMathFunctions/arm_cos_q31.c function q31_t (line 51) | q31_t arm_cos_q31(q31_t x) { FILE: platform/cmsis/DSP_Lib/FastMathFunctions/arm_sin_f32.c function float32_t (line 72) | float32_t arm_sin_f32(float32_t x) { FILE: platform/cmsis/DSP_Lib/FastMathFunctions/arm_sin_q15.c function q15_t (line 51) | q15_t arm_sin_q15(q15_t x) { FILE: platform/cmsis/DSP_Lib/FastMathFunctions/arm_sin_q31.c function q31_t (line 51) | q31_t arm_sin_q31(q31_t x) { FILE: platform/cmsis/DSP_Lib/FastMathFunctions/arm_sqrt_q15.c function arm_status (line 52) | arm_status arm_sqrt_q15(q15_t in, q15_t *pOut) { FILE: platform/cmsis/DSP_Lib/FastMathFunctions/arm_sqrt_q31.c function arm_status (line 52) | arm_status arm_sqrt_q31(q31_t in, q31_t *pOut) { FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c function arm_biquad_cas_df1_32x64_init_q31 (line 75) | void arm_biquad_cas_df1_32x64_init_q31(arm_biquad_cas_df1_32x64_ins_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c function arm_biquad_cas_df1_32x64_q31 (line 194) | void arm_biquad_cas_df1_32x64_q31(const arm_biquad_cas_df1_32x64_ins_q31... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_f32.c function arm_biquad_cascade_df1_f32 (line 182) | void arm_biquad_cascade_df1_f32(const arm_biquad_casd_df1_inst_f32 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c function arm_biquad_cascade_df1_fast_q15 (line 67) | void arm_biquad_cascade_df1_fast_q15(const arm_biquad_casd_df1_inst_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c function arm_biquad_cascade_df1_fast_q31 (line 70) | void arm_biquad_cascade_df1_fast_q31(const arm_biquad_casd_df1_inst_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c function arm_biquad_cascade_df1_init_f32 (line 74) | void arm_biquad_cascade_df1_init_f32(arm_biquad_casd_df1_inst_f32 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c function arm_biquad_cascade_df1_init_q15 (line 77) | void arm_biquad_cascade_df1_init_q15(arm_biquad_casd_df1_inst_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c function arm_biquad_cascade_df1_init_q31 (line 74) | void arm_biquad_cascade_df1_init_q31(arm_biquad_casd_df1_inst_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_q15.c function arm_biquad_cascade_df1_q15 (line 65) | void arm_biquad_cascade_df1_q15(const arm_biquad_casd_df1_inst_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df1_q31.c function arm_biquad_cascade_df1_q31 (line 64) | void arm_biquad_cascade_df1_q31(const arm_biquad_casd_df1_inst_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df2T_f32.c function LOW_OPTIMIZATION_ENTER (line 51) | LOW_OPTIMIZATION_ENTER FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df2T_f64.c function LOW_OPTIMIZATION_ENTER (line 151) | LOW_OPTIMIZATION_ENTER FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c function arm_biquad_cascade_df2T_init_f32 (line 69) | void arm_biquad_cascade_df2T_init_f32(arm_biquad_cascade_df2T_instance_f... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c function arm_biquad_cascade_df2T_init_f64 (line 69) | void arm_biquad_cascade_df2T_init_f64(arm_biquad_cascade_df2T_instance_f... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c function LOW_OPTIMIZATION_ENTER (line 51) | LOW_OPTIMIZATION_ENTER FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c function arm_biquad_cascade_stereo_df2T_init_f32 (line 69) | void arm_biquad_cascade_stereo_df2T_init_f32( FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_f32.c function arm_conv_f32 (line 109) | void arm_conv_f32(const float32_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_fast_opt_q15.c function arm_conv_fast_opt_q15 (line 71) | void arm_conv_fast_opt_q15(const q15_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_fast_q15.c function arm_conv_fast_q15 (line 67) | void arm_conv_fast_q15(const q15_t *pSrcA, uint32_t srcALen, const q15_t... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_fast_q31.c function arm_conv_fast_q31 (line 68) | void arm_conv_fast_q31(const q31_t *pSrcA, uint32_t srcALen, const q31_t... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_opt_q15.c function arm_conv_opt_q15 (line 66) | void arm_conv_opt_q15(const q15_t *pSrcA, uint32_t srcALen, const q15_t ... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_opt_q7.c function arm_conv_opt_q7 (line 64) | void arm_conv_opt_q7(const q7_t *pSrcA, uint32_t srcALen, const q7_t *pS... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_partial_f32.c function arm_status (line 85) | arm_status arm_conv_partial_f32(const float32_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_partial_fast_opt_q15.c function arm_status (line 65) | arm_status arm_conv_partial_fast_opt_q15(const q15_t *pSrcA, uint32_t sr... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_partial_fast_q15.c function arm_status (line 60) | arm_status arm_conv_partial_fast_q15(const q15_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_partial_fast_q31.c function arm_status (line 61) | arm_status arm_conv_partial_fast_q31(const q31_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_partial_opt_q15.c function arm_status (line 64) | arm_status arm_conv_partial_opt_q15(const q15_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_partial_opt_q7.c function arm_status (line 60) | arm_status arm_conv_partial_opt_q7(const q7_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_partial_q15.c function arm_status (line 63) | arm_status arm_conv_partial_q15(const q15_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_partial_q31.c function arm_status (line 60) | arm_status arm_conv_partial_q31(const q31_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_partial_q7.c function arm_status (line 60) | arm_status arm_conv_partial_q7(const q7_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_q15.c function arm_conv_q15 (line 66) | void arm_conv_q15(const q15_t *pSrcA, uint32_t srcALen, const q15_t *pSrcB, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_q31.c function arm_conv_q31 (line 68) | void arm_conv_q31(const q31_t *pSrcA, uint32_t srcALen, const q31_t *pSrcB, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_conv_q7.c function arm_conv_q7 (line 63) | void arm_conv_q7(const q7_t *pSrcA, uint32_t srcALen, const q7_t *pSrcB, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_correlate_f32.c function arm_correlate_f32 (line 107) | void arm_correlate_f32(const float32_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_correlate_fast_opt_q15.c function arm_correlate_fast_opt_q15 (line 70) | void arm_correlate_fast_opt_q15(const q15_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_correlate_fast_q15.c function arm_correlate_fast_q15 (line 68) | void arm_correlate_fast_q15(const q15_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_correlate_fast_q31.c function arm_correlate_fast_q31 (line 70) | void arm_correlate_fast_q31(const q31_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_correlate_opt_q15.c function arm_correlate_opt_q15 (line 65) | void arm_correlate_opt_q15(const q15_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_correlate_opt_q7.c function arm_correlate_opt_q7 (line 64) | void arm_correlate_opt_q7(const q7_t *pSrcA, uint32_t srcALen, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_correlate_q15.c function arm_correlate_q15 (line 66) | void arm_correlate_q15(const q15_t *pSrcA, uint32_t srcALen, const q15_t... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_correlate_q31.c function arm_correlate_q31 (line 67) | void arm_correlate_q31(const q31_t *pSrcA, uint32_t srcALen, const q31_t... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_correlate_q7.c function arm_correlate_q7 (line 64) | void arm_correlate_q7(const q7_t *pSrcA, uint32_t srcALen, const q7_t *p... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_decimate_f32.c function arm_fir_decimate_f32 (line 143) | void arm_fir_decimate_f32(const arm_fir_decimate_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_decimate_fast_q15.c function arm_fir_decimate_fast_q15 (line 67) | void arm_fir_decimate_fast_q15(const arm_fir_decimate_instance_q15 *S, function arm_fir_decimate_fast_q15 (line 304) | void arm_fir_decimate_fast_q15(const arm_fir_decimate_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_decimate_fast_q31.c function arm_fir_decimate_fast_q31 (line 68) | void arm_fir_decimate_fast_q31(const arm_fir_decimate_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_decimate_init_f32.c function arm_status (line 67) | arm_status arm_fir_decimate_init_f32(arm_fir_decimate_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_decimate_init_q15.c function arm_status (line 67) | arm_status arm_fir_decimate_init_q15(arm_fir_decimate_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_decimate_init_q31.c function arm_status (line 67) | arm_status arm_fir_decimate_init_q31(arm_fir_decimate_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_decimate_q15.c function arm_fir_decimate_q15 (line 66) | void arm_fir_decimate_q15(const arm_fir_decimate_instance_q15 *S, function arm_fir_decimate_q15 (line 302) | void arm_fir_decimate_q15(const arm_fir_decimate_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_decimate_q31.c function arm_fir_decimate_q31 (line 64) | void arm_fir_decimate_q31(const arm_fir_decimate_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_f32.c function arm_fir_f32 (line 131) | void arm_fir_f32(const arm_fir_instance_f32 *S, const float32_t *pSrc, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_fast_q15.c function arm_fir_fast_q15 (line 65) | void arm_fir_fast_q15(const arm_fir_instance_q15 *S, const q15_t *pSrc, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_fast_q31.c function IAR_ONLY_LOW_OPTIMIZATION_ENTER (line 65) | IAR_ONLY_LOW_OPTIMIZATION_ENTER FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_init_f32.c function arm_fir_init_f32 (line 62) | void arm_fir_init_f32(arm_fir_instance_f32 *S, uint16_t numTaps, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_init_q15.c function arm_status (line 85) | arm_status arm_fir_init_q15(arm_fir_instance_q15 *S, uint16_t numTaps, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_init_q31.c function arm_fir_init_q31 (line 61) | void arm_fir_init_q31(arm_fir_instance_q31 *S, uint16_t numTaps, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_init_q7.c function arm_fir_init_q7 (line 61) | void arm_fir_init_q7(arm_fir_instance_q7 *S, uint16_t numTaps, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_interpolate_f32.c function arm_fir_interpolate_f32 (line 148) | void arm_fir_interpolate_f32(const arm_fir_interpolate_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_interpolate_init_f32.c function arm_status (line 72) | arm_status arm_fir_interpolate_init_f32(arm_fir_interpolate_instance_f32... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_interpolate_init_q15.c function arm_status (line 71) | arm_status arm_fir_interpolate_init_q15(arm_fir_interpolate_instance_q15... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_interpolate_init_q31.c function arm_status (line 70) | arm_status arm_fir_interpolate_init_q31(arm_fir_interpolate_instance_q31... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_interpolate_q15.c function arm_fir_interpolate_q15 (line 60) | void arm_fir_interpolate_q15(const arm_fir_interpolate_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_interpolate_q31.c function arm_fir_interpolate_q31 (line 61) | void arm_fir_interpolate_q31(const arm_fir_interpolate_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_lattice_f32.c function arm_fir_lattice_f32 (line 128) | void arm_fir_lattice_f32(const arm_fir_lattice_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_lattice_init_f32.c function arm_fir_lattice_init_f32 (line 53) | void arm_fir_lattice_init_f32(arm_fir_lattice_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_lattice_init_q15.c function arm_fir_lattice_init_q15 (line 52) | void arm_fir_lattice_init_q15(arm_fir_lattice_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_lattice_init_q31.c function arm_fir_lattice_init_q31 (line 52) | void arm_fir_lattice_init_q31(arm_fir_lattice_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_lattice_q15.c function arm_fir_lattice_q15 (line 50) | void arm_fir_lattice_q15(const arm_fir_lattice_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_lattice_q31.c function arm_fir_lattice_q31 (line 54) | void arm_fir_lattice_q31(const arm_fir_lattice_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_q15.c function arm_fir_q15 (line 64) | void arm_fir_q15(const arm_fir_instance_q15 *S, const q15_t *pSrc, q15_t... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_q31.c function arm_fir_q31 (line 64) | void arm_fir_q31(const arm_fir_instance_q31 *S, const q31_t *pSrc, q31_t... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_q7.c function arm_fir_q7 (line 58) | void arm_fir_q7(const arm_fir_instance_q7 *S, const q7_t *pSrc, q7_t *pDst, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_sparse_f32.c function arm_fir_sparse_f32 (line 124) | void arm_fir_sparse_f32(arm_fir_sparse_instance_f32 *S, const float32_t ... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_sparse_init_f32.c function arm_fir_sparse_init_f32 (line 63) | void arm_fir_sparse_init_f32(arm_fir_sparse_instance_f32 *S, uint16_t nu... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_sparse_init_q15.c function arm_fir_sparse_init_q15 (line 62) | void arm_fir_sparse_init_q15(arm_fir_sparse_instance_q15 *S, uint16_t nu... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_sparse_init_q31.c function arm_fir_sparse_init_q31 (line 61) | void arm_fir_sparse_init_q31(arm_fir_sparse_instance_q31 *S, uint16_t nu... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_sparse_init_q7.c function arm_fir_sparse_init_q7 (line 61) | void arm_fir_sparse_init_q7(arm_fir_sparse_instance_q7 *S, uint16_t numT... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_sparse_q15.c function arm_fir_sparse_q15 (line 62) | void arm_fir_sparse_q15(arm_fir_sparse_instance_q15 *S, const q15_t *pSrc, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_sparse_q31.c function arm_fir_sparse_q31 (line 60) | void arm_fir_sparse_q31(arm_fir_sparse_instance_q31 *S, const q31_t *pSrc, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_fir_sparse_q7.c function arm_fir_sparse_q7 (line 61) | void arm_fir_sparse_q7(arm_fir_sparse_instance_q7 *S, const q7_t *pSrc, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_iir_lattice_f32.c function arm_iir_lattice_f32 (line 132) | void arm_iir_lattice_f32(const arm_iir_lattice_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_iir_lattice_init_f32.c function arm_iir_lattice_init_f32 (line 56) | void arm_iir_lattice_init_f32(arm_iir_lattice_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_iir_lattice_init_q15.c function arm_iir_lattice_init_q15 (line 54) | void arm_iir_lattice_init_q15(arm_iir_lattice_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_iir_lattice_init_q31.c function arm_iir_lattice_init_q31 (line 55) | void arm_iir_lattice_init_q31(arm_iir_lattice_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_iir_lattice_q15.c function arm_iir_lattice_q15 (line 60) | void arm_iir_lattice_q15(const arm_iir_lattice_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_iir_lattice_q31.c function arm_iir_lattice_q31 (line 60) | void arm_iir_lattice_q31(const arm_iir_lattice_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_f32.c function arm_lms_f32 (line 186) | void arm_lms_f32(const arm_lms_instance_f32 *S, const float32_t *pSrc, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_init_f32.c function arm_lms_init_f32 (line 58) | void arm_lms_init_f32(arm_lms_instance_f32 *S, uint16_t numTaps, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_init_q15.c function arm_lms_init_q15 (line 64) | void arm_lms_init_q15(arm_lms_instance_q15 *S, uint16_t numTaps, q15_t *... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_init_q31.c function arm_lms_init_q31 (line 63) | void arm_lms_init_q31(arm_lms_instance_q31 *S, uint16_t numTaps, q31_t *... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_norm_f32.c function arm_lms_norm_f32 (line 173) | void arm_lms_norm_f32(arm_lms_norm_instance_f32 *S, const float32_t *pSrc, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_norm_init_f32.c function arm_lms_norm_init_f32 (line 64) | void arm_lms_norm_init_f32(arm_lms_norm_instance_f32 *S, uint16_t numTaps, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_norm_init_q15.c function arm_lms_norm_init_q15 (line 61) | void arm_lms_norm_init_q15(arm_lms_norm_instance_q15 *S, uint16_t numTaps, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_norm_init_q31.c function arm_lms_norm_init_q31 (line 61) | void arm_lms_norm_init_q31(arm_lms_norm_instance_q31 *S, uint16_t numTaps, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_norm_q15.c function arm_lms_norm_q15 (line 65) | void arm_lms_norm_q15(arm_lms_norm_instance_q15 *S, const q15_t *pSrc, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_norm_q31.c function arm_lms_norm_q31 (line 66) | void arm_lms_norm_q31(arm_lms_norm_instance_q31 *S, const q31_t *pSrc, FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_q15.c function arm_lms_q15 (line 64) | void arm_lms_q15(const arm_lms_instance_q15 *S, const q15_t *pSrc, q15_t... FILE: platform/cmsis/DSP_Lib/FilteringFunctions/arm_lms_q31.c function arm_lms_q31 (line 66) | void arm_lms_q31(const arm_lms_instance_q31 *S, const q31_t *pSrc, q31_t... FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_add_f32.c function arm_status (line 61) | arm_status arm_mat_add_f32(const arm_matrix_instance_f32 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_add_q15.c function arm_status (line 55) | arm_status arm_mat_add_q15(const arm_matrix_instance_q15 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_add_q31.c function arm_status (line 55) | arm_status arm_mat_add_q31(const arm_matrix_instance_q31 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_cmplx_mult_f32.c function arm_status (line 65) | arm_status arm_mat_cmplx_mult_f32(const arm_matrix_instance_f32 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_cmplx_mult_q15.c function arm_status (line 63) | arm_status arm_mat_cmplx_mult_q15(const arm_matrix_instance_q15 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_cmplx_mult_q31.c function arm_status (line 61) | arm_status arm_mat_cmplx_mult_q31(const arm_matrix_instance_q31 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_init_f32.c function arm_mat_init_f32 (line 59) | void arm_mat_init_f32(arm_matrix_instance_f32 *S, uint16_t nRows, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_init_q15.c function arm_mat_init_q15 (line 50) | void arm_mat_init_q15(arm_matrix_instance_q15 *S, uint16_t nRows, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_init_q31.c function arm_mat_init_q31 (line 54) | void arm_mat_init_q31(arm_matrix_instance_q31 *S, uint16_t nRows, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_mult_f32.c function arm_status (line 68) | arm_status arm_mat_mult_f32(const arm_matrix_instance_f32 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_mult_fast_q15.c function arm_status (line 69) | arm_status arm_mat_mult_fast_q15(const arm_matrix_instance_q15 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_mult_fast_q31.c function arm_status (line 68) | arm_status arm_mat_mult_fast_q31(const arm_matrix_instance_q31 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_mult_q31.c function arm_status (line 64) | arm_status arm_mat_mult_q31(const arm_matrix_instance_q31 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_scale_f32.c function arm_status (line 68) | arm_status arm_mat_scale_f32(const arm_matrix_instance_f32 *pSrc, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_scale_q15.c function arm_status (line 56) | arm_status arm_mat_scale_q15(const arm_matrix_instance_q15 *pSrc, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_scale_q31.c function arm_status (line 56) | arm_status arm_mat_scale_q31(const arm_matrix_instance_q31 *pSrc, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_sub_f32.c function arm_status (line 61) | arm_status arm_mat_sub_f32(const arm_matrix_instance_f32 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_sub_q15.c function arm_status (line 55) | arm_status arm_mat_sub_q15(const arm_matrix_instance_q15 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_sub_q31.c function arm_status (line 55) | arm_status arm_mat_sub_q31(const arm_matrix_instance_q31 *pSrcA, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_trans_f32.c function arm_status (line 59) | arm_status arm_mat_trans_f32(const arm_matrix_instance_f32 *pSrc, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_trans_q15.c function arm_status (line 49) | arm_status arm_mat_trans_q15(const arm_matrix_instance_q15 *pSrc, FILE: platform/cmsis/DSP_Lib/MatrixFunctions/arm_mat_trans_q31.c function arm_status (line 49) | arm_status arm_mat_trans_q31(const arm_matrix_instance_q31 *pSrc, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_max_f32.c function arm_max_f32 (line 57) | void arm_max_f32(const float32_t *pSrc, uint32_t blockSize, float32_t *p... FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_max_q15.c function arm_max_q15 (line 49) | void arm_max_q15(const q15_t *pSrc, uint32_t blockSize, q15_t *pResult, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_max_q31.c function arm_max_q31 (line 49) | void arm_max_q31(const q31_t *pSrc, uint32_t blockSize, q31_t *pResult, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_max_q7.c function arm_max_q7 (line 49) | void arm_max_q7(const q7_t *pSrc, uint32_t blockSize, q7_t *pResult, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_mean_f32.c function arm_mean_f32 (line 62) | void arm_mean_f32(const float32_t *pSrc, uint32_t blockSize, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_mean_q15.c function arm_mean_q15 (line 56) | void arm_mean_q15(const q15_t *pSrc, uint32_t blockSize, q15_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_mean_q31.c function arm_mean_q31 (line 56) | void arm_mean_q31(const q31_t *pSrc, uint32_t blockSize, q31_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_mean_q7.c function arm_mean_q7 (line 56) | void arm_mean_q7(const q7_t *pSrc, uint32_t blockSize, q7_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_min_f32.c function arm_min_f32 (line 57) | void arm_min_f32(const float32_t *pSrc, uint32_t blockSize, float32_t *p... FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_min_q15.c function arm_min_q15 (line 49) | void arm_min_q15(const q15_t *pSrc, uint32_t blockSize, q15_t *pResult, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_min_q31.c function arm_min_q31 (line 49) | void arm_min_q31(const q31_t *pSrc, uint32_t blockSize, q31_t *pResult, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_min_q7.c function arm_min_q7 (line 49) | void arm_min_q7(const q7_t *pSrc, uint32_t blockSize, q7_t *pResult, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_power_f32.c function arm_power_f32 (line 62) | void arm_power_f32(const float32_t *pSrc, uint32_t blockSize, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_power_q15.c function arm_power_q15 (line 57) | void arm_power_q15(const q15_t *pSrc, uint32_t blockSize, q63_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_power_q31.c function arm_power_q31 (line 58) | void arm_power_q31(const q31_t *pSrc, uint32_t blockSize, q63_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_power_q7.c function arm_power_q7 (line 57) | void arm_power_q7(const q7_t *pSrc, uint32_t blockSize, q31_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_rms_f32.c function arm_rms_f32 (line 63) | void arm_rms_f32(const float32_t *pSrc, uint32_t blockSize, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_rms_q15.c function arm_rms_q15 (line 58) | void arm_rms_q15(const q15_t *pSrc, uint32_t blockSize, q15_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_rms_q31.c function arm_rms_q31 (line 59) | void arm_rms_q31(const q31_t *pSrc, uint32_t blockSize, q31_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_std_f32.c function arm_std_f32 (line 66) | void arm_std_f32(const float32_t *pSrc, uint32_t blockSize, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_std_q15.c function arm_std_q15 (line 58) | void arm_std_q15(const q15_t *pSrc, uint32_t blockSize, q15_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_std_q31.c function arm_std_q31 (line 61) | void arm_std_q31(const q31_t *pSrc, uint32_t blockSize, q31_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_var_f32.c function arm_var_f32 (line 65) | void arm_var_f32(const float32_t *pSrc, uint32_t blockSize, FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_var_q15.c function arm_var_q15 (line 58) | void arm_var_q15(const q15_t *pSrc, uint32_t blockSize, q15_t *pResult) { FILE: platform/cmsis/DSP_Lib/StatisticsFunctions/arm_var_q31.c function arm_var_q31 (line 61) | void arm_var_q31(const q31_t *pSrc, uint32_t blockSize, q31_t *pResult) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_copy_f32.c function arm_copy_f32 (line 60) | void arm_copy_f32(const float32_t *pSrc, float32_t *pDst, uint32_t block... FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_copy_q15.c function arm_copy_q15 (line 48) | void arm_copy_q15(const q15_t *pSrc, q15_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_copy_q31.c function arm_copy_q31 (line 48) | void arm_copy_q31(const q31_t *pSrc, q31_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_copy_q7.c function arm_copy_q7 (line 48) | void arm_copy_q7(const q7_t *pSrc, q7_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_fill_f32.c function arm_fill_f32 (line 60) | void arm_fill_f32(float32_t value, float32_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_fill_q15.c function arm_fill_q15 (line 48) | void arm_fill_q15(q15_t value, q15_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_fill_q31.c function arm_fill_q31 (line 48) | void arm_fill_q31(q31_t value, q31_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_fill_q7.c function arm_fill_q7 (line 48) | void arm_fill_q7(q7_t value, q7_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_float_to_q15.c function arm_float_to_q15 (line 66) | void arm_float_to_q15(const float32_t *pSrc, q15_t *pDst, uint32_t block... FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_float_to_q31.c function arm_float_to_q31 (line 70) | void arm_float_to_q31(const float32_t *pSrc, q31_t *pDst, uint32_t block... FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_float_to_q7.c function arm_float_to_q7 (line 63) | void arm_float_to_q7(const float32_t *pSrc, q7_t *pDst, uint32_t blockSi... FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_q15_to_float.c function arm_q15_to_float (line 60) | void arm_q15_to_float(const q15_t *pSrc, float32_t *pDst, uint32_t block... FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_q15_to_q31.c function arm_q15_to_q31 (line 54) | void arm_q15_to_q31(const q15_t *pSrc, q31_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_q15_to_q7.c function arm_q15_to_q7 (line 54) | void arm_q15_to_q7(const q15_t *pSrc, q7_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_q31_to_float.c function arm_q31_to_float (line 60) | void arm_q31_to_float(const q31_t *pSrc, float32_t *pDst, uint32_t block... FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_q31_to_q15.c function arm_q31_to_q15 (line 54) | void arm_q31_to_q15(const q31_t *pSrc, q15_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_q31_to_q7.c function arm_q31_to_q7 (line 54) | void arm_q31_to_q7(const q31_t *pSrc, q7_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_q7_to_float.c function arm_q7_to_float (line 59) | void arm_q7_to_float(const q7_t *pSrc, float32_t *pDst, uint32_t blockSi... FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_q7_to_q15.c function arm_q7_to_q15 (line 54) | void arm_q7_to_q15(const q7_t *pSrc, q15_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/SupportFunctions/arm_q7_to_q31.c function arm_q7_to_q31 (line 54) | void arm_q7_to_q31(const q7_t *pSrc, q31_t *pDst, uint32_t blockSize) { FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_bitreversal.c function arm_bitreversal_f32 (line 42) | void arm_bitreversal_f32(float32_t *pSrc, uint16_t fftSize, function arm_bitreversal_q31 (line 105) | void arm_bitreversal_q31(q31_t *pSrc, uint32_t fftLen, uint16_t bitRevFa... function arm_bitreversal_q15 (line 167) | void arm_bitreversal_q15(q15_t *pSrc16, uint32_t fftLen, uint16_t bitRev... FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_bitreversal2.c function arm_bitreversal_32 (line 41) | void arm_bitreversal_32(uint32_t *pSrc, const uint16_t bitRevLen, function arm_bitreversal_16 (line 72) | void arm_bitreversal_16(uint16_t *pSrc, const uint16_t bitRevLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_f32.c function arm_cfft_radix8by2_f32 (line 198) | void arm_cfft_radix8by2_f32(arm_cfft_instance_f32 *S, float32_t *p1) { function arm_cfft_radix8by4_f32 (line 310) | void arm_cfft_radix8by4_f32(arm_cfft_instance_f32 *S, float32_t *p1) { function arm_cfft_f32 (line 572) | void arm_cfft_f32(const arm_cfft_instance_f32 *S, float32_t *p1, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_q15.c function arm_cfft_q15 (line 72) | void arm_cfft_q15(const arm_cfft_instance_q15 *S, q15_t *p1, uint8_t iff... function arm_cfft_radix4by2_q15 (line 120) | void arm_cfft_radix4by2_q15(q15_t *pSrc, uint32_t fftLen, const q15_t *p... function arm_cfft_radix4by2_inverse_q15 (line 211) | void arm_cfft_radix4by2_inverse_q15(q15_t *pSrc, uint32_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_q31.c function arm_cfft_q31 (line 73) | void arm_cfft_q31(const arm_cfft_instance_q31 *S, q31_t *p1, uint8_t iff... function arm_cfft_radix4by2_q31 (line 121) | void arm_cfft_radix4by2_q31(q31_t *pSrc, uint32_t fftLen, const q31_t *p... function arm_cfft_radix4by2_inverse_q31 (line 174) | void arm_cfft_radix4by2_inverse_q31(q31_t *pSrc, uint32_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix2_f32.c function arm_cfft_radix2_f32 (line 65) | void arm_cfft_radix2_f32(const arm_cfft_radix2_instance_f32 *S, function arm_radix2_butterfly_f32 (line 100) | void arm_radix2_butterfly_f32(float32_t *pSrc, uint32_t fftLen, function arm_radix2_butterfly_inverse_f32 (line 255) | void arm_radix2_butterfly_inverse_f32(float32_t *pSrc, uint32_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix2_init_f32.c function arm_status (line 77) | arm_status arm_cfft_radix2_init_f32(arm_cfft_radix2_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix2_init_q15.c function arm_status (line 77) | arm_status arm_cfft_radix2_init_q15(arm_cfft_radix2_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix2_init_q31.c function arm_status (line 77) | arm_status arm_cfft_radix2_init_q31(arm_cfft_radix2_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix2_q15.c function arm_cfft_radix2_q15 (line 62) | void arm_cfft_radix2_q15(const arm_cfft_radix2_instance_q15 *S, q15_t *p... function arm_radix2_butterfly_q15 (line 78) | void arm_radix2_butterfly_q15(q15_t *pSrc, uint32_t fftLen, const q15_t ... function arm_radix2_butterfly_inverse_q15 (line 372) | void arm_radix2_butterfly_inverse_q15(q15_t *pSrc, uint32_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix2_q31.c function arm_cfft_radix2_q31 (line 62) | void arm_cfft_radix2_q31(const arm_cfft_radix2_instance_q31 *S, q31_t *p... function arm_radix2_butterfly_q31 (line 78) | void arm_radix2_butterfly_q31(q31_t *pSrc, uint32_t fftLen, const q31_t ... function arm_radix2_butterfly_inverse_q31 (line 194) | void arm_radix2_butterfly_inverse_q31(q31_t *pSrc, uint32_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix4_f32.c function arm_cfft_radix4_f32 (line 65) | void arm_cfft_radix4_f32(const arm_cfft_radix4_instance_f32 *S, function arm_radix4_butterfly_f32 (line 99) | void arm_radix4_butterfly_f32(float32_t *pSrc, uint16_t fftLen, function arm_radix4_butterfly_inverse_f32 (line 587) | void arm_radix4_butterfly_inverse_f32(float32_t *pSrc, uint16_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix4_init_f32.c function arm_status (line 77) | arm_status arm_cfft_radix4_init_f32(arm_cfft_radix4_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix4_init_q15.c function arm_status (line 77) | arm_status arm_cfft_radix4_init_q15(arm_cfft_radix4_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix4_init_q31.c function arm_status (line 78) | arm_status arm_cfft_radix4_init_q31(arm_cfft_radix4_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix4_q15.c function arm_cfft_radix4_q15 (line 72) | void arm_cfft_radix4_q15(const arm_cfft_radix4_instance_q15 *S, q15_t *p... function arm_radix4_butterfly_q15 (line 136) | void arm_radix4_butterfly_q15(q15_t *pSrc16, uint32_t fftLen, function arm_radix4_butterfly_inverse_q15 (line 987) | void arm_radix4_butterfly_inverse_q15(q15_t *pSrc16, uint32_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix4_q31.c function arm_cfft_radix4_q31 (line 72) | void arm_cfft_radix4_q31(const arm_cfft_radix4_instance_q31 *S, q31_t *p... function arm_radix4_butterfly_q31 (line 137) | void arm_radix4_butterfly_q31(q31_t *pSrc, uint32_t fftLen, const q31_t ... function arm_radix4_butterfly_inverse_q31 (line 512) | void arm_radix4_butterfly_inverse_q31(q31_t *pSrc, uint32_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_cfft_radix8_f32.c function arm_radix8_butterfly_f32 (line 45) | void arm_radix8_butterfly_f32(float32_t *pSrc, uint16_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_dct4_f32.c function arm_dct4_f32 (line 141) | void arm_dct4_f32(const arm_dct4_instance_f32 *S, float32_t *pState, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_dct4_init_f32.c function arm_status (line 11012) | arm_status arm_dct4_init_f32(arm_dct4_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_dct4_init_q15.c function arm_status (line 6666) | arm_status arm_dct4_init_q15(arm_dct4_instance_q15 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_dct4_init_q31.c function arm_status (line 8292) | arm_status arm_dct4_init_q31(arm_dct4_instance_q31 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_dct4_q15.c function arm_dct4_q15 (line 52) | void arm_dct4_q15(const arm_dct4_instance_q15 *S, q15_t *pState, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_dct4_q31.c function arm_dct4_q31 (line 54) | void arm_dct4_q31(const arm_dct4_instance_q31 *S, q31_t *pState, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_rfft_f32.c function arm_rfft_f32 (line 76) | void arm_rfft_f32(const arm_rfft_instance_f32 *S, float32_t *pSrc, function arm_split_rfft_f32 (line 131) | void arm_split_rfft_f32(float32_t *pSrc, uint32_t fftLen, function arm_split_rifft_f32 (line 224) | void arm_split_rifft_f32(float32_t *pSrc, uint32_t fftLen, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_rfft_fast_f32.c function stage_rfft_f32 (line 31) | void stage_rfft_f32(const arm_rfft_fast_instance_f32 *S, float32_t *p, function merge_rfft_f32 (line 114) | void merge_rfft_f32(const arm_rfft_fast_instance_f32 *S, float32_t *p, function arm_rfft_fast_f32 (line 287) | void arm_rfft_fast_f32(arm_rfft_fast_instance_f32 *S, float32_t *p, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_rfft_fast_init_f32.c function arm_status (line 50) | arm_status arm_rfft_32_fast_init_f32(arm_rfft_fast_instance_f32 *S) { function arm_status (line 77) | arm_status arm_rfft_64_fast_init_f32(arm_rfft_fast_instance_f32 *S) { function arm_status (line 104) | arm_status arm_rfft_128_fast_init_f32(arm_rfft_fast_instance_f32 *S) { function arm_status (line 131) | arm_status arm_rfft_256_fast_init_f32(arm_rfft_fast_instance_f32 *S) { function arm_status (line 158) | arm_status arm_rfft_512_fast_init_f32(arm_rfft_fast_instance_f32 *S) { function arm_status (line 185) | arm_status arm_rfft_1024_fast_init_f32(arm_rfft_fast_instance_f32 *S) { function arm_status (line 211) | arm_status arm_rfft_2048_fast_init_f32(arm_rfft_fast_instance_f32 *S) { function arm_status (line 238) | arm_status arm_rfft_4096_fast_init_f32(arm_rfft_fast_instance_f32 *S) { function arm_status (line 275) | arm_status arm_rfft_fast_init_f32(arm_rfft_fast_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_rfft_init_f32.c function arm_status (line 5579) | arm_status arm_rfft_init_f32(arm_rfft_instance_f32 *S, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_rfft_init_q15.c function arm_status (line 3398) | arm_status arm_rfft_init_q15(arm_rfft_instance_q15 *S, uint32_t fftLenReal, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_rfft_init_q31.c function arm_status (line 4216) | arm_status arm_rfft_init_q31(arm_rfft_instance_q31 *S, uint32_t fftLenReal, FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_rfft_q15.c function arm_rfft_q15 (line 67) | void arm_rfft_q15(const arm_rfft_instance_q15 *S, q15_t *pSrc, q15_t *pD... function arm_split_rfft_q15 (line 115) | void arm_split_rfft_q15(q15_t *pSrc, uint32_t fftLen, const q15_t *pATable, function arm_split_rifft_q15 (line 266) | void arm_split_rifft_q15(q15_t *pSrc, uint32_t fftLen, const q15_t *pATa... FILE: platform/cmsis/DSP_Lib/TransformFunctions/arm_rfft_q31.c function arm_rfft_q31 (line 67) | void arm_rfft_q31(const arm_rfft_instance_q31 *S, q31_t *pSrc, q31_t *pD... function arm_split_rfft_q31 (line 112) | void arm_split_rfft_q31(q31_t *pSrc, uint32_t fftLen, const q31_t *pATable, function arm_split_rifft_q31 (line 204) | void arm_split_rifft_q31(q31_t *pSrc, uint32_t fftLen, const q31_t *pATa... FILE: platform/cmsis/ca/cmsis_gic.c type VECTOR_HDLR_T (line 33) | struct VECTOR_HDLR_T { type VECTOR_HDLR_T (line 44) | struct VECTOR_HDLR_T type VECTOR_HDLR_T (line 45) | struct VECTOR_HDLR_T function c_irq_handler (line 52) | void c_irq_handler(void) { function c_undef_handler (line 71) | void c_undef_handler(uint32_t opcode, uint32_t state, function c_svc_handler (line 89) | void c_svc_handler(uint32_t svc_num, const struct FAULT_REGS_T *regs) { function c_pabt_handler (line 105) | void c_pabt_handler(uint32_t IFSR, uint32_t IFAR, function c_dabt_handler (line 123) | void c_dabt_handler(uint32_t DFSR, uint32_t DFAR, function c_fiq_handler (line 141) | void c_fiq_handler(void) { c_irq_handler(); } function GIC_DisableAllIRQs (line 143) | void GIC_DisableAllIRQs(void) { function GIC_InitVectors (line 152) | void GIC_InitVectors(void) { function GIC_SetFaultDumpHandler (line 174) | void GIC_SetFaultDumpHandler(GIC_FAULT_DUMP_HANDLER_T handler) { function IRQn_Type (line 178) | IRQn_Type IRQ_GetCurrentActiveIRQ(void) { return cur_act_irq; } FILE: platform/cmsis/ca/irq_ctrl_gic.c function __WEAK (line 38) | __WEAK int32_t IRQ_Initialize(void) { function __WEAK (line 49) | __WEAK int32_t IRQ_SetHandler(IRQn_ID_t irqn, IRQHandler_t handler) { function __WEAK (line 63) | __WEAK IRQHandler_t IRQ_GetHandler(IRQn_ID_t irqn) { function __WEAK (line 79) | __WEAK int32_t IRQ_Enable(IRQn_ID_t irqn) { function __WEAK (line 93) | __WEAK int32_t IRQ_Disable(IRQn_ID_t irqn) { function __WEAK (line 107) | __WEAK uint32_t IRQ_GetEnableState(IRQn_ID_t irqn) { function __WEAK (line 120) | __WEAK int32_t IRQ_SetMode(IRQn_ID_t irqn, uint32_t mode) { function __WEAK (line 189) | __WEAK uint32_t IRQ_GetMode(IRQn_ID_t irqn) { function __WEAK (line 218) | __WEAK IRQn_ID_t IRQ_GetActiveIRQ(void) { function __WEAK (line 260) | __WEAK IRQn_ID_t IRQ_GetActiveFIQ(void) { return ((IRQn_ID_t)-1); } function __WEAK (line 263) | __WEAK int32_t IRQ_EndOfInterrupt(IRQn_ID_t irqn) { function __WEAK (line 285) | __WEAK int32_t IRQ_SetPending(IRQn_ID_t irqn) { function __WEAK (line 299) | __WEAK uint32_t IRQ_GetPending(IRQn_ID_t irqn) { function __WEAK (line 312) | __WEAK int32_t IRQ_ClearPending(IRQn_ID_t irqn) { function __WEAK (line 326) | __WEAK int32_t IRQ_SetPriority(IRQn_ID_t irqn, uint32_t priority) { function __WEAK (line 340) | __WEAK uint32_t IRQ_GetPriority(IRQn_ID_t irqn) { function __WEAK (line 353) | __WEAK int32_t IRQ_SetPriorityMask(uint32_t priority) { function __WEAK (line 359) | __WEAK uint32_t IRQ_GetPriorityMask(void) { function __WEAK (line 364) | __WEAK int32_t IRQ_SetPriorityGroupBits(uint32_t bits) { function __WEAK (line 382) | __WEAK uint32_t IRQ_GetPriorityGroupBits(void) { FILE: platform/cmsis/ca/mmu_ARMCA.c type TTB_L2_T (line 189) | struct TTB_L2_T { type TTB_L2_T (line 198) | struct TTB_L2_T function MMU_CreateTranslationTable (line 200) | void MMU_CreateTranslationTable(void) { FILE: platform/cmsis/ca/startup_ARMCA.c function Vectors (line 61) | void Vectors(void) { function Reset_Handler (line 84) | void Reset_Handler(void) { function Default_Handler (line 162) | void Default_Handler(void) { FILE: platform/cmsis/ca/system_ARMCA.c function SystemInit (line 50) | void SystemInit(void) { FILE: platform/cmsis/cmsis_nvic.c function NVIC_DisableAllIRQs (line 58) | void NVIC_DisableAllIRQs(void) { function BOOT_TEXT_FLASH_LOC (line 67) | BOOT_TEXT_FLASH_LOC NVIC_default_handler(void) { function NVIC_InitVectors (line 102) | NVIC_InitVectors(void) { function NVIC_SetDefaultFaultHandler (line 115) | void NVIC_SetDefaultFaultHandler(NVIC_DEFAULT_FAULT_HANDLER_T handler) { function IRQn_Type (line 125) | IRQn_Type NVIC_GetCurrentActiveIRQ(void) { function NVIC_PowerDownSleep (line 132) | void SRAM_TEXT_LOC NVIC_PowerDownSleep(uint32_t *buf, uint32_t cnt) { function NVIC_PowerDownWakeup (line 173) | void SRAM_TEXT_LOC NVIC_PowerDownWakeup(uint32_t *buf, uint32_t cnt) { FILE: platform/cmsis/inc/arm_math.h type arm_status (line 365) | typedef enum type q7_t (line 379) | typedef int8_t q7_t; type q15_t (line 384) | typedef int16_t q15_t; type q31_t (line 389) | typedef int32_t q31_t; type q63_t (line 394) | typedef int64_t q63_t; type float32_t (line 399) | typedef float float32_t; type float64_t (line 404) | typedef double float64_t; function __STATIC_FORCEINLINE (line 441) | __STATIC_FORCEINLINE q31_t read_q15x2 ( function __STATIC_FORCEINLINE (line 456) | __STATIC_FORCEINLINE q31_t read_q15x2_ia ( function __STATIC_FORCEINLINE (line 472) | __STATIC_FORCEINLINE q31_t read_q15x2_da ( function __STATIC_FORCEINLINE (line 489) | __STATIC_FORCEINLINE void write_q15x2_ia ( function __STATIC_FORCEINLINE (line 505) | __STATIC_FORCEINLINE void write_q15x2 ( function __STATIC_FORCEINLINE (line 520) | __STATIC_FORCEINLINE q31_t read_q7x4_ia ( function __STATIC_FORCEINLINE (line 536) | __STATIC_FORCEINLINE q31_t read_q7x4_da ( function __STATIC_FORCEINLINE (line 553) | __STATIC_FORCEINLINE void write_q7x4_ia ( function __STATIC_FORCEINLINE (line 593) | __STATIC_FORCEINLINE q31_t clip_q63_to_q31( function __STATIC_FORCEINLINE (line 603) | __STATIC_FORCEINLINE q15_t clip_q63_to_q15( function __STATIC_FORCEINLINE (line 613) | __STATIC_FORCEINLINE q7_t clip_q31_to_q7( function __STATIC_FORCEINLINE (line 623) | __STATIC_FORCEINLINE q15_t clip_q31_to_q15( function __STATIC_FORCEINLINE (line 633) | __STATIC_FORCEINLINE q63_t mult32x64( function __STATIC_FORCEINLINE (line 644) | __STATIC_FORCEINLINE uint32_t arm_recip_q31( function __STATIC_FORCEINLINE (line 695) | __STATIC_FORCEINLINE uint32_t arm_recip_q15( function __STATIC_FORCEINLINE (line 751) | __STATIC_FORCEINLINE uint32_t __QADD8( function __STATIC_FORCEINLINE (line 769) | __STATIC_FORCEINLINE uint32_t __QSUB8( function __STATIC_FORCEINLINE (line 787) | __STATIC_FORCEINLINE uint32_t __QADD16( function __STATIC_FORCEINLINE (line 804) | __STATIC_FORCEINLINE uint32_t __SHADD16( function __STATIC_FORCEINLINE (line 820) | __STATIC_FORCEINLINE uint32_t __QSUB16( function __STATIC_FORCEINLINE (line 836) | __STATIC_FORCEINLINE uint32_t __SHSUB16( function __STATIC_FORCEINLINE (line 852) | __STATIC_FORCEINLINE uint32_t __QASX( function __STATIC_FORCEINLINE (line 868) | __STATIC_FORCEINLINE uint32_t __SHASX( function __STATIC_FORCEINLINE (line 884) | __STATIC_FORCEINLINE uint32_t __QSAX( function __STATIC_FORCEINLINE (line 900) | __STATIC_FORCEINLINE uint32_t __SHSAX( function __STATIC_FORCEINLINE (line 916) | __STATIC_FORCEINLINE uint32_t __SMUSDX( function __STATIC_FORCEINLINE (line 927) | __STATIC_FORCEINLINE uint32_t __SMUADX( function __STATIC_FORCEINLINE (line 939) | __STATIC_FORCEINLINE int32_t __QADD( function __STATIC_FORCEINLINE (line 950) | __STATIC_FORCEINLINE int32_t __QSUB( function __STATIC_FORCEINLINE (line 961) | __STATIC_FORCEINLINE uint32_t __SMLAD( function __STATIC_FORCEINLINE (line 975) | __STATIC_FORCEINLINE uint32_t __SMLADX( function __STATIC_FORCEINLINE (line 989) | __STATIC_FORCEINLINE uint32_t __SMLSDX( function __STATIC_FORCEINLINE (line 1003) | __STATIC_FORCEINLINE uint64_t __SMLALD( function __STATIC_FORCEINLINE (line 1018) | __STATIC_FORCEINLINE uint64_t __SMLALDX( function __STATIC_FORCEINLINE (line 1033) | __STATIC_FORCEINLINE uint32_t __SMUAD( function __STATIC_FORCEINLINE (line 1045) | __STATIC_FORCEINLINE uint32_t __SMUSD( function __STATIC_FORCEINLINE (line 1057) | __STATIC_FORCEINLINE uint32_t __SXTB16( function __STATIC_FORCEINLINE (line 1067) | __STATIC_FORCEINLINE int32_t __SMMLA( type arm_fir_instance_q7 (line 1081) | typedef struct type arm_fir_instance_q15 (line 1091) | typedef struct type arm_fir_instance_q31 (line 1101) | typedef struct type arm_fir_instance_f32 (line 1111) | typedef struct type arm_biquad_casd_df1_inst_q15 (line 1262) | typedef struct type arm_biquad_casd_df1_inst_q31 (line 1273) | typedef struct type arm_biquad_casd_df1_inst_f32 (line 1284) | typedef struct type arm_matrix_instance_f32 (line 1402) | typedef struct type arm_matrix_instance_f64 (line 1413) | typedef struct type arm_matrix_instance_q15 (line 1423) | typedef struct type arm_matrix_instance_q31 (line 1433) | typedef struct type arm_pid_instance_q15 (line 1746) | typedef struct type arm_pid_instance_q31 (line 1764) | typedef struct type arm_pid_instance_f32 (line 1778) | typedef struct type arm_linear_interp_instance_f32 (line 1849) | typedef struct type arm_bilinear_interp_instance_f32 (line 1860) | typedef struct type arm_bilinear_interp_instance_q31 (line 1870) | typedef struct type arm_bilinear_interp_instance_q15 (line 1880) | typedef struct type arm_bilinear_interp_instance_q7 (line 1890) | typedef struct type arm_cfft_radix2_instance_q15 (line 1957) | typedef struct type arm_cfft_radix4_instance_q15 (line 1984) | typedef struct type arm_cfft_radix2_instance_q31 (line 2010) | typedef struct type arm_cfft_radix4_instance_q31 (line 2036) | typedef struct type arm_cfft_radix2_instance_f32 (line 2062) | typedef struct type arm_cfft_radix4_instance_f32 (line 2089) | typedef struct type arm_cfft_instance_q15 (line 2116) | typedef struct type arm_cfft_instance_q31 (line 2133) | typedef struct type arm_cfft_instance_f32 (line 2150) | typedef struct type arm_rfft_instance_q15 (line 2167) | typedef struct type arm_rfft_instance_q31 (line 2192) | typedef struct type arm_rfft_instance_f32 (line 2217) | typedef struct type arm_rfft_fast_instance_f32 (line 2244) | typedef struct type arm_dct4_instance_f32 (line 2280) | typedef struct type arm_dct4_instance_q31 (line 2326) | typedef struct type arm_dct4_instance_q15 (line 2372) | typedef struct type arm_fir_decimate_instance_q15 (line 3295) | typedef struct type arm_fir_decimate_instance_q31 (line 3306) | typedef struct type arm_fir_decimate_instance_f32 (line 3317) | typedef struct type arm_fir_interpolate_instance_q15 (line 3459) | typedef struct type arm_fir_interpolate_instance_q31 (line 3470) | typedef struct type arm_fir_interpolate_instance_f32 (line 3481) | typedef struct type arm_biquad_cas_df1_32x64_ins_q31 (line 3595) | typedef struct type arm_biquad_cascade_df2T_instance_f32 (line 3635) | typedef struct type arm_biquad_cascade_stereo_df2T_instance_f32 (line 3645) | typedef struct type arm_biquad_cascade_df2T_instance_f64 (line 3655) | typedef struct type arm_fir_lattice_instance_q15 (line 3750) | typedef struct type arm_fir_lattice_instance_q31 (line 3760) | typedef struct type arm_fir_lattice_instance_f32 (line 3770) | typedef struct type arm_iir_lattice_instance_q15 (line 3865) | typedef struct type arm_iir_lattice_instance_q31 (line 3876) | typedef struct type arm_iir_lattice_instance_f32 (line 3887) | typedef struct type arm_lms_instance_f32 (line 3995) | typedef struct type arm_lms_instance_q15 (line 4043) | typedef struct type arm_lms_instance_q31 (line 4094) | typedef struct type arm_lms_norm_instance_f32 (line 4145) | typedef struct type arm_lms_norm_instance_q31 (line 4195) | typedef struct type arm_lms_norm_instance_q15 (line 4249) | typedef struct type arm_fir_sparse_instance_f32 (line 4456) | typedef struct type arm_fir_sparse_instance_q31 (line 4469) | typedef struct type arm_fir_sparse_instance_q15 (line 4482) | typedef struct type arm_fir_sparse_instance_q7 (line 4495) | typedef struct function __STATIC_FORCEINLINE (line 4822) | __STATIC_FORCEINLINE float32_t arm_pid_f32( function __STATIC_FORCEINLINE (line 4855) | __STATIC_FORCEINLINE q31_t arm_pid_q31( function __STATIC_FORCEINLINE (line 4901) | __STATIC_FORCEINLINE q15_t arm_pid_q15( function __STATIC_FORCEINLINE (line 5010) | __STATIC_FORCEINLINE void arm_clarke_f32( function __STATIC_FORCEINLINE (line 5037) | __STATIC_FORCEINLINE void arm_clarke_q31( function __STATIC_FORCEINLINE (line 5096) | __STATIC_FORCEINLINE void arm_inv_clarke_f32( function __STATIC_FORCEINLINE (line 5123) | __STATIC_FORCEINLINE void arm_inv_clarke_q31( function __STATIC_FORCEINLINE (line 5196) | __STATIC_FORCEINLINE void arm_park_f32( function __STATIC_FORCEINLINE (line 5227) | __STATIC_FORCEINLINE void arm_park_q31( function __STATIC_FORCEINLINE (line 5299) | __STATIC_FORCEINLINE void arm_inv_park_f32( function __STATIC_FORCEINLINE (line 5330) | __STATIC_FORCEINLINE void arm_inv_park_q31( function __STATIC_FORCEINLINE (line 5414) | __STATIC_FORCEINLINE float32_t arm_linear_interp_f32( function __STATIC_FORCEINLINE (line 5471) | __STATIC_FORCEINLINE q31_t arm_linear_interp_q31( function __STATIC_FORCEINLINE (line 5529) | __STATIC_FORCEINLINE q15_t arm_linear_interp_q15( function __STATIC_FORCEINLINE (line 5586) | __STATIC_FORCEINLINE q7_t arm_linear_interp_q7( function __STATIC_FORCEINLINE (line 5727) | __STATIC_FORCEINLINE arm_status arm_sqrt_f32( function __STATIC_FORCEINLINE (line 5794) | __STATIC_FORCEINLINE void arm_circularWrite_f32( function __STATIC_FORCEINLINE (line 5839) | __STATIC_FORCEINLINE void arm_circularRead_f32( function __STATIC_FORCEINLINE (line 5895) | __STATIC_FORCEINLINE void arm_circularWrite_q15( function __STATIC_FORCEINLINE (line 5939) | __STATIC_FORCEINLINE void arm_circularRead_q15( function __STATIC_FORCEINLINE (line 5996) | __STATIC_FORCEINLINE void arm_circularWrite_q7( function __STATIC_FORCEINLINE (line 6040) | __STATIC_FORCEINLINE void arm_circularRead_q7( function __STATIC_FORCEINLINE (line 6791) | __STATIC_FORCEINLINE float32_t arm_bilinear_interp_f32( function __STATIC_FORCEINLINE (line 6856) | __STATIC_FORCEINLINE q31_t arm_bilinear_interp_q31( function __STATIC_FORCEINLINE (line 6930) | __STATIC_FORCEINLINE q15_t arm_bilinear_interp_q15( function __STATIC_FORCEINLINE (line 7008) | __STATIC_FORCEINLINE q7_t arm_bilinear_interp_q7( FILE: platform/cmsis/inc/best1000.h type IRQn_Type (line 49) | typedef enum IRQn FILE: platform/cmsis/inc/best1400.h type IRQn_Type (line 49) | typedef enum IRQn FILE: platform/cmsis/inc/best2000.h type IRQn_Type (line 49) | typedef enum IRQn FILE: platform/cmsis/inc/best2001.h type IRQn_Type (line 55) | typedef enum IRQn FILE: platform/cmsis/inc/best2300.h type IRQn_Type (line 49) | typedef enum IRQn FILE: platform/cmsis/inc/best2300a.h type IRQn_Type (line 49) | typedef enum IRQn FILE: platform/cmsis/inc/best2300p.h type IRQn_Type (line 49) | typedef enum IRQn FILE: platform/cmsis/inc/best3001.h type IRQn_Type (line 49) | typedef enum IRQn FILE: platform/cmsis/inc/best3003.h type IRQn_Type (line 37) | typedef enum IRQn FILE: platform/cmsis/inc/ca/best2001_dsp.h type IRQn_Type (line 40) | typedef enum IRQn FILE: platform/cmsis/inc/ca/cmsis_armcc_ca.h function __REV16 (line 156) | uint32_t __REV16(uint32_t value) function __REVSH (line 170) | int16_t __REVSH(int16_t value) function __STATIC_INLINE (line 315) | __STATIC_INLINE uint32_t __get_FPSCR(void) function __STATIC_INLINE (line 330) | __STATIC_INLINE void __set_FPSCR(uint32_t fpscr) function __STATIC_INLINE (line 344) | __STATIC_INLINE uint32_t __get_CPSR(void) function __STATIC_INLINE (line 354) | __STATIC_INLINE void __set_CPSR(uint32_t cpsr) function __STATIC_INLINE (line 363) | __STATIC_INLINE uint32_t __get_mode(void) function __set_mode (line 371) | void __set_mode(uint32_t mode) function __set_SP_usr (line 416) | void __set_SP_usr(uint32_t topOfProcStack) function __STATIC_INLINE (line 432) | __STATIC_INLINE uint32_t __get_FPEXC(void) function __STATIC_INLINE (line 445) | __STATIC_INLINE void __set_FPEXC(uint32_t fpexc) function __FPU_Enable (line 480) | void __FPU_Enable(void) FILE: platform/cmsis/inc/ca/cmsis_armclang_ca.h function __PACKED_STRUCT (line 72) | __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; } function __PACKED_STRUCT (line 80) | __PACKED_STRUCT T_UINT16_READ { uint16_t v; } function __PACKED_STRUCT (line 88) | __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; } function __PACKED_STRUCT (line 95) | __PACKED_STRUCT T_UINT32_READ { uint32_t v; } function __STATIC_FORCEINLINE (line 190) | __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 220) | __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) function __STATIC_FORCEINLINE (line 348) | __STATIC_FORCEINLINE int32_t __QADD( int32_t op1, int32_t op2) function __STATIC_FORCEINLINE (line 356) | __STATIC_FORCEINLINE int32_t __QSUB( int32_t op1, int32_t op2) function __STATIC_FORCEINLINE (line 370) | __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t ... function __STATIC_FORCEINLINE (line 399) | __STATIC_FORCEINLINE uint32_t __get_CPSR(void) function __STATIC_FORCEINLINE (line 409) | __STATIC_FORCEINLINE void __set_CPSR(uint32_t cpsr) function __STATIC_FORCEINLINE (line 417) | __STATIC_FORCEINLINE uint32_t __get_mode(void) function __STATIC_FORCEINLINE (line 425) | __STATIC_FORCEINLINE void __set_mode(uint32_t mode) function __STATIC_FORCEINLINE (line 433) | __STATIC_FORCEINLINE uint32_t __get_SP() function __STATIC_FORCEINLINE (line 443) | __STATIC_FORCEINLINE void __set_SP(uint32_t stack) function __STATIC_FORCEINLINE (line 451) | __STATIC_FORCEINLINE uint32_t __get_SP_usr() function __STATIC_FORCEINLINE (line 468) | __STATIC_FORCEINLINE void __set_SP_usr(uint32_t topOfProcStack) function __STATIC_FORCEINLINE (line 483) | __STATIC_FORCEINLINE uint32_t __get_FPEXC(void) function __STATIC_FORCEINLINE (line 497) | __STATIC_FORCEINLINE void __set_FPEXC(uint32_t fpexc) function __STATIC_INLINE (line 519) | __STATIC_INLINE void __FPU_Enable(void) FILE: platform/cmsis/inc/ca/cmsis_compiler_ca.h type T_UINT32 (line 92) | struct __attribute__((packed)) T_UINT32 { uint32_t v; } function T_UINT32 (line 142) | struct __packed__ T_UINT32 { uint32_t v; } function packed (line 191) | packed struct T_UINT32 { uint32_t v; } FILE: platform/cmsis/inc/ca/cmsis_cp15_ca.h function __STATIC_FORCEINLINE (line 37) | __STATIC_FORCEINLINE uint32_t __get_ACTLR(void) function __STATIC_FORCEINLINE (line 47) | __STATIC_FORCEINLINE void __set_ACTLR(uint32_t actlr) function __STATIC_FORCEINLINE (line 55) | __STATIC_FORCEINLINE uint32_t __get_CPACR(void) function __STATIC_FORCEINLINE (line 65) | __STATIC_FORCEINLINE void __set_CPACR(uint32_t cpacr) function __STATIC_FORCEINLINE (line 73) | __STATIC_FORCEINLINE uint32_t __get_DFSR(void) function __STATIC_FORCEINLINE (line 83) | __STATIC_FORCEINLINE void __set_DFSR(uint32_t dfsr) function __STATIC_FORCEINLINE (line 91) | __STATIC_FORCEINLINE uint32_t __get_IFSR(void) function __STATIC_FORCEINLINE (line 101) | __STATIC_FORCEINLINE void __set_IFSR(uint32_t ifsr) function __STATIC_FORCEINLINE (line 109) | __STATIC_FORCEINLINE uint32_t __get_ISR(void) function __STATIC_FORCEINLINE (line 119) | __STATIC_FORCEINLINE uint32_t __get_CBAR(void) function __STATIC_FORCEINLINE (line 132) | __STATIC_FORCEINLINE uint32_t __get_TTBR0(void) function __STATIC_FORCEINLINE (line 145) | __STATIC_FORCEINLINE void __set_TTBR0(uint32_t ttbr0) function __STATIC_FORCEINLINE (line 156) | __STATIC_FORCEINLINE uint32_t __get_DACR(void) function __STATIC_FORCEINLINE (line 169) | __STATIC_FORCEINLINE void __set_DACR(uint32_t dacr) function __STATIC_FORCEINLINE (line 180) | __STATIC_FORCEINLINE void __set_SCTLR(uint32_t sctlr) function __STATIC_FORCEINLINE (line 188) | __STATIC_FORCEINLINE uint32_t __get_SCTLR(void) function __STATIC_FORCEINLINE (line 198) | __STATIC_FORCEINLINE void __set_ACTRL(uint32_t actrl) function __STATIC_FORCEINLINE (line 206) | __STATIC_FORCEINLINE uint32_t __get_ACTRL(void) function __STATIC_FORCEINLINE (line 219) | __STATIC_FORCEINLINE uint32_t __get_MPIDR(void) function __STATIC_FORCEINLINE (line 232) | __STATIC_FORCEINLINE uint32_t __get_VBAR(void) function __STATIC_FORCEINLINE (line 245) | __STATIC_FORCEINLINE void __set_VBAR(uint32_t vbar) function __STATIC_FORCEINLINE (line 256) | __STATIC_FORCEINLINE uint32_t __get_MVBAR(void) function __STATIC_FORCEINLINE (line 269) | __STATIC_FORCEINLINE void __set_MVBAR(uint32_t mvbar) function __STATIC_FORCEINLINE (line 284) | __STATIC_FORCEINLINE void __set_CNTFRQ(uint32_t value) function __STATIC_FORCEINLINE (line 295) | __STATIC_FORCEINLINE uint32_t __get_CNTFRQ(void) function __STATIC_FORCEINLINE (line 308) | __STATIC_FORCEINLINE void __set_CNTP_TVAL(uint32_t value) function __STATIC_FORCEINLINE (line 319) | __STATIC_FORCEINLINE uint32_t __get_CNTP_TVAL(void) function __STATIC_FORCEINLINE (line 332) | __STATIC_FORCEINLINE uint64_t __get_CNTPCT(void) function __STATIC_FORCEINLINE (line 345) | __STATIC_FORCEINLINE void __set_CNTP_CVAL(uint64_t value) function __STATIC_FORCEINLINE (line 356) | __STATIC_FORCEINLINE uint64_t __get_CNTP_CVAL(void) function __STATIC_FORCEINLINE (line 369) | __STATIC_FORCEINLINE void __set_CNTP_CTL(uint32_t value) function __STATIC_FORCEINLINE (line 377) | __STATIC_FORCEINLINE uint32_t __get_CNTP_CTL(void) function __STATIC_FORCEINLINE (line 390) | __STATIC_FORCEINLINE void __set_TLBIALL(uint32_t value) function __STATIC_FORCEINLINE (line 399) | __STATIC_FORCEINLINE void __set_BPIALL(uint32_t value) function __STATIC_FORCEINLINE (line 408) | __STATIC_FORCEINLINE void __set_ICIALLU(uint32_t value) function __STATIC_FORCEINLINE (line 417) | __STATIC_FORCEINLINE void __set_DCCMVAC(uint32_t value) function __STATIC_FORCEINLINE (line 426) | __STATIC_FORCEINLINE void __set_DCIMVAC(uint32_t value) function __STATIC_FORCEINLINE (line 435) | __STATIC_FORCEINLINE void __set_DCCIMVAC(uint32_t value) function __STATIC_FORCEINLINE (line 442) | __STATIC_FORCEINLINE void __set_CSSELR(uint32_t value) function __STATIC_FORCEINLINE (line 451) | __STATIC_FORCEINLINE uint32_t __get_CSSELR(void) function __set_CCSIDR (line 463) | void __set_CCSIDR(uint32_t value) function __STATIC_FORCEINLINE (line 471) | __STATIC_FORCEINLINE uint32_t __get_CCSIDR(void) function __STATIC_FORCEINLINE (line 482) | __STATIC_FORCEINLINE uint32_t __get_CLIDR(void) function __STATIC_FORCEINLINE (line 492) | __STATIC_FORCEINLINE void __set_DCISW(uint32_t value) function __STATIC_FORCEINLINE (line 500) | __STATIC_FORCEINLINE void __set_DCCSW(uint32_t value) function __STATIC_FORCEINLINE (line 508) | __STATIC_FORCEINLINE void __set_DCCISW(uint32_t value) FILE: platform/cmsis/inc/ca/cmsis_gcc_ca.h function __PACKED_STRUCT (line 78) | __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; } function __PACKED_STRUCT (line 86) | __PACKED_STRUCT T_UINT16_READ { uint16_t v; } function __PACKED_STRUCT (line 94) | __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; } function __PACKED_STRUCT (line 101) | __PACKED_STRUCT T_UINT32_READ { uint32_t v; } function __STATIC_FORCEINLINE (line 113) | __STATIC_FORCEINLINE uint32_t __QSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 122) | __STATIC_FORCEINLINE uint32_t __QADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 130) | __STATIC_FORCEINLINE int32_t __QADD( int32_t op1, int32_t op2) function __STATIC_FORCEINLINE (line 138) | __STATIC_FORCEINLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint... function __STATIC_FORCEINLINE (line 155) | __STATIC_FORCEINLINE int32_t __QSUB( int32_t op1, int32_t op2) function __STATIC_FORCEINLINE (line 163) | __STATIC_FORCEINLINE uint32_t __SMUAD (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 174) | __STATIC_FORCEINLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint3... function __STATIC_FORCEINLINE (line 182) | __STATIC_FORCEINLINE uint32_t __SMUADX (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 190) | __STATIC_FORCEINLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint... function __STATIC_FORCEINLINE (line 198) | __STATIC_FORCEINLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uin... function __STATIC_FORCEINLINE (line 215) | __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t ... function __STATIC_INLINE (line 304) | __attribute__((section(".rev16_text"))) __STATIC_INLINE uint32_t __REV16... function __STATIC_FORCEINLINE (line 318) | __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) function __STATIC_FORCEINLINE (line 337) | __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 360) | __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) function __STATIC_FORCEINLINE (line 388) | __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) function __STATIC_FORCEINLINE (line 412) | __STATIC_FORCEINLINE uint8_t __LDREXB(volatile uint8_t *addr) function __STATIC_FORCEINLINE (line 434) | __STATIC_FORCEINLINE uint16_t __LDREXH(volatile uint16_t *addr) function __STATIC_FORCEINLINE (line 456) | __STATIC_FORCEINLINE uint32_t __LDREXW(volatile uint32_t *addr) function __STATIC_FORCEINLINE (line 473) | __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t ... function __STATIC_FORCEINLINE (line 490) | __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_... function __STATIC_FORCEINLINE (line 507) | __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_... function __STATIC_FORCEINLINE (line 520) | __STATIC_FORCEINLINE void __CLREX(void) function __STATIC_FORCEINLINE (line 608) | __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) function __STATIC_FORCEINLINE (line 628) | __STATIC_FORCEINLINE uint32_t __get_CPSR(void) function __STATIC_FORCEINLINE (line 638) | __STATIC_FORCEINLINE void __set_CPSR(uint32_t cpsr) function __STATIC_FORCEINLINE (line 646) | __STATIC_FORCEINLINE uint32_t __get_mode(void) function __STATIC_FORCEINLINE (line 654) | __STATIC_FORCEINLINE void __set_mode(uint32_t mode) function __STATIC_FORCEINLINE (line 662) | __STATIC_FORCEINLINE uint32_t __get_SP(void) function __STATIC_FORCEINLINE (line 672) | __STATIC_FORCEINLINE void __set_SP(uint32_t stack) function __STATIC_FORCEINLINE (line 680) | __STATIC_FORCEINLINE uint32_t __get_SP_usr(void) function __STATIC_FORCEINLINE (line 696) | __STATIC_FORCEINLINE void __set_SP_usr(uint32_t topOfProcStack) function __STATIC_FORCEINLINE (line 710) | __STATIC_FORCEINLINE uint32_t __get_FPEXC(void) function __STATIC_FORCEINLINE (line 724) | __STATIC_FORCEINLINE void __set_FPEXC(uint32_t fpexc) function __STATIC_INLINE (line 746) | __STATIC_INLINE void __FPU_Enable(void) FILE: platform/cmsis/inc/ca/cmsis_iccarm_ca.h function __IAR_FT (line 144) | __IAR_FT uint16_t __iar_uint16_read(void const *ptr) function __IAR_FT (line 156) | __IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val) function __IAR_FT (line 167) | __IAR_FT uint32_t __iar_uint32_read(void const *ptr) function __IAR_FT (line 178) | __IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val) function __packed (line 190) | __packed struct __iar_u32 { uint32_t v; } function __IAR_FT (line 293) | __IAR_FT int16_t __REVSH(int16_t val) function __IAR_FT (line 404) | __IAR_FT void __set_mode(uint32_t mode) function __IAR_FT (line 409) | __IAR_FT uint32_t __LDREXW(uint32_t volatile *ptr) function __IAR_FT (line 414) | __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) function __IAR_FT (line 420) | __IAR_FT uint32_t __RRX(uint32_t value) function __IAR_FT (line 428) | __IAR_FT uint32_t __ROR(uint32_t op1, uint32_t op2) function __IAR_FT (line 433) | __IAR_FT uint32_t __get_FPEXC(void) function __IAR_FT (line 444) | __IAR_FT void __set_FPEXC(uint32_t fpexc) function __IAR_FT (line 468) | __IAR_FT uint32_t __get_SP_usr(void) function __IAR_FT (line 482) | __IAR_FT void __set_SP_usr(uint32_t topOfProcStack) function __STATIC_INLINE (line 496) | __STATIC_INLINE FILE: platform/cmsis/inc/ca/core_ca.h type CPSR_Type (line 211) | typedef union FILE: platform/cmsis/inc/ca/irq_ctrl.h type IRQn_ID_t (line 45) | typedef int32_t IRQn_ID_t; FILE: platform/cmsis/inc/cmsis.h function __STATIC_FORCEINLINE (line 47) | __STATIC_FORCEINLINE uint32_t int_lock_global(void) function __STATIC_FORCEINLINE (line 66) | __STATIC_FORCEINLINE void int_unlock_global(uint32_t pri) function __STATIC_FORCEINLINE (line 81) | __STATIC_FORCEINLINE uint32_t int_lock(void) function __STATIC_FORCEINLINE (line 100) | __STATIC_FORCEINLINE void int_unlock(uint32_t pri) function __STATIC_FORCEINLINE (line 113) | __STATIC_FORCEINLINE int in_isr(void) function __STATIC_FORCEINLINE (line 123) | __STATIC_FORCEINLINE int32_t ftoi_nearest(float f) FILE: platform/cmsis/inc/cmsis_armcc.h function __STATIC_INLINE (line 134) | __STATIC_INLINE uint32_t __get_CONTROL(void) function __STATIC_INLINE (line 146) | __STATIC_INLINE void __set_CONTROL(uint32_t control) function __STATIC_INLINE (line 158) | __STATIC_INLINE uint32_t __get_IPSR(void) function __STATIC_INLINE (line 170) | __STATIC_INLINE uint32_t __get_APSR(void) function __STATIC_INLINE (line 182) | __STATIC_INLINE uint32_t __get_xPSR(void) function __STATIC_INLINE (line 194) | __STATIC_INLINE uint32_t __get_PSP(void) function __STATIC_INLINE (line 206) | __STATIC_INLINE void __set_PSP(uint32_t topOfProcStack) function __STATIC_INLINE (line 218) | __STATIC_INLINE uint32_t __get_MSP(void) function __STATIC_INLINE (line 230) | __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack) function __STATIC_INLINE (line 242) | __STATIC_INLINE uint32_t __get_PRIMASK(void) function __STATIC_INLINE (line 254) | __STATIC_INLINE void __set_PRIMASK(uint32_t priMask) function __STATIC_INLINE (line 285) | __STATIC_INLINE uint32_t __get_BASEPRI(void) function __STATIC_INLINE (line 297) | __STATIC_INLINE void __set_BASEPRI(uint32_t basePri) function __STATIC_INLINE (line 310) | __STATIC_INLINE void __set_BASEPRI_MAX(uint32_t basePri) function __STATIC_INLINE (line 322) | __STATIC_INLINE uint32_t __get_FAULTMASK(void) function __STATIC_INLINE (line 334) | __STATIC_INLINE void __set_FAULTMASK(uint32_t faultMask) function __STATIC_INLINE (line 349) | __STATIC_INLINE uint32_t __get_FPSCR(void) function __STATIC_INLINE (line 366) | __STATIC_INLINE void __set_FPSCR(uint32_t fpscr) function __REV16 (line 467) | uint32_t __REV16(uint32_t value) function __REVSH (line 482) | int16_t __REVSH(int16_t value) function __STATIC_INLINE (line 520) | __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t ... function __RRX (line 669) | uint32_t __RRX(uint32_t value) function __STATIC_INLINE (line 740) | __attribute__((always_inline)) __STATIC_INLINE int32_t __SSAT(int32_t va... function __STATIC_INLINE (line 765) | __attribute__((always_inline)) __STATIC_INLINE uint32_t __USAT(int32_t v... FILE: platform/cmsis/inc/cmsis_armclang.h type T_UINT32 (line 71) | struct __attribute__((packed)) T_UINT32 { uint32_t v; } function __PACKED_STRUCT (line 79) | __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; } function __PACKED_STRUCT (line 87) | __PACKED_STRUCT T_UINT16_READ { uint16_t v; } function __PACKED_STRUCT (line 95) | __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; } function __PACKED_STRUCT (line 103) | __PACKED_STRUCT T_UINT32_READ { uint32_t v; } function __STATIC_FORCEINLINE (line 142) | __STATIC_FORCEINLINE uint32_t __get_CONTROL(void) function __STATIC_FORCEINLINE (line 157) | __STATIC_FORCEINLINE uint32_t __TZ_get_CONTROL_NS(void) function __STATIC_FORCEINLINE (line 172) | __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) function __STATIC_FORCEINLINE (line 184) | __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) function __STATIC_FORCEINLINE (line 196) | __STATIC_FORCEINLINE uint32_t __get_IPSR(void) function __STATIC_FORCEINLINE (line 210) | __STATIC_FORCEINLINE uint32_t __get_APSR(void) function __STATIC_FORCEINLINE (line 224) | __STATIC_FORCEINLINE uint32_t __get_xPSR(void) function __STATIC_FORCEINLINE (line 238) | __STATIC_FORCEINLINE uint32_t __get_PSP(void) function __STATIC_FORCEINLINE (line 253) | __STATIC_FORCEINLINE uint32_t __TZ_get_PSP_NS(void) function __STATIC_FORCEINLINE (line 268) | __STATIC_FORCEINLINE void __set_PSP(uint32_t topOfProcStack) function __STATIC_FORCEINLINE (line 280) | __STATIC_FORCEINLINE void __TZ_set_PSP_NS(uint32_t topOfProcStack) function __STATIC_FORCEINLINE (line 292) | __STATIC_FORCEINLINE uint32_t __get_MSP(void) function __STATIC_FORCEINLINE (line 307) | __STATIC_FORCEINLINE uint32_t __TZ_get_MSP_NS(void) function __STATIC_FORCEINLINE (line 322) | __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) function __STATIC_FORCEINLINE (line 334) | __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) function __STATIC_FORCEINLINE (line 347) | __STATIC_FORCEINLINE uint32_t __TZ_get_SP_NS(void) function __STATIC_FORCEINLINE (line 361) | __STATIC_FORCEINLINE void __TZ_set_SP_NS(uint32_t topOfStack) function __STATIC_FORCEINLINE (line 373) | __STATIC_FORCEINLINE uint32_t __get_PRIMASK(void) function __STATIC_FORCEINLINE (line 388) | __STATIC_FORCEINLINE uint32_t __TZ_get_PRIMASK_NS(void) function __STATIC_FORCEINLINE (line 403) | __STATIC_FORCEINLINE void __set_PRIMASK(uint32_t priMask) function __STATIC_FORCEINLINE (line 415) | __STATIC_FORCEINLINE void __TZ_set_PRIMASK_NS(uint32_t priMask) function __STATIC_FORCEINLINE (line 446) | __STATIC_FORCEINLINE uint32_t __get_BASEPRI(void) function __STATIC_FORCEINLINE (line 461) | __STATIC_FORCEINLINE uint32_t __TZ_get_BASEPRI_NS(void) function __STATIC_FORCEINLINE (line 476) | __STATIC_FORCEINLINE void __set_BASEPRI(uint32_t basePri) function __STATIC_FORCEINLINE (line 488) | __STATIC_FORCEINLINE void __TZ_set_BASEPRI_NS(uint32_t basePri) function __STATIC_FORCEINLINE (line 501) | __STATIC_FORCEINLINE void __set_BASEPRI_MAX(uint32_t basePri) function __STATIC_FORCEINLINE (line 512) | __STATIC_FORCEINLINE uint32_t __get_FAULTMASK(void) function __STATIC_FORCEINLINE (line 527) | __STATIC_FORCEINLINE uint32_t __TZ_get_FAULTMASK_NS(void) function __STATIC_FORCEINLINE (line 542) | __STATIC_FORCEINLINE void __set_FAULTMASK(uint32_t faultMask) function __STATIC_FORCEINLINE (line 554) | __STATIC_FORCEINLINE void __TZ_set_FAULTMASK_NS(uint32_t faultMask) function __STATIC_FORCEINLINE (line 577) | __STATIC_FORCEINLINE uint32_t __get_PSPLIM(void) function __STATIC_FORCEINLINE (line 600) | __STATIC_FORCEINLINE uint32_t __TZ_get_PSPLIM_NS(void) function __STATIC_FORCEINLINE (line 623) | __STATIC_FORCEINLINE void __set_PSPLIM(uint32_t ProcStackPtrLimit) function __STATIC_FORCEINLINE (line 645) | __STATIC_FORCEINLINE void __TZ_set_PSPLIM_NS(uint32_t ProcStackPtrLimit) function __STATIC_FORCEINLINE (line 665) | __STATIC_FORCEINLINE uint32_t __get_MSPLIM(void) function __STATIC_FORCEINLINE (line 688) | __STATIC_FORCEINLINE uint32_t __TZ_get_MSPLIM_NS(void) function __STATIC_FORCEINLINE (line 710) | __STATIC_FORCEINLINE void __set_MSPLIM(uint32_t MainStackPtrLimit) function __STATIC_FORCEINLINE (line 731) | __STATIC_FORCEINLINE void __TZ_set_MSPLIM_NS(uint32_t MainStackPtrLimit) function __STATIC_FORCEINLINE (line 878) | __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 913) | __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) function __STATIC_FORCEINLINE (line 1039) | __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) function __STATIC_FORCEINLINE (line 1054) | __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1069) | __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1084) | __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1099) | __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1111) | __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1123) | __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1139) | __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) function __STATIC_FORCEINLINE (line 1164) | __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) function __STATIC_FORCEINLINE (line 1194) | __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1209) | __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1224) | __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1239) | __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1251) | __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1263) | __STATIC_FORCEINLINE void __STL(uint32_t value, volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1408) | __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t ... FILE: platform/cmsis/inc/cmsis_armclang_ltm.h type T_UINT32 (line 71) | struct __attribute__((packed)) T_UINT32 { uint32_t v; } function __PACKED_STRUCT (line 79) | __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; } function __PACKED_STRUCT (line 87) | __PACKED_STRUCT T_UINT16_READ { uint16_t v; } function __PACKED_STRUCT (line 95) | __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; } function __PACKED_STRUCT (line 103) | __PACKED_STRUCT T_UINT32_READ { uint32_t v; } function __STATIC_FORCEINLINE (line 142) | __STATIC_FORCEINLINE uint32_t __get_CONTROL(void) function __STATIC_FORCEINLINE (line 157) | __STATIC_FORCEINLINE uint32_t __TZ_get_CONTROL_NS(void) function __STATIC_FORCEINLINE (line 172) | __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) function __STATIC_FORCEINLINE (line 184) | __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) function __STATIC_FORCEINLINE (line 196) | __STATIC_FORCEINLINE uint32_t __get_IPSR(void) function __STATIC_FORCEINLINE (line 210) | __STATIC_FORCEINLINE uint32_t __get_APSR(void) function __STATIC_FORCEINLINE (line 224) | __STATIC_FORCEINLINE uint32_t __get_xPSR(void) function __STATIC_FORCEINLINE (line 238) | __STATIC_FORCEINLINE uint32_t __get_PSP(void) function __STATIC_FORCEINLINE (line 253) | __STATIC_FORCEINLINE uint32_t __TZ_get_PSP_NS(void) function __STATIC_FORCEINLINE (line 268) | __STATIC_FORCEINLINE void __set_PSP(uint32_t topOfProcStack) function __STATIC_FORCEINLINE (line 280) | __STATIC_FORCEINLINE void __TZ_set_PSP_NS(uint32_t topOfProcStack) function __STATIC_FORCEINLINE (line 292) | __STATIC_FORCEINLINE uint32_t __get_MSP(void) function __STATIC_FORCEINLINE (line 307) | __STATIC_FORCEINLINE uint32_t __TZ_get_MSP_NS(void) function __STATIC_FORCEINLINE (line 322) | __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) function __STATIC_FORCEINLINE (line 334) | __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) function __STATIC_FORCEINLINE (line 347) | __STATIC_FORCEINLINE uint32_t __TZ_get_SP_NS(void) function __STATIC_FORCEINLINE (line 361) | __STATIC_FORCEINLINE void __TZ_set_SP_NS(uint32_t topOfStack) function __STATIC_FORCEINLINE (line 373) | __STATIC_FORCEINLINE uint32_t __get_PRIMASK(void) function __STATIC_FORCEINLINE (line 388) | __STATIC_FORCEINLINE uint32_t __TZ_get_PRIMASK_NS(void) function __STATIC_FORCEINLINE (line 403) | __STATIC_FORCEINLINE void __set_PRIMASK(uint32_t priMask) function __STATIC_FORCEINLINE (line 415) | __STATIC_FORCEINLINE void __TZ_set_PRIMASK_NS(uint32_t priMask) function __STATIC_FORCEINLINE (line 446) | __STATIC_FORCEINLINE uint32_t __get_BASEPRI(void) function __STATIC_FORCEINLINE (line 461) | __STATIC_FORCEINLINE uint32_t __TZ_get_BASEPRI_NS(void) function __STATIC_FORCEINLINE (line 476) | __STATIC_FORCEINLINE void __set_BASEPRI(uint32_t basePri) function __STATIC_FORCEINLINE (line 488) | __STATIC_FORCEINLINE void __TZ_set_BASEPRI_NS(uint32_t basePri) function __STATIC_FORCEINLINE (line 501) | __STATIC_FORCEINLINE void __set_BASEPRI_MAX(uint32_t basePri) function __STATIC_FORCEINLINE (line 512) | __STATIC_FORCEINLINE uint32_t __get_FAULTMASK(void) function __STATIC_FORCEINLINE (line 527) | __STATIC_FORCEINLINE uint32_t __TZ_get_FAULTMASK_NS(void) function __STATIC_FORCEINLINE (line 542) | __STATIC_FORCEINLINE void __set_FAULTMASK(uint32_t faultMask) function __STATIC_FORCEINLINE (line 554) | __STATIC_FORCEINLINE void __TZ_set_FAULTMASK_NS(uint32_t faultMask) function __STATIC_FORCEINLINE (line 577) | __STATIC_FORCEINLINE uint32_t __get_PSPLIM(void) function __STATIC_FORCEINLINE (line 600) | __STATIC_FORCEINLINE uint32_t __TZ_get_PSPLIM_NS(void) function __STATIC_FORCEINLINE (line 623) | __STATIC_FORCEINLINE void __set_PSPLIM(uint32_t ProcStackPtrLimit) function __STATIC_FORCEINLINE (line 645) | __STATIC_FORCEINLINE void __TZ_set_PSPLIM_NS(uint32_t ProcStackPtrLimit) function __STATIC_FORCEINLINE (line 665) | __STATIC_FORCEINLINE uint32_t __get_MSPLIM(void) function __STATIC_FORCEINLINE (line 688) | __STATIC_FORCEINLINE uint32_t __TZ_get_MSPLIM_NS(void) function __STATIC_FORCEINLINE (line 710) | __STATIC_FORCEINLINE void __set_MSPLIM(uint32_t MainStackPtrLimit) function __STATIC_FORCEINLINE (line 731) | __STATIC_FORCEINLINE void __TZ_set_MSPLIM_NS(uint32_t MainStackPtrLimit) function __STATIC_FORCEINLINE (line 876) | __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 911) | __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) function __STATIC_FORCEINLINE (line 1037) | __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) function __STATIC_FORCEINLINE (line 1052) | __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1067) | __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1082) | __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1097) | __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1109) | __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1121) | __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1137) | __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) function __STATIC_FORCEINLINE (line 1162) | __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) function __STATIC_FORCEINLINE (line 1192) | __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1207) | __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1222) | __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1237) | __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1249) | __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1261) | __STATIC_FORCEINLINE void __STL(uint32_t value, volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1340) | __STATIC_FORCEINLINE uint32_t __SADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1348) | __STATIC_FORCEINLINE uint32_t __QADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1356) | __STATIC_FORCEINLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1364) | __STATIC_FORCEINLINE uint32_t __UADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1372) | __STATIC_FORCEINLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1380) | __STATIC_FORCEINLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1389) | __STATIC_FORCEINLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1397) | __STATIC_FORCEINLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1405) | __STATIC_FORCEINLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1413) | __STATIC_FORCEINLINE uint32_t __USUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1421) | __STATIC_FORCEINLINE uint32_t __UQSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1429) | __STATIC_FORCEINLINE uint32_t __UHSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1438) | __STATIC_FORCEINLINE uint32_t __SADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1446) | __STATIC_FORCEINLINE uint32_t __QADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1454) | __STATIC_FORCEINLINE uint32_t __SHADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1462) | __STATIC_FORCEINLINE uint32_t __UADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1470) | __STATIC_FORCEINLINE uint32_t __UQADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1478) | __STATIC_FORCEINLINE uint32_t __UHADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1486) | __STATIC_FORCEINLINE uint32_t __SSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1494) | __STATIC_FORCEINLINE uint32_t __QSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1502) | __STATIC_FORCEINLINE uint32_t __SHSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1510) | __STATIC_FORCEINLINE uint32_t __USUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1518) | __STATIC_FORCEINLINE uint32_t __UQSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1526) | __STATIC_FORCEINLINE uint32_t __UHSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1534) | __STATIC_FORCEINLINE uint32_t __SASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1542) | __STATIC_FORCEINLINE uint32_t __QASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1550) | __STATIC_FORCEINLINE uint32_t __SHASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1558) | __STATIC_FORCEINLINE uint32_t __UASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1566) | __STATIC_FORCEINLINE uint32_t __UQASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1574) | __STATIC_FORCEINLINE uint32_t __UHASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1582) | __STATIC_FORCEINLINE uint32_t __SSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1590) | __STATIC_FORCEINLINE uint32_t __QSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1598) | __STATIC_FORCEINLINE uint32_t __SHSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1606) | __STATIC_FORCEINLINE uint32_t __USAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1614) | __STATIC_FORCEINLINE uint32_t __UQSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1622) | __STATIC_FORCEINLINE uint32_t __UHSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1630) | __STATIC_FORCEINLINE uint32_t __USAD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1638) | __STATIC_FORCEINLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint3... function __STATIC_FORCEINLINE (line 1660) | __STATIC_FORCEINLINE uint32_t __UXTB16(uint32_t op1) function __STATIC_FORCEINLINE (line 1668) | __STATIC_FORCEINLINE uint32_t __UXTAB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1676) | __STATIC_FORCEINLINE uint32_t __SXTB16(uint32_t op1) function __STATIC_FORCEINLINE (line 1684) | __STATIC_FORCEINLINE uint32_t __SXTAB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1692) | __STATIC_FORCEINLINE uint32_t __SMUAD (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1700) | __STATIC_FORCEINLINE uint32_t __SMUADX (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1708) | __STATIC_FORCEINLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint3... function __STATIC_FORCEINLINE (line 1716) | __STATIC_FORCEINLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint... function __STATIC_FORCEINLINE (line 1724) | __STATIC_FORCEINLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint... function __STATIC_FORCEINLINE (line 1741) | __STATIC_FORCEINLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uin... function __STATIC_FORCEINLINE (line 1758) | __STATIC_FORCEINLINE uint32_t __SMUSD (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1766) | __STATIC_FORCEINLINE uint32_t __SMUSDX (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1774) | __STATIC_FORCEINLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint3... function __STATIC_FORCEINLINE (line 1782) | __STATIC_FORCEINLINE uint32_t __SMLSDX (uint32_t op1, uint32_t op2, uint... function __STATIC_FORCEINLINE (line 1790) | __STATIC_FORCEINLINE uint64_t __SMLSLD (uint32_t op1, uint32_t op2, uint... function __STATIC_FORCEINLINE (line 1807) | __STATIC_FORCEINLINE uint64_t __SMLSLDX (uint32_t op1, uint32_t op2, uin... function __STATIC_FORCEINLINE (line 1824) | __STATIC_FORCEINLINE uint32_t __SEL (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1832) | __STATIC_FORCEINLINE int32_t __QADD( int32_t op1, int32_t op2) function __STATIC_FORCEINLINE (line 1840) | __STATIC_FORCEINLINE int32_t __QSUB( int32_t op1, int32_t op2) function __STATIC_FORCEINLINE (line 1854) | __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t ... FILE: platform/cmsis/inc/cmsis_compiler.h type T_UINT32 (line 101) | struct __attribute__((packed)) T_UINT32 { uint32_t v; } function __PACKED_STRUCT (line 105) | __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; } function __PACKED_STRUCT (line 109) | __PACKED_STRUCT T_UINT16_READ { uint16_t v; } function __PACKED_STRUCT (line 113) | __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; } function __PACKED_STRUCT (line 117) | __PACKED_STRUCT T_UINT32_READ { uint32_t v; } function T_UINT32 (line 169) | struct __packed__ T_UINT32 { uint32_t v; } function __PACKED_STRUCT (line 173) | __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; } function __PACKED_STRUCT (line 177) | __PACKED_STRUCT T_UINT16_READ { uint16_t v; } function __PACKED_STRUCT (line 181) | __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; } function __PACKED_STRUCT (line 185) | __PACKED_STRUCT T_UINT32_READ { uint32_t v; } function packed (line 236) | packed struct T_UINT32 { uint32_t v; } function __PACKED_STRUCT (line 240) | __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; } function __PACKED_STRUCT (line 244) | __PACKED_STRUCT T_UINT16_READ { uint16_t v; } function __PACKED_STRUCT (line 248) | __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; } function __PACKED_STRUCT (line 252) | __PACKED_STRUCT T_UINT32_READ { uint32_t v; } FILE: platform/cmsis/inc/cmsis_gcc.h type T_UINT32 (line 79) | struct __attribute__((packed)) T_UINT32 { uint32_t v; } function __PACKED_STRUCT (line 87) | __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; } function __PACKED_STRUCT (line 95) | __PACKED_STRUCT T_UINT16_READ { uint16_t v; } function __PACKED_STRUCT (line 103) | __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; } function __PACKED_STRUCT (line 111) | __PACKED_STRUCT T_UINT32_READ { uint32_t v; } function __STATIC_FORCEINLINE (line 171) | __STATIC_FORCEINLINE uint32_t __TZ_get_CONTROL_NS(void) function __STATIC_FORCEINLINE (line 186) | __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) function __STATIC_FORCEINLINE (line 198) | __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) function __STATIC_FORCEINLINE (line 210) | __STATIC_FORCEINLINE uint32_t __get_IPSR(void) function __STATIC_FORCEINLINE (line 224) | __STATIC_FORCEINLINE uint32_t __get_APSR(void) function __STATIC_FORCEINLINE (line 238) | __STATIC_FORCEINLINE uint32_t __get_xPSR(void) function __STATIC_FORCEINLINE (line 252) | __STATIC_FORCEINLINE uint32_t __get_PSP(void) function __STATIC_FORCEINLINE (line 267) | __STATIC_FORCEINLINE uint32_t __TZ_get_PSP_NS(void) function __STATIC_FORCEINLINE (line 282) | __STATIC_FORCEINLINE void __set_PSP(uint32_t topOfProcStack) function __STATIC_FORCEINLINE (line 294) | __STATIC_FORCEINLINE void __TZ_set_PSP_NS(uint32_t topOfProcStack) function __STATIC_FORCEINLINE (line 306) | __STATIC_FORCEINLINE uint32_t __get_MSP(void) function __STATIC_FORCEINLINE (line 321) | __STATIC_FORCEINLINE uint32_t __TZ_get_MSP_NS(void) function __STATIC_FORCEINLINE (line 336) | __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) function __STATIC_FORCEINLINE (line 348) | __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) function __STATIC_FORCEINLINE (line 361) | __STATIC_FORCEINLINE uint32_t __TZ_get_SP_NS(void) function __STATIC_FORCEINLINE (line 375) | __STATIC_FORCEINLINE void __TZ_set_SP_NS(uint32_t topOfStack) function __STATIC_FORCEINLINE (line 387) | __STATIC_FORCEINLINE uint32_t __get_PRIMASK(void) function __STATIC_FORCEINLINE (line 402) | __STATIC_FORCEINLINE uint32_t __TZ_get_PRIMASK_NS(void) function __STATIC_FORCEINLINE (line 417) | __STATIC_FORCEINLINE void __set_PRIMASK(uint32_t priMask) function __STATIC_FORCEINLINE (line 429) | __STATIC_FORCEINLINE void __TZ_set_PRIMASK_NS(uint32_t priMask) function __STATIC_FORCEINLINE (line 481) | __STATIC_FORCEINLINE uint32_t __TZ_get_BASEPRI_NS(void) function __STATIC_FORCEINLINE (line 496) | __STATIC_FORCEINLINE void __set_BASEPRI(uint32_t basePri) function __STATIC_FORCEINLINE (line 508) | __STATIC_FORCEINLINE void __TZ_set_BASEPRI_NS(uint32_t basePri) function __STATIC_FORCEINLINE (line 521) | __STATIC_FORCEINLINE void __set_BASEPRI_MAX(uint32_t basePri) function __STATIC_FORCEINLINE (line 532) | __STATIC_FORCEINLINE uint32_t __get_FAULTMASK(void) function __STATIC_FORCEINLINE (line 547) | __STATIC_FORCEINLINE uint32_t __TZ_get_FAULTMASK_NS(void) function __STATIC_FORCEINLINE (line 562) | __STATIC_FORCEINLINE void __set_FAULTMASK(uint32_t faultMask) function __STATIC_FORCEINLINE (line 574) | __STATIC_FORCEINLINE void __TZ_set_FAULTMASK_NS(uint32_t faultMask) function __STATIC_FORCEINLINE (line 597) | __STATIC_FORCEINLINE uint32_t __get_PSPLIM(void) function __STATIC_FORCEINLINE (line 619) | __STATIC_FORCEINLINE uint32_t __TZ_get_PSPLIM_NS(void) function __STATIC_FORCEINLINE (line 642) | __STATIC_FORCEINLINE void __set_PSPLIM(uint32_t ProcStackPtrLimit) function __STATIC_FORCEINLINE (line 663) | __STATIC_FORCEINLINE void __TZ_set_PSPLIM_NS(uint32_t ProcStackPtrLimit) function __STATIC_FORCEINLINE (line 684) | __STATIC_FORCEINLINE uint32_t __get_MSPLIM(void) function __STATIC_FORCEINLINE (line 707) | __STATIC_FORCEINLINE uint32_t __TZ_get_MSPLIM_NS(void) function __STATIC_FORCEINLINE (line 730) | __STATIC_FORCEINLINE void __set_MSPLIM(uint32_t MainStackPtrLimit) function __STATIC_FORCEINLINE (line 751) | __STATIC_FORCEINLINE void __TZ_set_MSPLIM_NS(uint32_t MainStackPtrLimit) function __STATIC_FORCEINLINE (line 771) | __STATIC_FORCEINLINE uint32_t __get_FPSCR(void) function __STATIC_FORCEINLINE (line 797) | __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) function __STATIC_FORCEINLINE (line 924) | __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) function __STATIC_FORCEINLINE (line 939) | __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) function __STATIC_FORCEINLINE (line 959) | __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 986) | __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) function __STATIC_FORCEINLINE (line 1016) | __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) function __STATIC_FORCEINLINE (line 1045) | __STATIC_FORCEINLINE uint8_t __LDREXB(volatile uint8_t *addr) function __STATIC_FORCEINLINE (line 1067) | __STATIC_FORCEINLINE uint16_t __LDREXH(volatile uint16_t *addr) function __STATIC_FORCEINLINE (line 1089) | __STATIC_FORCEINLINE uint32_t __LDREXW(volatile uint32_t *addr) function __STATIC_FORCEINLINE (line 1106) | __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *... function __STATIC_FORCEINLINE (line 1123) | __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t... function __STATIC_FORCEINLINE (line 1140) | __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t... function __STATIC_FORCEINLINE (line 1153) | __STATIC_FORCEINLINE void __CLREX(void) function __STATIC_FORCEINLINE (line 1206) | __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) function __STATIC_FORCEINLINE (line 1221) | __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1243) | __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1265) | __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1280) | __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1292) | __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1304) | __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1320) | __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) function __STATIC_FORCEINLINE (line 1345) | __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) function __STATIC_FORCEINLINE (line 1375) | __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1390) | __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1405) | __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1420) | __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1432) | __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1444) | __STATIC_FORCEINLINE void __STL(uint32_t value, volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1456) | __STATIC_FORCEINLINE uint8_t __LDAEXB(volatile uint8_t *ptr) function __STATIC_FORCEINLINE (line 1471) | __STATIC_FORCEINLINE uint16_t __LDAEXH(volatile uint16_t *ptr) function __STATIC_FORCEINLINE (line 1486) | __STATIC_FORCEINLINE uint32_t __LDAEX(volatile uint32_t *ptr) function __STATIC_FORCEINLINE (line 1503) | __STATIC_FORCEINLINE uint32_t __STLEXB(uint8_t value, volatile uint8_t *... function __STATIC_FORCEINLINE (line 1520) | __STATIC_FORCEINLINE uint32_t __STLEXH(uint16_t value, volatile uint16_t... function __STATIC_FORCEINLINE (line 1537) | __STATIC_FORCEINLINE uint32_t __STLEX(uint32_t value, volatile uint32_t ... function __STATIC_FORCEINLINE (line 1559) | __STATIC_FORCEINLINE uint32_t __SADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1567) | __STATIC_FORCEINLINE uint32_t __QADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1575) | __STATIC_FORCEINLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1583) | __STATIC_FORCEINLINE uint32_t __UADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1591) | __STATIC_FORCEINLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1599) | __STATIC_FORCEINLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1608) | __STATIC_FORCEINLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1616) | __STATIC_FORCEINLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1624) | __STATIC_FORCEINLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1632) | __STATIC_FORCEINLINE uint32_t __USUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1640) | __STATIC_FORCEINLINE uint32_t __UQSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1648) | __STATIC_FORCEINLINE uint32_t __UHSUB8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1657) | __STATIC_FORCEINLINE uint32_t __SADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1665) | __STATIC_FORCEINLINE uint32_t __QADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1673) | __STATIC_FORCEINLINE uint32_t __SHADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1681) | __STATIC_FORCEINLINE uint32_t __UADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1689) | __STATIC_FORCEINLINE uint32_t __UQADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1697) | __STATIC_FORCEINLINE uint32_t __UHADD16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1705) | __STATIC_FORCEINLINE uint32_t __SSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1713) | __STATIC_FORCEINLINE uint32_t __QSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1721) | __STATIC_FORCEINLINE uint32_t __SHSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1729) | __STATIC_FORCEINLINE uint32_t __USUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1737) | __STATIC_FORCEINLINE uint32_t __UQSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1745) | __STATIC_FORCEINLINE uint32_t __UHSUB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1753) | __STATIC_FORCEINLINE uint32_t __SASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1761) | __STATIC_FORCEINLINE uint32_t __QASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1769) | __STATIC_FORCEINLINE uint32_t __SHASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1777) | __STATIC_FORCEINLINE uint32_t __UASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1785) | __STATIC_FORCEINLINE uint32_t __UQASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1793) | __STATIC_FORCEINLINE uint32_t __UHASX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1801) | __STATIC_FORCEINLINE uint32_t __SSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1809) | __STATIC_FORCEINLINE uint32_t __QSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1817) | __STATIC_FORCEINLINE uint32_t __SHSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1825) | __STATIC_FORCEINLINE uint32_t __USAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1833) | __STATIC_FORCEINLINE uint32_t __UQSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1841) | __STATIC_FORCEINLINE uint32_t __UHSAX(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1849) | __STATIC_FORCEINLINE uint32_t __USAD8(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1857) | __STATIC_FORCEINLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint3... function __STATIC_FORCEINLINE (line 1879) | __STATIC_FORCEINLINE uint32_t __UXTB16(uint32_t op1) function __STATIC_FORCEINLINE (line 1887) | __STATIC_FORCEINLINE uint32_t __UXTAB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1895) | __STATIC_FORCEINLINE int32_t __SXTB16(uint32_t op1) function __STATIC_FORCEINLINE (line 1903) | __STATIC_FORCEINLINE int32_t __SXTAB16(uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1911) | __STATIC_FORCEINLINE int32_t __SMUAD (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1919) | __STATIC_FORCEINLINE int32_t __SMUADX (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1927) | __STATIC_FORCEINLINE int32_t __SMLAD (uint32_t op1, uint32_t op2, uint32... function __STATIC_FORCEINLINE (line 1935) | __STATIC_FORCEINLINE int32_t __SMLADX (uint32_t op1, uint32_t op2, uint3... function __STATIC_FORCEINLINE (line 1943) | __STATIC_FORCEINLINE int64_t __SMLALD (uint32_t op1, uint32_t op2, int64... function __STATIC_FORCEINLINE (line 1960) | __STATIC_FORCEINLINE int64_t __SMLALDX (uint32_t op1, uint32_t op2, uint... function __STATIC_FORCEINLINE (line 1977) | __STATIC_FORCEINLINE int32_t __SMUSD (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1985) | __STATIC_FORCEINLINE int32_t __SMUSDX (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 1993) | __STATIC_FORCEINLINE int32_t __SMLSD (uint32_t op1, uint32_t op2, uint32... function __STATIC_FORCEINLINE (line 2001) | __STATIC_FORCEINLINE int32_t __SMLSDX (uint32_t op1, uint32_t op2, uint3... function __STATIC_FORCEINLINE (line 2009) | __STATIC_FORCEINLINE int64_t __SMLSLD (uint32_t op1, uint32_t op2, uint6... function __STATIC_FORCEINLINE (line 2026) | __STATIC_FORCEINLINE int64_t __SMLSLDX (uint32_t op1, uint32_t op2, uint... function __STATIC_FORCEINLINE (line 2043) | __STATIC_FORCEINLINE uint32_t __SEL (uint32_t op1, uint32_t op2) function __STATIC_FORCEINLINE (line 2051) | __STATIC_FORCEINLINE int32_t __QADD( int32_t op1, int32_t op2) function __STATIC_FORCEINLINE (line 2059) | __STATIC_FORCEINLINE int32_t __QSUB( int32_t op1, int32_t op2) function __STATIC_FORCEINLINE (line 2092) | __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t ... FILE: platform/cmsis/inc/cmsis_iccarm.h function __IAR_FT (line 176) | __IAR_FT uint16_t __iar_uint16_read(void const *ptr) function __IAR_FT (line 188) | __IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val) function __IAR_FT (line 199) | __IAR_FT uint32_t __iar_uint32_read(void const *ptr) function __IAR_FT (line 210) | __IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val) function __packed (line 221) | __packed struct __iar_u32 { uint32_t v; } function __IAR_FT (line 379) | __IAR_FT int16_t __REVSH(int16_t val) function __STATIC_INLINE (line 501) | __STATIC_INLINE uint8_t __CLZ(uint32_t data) function __STATIC_INLINE (line 516) | __STATIC_INLINE uint32_t __RBIT(uint32_t v) function __STATIC_INLINE (line 529) | __STATIC_INLINE uint32_t __get_APSR(void) function __IAR_FT (line 557) | __IAR_FT uint32_t __LDREXW(uint32_t volatile *ptr) function __IAR_FT (line 562) | __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) function __IAR_FT (line 572) | __IAR_FT uint32_t __RRX(uint32_t value) function __IAR_FT (line 579) | __IAR_FT void __set_BASEPRI_MAX(uint32_t value) function __IAR_FT (line 591) | __IAR_FT uint32_t __ROR(uint32_t op1, uint32_t op2) function __IAR_FT (line 599) | __IAR_FT uint32_t __get_MSPLIM(void) function __IAR_FT (line 612) | __IAR_FT void __set_MSPLIM(uint32_t value) function __IAR_FT (line 623) | __IAR_FT uint32_t __get_PSPLIM(void) function __IAR_FT (line 636) | __IAR_FT void __set_PSPLIM(uint32_t value) function __IAR_FT (line 647) | __IAR_FT uint32_t __TZ_get_CONTROL_NS(void) function __IAR_FT (line 654) | __IAR_FT void __TZ_set_CONTROL_NS(uint32_t value) function __IAR_FT (line 659) | __IAR_FT uint32_t __TZ_get_PSP_NS(void) function __IAR_FT (line 666) | __IAR_FT void __TZ_set_PSP_NS(uint32_t value) function __IAR_FT (line 671) | __IAR_FT uint32_t __TZ_get_MSP_NS(void) function __IAR_FT (line 678) | __IAR_FT void __TZ_set_MSP_NS(uint32_t value) function __IAR_FT (line 683) | __IAR_FT uint32_t __TZ_get_SP_NS(void) function __IAR_FT (line 689) | __IAR_FT void __TZ_set_SP_NS(uint32_t value) function __IAR_FT (line 694) | __IAR_FT uint32_t __TZ_get_PRIMASK_NS(void) function __IAR_FT (line 701) | __IAR_FT void __TZ_set_PRIMASK_NS(uint32_t value) function __IAR_FT (line 706) | __IAR_FT uint32_t __TZ_get_BASEPRI_NS(void) function __IAR_FT (line 713) | __IAR_FT void __TZ_set_BASEPRI_NS(uint32_t value) function __IAR_FT (line 718) | __IAR_FT uint32_t __TZ_get_FAULTMASK_NS(void) function __IAR_FT (line 725) | __IAR_FT void __TZ_set_FAULTMASK_NS(uint32_t value) function __IAR_FT (line 730) | __IAR_FT uint32_t __TZ_get_PSPLIM_NS(void) function __IAR_FT (line 743) | __IAR_FT void __TZ_set_PSPLIM_NS(uint32_t value) function __IAR_FT (line 754) | __IAR_FT uint32_t __TZ_get_MSPLIM_NS(void) function __IAR_FT (line 761) | __IAR_FT void __TZ_set_MSPLIM_NS(uint32_t value) function __STATIC_INLINE (line 773) | __STATIC_INLINE int32_t __SSAT(int32_t val, uint32_t sat) function __STATIC_INLINE (line 791) | __STATIC_INLINE uint32_t __USAT(int32_t val, uint32_t sat) function __IAR_FT (line 811) | __IAR_FT uint8_t __LDRBT(volatile uint8_t *addr) function __IAR_FT (line 818) | __IAR_FT uint16_t __LDRHT(volatile uint16_t *addr) function __IAR_FT (line 825) | __IAR_FT uint32_t __LDRT(volatile uint32_t *addr) function __IAR_FT (line 832) | __IAR_FT void __STRBT(uint8_t value, volatile uint8_t *addr) function __IAR_FT (line 837) | __IAR_FT void __STRHT(uint16_t value, volatile uint16_t *addr) function __IAR_FT (line 842) | __IAR_FT void __STRT(uint32_t value, volatile uint32_t *addr) function __IAR_FT (line 853) | __IAR_FT uint8_t __LDAB(volatile uint8_t *ptr) function __IAR_FT (line 860) | __IAR_FT uint16_t __LDAH(volatile uint16_t *ptr) function __IAR_FT (line 867) | __IAR_FT uint32_t __LDA(volatile uint32_t *ptr) function __IAR_FT (line 874) | __IAR_FT void __STLB(uint8_t value, volatile uint8_t *ptr) function __IAR_FT (line 879) | __IAR_FT void __STLH(uint16_t value, volatile uint16_t *ptr) function __IAR_FT (line 884) | __IAR_FT void __STL(uint32_t value, volatile uint32_t *ptr) function __IAR_FT (line 889) | __IAR_FT uint8_t __LDAEXB(volatile uint8_t *ptr) function __IAR_FT (line 896) | __IAR_FT uint16_t __LDAEXH(volatile uint16_t *ptr) function __IAR_FT (line 903) | __IAR_FT uint32_t __LDAEX(volatile uint32_t *ptr) function __IAR_FT (line 910) | __IAR_FT uint32_t __STLEXB(uint8_t value, volatile uint8_t *ptr) function __IAR_FT (line 917) | __IAR_FT uint32_t __STLEXH(uint16_t value, volatile uint16_t *ptr) function __IAR_FT (line 924) | __IAR_FT uint32_t __STLEX(uint32_t value, volatile uint32_t *ptr) FILE: platform/cmsis/inc/cmsis_nvic.h type EXCEPTION_ID_T (line 58) | enum EXCEPTION_ID_T { type FAULT_REGS_T (line 69) | struct FAULT_REGS_T { type UNDEF_FAULT_INFO_T (line 74) | struct UNDEF_FAULT_INFO_T { type SVC_FAULT_INFO_T (line 80) | struct SVC_FAULT_INFO_T { type PABT_FAULT_INFO_T (line 85) | struct PABT_FAULT_INFO_T { type DABT_FAULT_INFO_T (line 91) | struct DABT_FAULT_INFO_T { FILE: platform/cmsis/inc/core_armv81mml.h type APSR_Type (line 315) | typedef union type IPSR_Type (line 354) | typedef union type xPSR_Type (line 372) | typedef union type CONTROL_Type (line 423) | typedef union type NVIC_Type (line 462) | typedef struct type SCB_Type (line 498) | typedef struct type SCnSCB_Type (line 1010) | typedef struct type SysTick_Type (line 1035) | typedef struct type DWT_Type (line 1202) | typedef struct type TPI_Type (line 1388) | typedef struct type MPU_Type (line 1544) | typedef struct type SAU_Type (line 1660) | typedef struct type FPU_Type (line 1746) | typedef struct type CoreDebug_Type (line 1876) | typedef struct function __STATIC_INLINE (line 2156) | __STATIC_INLINE void __NVIC_SetPriorityGrouping(uint32_t PriorityGroup) function __STATIC_INLINE (line 2175) | __STATIC_INLINE uint32_t __NVIC_GetPriorityGrouping(void) function __STATIC_INLINE (line 2187) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2204) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2223) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2242) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2261) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2276) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2293) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 2315) | __STATIC_INLINE uint32_t NVIC_GetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2336) | __STATIC_INLINE uint32_t NVIC_SetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2358) | __STATIC_INLINE uint32_t NVIC_ClearTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2382) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 2404) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 2429) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 2456) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 2479) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 2494) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 2505) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 2530) | __STATIC_INLINE void TZ_NVIC_SetPriorityGrouping_NS(uint32_t PriorityGroup) function __STATIC_INLINE (line 2549) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriorityGrouping_NS(void) function __STATIC_INLINE (line 2561) | __STATIC_INLINE void TZ_NVIC_EnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2578) | __STATIC_INLINE uint32_t TZ_NVIC_GetEnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2597) | __STATIC_INLINE void TZ_NVIC_DisableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2614) | __STATIC_INLINE uint32_t TZ_NVIC_GetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2633) | __STATIC_INLINE void TZ_NVIC_SetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2648) | __STATIC_INLINE void TZ_NVIC_ClearPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2665) | __STATIC_INLINE uint32_t TZ_NVIC_GetActive_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2687) | __STATIC_INLINE void TZ_NVIC_SetPriority_NS(IRQn_Type IRQn, uint32_t pri... function __STATIC_INLINE (line 2708) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriority_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2748) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 2786) | __STATIC_INLINE void TZ_SAU_Enable(void) function __STATIC_INLINE (line 2797) | __STATIC_INLINE void TZ_SAU_Disable(void) function __STATIC_INLINE (line 2830) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 2859) | __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) function __STATIC_INLINE (line 2902) | __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) function __STATIC_INLINE (line 2923) | __STATIC_INLINE int32_t ITM_ReceiveChar (void) function __STATIC_INLINE (line 2943) | __STATIC_INLINE int32_t ITM_CheckChar (void) FILE: platform/cmsis/inc/core_armv8mbl.h type APSR_Type (line 233) | typedef union type IPSR_Type (line 263) | typedef union type xPSR_Type (line 281) | typedef union type CONTROL_Type (line 320) | typedef union type NVIC_Type (line 351) | typedef struct type SCB_Type (line 381) | typedef struct type SysTick_Type (line 558) | typedef struct type DWT_Type (line 610) | typedef struct type TPI_Type (line 725) | typedef struct type MPU_Type (line 824) | typedef struct type SAU_Type (line 931) | typedef struct type CoreDebug_Type (line 988) | typedef struct function __STATIC_INLINE (line 1252) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1269) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1288) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1307) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1326) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1341) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1358) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 1380) | __STATIC_INLINE uint32_t NVIC_GetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 1401) | __STATIC_INLINE uint32_t NVIC_SetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 1423) | __STATIC_INLINE uint32_t NVIC_ClearTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 1447) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 1471) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 1496) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 1523) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 1547) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 1566) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 1581) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 1602) | __STATIC_INLINE void TZ_NVIC_EnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1619) | __STATIC_INLINE uint32_t TZ_NVIC_GetEnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1638) | __STATIC_INLINE void TZ_NVIC_DisableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1655) | __STATIC_INLINE uint32_t TZ_NVIC_GetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1674) | __STATIC_INLINE void TZ_NVIC_SetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1689) | __STATIC_INLINE void TZ_NVIC_ClearPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1706) | __STATIC_INLINE uint32_t TZ_NVIC_GetActive_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1728) | __STATIC_INLINE void TZ_NVIC_SetPriority_NS(IRQn_Type IRQn, uint32_t pri... function __STATIC_INLINE (line 1751) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriority_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1791) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 1815) | __STATIC_INLINE void TZ_SAU_Enable(void) function __STATIC_INLINE (line 1826) | __STATIC_INLINE void TZ_SAU_Disable(void) function __STATIC_INLINE (line 1859) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 1888) | __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) FILE: platform/cmsis/inc/core_armv8mml.h type APSR_Type (line 314) | typedef union type IPSR_Type (line 353) | typedef union type xPSR_Type (line 371) | typedef union type CONTROL_Type (line 422) | typedef union type NVIC_Type (line 461) | typedef struct type SCB_Type (line 497) | typedef struct type SCnSCB_Type (line 929) | typedef struct type SysTick_Type (line 954) | typedef struct type DWT_Type (line 1106) | typedef struct type TPI_Type (line 1292) | typedef struct type MPU_Type (line 1391) | typedef struct type SAU_Type (line 1504) | typedef struct type FPU_Type (line 1590) | typedef struct type CoreDebug_Type (line 1720) | typedef struct function __STATIC_INLINE (line 2021) | __STATIC_INLINE void __NVIC_SetPriorityGrouping(uint32_t PriorityGroup) function __STATIC_INLINE (line 2040) | __STATIC_INLINE uint32_t __NVIC_GetPriorityGrouping(void) function __STATIC_INLINE (line 2052) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2069) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2088) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2107) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2126) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2141) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2158) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 2180) | __STATIC_INLINE uint32_t NVIC_GetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2201) | __STATIC_INLINE uint32_t NVIC_SetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2223) | __STATIC_INLINE uint32_t NVIC_ClearTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2247) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 2269) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 2294) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 2321) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 2344) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 2359) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 2370) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 2395) | __STATIC_INLINE void TZ_NVIC_SetPriorityGrouping_NS(uint32_t PriorityGroup) function __STATIC_INLINE (line 2414) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriorityGrouping_NS(void) function __STATIC_INLINE (line 2426) | __STATIC_INLINE void TZ_NVIC_EnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2443) | __STATIC_INLINE uint32_t TZ_NVIC_GetEnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2462) | __STATIC_INLINE void TZ_NVIC_DisableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2479) | __STATIC_INLINE uint32_t TZ_NVIC_GetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2498) | __STATIC_INLINE void TZ_NVIC_SetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2513) | __STATIC_INLINE void TZ_NVIC_ClearPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2530) | __STATIC_INLINE uint32_t TZ_NVIC_GetActive_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2552) | __STATIC_INLINE void TZ_NVIC_SetPriority_NS(IRQn_Type IRQn, uint32_t pri... function __STATIC_INLINE (line 2573) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriority_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2613) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 2651) | __STATIC_INLINE void TZ_SAU_Enable(void) function __STATIC_INLINE (line 2662) | __STATIC_INLINE void TZ_SAU_Disable(void) function __STATIC_INLINE (line 2695) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 2724) | __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) function __STATIC_INLINE (line 2767) | __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) function __STATIC_INLINE (line 2788) | __STATIC_INLINE int32_t ITM_ReceiveChar (void) function __STATIC_INLINE (line 2808) | __STATIC_INLINE int32_t ITM_CheckChar (void) FILE: platform/cmsis/inc/core_cm0.h type APSR_Type (line 199) | typedef union type IPSR_Type (line 229) | typedef union type xPSR_Type (line 247) | typedef union type CONTROL_Type (line 286) | typedef union type NVIC_Type (line 314) | typedef struct type SCB_Type (line 341) | typedef struct type SysTick_Type (line 448) | typedef struct function __STATIC_INLINE (line 623) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 640) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 659) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 678) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 697) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 712) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 730) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 754) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 779) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 806) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 830) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 845) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 856) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 889) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 920) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) FILE: platform/cmsis/inc/core_cm0plus.h type APSR_Type (line 210) | typedef union type IPSR_Type (line 240) | typedef union type xPSR_Type (line 258) | typedef union type CONTROL_Type (line 297) | typedef union type NVIC_Type (line 328) | typedef struct type SCB_Type (line 355) | typedef struct type SysTick_Type (line 472) | typedef struct type MPU_Type (line 524) | typedef struct function __STATIC_INLINE (line 741) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 758) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 777) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 796) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 815) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 830) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 848) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 872) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 897) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 924) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 948) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 967) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 982) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 1022) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 1053) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) FILE: platform/cmsis/inc/core_cm1.h type APSR_Type (line 199) | typedef union type IPSR_Type (line 229) | typedef union type xPSR_Type (line 247) | typedef union type CONTROL_Type (line 286) | typedef union type NVIC_Type (line 314) | typedef struct type SCB_Type (line 341) | typedef struct type SCnSCB_Type (line 448) | typedef struct type SysTick_Type (line 474) | typedef struct function __STATIC_INLINE (line 650) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 667) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 686) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 705) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 724) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 739) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 757) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 781) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 806) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 833) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 857) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 872) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 883) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 916) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 947) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) FILE: platform/cmsis/inc/core_cm23.h type APSR_Type (line 233) | typedef union type IPSR_Type (line 263) | typedef union type xPSR_Type (line 281) | typedef union type CONTROL_Type (line 320) | typedef union type NVIC_Type (line 351) | typedef struct type SCB_Type (line 381) | typedef struct type SysTick_Type (line 558) | typedef struct type DWT_Type (line 610) | typedef struct type TPI_Type (line 725) | typedef struct type MPU_Type (line 899) | typedef struct type SAU_Type (line 1006) | typedef struct type CoreDebug_Type (line 1063) | typedef struct function __STATIC_INLINE (line 1327) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1344) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1363) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1382) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1401) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1416) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1433) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 1455) | __STATIC_INLINE uint32_t NVIC_GetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 1476) | __STATIC_INLINE uint32_t NVIC_SetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 1498) | __STATIC_INLINE uint32_t NVIC_ClearTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 1522) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 1546) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 1571) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 1598) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 1622) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 1641) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 1656) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 1677) | __STATIC_INLINE void TZ_NVIC_EnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1694) | __STATIC_INLINE uint32_t TZ_NVIC_GetEnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1713) | __STATIC_INLINE void TZ_NVIC_DisableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1730) | __STATIC_INLINE uint32_t TZ_NVIC_GetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1749) | __STATIC_INLINE void TZ_NVIC_SetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1764) | __STATIC_INLINE void TZ_NVIC_ClearPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1781) | __STATIC_INLINE uint32_t TZ_NVIC_GetActive_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1803) | __STATIC_INLINE void TZ_NVIC_SetPriority_NS(IRQn_Type IRQn, uint32_t pri... function __STATIC_INLINE (line 1826) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriority_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 1866) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 1890) | __STATIC_INLINE void TZ_SAU_Enable(void) function __STATIC_INLINE (line 1901) | __STATIC_INLINE void TZ_SAU_Disable(void) function __STATIC_INLINE (line 1934) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 1963) | __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) FILE: platform/cmsis/inc/core_cm3.h type APSR_Type (line 206) | typedef union type IPSR_Type (line 240) | typedef union type xPSR_Type (line 258) | typedef union type CONTROL_Type (line 309) | typedef union type NVIC_Type (line 340) | typedef struct type SCB_Type (line 374) | typedef struct type SCnSCB_Type (line 655) | typedef struct type SysTick_Type (line 701) | typedef struct type DWT_Type (line 841) | typedef struct type TPI_Type (line 988) | typedef struct type MPU_Type (line 1150) | typedef struct type CoreDebug_Type (line 1246) | typedef struct function __STATIC_INLINE (line 1472) | __STATIC_INLINE void __NVIC_SetPriorityGrouping(uint32_t PriorityGroup) function __STATIC_INLINE (line 1491) | __STATIC_INLINE uint32_t __NVIC_GetPriorityGrouping(void) function __STATIC_INLINE (line 1503) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1520) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1539) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1558) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1577) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1592) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1609) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 1631) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 1653) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 1678) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 1705) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 1728) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 1743) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 1754) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 1796) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 1827) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 1869) | __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) function __STATIC_INLINE (line 1890) | __STATIC_INLINE int32_t ITM_ReceiveChar (void) function __STATIC_INLINE (line 1910) | __STATIC_INLINE int32_t ITM_CheckChar (void) FILE: platform/cmsis/inc/core_cm33.h type APSR_Type (line 320) | typedef union type IPSR_Type (line 359) | typedef union type xPSR_Type (line 377) | typedef union type CONTROL_Type (line 428) | typedef union type NVIC_Type (line 467) | typedef struct type SCB_Type (line 503) | typedef struct type SCnSCB_Type (line 935) | typedef struct type SysTick_Type (line 960) | typedef struct type DWT_Type (line 1112) | typedef struct type TPI_Type (line 1298) | typedef struct type MPU_Type (line 1472) | typedef struct type SAU_Type (line 1585) | typedef struct type FPU_Type (line 1671) | typedef struct type CoreDebug_Type (line 1801) | typedef struct function __STATIC_INLINE (line 2102) | __STATIC_INLINE void __NVIC_SetPriorityGrouping(uint32_t PriorityGroup) function __STATIC_INLINE (line 2121) | __STATIC_INLINE uint32_t __NVIC_GetPriorityGrouping(void) function __STATIC_INLINE (line 2133) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2150) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2169) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2188) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2207) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2222) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2239) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 2261) | __STATIC_INLINE uint32_t NVIC_GetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2282) | __STATIC_INLINE uint32_t NVIC_SetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2304) | __STATIC_INLINE uint32_t NVIC_ClearTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2328) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 2350) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 2375) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 2402) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 2425) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 2440) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 2451) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 2476) | __STATIC_INLINE void TZ_NVIC_SetPriorityGrouping_NS(uint32_t PriorityGroup) function __STATIC_INLINE (line 2495) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriorityGrouping_NS(void) function __STATIC_INLINE (line 2507) | __STATIC_INLINE void TZ_NVIC_EnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2524) | __STATIC_INLINE uint32_t TZ_NVIC_GetEnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2543) | __STATIC_INLINE void TZ_NVIC_DisableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2560) | __STATIC_INLINE uint32_t TZ_NVIC_GetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2579) | __STATIC_INLINE void TZ_NVIC_SetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2594) | __STATIC_INLINE void TZ_NVIC_ClearPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2611) | __STATIC_INLINE uint32_t TZ_NVIC_GetActive_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2633) | __STATIC_INLINE void TZ_NVIC_SetPriority_NS(IRQn_Type IRQn, uint32_t pri... function __STATIC_INLINE (line 2654) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriority_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2694) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 2732) | __STATIC_INLINE void TZ_SAU_Enable(void) function __STATIC_INLINE (line 2743) | __STATIC_INLINE void TZ_SAU_Disable(void) function __STATIC_INLINE (line 2776) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 2805) | __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) function __STATIC_INLINE (line 2848) | __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) function __STATIC_INLINE (line 2869) | __STATIC_INLINE int32_t ITM_ReceiveChar (void) function __STATIC_INLINE (line 2889) | __STATIC_INLINE int32_t ITM_CheckChar (void) FILE: platform/cmsis/inc/core_cm35p.h type APSR_Type (line 314) | typedef union type IPSR_Type (line 353) | typedef union type xPSR_Type (line 371) | typedef union type CONTROL_Type (line 422) | typedef union type NVIC_Type (line 461) | typedef struct type SCB_Type (line 497) | typedef struct type SCnSCB_Type (line 929) | typedef struct type SysTick_Type (line 954) | typedef struct type DWT_Type (line 1106) | typedef struct type TPI_Type (line 1292) | typedef struct type MPU_Type (line 1466) | typedef struct type SAU_Type (line 1579) | typedef struct type FPU_Type (line 1665) | typedef struct type CoreDebug_Type (line 1795) | typedef struct function __STATIC_INLINE (line 2096) | __STATIC_INLINE void __NVIC_SetPriorityGrouping(uint32_t PriorityGroup) function __STATIC_INLINE (line 2115) | __STATIC_INLINE uint32_t __NVIC_GetPriorityGrouping(void) function __STATIC_INLINE (line 2127) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2144) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2163) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2182) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2201) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2216) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2233) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 2255) | __STATIC_INLINE uint32_t NVIC_GetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2276) | __STATIC_INLINE uint32_t NVIC_SetTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2298) | __STATIC_INLINE uint32_t NVIC_ClearTargetState(IRQn_Type IRQn) function __STATIC_INLINE (line 2322) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 2344) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 2369) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 2396) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 2419) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 2434) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 2445) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 2470) | __STATIC_INLINE void TZ_NVIC_SetPriorityGrouping_NS(uint32_t PriorityGroup) function __STATIC_INLINE (line 2489) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriorityGrouping_NS(void) function __STATIC_INLINE (line 2501) | __STATIC_INLINE void TZ_NVIC_EnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2518) | __STATIC_INLINE uint32_t TZ_NVIC_GetEnableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2537) | __STATIC_INLINE void TZ_NVIC_DisableIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2554) | __STATIC_INLINE uint32_t TZ_NVIC_GetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2573) | __STATIC_INLINE void TZ_NVIC_SetPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2588) | __STATIC_INLINE void TZ_NVIC_ClearPendingIRQ_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2605) | __STATIC_INLINE uint32_t TZ_NVIC_GetActive_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2627) | __STATIC_INLINE void TZ_NVIC_SetPriority_NS(IRQn_Type IRQn, uint32_t pri... function __STATIC_INLINE (line 2648) | __STATIC_INLINE uint32_t TZ_NVIC_GetPriority_NS(IRQn_Type IRQn) function __STATIC_INLINE (line 2688) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 2726) | __STATIC_INLINE void TZ_SAU_Enable(void) function __STATIC_INLINE (line 2737) | __STATIC_INLINE void TZ_SAU_Disable(void) function __STATIC_INLINE (line 2770) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 2799) | __STATIC_INLINE uint32_t TZ_SysTick_Config_NS(uint32_t ticks) function __STATIC_INLINE (line 2842) | __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) function __STATIC_INLINE (line 2863) | __STATIC_INLINE int32_t ITM_ReceiveChar (void) function __STATIC_INLINE (line 2883) | __STATIC_INLINE int32_t ITM_CheckChar (void) FILE: platform/cmsis/inc/core_cm4.h type APSR_Type (line 270) | typedef union type IPSR_Type (line 309) | typedef union type xPSR_Type (line 327) | typedef union type CONTROL_Type (line 382) | typedef union type NVIC_Type (line 417) | typedef struct type SCB_Type (line 451) | typedef struct type SCnSCB_Type (line 730) | typedef struct type SysTick_Type (line 770) | typedef struct type DWT_Type (line 910) | typedef struct type TPI_Type (line 1057) | typedef struct type MPU_Type (line 1219) | typedef struct type FPU_Type (line 1315) | typedef struct type CoreDebug_Type (line 1427) | typedef struct function __STATIC_INLINE (line 1659) | __STATIC_INLINE void __NVIC_SetPriorityGrouping(uint32_t PriorityGroup) function __STATIC_INLINE (line 1678) | __STATIC_INLINE uint32_t __NVIC_GetPriorityGrouping(void) function __STATIC_INLINE (line 1690) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1707) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1726) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1745) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1764) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1779) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1796) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 1818) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 1840) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 1865) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 1892) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 1915) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 1930) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 1941) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 1984) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 2025) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 2067) | __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) function __STATIC_INLINE (line 2088) | __STATIC_INLINE int32_t ITM_ReceiveChar (void) function __STATIC_INLINE (line 2108) | __STATIC_INLINE int32_t ITM_CheckChar (void) FILE: platform/cmsis/inc/core_cm7.h type APSR_Type (line 274) | typedef union type IPSR_Type (line 313) | typedef union type xPSR_Type (line 331) | typedef union type CONTROL_Type (line 386) | typedef union type NVIC_Type (line 421) | typedef struct type SCB_Type (line 455) | typedef struct type SCnSCB_Type (line 921) | typedef struct type SysTick_Type (line 979) | typedef struct type DWT_Type (line 1119) | typedef struct type TPI_Type (line 1269) | typedef struct type MPU_Type (line 1431) | typedef struct type FPU_Type (line 1527) | typedef struct type CoreDebug_Type (line 1639) | typedef struct function __STATIC_INLINE (line 1871) | __STATIC_INLINE void __NVIC_SetPriorityGrouping(uint32_t PriorityGroup) function __STATIC_INLINE (line 1890) | __STATIC_INLINE uint32_t __NVIC_GetPriorityGrouping(void) function __STATIC_INLINE (line 1902) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1919) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1938) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1957) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1976) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1991) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 2008) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 2030) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 2052) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 2077) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 2104) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 2127) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 2142) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 2153) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 2196) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_FORCEINLINE (line 2237) | __STATIC_FORCEINLINE void SCB_EnableICache (void) function __STATIC_FORCEINLINE (line 2258) | __STATIC_FORCEINLINE void SCB_DisableICache (void) function __STATIC_FORCEINLINE (line 2275) | __STATIC_FORCEINLINE void SCB_InvalidateICache (void) function __STATIC_FORCEINLINE (line 2291) | __STATIC_FORCEINLINE void SCB_EnableDCache (void) function __STATIC_FORCEINLINE (line 2331) | __STATIC_FORCEINLINE void SCB_DisableDCache (void) function __STATIC_FORCEINLINE (line 2369) | __STATIC_FORCEINLINE void SCB_InvalidateDCache (void) function __STATIC_FORCEINLINE (line 2404) | __STATIC_FORCEINLINE void SCB_CleanDCache (void) function __STATIC_FORCEINLINE (line 2439) | __STATIC_FORCEINLINE void SCB_CleanInvalidateDCache (void) function __STATIC_FORCEINLINE (line 2478) | __STATIC_FORCEINLINE void SCB_InvalidateDCache_by_Addr (void *addr, int3... function __STATIC_FORCEINLINE (line 2508) | __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (uint32_t *addr, int32... function __STATIC_FORCEINLINE (line 2538) | __STATIC_FORCEINLINE void SCB_CleanInvalidateDCache_by_Addr (uint32_t *a... function __STATIC_INLINE (line 2584) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 2626) | __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) function __STATIC_INLINE (line 2647) | __STATIC_INLINE int32_t ITM_ReceiveChar (void) function __STATIC_INLINE (line 2667) | __STATIC_INLINE int32_t ITM_CheckChar (void) FILE: platform/cmsis/inc/core_sc000.h type APSR_Type (line 205) | typedef union type IPSR_Type (line 235) | typedef union type xPSR_Type (line 253) | typedef union type CONTROL_Type (line 292) | typedef union type NVIC_Type (line 320) | typedef struct type SCB_Type (line 347) | typedef struct type SCnSCB_Type (line 460) | typedef struct type SysTick_Type (line 483) | typedef struct type MPU_Type (line 535) | typedef struct function __STATIC_INLINE (line 749) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 766) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 785) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 804) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 823) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 838) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 856) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 880) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 903) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 918) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 929) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 962) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 993) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) FILE: platform/cmsis/inc/core_sc300.h type APSR_Type (line 206) | typedef union type IPSR_Type (line 240) | typedef union type xPSR_Type (line 258) | typedef union type CONTROL_Type (line 309) | typedef union type NVIC_Type (line 340) | typedef struct type SCB_Type (line 374) | typedef struct type SCnSCB_Type (line 652) | typedef struct type SysTick_Type (line 676) | typedef struct type DWT_Type (line 831) | typedef struct type TPI_Type (line 978) | typedef struct type MPU_Type (line 1140) | typedef struct type CoreDebug_Type (line 1234) | typedef struct function __STATIC_INLINE (line 1461) | __STATIC_INLINE void __NVIC_SetPriorityGrouping(uint32_t PriorityGroup) function __STATIC_INLINE (line 1480) | __STATIC_INLINE uint32_t __NVIC_GetPriorityGrouping(void) function __STATIC_INLINE (line 1492) | __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1509) | __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1528) | __STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1547) | __STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1566) | __STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1581) | __STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) function __STATIC_INLINE (line 1598) | __STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn) function __STATIC_INLINE (line 1620) | __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) function __STATIC_INLINE (line 1642) | __STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn) function __STATIC_INLINE (line 1667) | __STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, ui... function __STATIC_INLINE (line 1694) | __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t Pr... function __STATIC_INLINE (line 1717) | __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) function __STATIC_INLINE (line 1732) | __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn) function __NVIC_SystemReset (line 1743) | void __NVIC_SystemReset(void) function __STATIC_INLINE (line 1777) | __STATIC_INLINE uint32_t SCB_GetFPUType(void) function __STATIC_INLINE (line 1808) | __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) function __STATIC_INLINE (line 1850) | __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) function __STATIC_INLINE (line 1871) | __STATIC_INLINE int32_t ITM_ReceiveChar (void) function __STATIC_INLINE (line 1891) | __STATIC_INLINE int32_t ITM_CheckChar (void) FILE: platform/cmsis/inc/mpu.h type MPU_ID_T (line 25) | enum MPU_ID_T { type MPU_ATTR_T (line 50) | enum MPU_ATTR_T { type MAIR_ATTR_TYPE_T (line 63) | enum MAIR_ATTR_TYPE_T { type mpu_regions_t (line 77) | typedef struct type MPU_ID_T (line 95) | enum MPU_ID_T type MPU_ATTR_T (line 96) | enum MPU_ATTR_T type MPU_ID_T (line 98) | enum MPU_ID_T FILE: platform/cmsis/inc/mpu_armv7.h type ARM_MPU_Region_t (line 188) | typedef struct { function __STATIC_INLINE (line 196) | __STATIC_INLINE void ARM_MPU_Enable(uint32_t MPU_Control) function __STATIC_INLINE (line 208) | __STATIC_INLINE void ARM_MPU_Disable(void) function __STATIC_INLINE (line 220) | __STATIC_INLINE void ARM_MPU_ClrRegion(uint32_t rnr) function __STATIC_INLINE (line 230) | __STATIC_INLINE void ARM_MPU_SetRegion(uint32_t rbar, uint32_t rasr) function __STATIC_INLINE (line 241) | __STATIC_INLINE void ARM_MPU_SetRegionEx(uint32_t rnr, uint32_t rbar, ui... function __STATIC_INLINE (line 253) | __STATIC_INLINE void ARM_MPU_SetSubRegion(uint32_t rnr, uint32_t subRegion) function __STATIC_INLINE (line 270) | __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const... function __STATIC_INLINE (line 283) | __STATIC_INLINE void ARM_MPU_Load(ARM_MPU_Region_t const* table, uint32_... FILE: platform/cmsis/inc/mpu_armv8.h type ARM_MPU_Region_t (line 122) | typedef struct { function __STATIC_INLINE (line 130) | __STATIC_INLINE void ARM_MPU_Enable(uint32_t MPU_Control) function __STATIC_INLINE (line 142) | __STATIC_INLINE void ARM_MPU_Disable(void) function __STATIC_INLINE (line 155) | __STATIC_INLINE void ARM_MPU_Enable_NS(uint32_t MPU_Control) function __STATIC_INLINE (line 167) | __STATIC_INLINE void ARM_MPU_Disable_NS(void) function __STATIC_INLINE (line 182) | __STATIC_INLINE void ARM_MPU_SetMemAttrEx(MPU_Type* mpu, uint8_t idx, ui... function __STATIC_INLINE (line 199) | __STATIC_INLINE void ARM_MPU_SetMemAttr(uint8_t idx, uint8_t attr) function __STATIC_INLINE (line 209) | __STATIC_INLINE void ARM_MPU_SetMemAttr_NS(uint8_t idx, uint8_t attr) function __STATIC_INLINE (line 219) | __STATIC_INLINE void ARM_MPU_ClrRegionEx(MPU_Type* mpu, uint32_t rnr) function __STATIC_INLINE (line 228) | __STATIC_INLINE void ARM_MPU_ClrRegion(uint32_t rnr) function __STATIC_INLINE (line 237) | __STATIC_INLINE void ARM_MPU_ClrRegion_NS(uint32_t rnr) function __STATIC_INLINE (line 249) | __STATIC_INLINE void ARM_MPU_SetRegionEx(MPU_Type* mpu, uint32_t rnr, ui... function __STATIC_INLINE (line 261) | __STATIC_INLINE void ARM_MPU_SetRegion(uint32_t rnr, uint32_t rbar, uint... function __STATIC_INLINE (line 272) | __STATIC_INLINE void ARM_MPU_SetRegion_NS(uint32_t rnr, uint32_t rbar, u... function __STATIC_INLINE (line 283) | __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const... function __STATIC_INLINE (line 298) | __STATIC_INLINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU... function __STATIC_INLINE (line 328) | __STATIC_INLINE void ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* ... function __STATIC_INLINE (line 339) | __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t cons... FILE: platform/cmsis/inc/patch.h type PATCH_TYPE_T (line 25) | enum PATCH_TYPE_T { type PATCH_ID (line 33) | typedef int PATCH_ID; type PATCH_TYPE_T (line 37) | enum PATCH_TYPE_T FILE: platform/cmsis/inc/system_ARMCM.h function __STATIC_FORCEINLINE (line 29) | __STATIC_FORCEINLINE bool get_unaligned_access_status(void) { return tru... function __STATIC_FORCEINLINE (line 31) | __STATIC_FORCEINLINE bool config_unaligned_access(bool enable) { return ... FILE: platform/cmsis/inc/tz_context.h type TZ_ModuleId_t (line 39) | typedef uint32_t TZ_ModuleId_t; type TZ_MemoryId_t (line 43) | typedef uint32_t TZ_MemoryId_t; FILE: platform/cmsis/mpu_armv7m.c function mpu_open (line 22) | int mpu_open(void) { function mpu_close (line 40) | int mpu_close(void) { function mpu_set_armv7 (line 46) | static int mpu_set_armv7(enum MPU_ID_T id, uint32_t addr, uint32_t len, function mpu_get_top_srd (line 114) | static int mpu_get_top_srd(uint32_t rg_end, uint32_t fr_end, function mpu_get_bottom_srd (line 129) | static int mpu_get_bottom_srd(uint32_t rg_start, uint32_t fr_start, function calc_sub_region_size (line 141) | static int calc_sub_region_size(uint32_t fr_start) { function mpu_fram_protect_armv7 (line 192) | static int mpu_fram_protect_armv7(uint32_t fr_start, uint32_t fr_end) { function mpu_set (line 254) | int mpu_set(enum MPU_ID_T id, uint32_t addr, uint32_t len, int srd_bits, function mpu_clear (line 259) | int mpu_clear(enum MPU_ID_T id) { function mpu_null_check_enable (line 277) | static int mpu_null_check_enable(void) { function mpu_fast_ram_protect (line 290) | static int mpu_fast_ram_protect(void) { function mpu_fram_test (line 300) | int mpu_fram_test(void) function mpu_setup (line 325) | int mpu_setup(void) { function mpu_setup_cp (line 332) | int mpu_setup_cp(const mpu_regions_t *mpu_table, uint32_t region_num) { FILE: platform/cmsis/mpu_armv8m.c function init_mair_attr (line 26) | static void init_mair_attr(void) { function mpu_enable (line 38) | static int mpu_enable(void) { function mpu_disable (line 61) | static int mpu_disable(void) { function mpu_open (line 67) | int mpu_open(void) { function mpu_close (line 83) | int mpu_close(void) { function mpu_set_armv8 (line 89) | static int mpu_set_armv8(enum MPU_ID_T id, uint32_t addr, uint32_t len, function mpu_fram_protect_armv8 (line 142) | static inline int mpu_fram_protect_armv8(uint32_t fr_start, uint32_t fr_... function mpu_code_region_protect (line 157) | static int mpu_code_region_protect(void) { function mpu_sram_text_protect (line 166) | static int mpu_sram_text_protect(void) { function mpu_set (line 180) | int mpu_set(enum MPU_ID_T id, uint32_t addr, uint32_t len, int srd_bits, function mpu_clear (line 196) | int mpu_clear(enum MPU_ID_T id) { function mpu_null_check_enable (line 216) | static int mpu_null_check_enable(void) { function mpu_fast_ram_protect (line 223) | static int mpu_fast_ram_protect(void) { function mpu_setup (line 234) | int mpu_setup(void) { function mpu_setup_cp (line 244) | int mpu_setup_cp(const mpu_regions_t *mpu_table, uint32_t region_num) { FILE: platform/cmsis/patch.c type PATCH_CTRL_T (line 22) | struct PATCH_CTRL_T type PATCH_CTRL_T (line 23) | struct PATCH_CTRL_T type PATCH_DATA_T (line 24) | struct PATCH_DATA_T type PATCH_DATA_T (line 25) | struct PATCH_DATA_T function patch_open (line 29) | int patch_open(uint32_t remap_addr) { function patch_code_enable_id (line 34) | int patch_code_enable_id(uint32_t id, uint32_t addr, uint32_t data) { function patch_code_disable_id (line 45) | int patch_code_disable_id(uint32_t id) { function patch_data_enable_id (line 54) | int patch_data_enable_id(uint32_t id, uint32_t addr, uint32_t data) { function patch_data_disable_id (line 58) | int patch_data_disable_id(uint32_t id) { return patch_code_disable_id(id... function func_patch_ins (line 60) | static uint32_t func_patch_ins(uint32_t old_func, uint32_t new_func) { function PATCH_ID (line 83) | PATCH_ID patch_enable(enum PATCH_TYPE_T type, uint32_t addr, uint32_t da... function patch_disable (line 171) | int patch_disable(PATCH_ID patch_id) { function patch_close (line 195) | void patch_close(void) { FILE: platform/cmsis/patch_armv7m.c type PATCH_ARMV7M_T (line 23) | struct PATCH_ARMV7M_T type PATCH_ARMV7M_T (line 23) | struct PATCH_ARMV7M_T function get_num_code (line 27) | static uint32_t get_num_code(void) { return __NUM_CODE_PATCH; } function get_num_lit (line 29) | static uint32_t get_num_lit(void) { return __NUM_LIT_PATCH; } function get_remap_addr (line 31) | static uint32_t get_remap_addr(void) { function patch_open (line 35) | int patch_open(uint32_t remap_addr) { function patch_code_enable_id (line 41) | int patch_code_enable_id(uint32_t id, uint32_t addr, uint32_t data) { function patch_code_disable_id (line 54) | int patch_code_disable_id(uint32_t id) { function patch_data_enable_id (line 63) | int patch_data_enable_id(uint32_t id, uint32_t addr, uint32_t data) { function patch_data_disable_id (line 77) | int patch_data_disable_id(uint32_t id) { function func_patch_ins (line 87) | static uint32_t func_patch_ins(uint32_t old_func, uint32_t new_func) { function PATCH_ID (line 110) | PATCH_ID patch_enable(enum PATCH_TYPE_T type, uint32_t addr, uint32_t da... function patch_disable (line 204) | int patch_disable(PATCH_ID patch_id) { function patch_close (line 236) | void patch_close(void) { FILE: platform/cmsis/reg_patch.h type PATCH_CTRL_T (line 24) | struct PATCH_CTRL_T { type PATCH_DATA_T (line 28) | struct PATCH_DATA_T { FILE: platform/cmsis/reg_patch_armv7m.h type PATCH_ARMV7M_T (line 24) | struct PATCH_ARMV7M_T { FILE: platform/cmsis/retarget_armclang.cpp function __rt_raise (line 29) | void __rt_raise(int sig, intptr_t type) { function WEAK (line 36) | WEAK void analog_aud_xtal_tune(float ratio) {} function WEAK (line 37) | WEAK void function WEAK (line 39) | WEAK void hal_codec_set_noise_reduction(bool enable) {} function WEAK (line 40) | WEAK void hal_codec_tune_both_resample_rate(float ratio) {} function WEAK (line 41) | WEAK void function WEAK (line 43) | WEAK int hal_codec_bt_trigger_start(void) { return 0; } function WEAK (line 44) | WEAK int hal_codec_bt_trigger_stop(void) { return 0; } function WEAK (line 45) | WEAK void hal_codec_sync_dac_enable(enum HAL_CODEC_SYNC_TYPE_T type) {} function WEAK (line 46) | WEAK void hal_codec_sync_dac_disable(void) {} function WEAK (line 47) | WEAK void hal_codec_sync_adc_enable(enum HAL_CODEC_SYNC_TYPE_T type) {} function WEAK (line 48) | WEAK void hal_codec_sync_adc_disable(void) {} function WEAK (line 49) | WEAK void function WEAK (line 51) | WEAK void hal_codec_sync_dac_resample_rate_disable(void) {} function WEAK (line 52) | WEAK void function WEAK (line 54) | WEAK void hal_codec_sync_adc_resample_rate_disable(void) {} function WEAK (line 55) | WEAK void hal_codec_sync_dac_gain_enable(enum HAL_CODEC_SYNC_TYPE_T type... function WEAK (line 56) | WEAK void hal_codec_sync_dac_gain_disable(void) {} function WEAK (line 57) | WEAK void hal_codec_sync_adc_gain_enable(enum HAL_CODEC_SYNC_TYPE_T type... function WEAK (line 58) | WEAK void hal_codec_sync_adc_gain_disable(void) {} function WEAK (line 59) | WEAK int codec_anc_open(enum ANC_TYPE_T type, enum AUD_SAMPRATE_T dac_rate, function WEAK (line 63) | WEAK int codec_anc_close(enum ANC_TYPE_T type) { return 0; } function WEAK (line 66) | WEAK void norflash_reset(void) {} function WEAK (line 67) | WEAK int norflash_get_size(uint32_t *total_size, uint32_t *block_size, function WEAK (line 71) | WEAK int norflash_set_mode(uint32_t op) { return HAL_NORFLASH_OK; } function WEAK (line 72) | WEAK int norflash_pre_operation(void) { return HAL_NORFLASH_OK; } function WEAK (line 73) | WEAK int norflash_post_operation(void) { return HAL_NORFLASH_OK; } function WEAK (line 74) | WEAK int norflash_init_sample_delay_by_div(uint32_t div) { function WEAK (line 77) | WEAK void norflash_set_sample_delay(uint32_t index) {} function WEAK (line 78) | WEAK int norflash_sample_delay_calib(void) { return HAL_NORFLASH_OK; } function WEAK (line 79) | WEAK int norflash_init_div(const struct HAL_NORFLASH_CONFIG_T *cfg) { function WEAK (line 82) | WEAK int norflash_match_chip(const uint8_t *id, uint32_t len) { function WEAK (line 85) | WEAK int norflash_get_id(uint8_t *value, uint32_t len) { function WEAK (line 88) | WEAK int norflash_get_unique_id(uint8_t *value, uint32_t len) { function WEAK (line 91) | WEAK enum HAL_NORFLASH_RET_T norflash_erase(uint32_t start_address, function WEAK (line 96) | WEAK enum HAL_NORFLASH_RET_T norflash_write(uint32_t start_address, function WEAK (line 101) | WEAK int norflash_read(uint32_t start_address, uint8_t *buffer, uint32_t... function WEAK (line 105) | WEAK void pmu_flash_freq_config(uint32_t freq) {} function WEAK (line 106) | WEAK void pmu_rs_freq_config(uint32_t freq) {} function WEAK (line 107) | WEAK void function WEAK (line 110) | WEAK void pmu_led_set_pull_select(enum HAL_IOMUX_PIN_T pin, function WEAK (line 114) | WEAK int hal_ispi_open(const struct HAL_SPI_CFG_T *cfg) { return 0; } function WEAK (line 115) | WEAK int hal_ispi_send(const void *data, uint32_t len) { return 0; } function WEAK (line 116) | WEAK int hal_ispi_recv(const void *cmd, void *data, uint32_t len) { retu... function WEAK (line 119) | WEAK void analog_aud_freq_pll_config(uint32_t freq, uint32_t div) {} function WEAK (line 120) | WEAK void analog_aud_pll_open(enum ANA_AUD_PLL_USER_T user) {} function WEAK (line 121) | WEAK void analog_aud_pll_close(enum ANA_AUD_PLL_USER_T user) {} function WEAK (line 122) | WEAK void analog_aud_codec_speaker_enable(bool en) {} function WEAK (line 123) | WEAK void analog_aud_set_dac_gain(int32_t v) {} function WEAK (line 124) | WEAK uint32_t analog_aud_get_max_dre_gain(void) { return 0; } function WEAK (line 125) | WEAK void analog_aud_vad_adc_enable(bool en) {} function WEAK (line 126) | WEAK void analog_aud_vad_enable(enum AUD_VAD_TYPE_T type, bool en) {} FILE: platform/cmsis/retarget_gcc.cpp type __gnu_cxx (line 62) | namespace __gnu_cxx { function __verbose_terminate_handler (line 63) | void __verbose_terminate_handler() { ASSERT(0, "Exception"); } function WEAK (line 66) | WEAK void __cxa_pure_virtual(void) { _exit(1); } function exit (line 118) | void exit(int return_code) { FILE: platform/cmsis/stack_protector.c function __stack_chk_init (line 7) | void __attribute__((__constructor__)) __stack_chk_init(void) { function __stack_chk_fail (line 12) | void __attribute__((__noreturn__)) __stack_chk_fail(void) { FILE: platform/cmsis/system_ARMCM.c function SystemInit (line 22) | SystemInit(void) { function get_unaligned_access_status (line 65) | bool get_unaligned_access_status(void) { function config_unaligned_access (line 69) | bool config_unaligned_access(bool enable) { FILE: platform/cmsis/system_cp.c function NVIC_default_handler_cp (line 41) | static void NAKED NVIC_default_handler_cp(void) { function NVIC_InitVectors_cp (line 75) | void NVIC_InitVectors_cp(void) { function NVIC_SetDefaultFaultHandler_cp (line 87) | void NVIC_SetDefaultFaultHandler_cp(NVIC_DEFAULT_FAULT_HANDLER_T handler) { function SystemInit_cp (line 97) | void SystemInit_cp(void) { function system_cp_reset_handler (line 143) | void NAKED system_cp_reset_handler(void) { function system_cp_init (line 190) | void system_cp_init(int load_code) { function system_cp_term (line 227) | void system_cp_term(void) { FILE: platform/cmsis/system_utils.c function GotBaseInit (line 37) | GotBaseInit(void) { function BootInit (line 66) | BootInit(void) { function set_bool_flag (line 126) | int MUTEX_CODE_LOC set_bool_flag(bool *flag) { function clear_bool_flag (line 141) | void MUTEX_CODE_LOC clear_bool_flag(bool *flag) { function db_to_float (line 150) | float db_to_float(float db) { function get_msb_pos (line 213) | uint32_t get_msb_pos(uint32_t val) { function get_lsb_pos (line 220) | uint32_t get_lsb_pos(uint32_t val) { return __CLZ(__RBIT(val)); } function integer_sqrt (line 222) | uint32_t integer_sqrt(uint32_t val) { function integer_sqrt_nearest (line 250) | uint32_t integer_sqrt_nearest(uint32_t val) { FILE: platform/drivers/ana/analog.h type ANA_AUD_PLL_USER_T (line 43) | enum ANA_AUD_PLL_USER_T { type ANA_AUD_PLL_USER_T (line 62) | enum ANA_AUD_PLL_USER_T type ANA_AUD_PLL_USER_T (line 64) | enum ANA_AUD_PLL_USER_T type ANC_TYPE_T (line 74) | enum ANC_TYPE_T type AUD_CHANNEL_MAP_T (line 76) | enum AUD_CHANNEL_MAP_T type AUD_IO_PATH_T (line 86) | enum AUD_IO_PATH_T type AUD_CHANNEL_MAP_T (line 86) | enum AUD_CHANNEL_MAP_T type ANC_TYPE_T (line 92) | enum ANC_TYPE_T FILE: platform/drivers/ana/best2300p/analog_best2300p.c type ANA_REG_T (line 785) | enum ANA_REG_T { type ANA_CODEC_USER_T (line 853) | enum ANA_CODEC_USER_T { type ANALOG_PLL_CFG_T (line 866) | struct ANALOG_PLL_CFG_T { type ANA_CODEC_USER_T (line 886) | enum ANA_CODEC_USER_T type ANA_CODEC_USER_T (line 887) | enum ANA_CODEC_USER_T type ANA_CODEC_USER_T (line 888) | enum ANA_CODEC_USER_T type ANA_CODEC_USER_T (line 889) | enum ANA_CODEC_USER_T type ANA_CODEC_USER_T (line 890) | enum ANA_CODEC_USER_T type ANA_AUD_PLL_USER_T (line 892) | enum ANA_AUD_PLL_USER_T type ANALOG_PLL_CFG_T (line 916) | struct ANALOG_PLL_CFG_T function analog_aud_freq_pll_config (line 919) | void analog_aud_freq_pll_config(uint32_t freq, uint32_t div) { function analog_aud_pll_tune (line 975) | void analog_aud_pll_tune(float ratio) { function analog_aud_osc_clk_enable (line 1030) | void analog_aud_osc_clk_enable(bool enable) { function analog_aud_pll_open (line 1070) | void analog_aud_pll_open(enum ANA_AUD_PLL_USER_T user) { function analog_aud_pll_close (line 1089) | void analog_aud_pll_close(enum ANA_AUD_PLL_USER_T user) { function analog_aud_enable_dac (line 1108) | static void analog_aud_enable_dac(uint32_t dac) { function analog_aud_enable_dac_pa (line 1160) | static void analog_aud_enable_dac_pa(uint32_t dac) { function analog_aud_enable_adc (line 1182) | static void analog_aud_enable_adc(enum ANA_CODEC_USER_T user, function db_to_adc_gain (line 1250) | static uint32_t db_to_adc_gain(int db) { function get_chan_adc_gain (line 1273) | static int8_t get_chan_adc_gain(uint32_t i) { type AUD_IO_PATH_T (line 1289) | enum AUD_IO_PATH_T type AUD_CHANNEL_MAP_T (line 1290) | enum AUD_CHANNEL_MAP_T function analog_aud_apply_anc_adc_gain_offset (line 1340) | void analog_aud_apply_anc_adc_gain_offset(enum ANC_TYPE_T type, function analog_aud_apply_adc_gain_offset (line 1412) | void analog_aud_apply_adc_gain_offset(enum AUD_CHANNEL_MAP_T ch_map, function analog_aud_set_dac_gain (line 1445) | void analog_aud_set_dac_gain(int32_t v) {} function analog_codec_get_dac_gain (line 1447) | uint32_t analog_codec_get_dac_gain(void) { return 0; } function analog_codec_dac_gain_to_db (line 1449) | uint32_t analog_codec_dac_gain_to_db(int32_t gain) { return 0; } function analog_codec_dac_max_attn_db (line 1451) | int32_t analog_codec_dac_max_attn_db(void) { return 0; } function dc_calib_checksum_valid (line 1453) | static int POSSIBLY_UNUSED dc_calib_checksum_valid(uint32_t efuse) { function dc_calib_val_decode (line 1468) | static int16_t dc_calib_val_decode(int16_t val) { function analog_aud_get_dc_calib_value (line 1480) | void analog_aud_get_dc_calib_value(int16_t *dc_l, int16_t *dc_r) { function analog_aud_dc_calib_init (line 1547) | static void analog_aud_dc_calib_init(void) { function analog_aud_dc_calib_enable (line 1562) | static void analog_aud_dc_calib_enable(bool en) { function analog_aud_vcodec_enable (line 1571) | static void analog_aud_vcodec_enable(enum ANA_CODEC_USER_T user, bool en) { function analog_aud_enable_common_internal (line 1594) | static void analog_aud_enable_common_internal(enum ANA_CODEC_USER_T user, function analog_aud_enable_codec_common (line 1658) | static void analog_aud_enable_codec_common(enum ANA_CODEC_USER_T user, function analog_aud_enable_adda_common (line 1665) | static void analog_aud_enable_adda_common(enum ANA_CODEC_USER_T user, bo... function analog_aud_enable_vmic (line 1722) | static void analog_aud_enable_vmic(enum ANA_CODEC_USER_T user, uint32_t ... function analog_aud_get_max_dre_gain (line 1763) | uint32_t analog_aud_get_max_dre_gain(void) { function analog_reset (line 1771) | int analog_reset(void) { return 0; } function analog_open (line 1773) | void analog_open(void) { function analog_sleep (line 1892) | void analog_sleep(void) { function analog_wakeup (line 1905) | void analog_wakeup(void) { function analog_aud_codec_anc_enable (line 1918) | void analog_aud_codec_anc_enable(enum ANC_TYPE_T type, bool en) { function analog_aud_codec_anc_boost (line 1955) | void analog_aud_codec_anc_boost(bool en, function analog_aud_mickey_enable (line 1999) | void analog_aud_mickey_enable(bool en) { function analog_aud_codec_adc_enable (line 2011) | void analog_aud_codec_adc_enable(enum AUD_IO_PATH_T input_path, function analog_aud_codec_config_speaker (line 2031) | static void analog_aud_codec_config_speaker(void) { function analog_aud_codec_speaker_enable (line 2050) | void analog_aud_codec_speaker_enable(bool en) { function analog_aud_codec_dac_enable (line 2055) | void analog_aud_codec_dac_enable(bool en) { function analog_aud_codec_open (line 2077) | void analog_aud_codec_open(void) { function analog_aud_codec_close (line 2085) | void analog_aud_codec_close(void) { function analog_aud_codec_mute (line 2103) | void analog_aud_codec_mute(void) { function analog_aud_codec_nomute (line 2112) | void analog_aud_codec_nomute(void) { function analog_debug_config_audio_output (line 2121) | int analog_debug_config_audio_output(bool diff) { return 0; } function analog_debug_config_codec (line 2123) | int analog_debug_config_codec(uint16_t mv) { function analog_debug_config_low_power_adc (line 2137) | int analog_debug_config_low_power_adc(bool enable) { return 0; } function analog_debug_config_anc_calib_mode (line 2139) | void analog_debug_config_anc_calib_mode(bool enable) { function analog_debug_get_anc_calib_mode (line 2143) | bool analog_debug_get_anc_calib_mode(void) { return anc_calib_mode; } function analog_debug_config_vad_mic (line 2145) | int analog_debug_config_vad_mic(bool enable) { return 0; } function analog_aud_codec_vad_ini (line 2149) | static void analog_aud_codec_vad_ini(void) { function analog_aud_codec_vad_fin (line 2230) | static void analog_aud_codec_vad_fin(void) { function analog_aud_codec_vad_trig_en (line 2238) | static void analog_aud_codec_vad_trig_en(bool en) { function analog_aud_codec_vad_pu (line 2256) | static void analog_aud_codec_vad_pu(bool en) { function analog_aud_vad_enable (line 2273) | void analog_aud_vad_enable(enum AUD_VAD_TYPE_T type, bool en) { function analog_aud_vad_adc_enable (line 2299) | void analog_aud_vad_adc_enable(bool en) { FILE: platform/drivers/ana/best2300p/analog_best2300p.h type AUD_VAD_TYPE_T (line 33) | enum AUD_VAD_TYPE_T FILE: platform/drivers/ana/best2300p/pmu_best2300p.c type PMU_REG_T (line 1004) | enum PMU_REG_T { type PMU_VCORE_REQ_T (line 1092) | enum PMU_VCORE_REQ_T { type PMU_VUSB_REQ_T (line 1102) | enum PMU_VUSB_REQ_T { type PMU_MODUAL_T (line 1123) | enum PMU_MODUAL_T { type PMU_MODULE_CFG_T (line 1136) | struct PMU_MODULE_CFG_T { type PMU_MODULE_CFG_T (line 1156) | struct PMU_MODULE_CFG_T type HAL_CHIP_METAL_ID_T (line 1195) | enum HAL_CHIP_METAL_ID_T type PMU_POWER_MODE_T (line 1197) | enum PMU_POWER_MODE_T type PMU_VCORE_REQ_T (line 1199) | enum PMU_VCORE_REQ_T type PMU_VUSB_REQ_T (line 1204) | enum PMU_VUSB_REQ_T function pmu_at_skip_shutdown (line 1258) | void pmu_at_skip_shutdown(bool enable) { at_skip_shutdown = enable; } type PMU_RTC_CTX_T (line 1262) | struct PMU_RTC_CTX_T { type PMU_RTC_CTX_T (line 1268) | struct PMU_RTC_CTX_T function pmu_rtc_save_context (line 1272) | pmu_rtc_save_context(void) { function pmu_rtc_restore_context (line 1284) | static void pmu_rtc_restore_context(void) { type VOLT_COMP_FIELD_T (line 1302) | struct VOLT_COMP_FIELD_T { function POSSIBLY_UNUSED (line 1317) | static POSSIBLY_UNUSED void pmu_get_dcdc_calib_value(void) { function pmu_reg_val_add (line 1338) | static POSSIBLY_UNUSED unsigned short function BOOT_TEXT_SRAM_LOC (line 1352) | BOOT_TEXT_SRAM_LOC function pmu_read_efuse_block (line 1366) | static int BOOT_TEXT_FLASH_LOC pmu_read_efuse_block(unsigned int block) { function bbpll_freq_pll_config (line 1417) | void BOOT_TEXT_FLASH_LOC bbpll_freq_pll_config(uint32_t freq) { function read_hw_metal_id (line 1453) | read_hw_metal_id(void) { function pmu_pll_div_reset_set (line 1602) | void BOOT_TEXT_SRAM_LOC pmu_pll_div_reset_set(enum HAL_CMU_PLL_T pll) { function pmu_pll_div_reset_clear (line 1623) | void BOOT_TEXT_SRAM_LOC pmu_pll_div_reset_clear(enum HAL_CMU_PLL_T pll) { function pmu_pll_div_set (line 1644) | void pmu_pll_div_set(enum HAL_CMU_PLL_T pll, enum PMU_PLL_DIV_TYPE_T type, function cyb_efuse_check_enable (line 1677) | void cyb_efuse_check_enable(int enabled) { cyb_hack_efuse_check = enable... function cyb_efuse_check_status (line 1679) | int cyb_efuse_check_status(void) { return cyb_hack_efuse_check; } function Cyb_pmu_get_efuse (line 1682) | int BOOT_TEXT_SRAM_LOC Cyb_pmu_get_efuse(enum PMU_EFUSE_PAGE_T page, function pmu_get_efuse (line 1698) | int BOOT_TEXT_SRAM_LOC pmu_get_efuse(enum PMU_EFUSE_PAGE_T page, function pmu_get_security_value (line 1722) | int pmu_get_security_value(union SECURITY_VALUE_T *val) { function pmu_sys_ctrl (line 1758) | static void pmu_sys_ctrl(bool shutdown) { function pmu_shutdown (line 1831) | void pmu_shutdown(void) { pmu_sys_ctrl(true); } function pmu_reboot (line 1833) | void pmu_reboot(void) { pmu_sys_ctrl(false); } function pmu_get_module_addr (line 1835) | static inline uint16_t pmu_get_module_addr(enum PMU_MODUAL_T module) { function pmu_module_config (line 1845) | void pmu_module_config(enum PMU_MODUAL_T module, unsigned short is_manual, function pmu_module_set_volt (line 1933) | void pmu_module_set_volt(unsigned char module, unsigned short sleep_v, function pmu_module_get_volt (line 1951) | int pmu_module_get_volt(unsigned char module, unsigned short *sleep_vp, function pmu_module_ramp_volt (line 1972) | static void pmu_module_ramp_volt(unsigned char module, unsigned short sl... function pmu_dcdc_ana_get_volt (line 1988) | static void pmu_dcdc_ana_get_volt(unsigned short *normal_vp, function pmu_dcdc_ana_set_volt (line 2012) | static void pmu_dcdc_ana_set_volt(unsigned short normal_v, function pmu_ana_set_volt (line 2035) | static void pmu_ana_set_volt(int mode_change, enum PMU_POWER_MODE_T mode) { function pmu_dcdc_dig_get_volt (line 2054) | static void pmu_dcdc_dig_get_volt(unsigned short *normal_vp, function pmu_dcdc_dig_set_volt (line 2078) | static void pmu_dcdc_dig_set_volt(unsigned short normal_v, function pmu_dig_get_target_volt (line 2101) | static void BOOT_TEXT_SRAM_LOC pmu_dig_get_target_volt(uint16_t *ldo, function pmu_dig_set_volt (line 2171) | static void pmu_dig_set_volt(int mode_change, enum PMU_POWER_MODE_T mode) { function pmu_ldo_mode_en (line 2246) | static void pmu_ldo_mode_en(void) { function pmu_dcdc_ana_mode_en (line 2271) | static void pmu_dcdc_ana_mode_en(void) { function pmu_dcdc_dual_mode_en (line 2318) | static void pmu_dcdc_dual_mode_en(void) { function pmu_mode_change (line 2369) | void pmu_mode_change(enum PMU_POWER_MODE_T mode) { function pmu_sleep_en (line 2391) | void pmu_sleep_en(unsigned char sleep_en) { function pmu_vcodec_mv_to_val (line 2404) | static uint32_t pmu_vcodec_mv_to_val(uint16_t mv) { function pmu_ldo_hppa_mv_to_val (line 2428) | static uint32_t pmu_ldo_hppa_mv_to_val(uint16_t mv) { function pmu_ldo_hppa_get_volt (line 2444) | static void POSSIBLY_UNUSED pmu_ldo_hppa_get_volt(unsigned short *normal... function pmu_ldo_hppa_set_volt (line 2458) | static void pmu_ldo_hppa_set_volt(unsigned short normal_v, function pmu_ldo_hppa_en (line 2467) | static void pmu_ldo_hppa_en(int enable) { function pmu_dcdc_hppa_mv_to_val (line 2480) | static uint32_t pmu_dcdc_hppa_mv_to_val(uint16_t mv) { function pmu_dcdc_hppa_get_volt (line 2498) | static void pmu_dcdc_hppa_get_volt(unsigned short *normal_vp, function pmu_dcdc_hppa_set_volt (line 2522) | static void pmu_dcdc_hppa_set_volt(unsigned short normal_v, function pmu_dcdc_hppa_en (line 2545) | static void pmu_dcdc_hppa_en(int enable) { function pmu_vhppa_mv_to_val (line 2576) | static uint32_t pmu_vhppa_mv_to_val(uint16_t mv) { function pmu_hppa_get_volt (line 2584) | static void POSSIBLY_UNUSED pmu_hppa_get_volt(unsigned short *normal_vp, function pmu_hppa_set_volt (line 2593) | static void pmu_hppa_set_volt(unsigned short normal_v, function pmu_hppa_en (line 2602) | static void pmu_hppa_en(int enable) { function pmu_hppa_dcdc_to_ldo (line 2610) | static void pmu_hppa_dcdc_to_ldo(void) { function pmu_dig_init_volt (line 2630) | pmu_dig_init_volt(void) { function pmu_codec_volt_ramp_up (line 2643) | int pmu_codec_volt_ramp_up(void) { function pmu_codec_volt_ramp_down (line 2676) | int pmu_codec_volt_ramp_down(void) { function pmu_open (line 2710) | pmu_open(void) { function pmu_codec_vad_save_power (line 2926) | void pmu_codec_vad_save_power(void) { function pmu_codec_vad_restore_power (line 2950) | void pmu_codec_vad_restore_power(void) { function pmu_sleep (line 2974) | void pmu_sleep(void) { function pmu_wakeup (line 2987) | void pmu_wakeup(void) { function pmu_codec_config (line 3000) | void pmu_codec_config(int enable) { function pmu_codec_hppa_enable (line 3024) | void pmu_codec_hppa_enable(int enable) { function mic_bias_remap (line 3032) | static uint32_t mic_bias_remap(uint32_t map) { function pmu_codec_mic_bias_enable (line 3044) | void pmu_codec_mic_bias_enable(uint32_t map) { function pmu_codec_mic_bias_lowpower_mode (line 3095) | void pmu_codec_mic_bias_lowpower_mode(uint32_t map) { function pmu_codec_adc_pre_start (line 3111) | void pmu_codec_adc_pre_start(void) {} function pmu_codec_adc_post_start (line 3113) | void pmu_codec_adc_post_start(void (*delay_ms)(uint32_t)) {} function pmu_codec_dac_pre_start (line 3115) | void pmu_codec_dac_pre_start(void) {} function pmu_codec_dac_post_start (line 3117) | void pmu_codec_dac_post_start(void (*delay_ms)(uint32_t)) {} function SRAM_TEXT_LOC (line 3119) | SRAM_TEXT_LOC void pmu_flash_write_config(void) { function SRAM_TEXT_LOC (line 3139) | SRAM_TEXT_LOC void pmu_flash_read_config(void) { function pmu_flash_freq_config (line 3159) | void BOOT_TEXT_FLASH_LOC pmu_flash_freq_config(uint32_t freq) { function pmu_psram_freq_config (line 3182) | void BOOT_TEXT_FLASH_LOC pmu_psram_freq_config(uint32_t freq) { function pmu_anc_config (line 3204) | void pmu_anc_config(int enable) {} function pmu_fir_high_speed_config (line 3206) | void pmu_fir_high_speed_config(int enable) {} function pmu_iir_freq_config (line 3208) | void pmu_iir_freq_config(uint32_t freq) {} function pmu_rs_freq_config (line 3210) | void pmu_rs_freq_config(uint32_t freq) { function pmu_sys_freq_config (line 3224) | void BOOT_TEXT_SRAM_LOC pmu_sys_freq_config(enum HAL_CMU_FREQ_T freq) { function pmu_high_performance_mode_enable (line 3277) | void pmu_high_performance_mode_enable(bool enable) { function pmu_usb_config (line 3329) | void pmu_usb_config(enum PMU_USB_CONFIG_TYPE_T type) { function pmu_lbrt_config (line 3385) | void pmu_lbrt_config(int enable) { type PMU_CHG_CTX_T (line 3422) | struct PMU_CHG_CTX_T { type PMU_CHG_CTX_T (line 3426) | struct PMU_CHG_CTX_T function pmu_charger_save_context (line 3428) | pmu_charger_save_context(void) { function pmu_charger_poweron_status (line 3432) | enum PMU_POWER_ON_CAUSE_T pmu_charger_poweron_status(void) { function pmu_charger_init (line 3443) | void pmu_charger_init(void) { function pmu_charger_shutdown_config (line 3476) | void pmu_charger_shutdown_config(void) { function pmu_charger_irq_handler (line 3483) | static void pmu_charger_irq_handler(uint16_t irq_status) { function pmu_charger_set_irq_handler (line 3507) | void pmu_charger_set_irq_handler(PMU_CHARGER_IRQ_HANDLER_T handler) { function pmu_charger_plugin_config (line 3526) | void pmu_charger_plugin_config(void) { function pmu_charger_plugout_config (line 3536) | void pmu_charger_plugout_config(void) { function pmu_charger_get_status (line 3542) | enum PMU_CHARGER_STATUS_T pmu_charger_get_status(void) { function pmu_rtc_enable (line 3556) | void pmu_rtc_enable(void) { function pmu_rtc_disable (line 3575) | void pmu_rtc_disable(void) { function pmu_rtc_enabled (line 3588) | pmu_rtc_enabled(void) { function pmu_rtc_set (line 3596) | void pmu_rtc_set(uint32_t seconds) { function pmu_rtc_get (line 3609) | uint32_t pmu_rtc_get(void) { function pmu_rtc_set_alarm (line 3624) | void pmu_rtc_set_alarm(uint32_t seconds) { function pmu_rtc_get_alarm (line 3649) | pmu_rtc_get_alarm(void) { function pmu_rtc_clear_alarm (line 3659) | void pmu_rtc_clear_alarm(void) { function pmu_rtc_alarm_status_set (line 3672) | pmu_rtc_alarm_status_set(void) { function pmu_rtc_alarm_alerted (line 3680) | int pmu_rtc_alarm_alerted() { function pmu_rtc_irq_handler (line 3688) | static void pmu_rtc_irq_handler(uint16_t irq_status) { function pmu_rtc_set_irq_handler (line 3701) | void pmu_rtc_set_irq_handler(PMU_RTC_IRQ_HANDLER_T handler) { function pmu_pwrkey_set_irq (line 3721) | int pmu_pwrkey_set_irq(enum HAL_PWRKEY_IRQ_T type) { type HAL_PWRKEY_IRQ_T (line 3746) | enum HAL_PWRKEY_IRQ_T function pmu_pwrkey_pressed (line 3749) | bool pmu_pwrkey_pressed(void) { function pmu_pwrkey_irq_value_to_state (line 3758) | enum HAL_PWRKEY_IRQ_T pmu_pwrkey_irq_value_to_state(uint16_t irq_status) { function pmu_general_irq_handler (line 3772) | static void pmu_general_irq_handler(void) { function pmu_set_irq_unified_handler (line 3833) | int pmu_set_irq_unified_handler(enum PMU_IRQ_TYPE_T type, function pmu_get_power_on_cause (line 3884) | enum PMU_POWER_ON_CAUSE_T pmu_get_power_on_cause(void) { function pmu_viorise_req (line 3895) | void pmu_viorise_req(enum PMU_VIORISE_REQ_USER_T user, bool rise) { function pmu_debug_config_ana (line 3913) | int pmu_debug_config_ana(uint16_t volt) { return 0; } function pmu_debug_config_codec (line 3915) | int pmu_debug_config_codec(uint16_t volt) { function pmu_debug_config_vcrystal (line 3929) | int pmu_debug_config_vcrystal(bool on) { return 0; } function pmu_debug_config_audio_output (line 3931) | int pmu_debug_config_audio_output(bool diff) { return 0; } function pmu_debug_reliability_test (line 3933) | void pmu_debug_reliability_test(int stage) { function pmu_led_set_hiz (line 3944) | void pmu_led_set_hiz(enum HAL_GPIO_PIN_T pin) { function pmu_led_set_direction (line 3967) | void pmu_led_set_direction(enum HAL_GPIO_PIN_T pin, enum HAL_GPIO_DIR_T ... function pmu_led_get_direction (line 4002) | enum HAL_GPIO_DIR_T pmu_led_get_direction(enum HAL_GPIO_PIN_T pin) { function pmu_led_set_voltage_domains (line 4017) | void pmu_led_set_voltage_domains(enum HAL_IOMUX_PIN_T pin, function pmu_led_set_pull_select (line 4049) | void pmu_led_set_pull_select(enum HAL_IOMUX_PIN_T pin, function pmu_led_set_value (line 4077) | void pmu_led_set_value(enum HAL_GPIO_PIN_T pin, int data) { function pmu_led_get_value (line 4132) | int pmu_led_get_value(enum HAL_GPIO_PIN_T pin) { type PMU_WDT_CTX_T (line 4149) | struct PMU_WDT_CTX_T { type PMU_WDT_CTX_T (line 4155) | struct PMU_WDT_CTX_T function pmu_wdt_save_context (line 4157) | pmu_wdt_save_context(void) { function pmu_wdt_restore_context (line 4168) | pmu_wdt_restore_context(void) { function pmu_wdt_set_irq_handler (line 4175) | void pmu_wdt_set_irq_handler(PMU_WDT_IRQ_HANDLER_T handler) {} function pmu_wdt_config (line 4177) | int pmu_wdt_config(uint32_t irq_ms, uint32_t reset_ms) { function pmu_wdt_start (line 4189) | void pmu_wdt_start(void) { function pmu_wdt_stop (line 4201) | void pmu_wdt_stop(void) { function pmu_wdt_feed (line 4213) | void pmu_wdt_feed(void) { function pmu_ntc_capture_enable (line 4221) | void pmu_ntc_capture_enable(void) {} function pmu_ntc_capture_disable (line 4223) | void pmu_ntc_capture_disable(void) {} FILE: platform/drivers/ana/best2300p/pmu_best2300p.h type PMU_EFUSE_PAGE_T (line 25) | enum PMU_EFUSE_PAGE_T { type PMU_IRQ_TYPE_T (line 57) | enum PMU_IRQ_TYPE_T { type PMU_PLL_DIV_TYPE_T (line 66) | enum PMU_PLL_DIV_TYPE_T { type HAL_CMU_PLL_T (line 87) | enum HAL_CMU_PLL_T type HAL_CMU_PLL_T (line 89) | enum HAL_CMU_PLL_T type HAL_CMU_PLL_T (line 91) | enum HAL_CMU_PLL_T type PMU_PLL_DIV_TYPE_T (line 91) | enum PMU_PLL_DIV_TYPE_T type HAL_GPIO_PIN_T (line 93) | enum HAL_GPIO_PIN_T FILE: platform/drivers/ana/best2300p/reg_usbphy_best2300p.h type USBPHY_REG_T (line 516) | enum USBPHY_REG_T { FILE: platform/drivers/ana/best2300p/usbphy_best2300p.c function usbphy_ldo_config (line 29) | void usbphy_ldo_config(int enable) { function usbphy_open (line 63) | void usbphy_open(void) { function usbphy_close (line 200) | void usbphy_close(void) {} function usbphy_sleep (line 202) | void usbphy_sleep(void) { function usbphy_wakeup (line 225) | void usbphy_wakeup(void) { type PMU_USB_PIN_CHK_STATUS_T (line 252) | enum PMU_USB_PIN_CHK_STATUS_T function pmu_usb_check_pin_status (line 256) | static int pmu_usb_check_pin_status(enum PMU_USB_PIN_CHK_STATUS_T status) { function pmu_usb_pin_irq_handler (line 275) | static void pmu_usb_pin_irq_handler(void) { function pmu_usb_config_pin_status_check (line 295) | int pmu_usb_config_pin_status_check(enum PMU_USB_PIN_CHK_STATUS_T status, function pmu_usb_enable_pin_status_check (line 352) | void pmu_usb_enable_pin_status_check(void) { function pmu_usb_disable_pin_status_check (line 376) | void pmu_usb_disable_pin_status_check(void) { function pmu_usb_get_pin_status (line 391) | void pmu_usb_get_pin_status(int *dp, int *dm) { FILE: platform/drivers/ana/pmu.h type PMU_CHARGER_STATUS_T (line 62) | enum PMU_CHARGER_STATUS_T { type PMU_POWER_ON_CAUSE_T (line 68) | enum PMU_POWER_ON_CAUSE_T { type PMU_USB_PIN_CHK_STATUS_T (line 76) | enum PMU_USB_PIN_CHK_STATUS_T { type PMU_USB_CONFIG_TYPE_T (line 88) | enum PMU_USB_CONFIG_TYPE_T { type PMU_POWER_MODE_T (line 94) | enum PMU_POWER_MODE_T { type PMU_VIORISE_REQ_USER_T (line 101) | enum PMU_VIORISE_REQ_USER_T { type PMU_LED_BR_CFG_T (line 110) | struct PMU_LED_BR_CFG_T { type PMU_USB_PIN_CHK_STATUS_T (line 116) | enum PMU_USB_PIN_CHK_STATUS_T type PMU_CHARGER_STATUS_T (line 120) | enum PMU_CHARGER_STATUS_T type PMU_POWER_MODE_T (line 132) | enum PMU_POWER_MODE_T type PMU_EFUSE_PAGE_T (line 140) | enum PMU_EFUSE_PAGE_T type PMU_USB_CONFIG_TYPE_T (line 146) | enum PMU_USB_CONFIG_TYPE_T type HAL_CMU_FREQ_T (line 164) | enum HAL_CMU_FREQ_T type PMU_CHARGER_STATUS_T (line 176) | enum PMU_CHARGER_STATUS_T type PMU_USB_PIN_CHK_STATUS_T (line 178) | enum PMU_USB_PIN_CHK_STATUS_T type PMU_VIORISE_REQ_USER_T (line 208) | enum PMU_VIORISE_REQ_USER_T type PMU_POWER_ON_CAUSE_T (line 210) | enum PMU_POWER_ON_CAUSE_T type HAL_GPIO_PIN_T (line 224) | enum HAL_GPIO_PIN_T type HAL_GPIO_DIR_T (line 224) | enum HAL_GPIO_DIR_T type HAL_GPIO_DIR_T (line 226) | enum HAL_GPIO_DIR_T type HAL_GPIO_PIN_T (line 226) | enum HAL_GPIO_PIN_T type HAL_IOMUX_PIN_T (line 228) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T (line 228) | enum HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T type HAL_IOMUX_PIN_T (line 230) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_PIN_PULL_SELECT_T (line 230) | enum HAL_IOMUX_PIN_PULL_SELECT_T type HAL_GPIO_PIN_T (line 232) | enum HAL_GPIO_PIN_T type HAL_GPIO_PIN_T (line 234) | enum HAL_GPIO_PIN_T type PMU_IRQ_TYPE_T (line 250) | enum PMU_IRQ_TYPE_T type HAL_PWRKEY_IRQ_T (line 252) | enum HAL_PWRKEY_IRQ_T FILE: platform/drivers/bt/best2300p/bt_drv.cpp function btdrv_tx (line 42) | void btdrv_tx(const unsigned char *data, unsigned int len) { function btdrv_rx (line 51) | static unsigned int btdrv_rx(const unsigned char *data, unsigned int len) { function btdrv_SendData (line 62) | void btdrv_SendData(const uint8_t *buff, uint8_t len) { function btdrv_hciopen (line 76) | void btdrv_hciopen(void) { function btdrv_hcioff (line 97) | void btdrv_hcioff(void) { function btdrv_poweron (line 107) | void btdrv_poweron(uint8_t en) { function btdrv_rf_init_ext (line 126) | void btdrv_rf_init_ext(void) { function tx_ramp_new (line 139) | void tx_ramp_new(void) { return; } function bt_drv_extra_config_after_init (line 141) | void bt_drv_extra_config_after_init(void) { function btdrv_2300_get_10bit_add_val (line 150) | uint16_t btdrv_2300_get_10bit_add_val(uint32_t val, uint8_t count) { function btdrv_2300_val_get_max_min_num (line 167) | uint16_t btdrv_2300_val_get_max_min_num(uint16_t *val) { function btdrv_2300_get_average_val (line 188) | uint16_t btdrv_2300_get_average_val(uint16_t *val) { function btdrv_2300_hwagc_dc_cal_1 (line 222) | void btdrv_2300_hwagc_dc_cal_1(void) { function btdrv_2300_rccal (line 305) | void btdrv_2300_rccal(void) { function btdrv_2300p_channel_pwr_flatness (line 377) | void btdrv_2300p_channel_pwr_flatness(void) { function btdrv_enable_jtag (line 408) | void btdrv_enable_jtag(void) { function btdrv_start_bt (line 419) | void btdrv_start_bt(void) { function btdrv_testmode_start (line 603) | void btdrv_testmode_start(void) { function btdrv_write_localinfo (line 612) | void btdrv_write_localinfo(const char *name, uint8_t len, const uint8_t ... function btdrv_enable_dut (line 625) | void btdrv_enable_dut(void) { function btdrv_disable_scan (line 640) | void btdrv_disable_scan(void) { function btdrv_dut_get_connect_status (line 647) | uint32_t btdrv_dut_get_connect_status(void) { return dut_connect_status; } function btdrv_dut_accessible_mode_manager (line 649) | void btdrv_dut_accessible_mode_manager(const unsigned char *data) { function btdrv_hci_reset (line 664) | void btdrv_hci_reset(void) { function btdrv_enable_nonsig_tx (line 669) | void btdrv_enable_nonsig_tx(uint8_t index) { function btdrv_enable_nonsig_rx (line 709) | void btdrv_enable_nonsig_rx(uint8_t index) { function btdrv_get_vco_test_process_flag (line 756) | unsigned short btdrv_get_vco_test_process_flag(void) { function btdrv_vco_test_bridge_intsys_callback (line 760) | bool btdrv_vco_test_bridge_intsys_callback(const unsigned char *data) { function btdrv_vco_test_process (line 772) | void btdrv_vco_test_process(uint8_t op) { function btdrv_vco_test_start (line 786) | void btdrv_vco_test_start(uint8_t chnl) { function btdrv_vco_test_stop (line 805) | void btdrv_vco_test_stop(void) { function btdrv_ble_test_bridge_intsys_callback (line 821) | void btdrv_ble_test_bridge_intsys_callback(const unsigned char *data) { function btdrv_stop_bt (line 837) | void btdrv_stop_bt(void) { btdrv_poweron(BT_POWEROFF); } function btdrv_write_memory (line 839) | void btdrv_write_memory(uint8_t wr_type, uint32_t address, const uint8_t... function btdrv_send_cmd (line 859) | void btdrv_send_cmd(uint16_t opcode, uint8_t cmdlen, const uint8_t *para... function btdrv_rxdpd_sample_init (line 870) | void btdrv_rxdpd_sample_init(void) {} function btdrv_rxdpd_sample_deinit (line 872) | void btdrv_rxdpd_sample_deinit(void) {} function btdrv_rxdpd_sample_init_tx (line 877) | void btdrv_rxdpd_sample_init_tx(void) {} function btdrv_rxdpd_sample_enable (line 879) | void btdrv_rxdpd_sample_enable(uint8_t rxon, uint8_t txon) {} function btdrv_btcore_extwakeup_irq_enable (line 880) | void btdrv_btcore_extwakeup_irq_enable(bool on) { function btdrv_syn_get_curr_ticks (line 891) | uint32_t btdrv_syn_get_curr_ticks(void) { function btdrv_syn_get_offset_ticks (line 898) | static int32_t btdrv_syn_get_offset_ticks(uint16_t conidx) { function btdrv_syn_clr_trigger (line 918) | void btdrv_syn_clr_trigger(void) { function btdrv_syn_set_tg_ticks (line 922) | static void btdrv_syn_set_tg_ticks(uint32_t num, uint8_t mode) { function btdrv_syn_trigger_codec_en (line 936) | void btdrv_syn_trigger_codec_en(uint32_t v) {} function btdrv_get_syn_trigger_codec_en (line 938) | uint32_t btdrv_get_syn_trigger_codec_en(void) { function btdrv_get_trigger_ticks (line 942) | uint32_t btdrv_get_trigger_ticks(void) { return BTDIGITAL_REG(0xd02201f0... function bt_syn_get_curr_ticks (line 946) | uint32_t bt_syn_get_curr_ticks(uint16_t conhdl) { function bt_syn_get_offset_ticks (line 960) | int32_t bt_syn_get_offset_ticks(uint16_t conhdl) { function bt_syn_trig_checker (line 972) | void bt_syn_trig_checker(uint16_t conhdl) { function bt_syn_set_tg_ticks (line 996) | void bt_syn_set_tg_ticks(uint32_t val, uint16_t conhdl, uint8_t mode) { function btdrv_enable_playback_triggler (line 1025) | void btdrv_enable_playback_triggler(uint8_t triggle_mode) { function btdrv_disable_playback_triggler (line 1039) | void btdrv_disable_playback_triggler(void) { function btdrv_set_tws_role_triggler (line 1051) | void btdrv_set_tws_role_triggler(uint8_t tws_mode) { function btdrv_set_bt_pcm_triggler_en (line 1061) | void btdrv_set_bt_pcm_triggler_en(uint8_t en) { function btdrv_set_bt_pcm_triggler_delay (line 1069) | void btdrv_set_bt_pcm_triggler_delay(uint8_t delay) { function btdrv_set_bt_pcm_en (line 1080) | void btdrv_set_bt_pcm_en(uint8_t en) { function btdrv_set_bt_pcm_triggler_delay_reset (line 1087) | void btdrv_set_bt_pcm_triggler_delay_reset(uint8_t delay) { function btdrv_set_pcm_data_ignore_crc (line 1099) | void btdrv_set_pcm_data_ignore_crc(void) { function btdrv_conhdl_to_linkid (line 1105) | uint8_t btdrv_conhdl_to_linkid(uint16_t connect_hdl) { function btdrv_linear_format_16bit_set (line 1115) | void btdrv_linear_format_16bit_set(void) { function btdrv_pcm_enable (line 1119) | void btdrv_pcm_enable(void) { function btdrv_pcm_disable (line 1123) | void btdrv_pcm_disable(void) { type HAL_IOMUX_PIN_FUNCTION_MAP (line 1128) | struct HAL_IOMUX_PIN_FUNCTION_MAP function btdrv_host_gpio_tport_open (line 1133) | int btdrv_host_gpio_tport_open(void) { function btdrv_gpio_port_set (line 1146) | int btdrv_gpio_port_set(int port) { function btdrv_gpio_tport_clr (line 1151) | int btdrv_gpio_tport_clr(int port) { function btdrv_set_powerctrl_rssi_low (line 1155) | void btdrv_set_powerctrl_rssi_low(uint16_t rssi) {} function btdrv_enable_dual_slave_configurable_slot_mode (line 1159) | void btdrv_enable_dual_slave_configurable_slot_mode(bool isEnable, function btdrv_is_pcm_mask_enable (line 1172) | uint8_t btdrv_is_pcm_mask_enable(void) { return 1; } function btdrv_open_pcm_fast_mode_enable (line 1176) | void btdrv_open_pcm_fast_mode_enable(void) { function btdrv_open_pcm_fast_mode_disable (line 1188) | void btdrv_open_pcm_fast_mode_disable(void) { function btdrv_cvsd_bypass_enable (line 1200) | void btdrv_cvsd_bypass_enable(uint8_t is_msbc) { function btdrv_enable_rf_sw (line 1210) | void btdrv_enable_rf_sw(int rx_on, int tx_on) { FILE: platform/drivers/bt/best2300p/bt_drv_calibration.cpp type dbg_nonsig_tester_result_tag (line 29) | struct dbg_nonsig_tester_result_tag { type bt_drv_capval_calc_t (line 38) | struct bt_drv_capval_calc_t { type dbg_nonsig_tester_result_tag (line 45) | struct dbg_nonsig_tester_result_tag type bt_drv_capval_calc_t (line 52) | struct bt_drv_capval_calc_t type HAL_IOMUX_ISPI_ACCESS_T (line 130) | enum HAL_IOMUX_ISPI_ACCESS_T function bt_drv_calib_stop_timer (line 136) | static void bt_drv_calib_stop_timer(void) { function bt_drv_rfcal_timer_handler (line 142) | static void bt_drv_rfcal_timer_handler(void const *start) { function bt_drv_start_calib (line 192) | void bt_drv_start_calib(void) { function bt_drv_stop_calib (line 212) | void bt_drv_stop_calib(void) { function bt_drv_check_calib (line 233) | void bt_drv_check_calib(void) { function bt_drv_calib_capval_calc_run (line 251) | static bool bt_drv_calib_capval_calc_run(uint16_t *capval_step_hz, function bt_drv_calib_rxonly_porc (line 284) | void bt_drv_calib_rxonly_porc(void) { function bt_drv_calib_result_porc (line 311) | int bt_drv_calib_result_porc(uint32_t *capval) { function bt_drv_calib_rx (line 477) | static unsigned int bt_drv_calib_rx(const unsigned char *data, function bt_drv_calib_open (line 500) | void bt_drv_calib_open(void) { function bt_drv_calib_close (line 521) | void bt_drv_calib_close(void) { FILE: platform/drivers/bt/best2300p/bt_drv_config.c type BTDRV_CFG_TBL_STRUCT (line 35) | typedef struct { type PCM_STAT (line 213) | enum PCM_STAT { PCM_DISABLE = 0, PCM_ENABLE } type PCM_CHANNEL (line 216) | enum PCM_CHANNEL { PCM_CH_0 = 0, PCM_CH_1 } type PCM_MSTSLV (line 219) | enum PCM_MSTSLV { PCM_SLAVE = 0, PCM_MASTER } type PCM_SRC (line 222) | enum PCM_SRC { PCM_SRC_DPV = 0, PCM_SRC_REG } type PCM_LR_CH_POL (line 225) | enum PCM_LR_CH_POL { PCM_LR_CH_POL_RIGHT_LEFT = 0, PCM_LR_CH_POL_LEFT_RI... type PCM_CLK_INV (line 228) | enum PCM_CLK_INV { PCM_CLK_RISING_EDGE = 0, PCM_CLK_FALLING_EDGE } type PCM_MODE (line 231) | enum PCM_MODE { PCM_MODE_PCM = 0, PCM_MODE_IOM } type PCM_BUS_SPEED (line 234) | enum PCM_BUS_SPEED { type PCM_SLOT (line 243) | enum PCM_SLOT { type PCM_WORD_SIZE (line 252) | enum PCM_WORD_SIZE { PCM_8_BITS = 0, PCM_13_BITS, PCM_14_BITS, PCM_16_BI... type PCM_DOUT_CFG (line 255) | enum PCM_DOUT_CFG { PCM_OPEN_DRAIN = 0, PCM_PUSH_PULL_HZ, PCM_PUSH_PULL_0 } type PCM_FSYNC (line 258) | enum PCM_FSYNC { function btdrv_get_accept_new_mobile_enable (line 581) | bool btdrv_get_accept_new_mobile_enable(void) { function btdrv_get_page_pscan_coex_enable (line 591) | bool btdrv_get_page_pscan_coex_enable(void) { function bt_drv_digital_config_for_ble_adv (line 678) | void bt_drv_digital_config_for_ble_adv(bool en) { function btdrv_digital_config_init_2300p_t2 (line 684) | void btdrv_digital_config_init_2300p_t2(void) { function btdrv_digital_config_init_2300p_t1 (line 719) | void btdrv_digital_config_init_2300p_t1(void) { function bt_drv_config_lmp_filter_table (line 802) | void bt_drv_config_lmp_filter_table(void) { function bt_drv_func_ld_ibrt_sco_req_filter (line 827) | void bt_drv_func_ld_ibrt_sco_req_filter(void) { function btdrv_config_init (line 835) | void btdrv_config_init(void) { function bt_drv_adaptive_fa_rx_gain (line 920) | void bt_drv_adaptive_fa_rx_gain(int8_t rssi) { function btdrv_is_ecc_enable (line 953) | bool btdrv_is_ecc_enable(void) { function btdrv_bt_laurent_algorithm_enable (line 962) | void btdrv_bt_laurent_algorithm_enable(void) { function btdrv_ble_laurent_algorithm_enable (line 979) | void btdrv_ble_laurent_algorithm_enable(void) { function btdrv_sleep_config (line 991) | void btdrv_sleep_config(uint8_t sleep_en) { function btdrv_feature_default (line 997) | void btdrv_feature_default(void) { function btdrv_test_mode_addr_set (line 1004) | void btdrv_test_mode_addr_set(void) { function btdrv_meinit_param_init (line 1014) | int btdrv_meinit_param_init(void) { function btdrv_meinit_param_remain_size_get (line 1024) | int btdrv_meinit_param_remain_size_get(void) { function btdrv_meinit_param_next_entry_get (line 1034) | int btdrv_meinit_param_next_entry_get(uint32_t *addr, uint32_t *val) { function btdrv_sync_config (line 1060) | void btdrv_sync_config(void) { type SPI_TRIG_NUM_T (line 1117) | struct SPI_TRIG_NUM_T { type SPI_TRIG_POS_T (line 1134) | struct SPI_TRIG_POS_T { type spi_trig_data (line 1141) | struct spi_trig_data { type spi_trig_data (line 1146) | struct spi_trig_data type spi_trig_data (line 1164) | struct spi_trig_data function btdrv_spi_trig_data_change (line 1186) | void btdrv_spi_trig_data_change(uint8_t spi_sel, uint8_t index, function btdrv_spi_trig_data_set (line 1195) | void btdrv_spi_trig_data_set(uint8_t spi_sel) { function btdrv_spi_trig_num_set (line 1207) | void btdrv_spi_trig_num_set(uint8_t spi_sel, function btdrv_spi_trig_pos_set (line 1229) | void btdrv_spi_trig_pos_set(uint8_t spi_sel, function btdrv_spi_trig_init (line 1239) | void btdrv_spi_trig_init(void) { function btdrv_spi_trig_init (line 1280) | void btdrv_spi_trig_init(void) { function btdrv_spi_trig_select (line 1322) | void btdrv_spi_trig_select(uint8_t link_id, bool spi_set) { function btdrv_get_spi_trig_enable (line 1326) | uint8_t btdrv_get_spi_trig_enable(uint8_t spi_sel) { function btdrv_set_spi_trig_enable (line 1334) | void btdrv_set_spi_trig_enable(uint8_t spi_sel) { function btdrv_clear_spi_trig_enable (line 1342) | void btdrv_clear_spi_trig_enable(uint8_t spi_sel) { function btdrv_get_lmp_trace_enable (line 1350) | bool btdrv_get_lmp_trace_enable(void) { return g_lmp_trace_enable; } function btdrv_set_lmp_trace_enable (line 1351) | void btdrv_set_lmp_trace_enable(void) { g_lmp_trace_enable = true; } function btdrv_set_controller_trace_enable (line 1352) | void btdrv_set_controller_trace_enable(uint8_t trace_level) { function btdrv_get_controller_trace_level (line 1356) | uint8_t btdrv_get_controller_trace_level(void) { function btdrv_fast_lock_config (line 1360) | void btdrv_fast_lock_config(bool fastlock_on) { function btdrv_ecc_config (line 1375) | void btdrv_ecc_config(void) { function btdrv_hw_agc_stop_mode (line 1454) | void btdrv_hw_agc_stop_mode(enum BT_SYNCMODE_REQ_USER_T user, FILE: platform/drivers/bt/best2300p/bt_drv_patch.c type BTDRV_PATCH_STRUCT (line 46) | typedef struct { function btdrv_ins_patch_write (line 4059) | void btdrv_ins_patch_write(BTDRV_PATCH_STRUCT *ins_patch_p) { function btdrv_ins_patch_init (line 4079) | void btdrv_ins_patch_init(void) { function btdrv_data_patch_write (line 4131) | void btdrv_data_patch_write(const BTDRV_PATCH_STRUCT *d_patch_p) { function btdrv_ins_patch_disable (line 4157) | void btdrv_ins_patch_disable(uint8_t index) { function btdrv_data_patch_init (line 4163) | void btdrv_data_patch_init(void) { function btdrv_patch_en (line 4180) | void btdrv_patch_en(uint8_t en) { function btdrv_ins_patch_test_init (line 4640) | void btdrv_ins_patch_test_init(void) { FILE: platform/drivers/bt/best2300p/bt_drv_reg_op.cpp function bt_drv_reg_op_global_symbols_init (line 60) | void bt_drv_reg_op_global_symbols_init(void) { function bt_drv_reg_op_rssi_set (line 150) | void bt_drv_reg_op_rssi_set(uint16_t rssi) {} function bt_drv_reg_op_scan_intv_set (line 152) | void bt_drv_reg_op_scan_intv_set(uint32_t scan_intv) {} function bt_drv_reg_op_encryptchange_errcode_reset (line 154) | void bt_drv_reg_op_encryptchange_errcode_reset(uint16_t hci_handle) {} function bt_drv_reg_op_sco_sniffer_checker (line 156) | void bt_drv_reg_op_sco_sniffer_checker(void) {} function bt_drv_reg_op_trigger_time_checker (line 158) | void bt_drv_reg_op_trigger_time_checker(void) { function bt_drv_reg_op_tws_output_power_fix_separate (line 165) | void bt_drv_reg_op_tws_output_power_fix_separate(uint16_t hci_handle, type bd_addr (line 170) | struct bd_addr { type ld_device_info (line 175) | struct ld_device_info { type bd_addr (line 176) | struct bd_addr function bt_drv_reg_op_ld_sniffer_env_monitored_dev_state_get (line 181) | bool bt_drv_reg_op_ld_sniffer_env_monitored_dev_state_get(void) { function bt_drv_reg_op_ld_sniffer_env_monitored_dev_state_set (line 185) | void bt_drv_reg_op_ld_sniffer_env_monitored_dev_state_set(bool state) {} function bt_drv_reg_op_ibrt_env_reset (line 187) | void bt_drv_reg_op_ibrt_env_reset(void) { function bt_drv_reg_op_currentfreeaclbuf_get (line 203) | int bt_drv_reg_op_currentfreeaclbuf_get(void) { function bt_drv_reg_op_save_mobile_airpath_info (line 217) | void bt_drv_reg_op_save_mobile_airpath_info(uint16_t hciHandle) { function bt_drv_reg_op_block_xfer_with_mobile (line 232) | void bt_drv_reg_op_block_xfer_with_mobile(uint16_t hciHandle) { function bt_drv_reg_op_resume_xfer_with_mobile (line 249) | void bt_drv_reg_op_resume_xfer_with_mobile(uint16_t hciHandle) { function bt_drv_reg_op_block_fast_ack_with_mobile (line 264) | void bt_drv_reg_op_block_fast_ack_with_mobile(void) { function bt_drv_reg_op_resume_fast_ack_with_mobile (line 277) | void bt_drv_reg_op_resume_fast_ack_with_mobile(void) { function bt_drv_reg_op_packet_type_checker (line 290) | int bt_drv_reg_op_packet_type_checker(uint16_t hciHandle) { return 0; } function bt_drv_reg_op_max_slot_setting_checker (line 292) | void bt_drv_reg_op_max_slot_setting_checker(uint16_t hciHandle) {} function bt_drv_reg_op_force_task_dbg_idle (line 294) | void bt_drv_reg_op_force_task_dbg_idle(void) {} function bt_drv_reg_op_afh_follow_mobile_mobileidx_set (line 296) | void bt_drv_reg_op_afh_follow_mobile_mobileidx_set(uint16_t hciHandle) {} function bt_drv_reg_op_afh_follow_mobile_twsidx_set (line 298) | void bt_drv_reg_op_afh_follow_mobile_twsidx_set(uint16_t hciHandle) {} function bt_drv_reg_op_afh_bak_reset (line 300) | void bt_drv_reg_op_afh_bak_reset(void) {} function bt_drv_reg_op_afh_bak_save (line 302) | void bt_drv_reg_op_afh_bak_save(uint8_t role, uint16_t mobileHciHandle) {} function bt_drv_reg_op_connection_checker (line 304) | void bt_drv_reg_op_connection_checker(void) {} function bt_drv_reg_op_sco_status_store (line 306) | void bt_drv_reg_op_sco_status_store(void) {} function bt_drv_reg_op_sco_status_restore (line 308) | void bt_drv_reg_op_sco_status_restore(void) {} function bt_drv_reg_op_afh_set_default (line 310) | void bt_drv_reg_op_afh_set_default(void) {} function bt_drv_reg_op_ld_sniffer_master_addr_set (line 312) | void bt_drv_reg_op_ld_sniffer_master_addr_set(uint8_t *addr) {} function bt_drv_reg_op_lsto_hack (line 314) | void bt_drv_reg_op_lsto_hack(uint16_t hciHandle, uint16_t lsto) { function bt_drv_reg_op_get_lsto (line 333) | uint16_t bt_drv_reg_op_get_lsto(uint16_t hciHandle) { function bt_drv_reg_opmsbc_find_tx_sync (line 353) | uint8_t bt_drv_reg_opmsbc_find_tx_sync(uint8_t *buff) { function bt_drv_reg_op_sco_tx_buf_restore (line 369) | bool bt_drv_reg_op_sco_tx_buf_restore(uint8_t *trigger_test) { function bt_drv_reg_op_acl_chnmap (line 393) | int bt_drv_reg_op_acl_chnmap(uint16_t hciHandle, uint8_t *chnmap, function bt_drv_reg_op_bt_info_checker (line 430) | void bt_drv_reg_op_bt_info_checker(void) { function bt_drv_reg_op_ble_buffer_cleanup (line 485) | void bt_drv_reg_op_ble_buffer_cleanup(void) {} type ke_timer (line 487) | struct ke_timer { type ke_timer (line 489) | struct ke_timer type co_list_hdr (line 498) | struct co_list_hdr { type co_list_hdr (line 500) | struct co_list_hdr type co_list_con (line 504) | struct co_list_con { type co_list_hdr (line 506) | struct co_list_hdr type co_list_hdr (line 508) | struct co_list_hdr type mblock_free (line 518) | struct mblock_free { type mblock_free (line 520) | struct mblock_free type mblock_free (line 522) | struct mblock_free function bt_drv_reg_op_get_dbg_state (line 529) | bool bt_drv_reg_op_get_dbg_state(void) { function bt_drv_reg_op_get_controller_tx_free_buffer (line 539) | uint8_t bt_drv_reg_op_get_controller_tx_free_buffer(void) { function bt_drv_reg_op_get_controller_ble_tx_free_buffer (line 559) | uint8_t bt_drv_reg_op_get_controller_ble_tx_free_buffer(void) { function bt_drv_reg_op_controller_state_checker (line 580) | void bt_drv_reg_op_controller_state_checker(void) { function bt_drv_reg_op_tx_flow_checker (line 589) | void bt_drv_reg_op_tx_flow_checker(void) { function bt_drv_reg_op_controller_ble_flow_checker (line 606) | void bt_drv_reg_op_controller_ble_flow_checker(void) { function bt_drv_reg_op_force_get_lc_state (line 650) | uint8_t bt_drv_reg_op_force_get_lc_state(uint16_t conhdl) { function bt_drv_reg_op_force_set_lc_state (line 663) | void bt_drv_reg_op_force_set_lc_state(uint16_t conhdl, uint8_t state) { function bt_drv_reg_op_crash_dump (line 678) | void bt_drv_reg_op_crash_dump(void) { function bt_drv_reg_op_get_tx_pwr (line 883) | uint8_t bt_drv_reg_op_get_tx_pwr(uint16_t connHandle) { function bt_drv_reg_op_set_tx_pwr (line 898) | void bt_drv_reg_op_set_tx_pwr(uint16_t connHandle, uint8_t txpwr) { function bt_drv_reg_op_fix_tx_pwr (line 914) | void bt_drv_reg_op_fix_tx_pwr(uint16_t connHandle) { function bt_drv_reg_op_set_accessible_mode (line 924) | void bt_drv_reg_op_set_accessible_mode(uint8_t mode) {} function bt_drv_reg_op_set_swagc_mode (line 926) | void bt_drv_reg_op_set_swagc_mode(uint8_t mode) {} function bt_drv_reg_op_set_reboot_pairing_mode (line 928) | void bt_drv_reg_op_set_reboot_pairing_mode(uint8_t mode) {} function bt_drv_reg_op_force_sco_retrans (line 930) | void bt_drv_reg_op_force_sco_retrans(bool enable) { function bt_drv_reg_op_enable_pcm_tx_hw_cal (line 942) | void bt_drv_reg_op_enable_pcm_tx_hw_cal(void) { function bt_drv_reg_op_monitor_clk (line 949) | void bt_drv_reg_op_monitor_clk(void) { function bt_drv_reg_op_read_rssi_in_dbm (line 984) | bool bt_drv_reg_op_read_rssi_in_dbm(uint16_t connHandle, rx_agc_t *rx_va... function bt_drv_reg_op_read_ble_rssi_in_dbm (line 1024) | bool bt_drv_reg_op_read_ble_rssi_in_dbm(uint16_t connHandle, rx_agc_t *r... function bt_drv_reg_op_acl_silence (line 1063) | void bt_drv_reg_op_acl_silence(uint16_t connHandle, uint8_t silence) { type ld_sniffer_connect_env (line 1080) | struct ld_sniffer_connect_env { function bt_drv_reg_op_call_monitor (line 1099) | void bt_drv_reg_op_call_monitor(uint16_t connHandle, uint8_t tws_role) {} function bt_drv_reg_op_lock_sniffer_sco_resync (line 1101) | void bt_drv_reg_op_lock_sniffer_sco_resync(void) {} function bt_drv_reg_op_unlock_sniffer_sco_resync (line 1103) | void bt_drv_reg_op_unlock_sniffer_sco_resync(void) {} function bt_drv_reg_op_ibrt_retx_att_nb_set (line 1105) | void bt_drv_reg_op_ibrt_retx_att_nb_set(uint8_t retx_nb) { function bt_drv_reg_op_acl_tx_type_set (line 1136) | void bt_drv_reg_op_acl_tx_type_set(uint16_t hciHandle, uint8_t slot_sel) { function bt_drv_reg_op_acl_tx_type_trace (line 1191) | void bt_drv_reg_op_acl_tx_type_trace(uint16_t hciHandle) { function bt_drv_reg_op_acl_tx_type_get (line 1210) | uint8_t bt_drv_reg_op_acl_tx_type_get(uint16_t hciHandle, uint8_t *br_type, function em_bt_bitoff_getf (line 1246) | uint16_t em_bt_bitoff_getf(int elt_idx) { function em_bt_bitoff_setf (line 1252) | void em_bt_bitoff_setf(int elt_idx, uint16_t bitoff) { function em_bt_clkoff0_setf (line 1258) | void em_bt_clkoff0_setf(int elt_idx, uint16_t clkoff0) { function em_bt_clkoff0_getf (line 1264) | uint16_t em_bt_clkoff0_getf(int elt_idx) { function em_bt_clkoff1_setf (line 1270) | void em_bt_clkoff1_setf(int elt_idx, uint16_t clkoff1) { function em_bt_clkoff1_getf (line 1276) | uint16_t em_bt_clkoff1_getf(int elt_idx) { function em_bt_wincntl_pack (line 1283) | void em_bt_wincntl_pack(int elt_idx, uint8_t rxwide, uint16_t rxwinsz) { function bt_drv_reg_op_update_sniffer_bitoffset (line 1290) | void bt_drv_reg_op_update_sniffer_bitoffset(uint16_t mobile_conhdl, function bt_drv_reg_op_modify_bitoff_timer (line 1293) | void bt_drv_reg_op_modify_bitoff_timer(uint16_t time_out) {} function bt_drv_reg_op_cs_monitor (line 1295) | void bt_drv_reg_op_cs_monitor(void) { function bt_drv_reg_op_ble_llm_substate_hacker (line 1331) | void bt_drv_reg_op_ble_llm_substate_hacker(void) {} function bt_drv_reg_op_check_esco_acl_sniff_conflict (line 1333) | bool bt_drv_reg_op_check_esco_acl_sniff_conflict(uint16_t hciHandle) { function bt_drv_reg_op_esco_acl_sniff_delay_cal (line 1337) | void bt_drv_reg_op_esco_acl_sniff_delay_cal(uint16_t hciHandle, bool ena... function bt_drv_reg_op_get_role (line 1339) | uint8_t bt_drv_reg_op_get_role(uint8_t linkid) { function bt_drv_reg_op_set_tpoll (line 1356) | void bt_drv_reg_op_set_tpoll(uint8_t linkid, uint16_t poll_interval) { function bt_drv_reg_op_rssi_correction (line 1372) | int8_t bt_drv_reg_op_rssi_correction(int8_t rssi) { function bt_drv_reg_op_set_music_link (line 1383) | void bt_drv_reg_op_set_music_link(uint8_t link_id) { function bt_drv_reg_op_set_music_link_duration_extra (line 1390) | void bt_drv_reg_op_set_music_link_duration_extra(uint8_t slot) { function bt_drv_reg_op_set_hwagc_read_en (line 1396) | void bt_drv_reg_op_set_hwagc_read_en(uint8_t en) {} function bt_drv_reg_op_get_reconnecting_flag (line 1397) | uint32_t bt_drv_reg_op_get_reconnecting_flag() { function bt_drv_reg_op_set_reconnecting_flag (line 1406) | void bt_drv_reg_op_set_reconnecting_flag() { function bt_drv_reg_op_clear_reconnecting_flag (line 1413) | void bt_drv_reg_op_clear_reconnecting_flag() { function bt_drv_reg_op_music_link_config (line 1420) | void bt_drv_reg_op_music_link_config(uint16_t active_link, uint8_t activ... function bt_drv_reg_op_check_bt_controller_state (line 1440) | bool bt_drv_reg_op_check_bt_controller_state(void) { function bt_drv_reg_op_piconet_clk_offset_get (line 1461) | void bt_drv_reg_op_piconet_clk_offset_get(uint16_t connHandle, function bt_drv_reg_op_afh_env_reset (line 1490) | void bt_drv_reg_op_afh_env_reset(void) { function bt_drv_reg_op_dma_tc_clkcnt_get (line 1518) | void bt_drv_reg_op_dma_tc_clkcnt_get(uint32_t *btclk, uint16_t *btcnt) { function em_bt_bt_ext1_tx_silence_setf (line 1525) | void em_bt_bt_ext1_tx_silence_setf(int elt_idx, uint8_t txsilence) { function em_bt_bt_ext1_bw_2m_setf (line 1534) | void em_bt_bt_ext1_bw_2m_setf(int elt_idx, uint8_t bw2m) { function em_bt_bt_ext1_sco_tx_silence_setf (line 1543) | void em_bt_bt_ext1_sco_tx_silence_setf(int elt_idx, uint8_t scotxsilence) { function bt_drv_reg_op_acl_tx_silence (line 1552) | void bt_drv_reg_op_acl_tx_silence(uint16_t connHandle, uint8_t on) { function bt_drv_reg_op_acl_tx_silence_clear (line 1582) | void bt_drv_reg_op_acl_tx_silence_clear(uint16_t connHandle) { function bt_drv_reg_op_sw_seq_filter (line 1599) | void bt_drv_reg_op_sw_seq_filter(uint16_t connHandle) {} function bt_drv_reg_op_pcm_set (line 1601) | void bt_drv_reg_op_pcm_set(uint8_t en) { function bt_drv_reg_op_pcm_get (line 1609) | uint8_t bt_drv_reg_op_pcm_get() { function bt_drv_reg_op_clear_skip_flag (line 1616) | void bt_drv_reg_op_clear_skip_flag() {} function bt_drv_reg_op_clean_flags_of_ble_and_sco (line 1618) | void bt_drv_reg_op_clean_flags_of_ble_and_sco(void) { function bt_drv_reg_op_sco_txfifo_reset (line 1655) | void bt_drv_reg_op_sco_txfifo_reset(uint16_t codec_id) { function btdrv_reg_op_set_private_tws_poll_interval (line 1692) | void btdrv_reg_op_set_private_tws_poll_interval(uint16_t poll_interval, function btdrv_reg_op_set_tws_link_duration (line 1705) | void btdrv_reg_op_set_tws_link_duration(uint8_t slot_num) { function btdrv_reg_op_enable_private_tws_schedule (line 1726) | void btdrv_reg_op_enable_private_tws_schedule(bool enable) { function bt_drv_reg_op_decrease_tx_pwr_when_reconnect (line 1749) | void bt_drv_reg_op_decrease_tx_pwr_when_reconnect(bool enable) { function bt_drv_reg_op_controller_mem_log_config (line 1767) | void bt_drv_reg_op_controller_mem_log_config(void) { function bt_drv_reg_op_lm_nb_sync_hacker (line 1822) | void bt_drv_reg_op_lm_nb_sync_hacker(uint8_t sco_status) { function bt_drv_reg_op_fastack_status_checker (line 1862) | void bt_drv_reg_op_fastack_status_checker(uint16_t conhdl) { function bt_drv_reg_op_clear_ibrt_snoop_status (line 1884) | void bt_drv_reg_op_clear_ibrt_snoop_status(void) { function bt_drv_reg_op_linkcntl_aclltaddr_getf (line 1910) | uint8_t bt_drv_reg_op_linkcntl_aclltaddr_getf(uint16_t conhdl) { function bt_drv_reg_op_sync_bt_param (line 1922) | uint8_t bt_drv_reg_op_sync_bt_param(uint8_t *param, uint16_t len) { function bt_drv_reg_op_get_lc_env_ptr (line 1943) | uint32_t bt_drv_reg_op_get_lc_env_ptr(uint16_t conhdl, uint8_t type) { function bt_drv_reg_op_set_music_ongong_flag (line 1992) | void bt_drv_reg_op_set_music_ongong_flag() {} function bt_drv_reg_op_clear_music_ongong_flag (line 1994) | void bt_drv_reg_op_clear_music_ongong_flag() {} function bt_drv_reg_op_get_ble_conn_latency (line 1996) | uint16_t bt_drv_reg_op_get_ble_conn_latency(uint16_t ble_conhdl) { function bt_drv_reg_op_set_ble_conn_latency (line 2000) | bool bt_drv_reg_op_set_ble_conn_latency(uint16_t ble_conhdl, function bt_drv_reg_op_write_private_public_key (line 2005) | void bt_drv_reg_op_write_private_public_key(uint8_t *private_key, function bt_drv_reg_op_for_test_mode_disable (line 2027) | void bt_drv_reg_op_for_test_mode_disable(void) { function bt_drv_reg_op_get_ibrt_sco_hdl (line 2039) | uint16_t bt_drv_reg_op_get_ibrt_sco_hdl(uint16_t acl_hdl) { function bt_drv_reg_op_get_ibrt_address (line 2044) | void bt_drv_reg_op_get_ibrt_address(uint8_t *addr) { function bt_drv_reg_op_set_tws_link_id (line 2063) | void bt_drv_reg_op_set_tws_link_id(uint8_t link_id) { function bt_drv_reg_op_hack_max_slot (line 2078) | void bt_drv_reg_op_hack_max_slot(uint8_t link_id, uint8_t slot) { function bt_drv_reg_op_rx_slot_stop_lantency_checker (line 2099) | void bt_drv_reg_op_rx_slot_stop_lantency_checker(void) { function bt_drv_reg_op_fa_set (line 2121) | void bt_drv_reg_op_fa_set(uint8_t en) { function bt_drv_reg_op_check_seq_pending_status (line 2133) | bool bt_drv_reg_op_check_seq_pending_status(void) { function bt_drv_reg_op_clear_seq_pending_status (line 2143) | void bt_drv_reg_op_clear_seq_pending_status(void) { function bt_drv_reg_op_rssi_checker (line 2149) | void bt_drv_reg_op_rssi_checker(void) { function bt_drv_reg_op_set_link_policy (line 2183) | void bt_drv_reg_op_set_link_policy(uint8_t linkid, uint8_t policy) { function bt_drv_reg_op_voice_settings_set (line 2203) | void bt_drv_reg_op_voice_settings_set(uint16_t voice_settings) { function bt_drv_reg_op_lmp_sco_hdl_get (line 2216) | uint8_t bt_drv_reg_op_lmp_sco_hdl_get(uint16_t sco_handle) { function bt_drv_reg_op_lmp_sco_hdl_set (line 2242) | bool bt_drv_reg_op_lmp_sco_hdl_set(uint16_t sco_handle, uint8_t lmp_hdl) { function bt_drv_reg_op_host_buff_and_flow_ctl_set (line 2269) | void bt_drv_reg_op_host_buff_and_flow_ctl_set(uint16_t acl_pkt_len, function bt_drv_reg_op_page_to_set (line 2308) | void bt_drv_reg_op_page_to_set(uint16_t page_to) { function bt_drv_reg_op_btdm_address_set (line 2323) | void bt_drv_reg_op_btdm_address_set(uint8_t *bt_addr, uint8_t *ble_addr) { function bt_drv_reg_op_evtmask_set (line 2355) | void bt_drv_reg_op_evtmask_set(uint8_t ble_en) { function bt_drv_reg_op_simplepair_mode_set (line 2382) | void bt_drv_reg_op_simplepair_mode_set(uint8_t en) { function bt_drv_reg_op_class_of_dev_set (line 2392) | void bt_drv_reg_op_class_of_dev_set(uint8_t *class_of_dev, uint8_t len) { function bt_drv_reg_op_sleep_set (line 2409) | void bt_drv_reg_op_sleep_set(bool en) { function bt_drv_reg_op_sco_fifo_reset (line 2424) | void bt_drv_reg_op_sco_fifo_reset(void) { function bt_drv_reg_sco_fifo_dump (line 2438) | void bt_drv_reg_sco_fifo_dump(void) { function bt_drv_reg_op_get_sync_id_op (line 2451) | uint8_t bt_drv_reg_op_get_sync_id_op(uint8_t op, uint8_t sync_id) { function bt_drv_reg_op_disable_reporting_en (line 2473) | void bt_drv_reg_op_disable_reporting_en(uint16_t conhdl) { function bt_drv_reg_opcheck_controller_ld_lc_layer_mismatch (line 2490) | uint8_t bt_drv_reg_opcheck_controller_ld_lc_layer_mismatch(void) { function bt_drv_reg_op_ble_sup_timeout_set (line 2507) | void bt_drv_reg_op_ble_sup_timeout_set(uint16_t ble_conhdl, uint16_t sup... function bt_drv_reg_op_disable_swagc_nosync_count (line 2522) | void bt_drv_reg_op_disable_swagc_nosync_count(void) { function bt_drv_reg_op_hw_sw_agc_select (line 2528) | void bt_drv_reg_op_hw_sw_agc_select(uint8_t agc_mode) { function ble_maxevtime_set (line 2542) | void ble_maxevtime_set(int elt_idx, uint16_t value) { function ble_maxevtime_get (line 2546) | uint16_t ble_maxevtime_get(int elt_idx) { function bt_drv_reg_op_afh_follow_en (line 2550) | void bt_drv_reg_op_afh_follow_en(bool enable, uint8_t be_followed_link_id, function bt_drv_reg_op_set_agc_thd (line 2562) | void bt_drv_reg_op_set_agc_thd(bool isMaster, bool isSco) { function bt_drv_reg_op_force_set_sniff_att (line 2597) | void bt_drv_reg_op_force_set_sniff_att(uint16_t conhdle) { function bt_drv_reg_op_fa_gain_direct_set (line 2625) | void bt_drv_reg_op_fa_gain_direct_set(uint8_t gain_idx) { function bt_drv_reg_op_fa_gain_direct_get (line 2631) | uint8_t bt_drv_reg_op_fa_gain_direct_get(void) { type rx_gain_fixed_t (line 2636) | struct rx_gain_fixed_t { function bt_drv_reg_op_dgb_link_gain_ctrl_set (line 2643) | void bt_drv_reg_op_dgb_link_gain_ctrl_set(uint16_t connHandle, function bt_drv_reg_op_dgb_link_gain_ctrl_clear (line 2678) | void bt_drv_reg_op_dgb_link_gain_ctrl_clear(uint16_t connHandle, function bt_drv_reg_op_dgb_link_gain_ctrl_init (line 2701) | void bt_drv_reg_op_dgb_link_gain_ctrl_init(void) { function bt_drv_reg_op_rx_gain_fix (line 2715) | void bt_drv_reg_op_rx_gain_fix(uint16_t connHandle, uint8_t bt_ble_mode, function bt_drv_reg_op_set_ibrt_auto_accept_sco (line 2745) | void bt_drv_reg_op_set_ibrt_auto_accept_sco(bool en) { function bt_drv_reg_op_update_dbg_state (line 2758) | void bt_drv_reg_op_update_dbg_state(void) { function bt_drv_reg_op_set_ibrt_reject_sniff_req (line 2767) | void bt_drv_reg_op_set_ibrt_reject_sniff_req(bool en) { function bt_drv_reg_op_get_esco_nego_airmode (line 2776) | uint8_t bt_drv_reg_op_get_esco_nego_airmode(uint8_t sco_link_id) { function bt_drv_reg_op_set_max_pwr_rcv (line 2800) | void bt_drv_reg_op_set_max_pwr_rcv(uint16_t connHandle) { function bt_drv_reg_op_set_rand_seed (line 2819) | void bt_drv_reg_op_set_rand_seed(uint32_t seed) { function bt_drv_reg_op_get_host_ref_clk (line 2827) | uint32_t bt_drv_reg_op_get_host_ref_clk(void) { return 0; } function bt_drv_reg_op_hci_vender_ibrt_ll_monitor (line 2829) | void bt_drv_reg_op_hci_vender_ibrt_ll_monitor(uint8_t *ptr, uint16_t *p_... function bt_drv_reg_op_bt_sync_swagc_en_get (line 2865) | uint8_t bt_drv_reg_op_bt_sync_swagc_en_get(void) { return 0; } function bt_drv_reg_op_ecc_softbit_process (line 2866) | void bt_drv_reg_op_ecc_softbit_process(uint16_t *p_conn_handle1, function bt_drv_reg_op_set_pcm_flag (line 2871) | void bt_drv_reg_op_set_pcm_flag() {} function bt_drv_reg_op_key_gen_after_reset (line 2873) | void bt_drv_reg_op_key_gen_after_reset(bool enable) {} FILE: platform/drivers/bt/best2300p/bt_drv_rfconfig.c type BIT_OFFSET_CMD_TYPE_T (line 65) | enum BIT_OFFSET_CMD_TYPE_T { type bt_drv_tx_table_t (line 79) | struct bt_drv_tx_table_t { type RF_SYS_INIT_ITEM (line 83) | struct RF_SYS_INIT_ITEM { type RF_SYS_INIT_ITEM (line 90) | struct RF_SYS_INIT_ITEM function btdrv_rf_get_max_xtal_tune_ppb (line 266) | uint32_t btdrv_rf_get_max_xtal_tune_ppb(void) { function btdrv_rf_get_xtal_tune_factor (line 270) | uint32_t btdrv_rf_get_xtal_tune_factor(void) { return BT_RF_XTAL_TUNE_FA... function btdrv_rf_init_xtal_fcap (line 272) | void btdrv_rf_init_xtal_fcap(uint32_t fcap) { function btdrv_rf_get_init_xtal_fcap (line 278) | uint32_t btdrv_rf_get_init_xtal_fcap(void) { function btdrv_rf_get_xtal_fcap (line 282) | uint32_t btdrv_rf_get_xtal_fcap(void) { function btdrv_rf_set_xtal_fcap (line 286) | void btdrv_rf_set_xtal_fcap(uint32_t fcap, uint8_t is_direct) { function btdrv_rf_xtal_fcap_busy (line 291) | int btdrv_rf_xtal_fcap_busy(uint8_t is_direct) { return 0; } function btdrv_rf_bit_offset_track_enable (line 293) | void btdrv_rf_bit_offset_track_enable(bool enable) { return; } function btdrv_rf_bit_offset_get (line 295) | uint32_t btdrv_rf_bit_offset_get(void) { return 0; } function btdrv_rf_bitoffset_get (line 297) | uint16_t btdrv_rf_bitoffset_get(uint8_t conidx) { function btdrv_rf_log_delay_cal (line 303) | void btdrv_rf_log_delay_cal(void) { function btdrv_rf_rx_gain_adjust_req (line 343) | void btdrv_rf_rx_gain_adjust_req(uint32_t user, bool lowgain) { return; } function btdtv_rf_image_calib (line 346) | void btdtv_rf_image_calib(void) { function btdrv_tx_iq_cal (line 413) | void btdrv_tx_iq_cal(void) { function btdrv_rf_init (line 489) | uint8_t btdrv_rf_init(void) { function bt_drv_rf_reset (line 543) | void bt_drv_rf_reset(void) { function bt_drv_switch_hw_sw_agc (line 548) | static void bt_drv_switch_hw_sw_agc(enum BT_AGC_MODE_T agc_mode) { function bt_drv_select_agc_mode (line 583) | void bt_drv_select_agc_mode(enum BT_WORK_MODE_T mode) { function check_btpower_efuse_invalid (line 607) | static int check_btpower_efuse_invalid(void) { function bt_drv_tx_pwr_init (line 624) | void bt_drv_tx_pwr_init(void) { function bt_drv_tx_pwr_init_for_testmode (line 633) | void bt_drv_tx_pwr_init_for_testmode(void) { function btdrv_txpower_calib (line 642) | void btdrv_txpower_calib(void) { FILE: platform/drivers/bt/best2300p/bt_drv_uart_bridge_intsys.c type HAL_UART_CFG_T (line 30) | struct HAL_UART_CFG_T type HAL_UART_ID_T (line 44) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 46) | enum HAL_UART_ID_T type HAL_INTERSYS_ID_T (line 48) | enum HAL_INTERSYS_ID_T function uart_rx (line 61) | static void uart_rx(uint32_t xfer_size, int dma_error, function uart_tx (line 76) | static void uart_tx(uint32_t xfer_size, int dma_error) { function vco_test_simu_bt_rx (line 86) | void vco_test_simu_bt_rx(void) { function bt_rx (line 93) | static unsigned int bt_rx(const unsigned char *data, unsigned int len) { function bt_tx (line 121) | static void bt_tx(const unsigned char *data, unsigned int len) { function btdrv_uart_bridge_loop (line 125) | void btdrv_uart_bridge_loop(void) { FILE: platform/drivers/bt/best2300p/iqcorrect.c type ComplexInt (line 43) | typedef struct ComplexInt_ { type ComplexFlt (line 47) | typedef struct Complexflt_ { type ComplexShort (line 51) | typedef struct ComplexShort_ { function Tblgen (line 57) | static void Tblgen(ComplexShort *w0, ComplexShort *w1, ComplexShort *w2, function Tblgen_iq (line 70) | static void Tblgen_iq(ComplexShort *w0, ComplexShort *w1, ComplexShort *w2, type IQMismatchPreprocessState (line 111) | typedef struct IQMismatchPreprocessState_ { function IQMismatchPreprocessState (line 118) | IQMismatchPreprocessState *IQMismatchPreprocessState_init(int fft_size) { function IQMismatchPreprocessState_destroy (line 133) | int32_t IQMismatchPreprocessState_destroy(IQMismatchPreprocessState *st) { function IQMismatchParameterCalc_ex (line 145) | int IQMismatchParameterCalc_ex(short *M0data, short Cohcnt, function caculate_energy_main_test (line 186) | void caculate_energy_main_test(IQMismatchPreprocessState *st, int *Energy, type HAL_DMA_DESC_T (line 193) | struct HAL_DMA_DESC_T function iqimb_dma_dout_handler (line 195) | static void iqimb_dma_dout_handler(uint32_t remains, uint32_t error, function bt_iqimb_dma_enable (line 204) | int bt_iqimb_dma_enable(short *dma_dst_data, uint16_t size) { function bt_iqimb_ini (line 245) | int bt_iqimb_ini() { function check_mem_data (line 303) | void check_mem_data(void *data, int len) { function bt_Txdc_cal_set (line 331) | int bt_Txdc_cal_set(int ch_num, int dc_add) { function bt_iqimb_add_mismatch (line 354) | int bt_iqimb_add_mismatch(int ch_num, int gain_mis, int phase_mis, int d... function DC_correction (line 390) | void DC_correction(IQMismatchPreprocessState *st, int *dc_i_r, int *dc_q_r, function IQ_GAIN_Mismatch_Correction (line 491) | int IQ_GAIN_Mismatch_Correction(IQMismatchPreprocessState *st, function IQ_Phase_Mismatch_Correction (line 577) | int IQ_Phase_Mismatch_Correction(IQMismatchPreprocessState *st, function bt_update_local_iq_calibration_val (line 672) | static void bt_update_local_iq_calibration_val(uint32_t freq_range, function POSSIBLY_UNUSED (line 681) | static POSSIBLY_UNUSED void btIqCalibration(void) { function bt_get_iq_calibration_val_from_nv (line 691) | static bool function bt_iq_calibration_setup (line 703) | void bt_iq_calibration_setup(void) { function bt_IQ_DC_Mismatch_Correction_Release (line 737) | void bt_IQ_DC_Mismatch_Correction_Release() { function bt_iqimb_test_ex (line 905) | int bt_iqimb_test_ex(int mismatch_type) { FILE: platform/drivers/bt/bt_drv_common.c type bt_cb_tag (line 35) | struct bt_cb_tag type bt_cb_tag (line 36) | struct bt_cb_tag function btdrv_memory_copy (line 39) | void btdrv_memory_copy(uint32_t *dest, const uint32_t *src, uint16_t len... function btdrv_set_lpo_times (line 153) | void btdrv_set_lpo_times(void) { function btdrv_slave2master_clkcnt_convert (line 158) | int btdrv_slave2master_clkcnt_convert(uint32_t local_clk, uint16_t local... function bt_drv_set_fa_invert_enable (line 179) | void bt_drv_set_fa_invert_enable(uint8_t en) { function btdrv_trigger_coredump (line 184) | void btdrv_trigger_coredump(void) { function btdrv_clkcnt_diff (line 189) | int btdrv_clkcnt_diff(int32_t clk1, int16_t cnt1, int32_t clk2, int16_t ... function btdrv_set_controller_trace_enable (line 211) | void WEAK btdrv_set_controller_trace_enable(uint8_t trace_level) {} function btdrv_set_lmp_trace_enable (line 213) | void WEAK btdrv_set_lmp_trace_enable(void) {} function btdrv_get_controller_trace_dump_enable (line 215) | bool btdrv_get_controller_trace_dump_enable(void) { function btdrv_set_controller_trace_dump_enable (line 218) | void btdrv_set_controller_trace_dump_enable(void) { function btdrv_btc_fault_dump (line 222) | void btdrv_btc_fault_dump(void) { function btdrv_dump_mem (line 227) | void btdrv_dump_mem(uint8_t *dump_mem_start, uint32_t dump_length, function btdrv_trace_config (line 288) | void btdrv_trace_config(BT_CONTROLER_TRACE_TYPE trace_config) { function bt_drv_is_enhanced_ibrt_rom (line 314) | bool bt_drv_is_enhanced_ibrt_rom(void) { function bt_drv_is_esco_auto_accept_support (line 334) | bool bt_drv_is_esco_auto_accept_support(void) { function btdrv_is_acl_ecc_softbit_support (line 353) | bool btdrv_is_acl_ecc_softbit_support(void) { function btdrv_softbit_enable (line 362) | void btdrv_softbit_enable(uint16_t connhdl, uint8_t type1, uint8_t type2, function bt_drv_bt_tport_type_config (line 371) | void bt_drv_bt_tport_type_config(void) { function bt_drv_is_bes_fa_mode_en (line 382) | bool bt_drv_is_bes_fa_mode_en(void) { function bt_drv_is_support_multipoint_ibrt (line 390) | bool bt_drv_is_support_multipoint_ibrt(void) { function bt_drv_enable_hw_spi (line 395) | void bt_drv_enable_hw_spi(uint8_t elt_idx, bool hwspien) { type btstack_chip_config_t (line 401) | struct btstack_chip_config_t { function bt_drv_hwspi_select (line 413) | void bt_drv_hwspi_select(uint8_t link_id, uint8_t spi_idx) { function ld_util_bch_modulo (line 428) | static void ld_util_bch_modulo(uint8_t *dividend, const uint8_t *divisor, function ld_util_bch_create (line 478) | void ld_util_bch_create(uint8_t *lap, uint8_t *bch) { function bt_drv_rssi_dump_handler (line 523) | void bt_drv_rssi_dump_handler(void) { function bt_drv_error_check_handler (line 538) | bool bt_drv_error_check_handler(void) { function memcpy_s (line 553) | size_t memcpy_s(void *dst, size_t dstMax, const void *src, size_t srcMax) { function memset_s (line 558) | size_t memset_s(dst0, dstMax, c0, srcMax) void *dst0; FILE: platform/drivers/bt/bt_drv_interface.h type BT_WORK_MODE_T (line 130) | enum BT_WORK_MODE_T{ type BT_AGC_MODE_T (line 137) | enum BT_AGC_MODE_T{ type bt_cb_tag (line 144) | struct bt_cb_tag type bt_cb_tag (line 280) | struct bt_cb_tag type BT_WORK_MODE_T (line 375) | enum BT_WORK_MODE_T FILE: platform/drivers/bt/bt_drv_internal.h type BT_CONTROLER_TRACE_TYPE (line 36) | typedef uint32_t BT_CONTROLER_TRACE_TYPE; type BT_SYNCMODE_REQ_USER_T (line 77) | enum BT_SYNCMODE_REQ_USER_T { type BT_SYNCMODE_REQ_USER_T (line 83) | enum BT_SYNCMODE_REQ_USER_T function co_read16p (line 86) | inline uint16_t co_read16p(void const *ptr16) function co_read32p (line 92) | inline uint32_t co_read32p(void const *ptr32) FILE: platform/drivers/bt/bt_drv_reg_op.h type rx_agc_t (line 30) | typedef struct type rssi_t (line 36) | typedef struct type ld_afh_env (line 54) | struct ld_afh_env type dbg_set_ebq_test (line 115) | struct dbg_set_ebq_test type REG_OP (line 276) | enum REG_OP type LC_ENV_TAG (line 282) | enum LC_ENV_TAG FILE: platform/drivers/btpcm/btpcm.c type HAL_BTPCM_CONFIG_T (line 31) | struct HAL_BTPCM_CONFIG_T type HAL_DMA_CH_CFG_T (line 32) | struct HAL_DMA_CH_CFG_T type HAL_DMA_DESC_T (line 33) | struct HAL_DMA_DESC_T type HAL_DMA_DESC_T (line 34) | struct HAL_DMA_DESC_T function btpcm2codec (line 39) | static void btpcm2codec(void) function codec2btpcm (line 80) | static void codec2btpcm(void) FILE: platform/drivers/codec/best2300p/codec_best2300p.c type CODEC_HW_STATE_T (line 44) | enum CODEC_HW_STATE_T { type CODEC_HW_STATE_T (line 50) | enum CODEC_HW_STATE_T type CODEC_USER_T (line 53) | enum CODEC_USER_T { type CODEC_CONFIG_T (line 59) | struct CODEC_CONFIG_T { type CODEC_CONFIG_T (line 71) | struct CODEC_CONFIG_T type AUD_SAMPRATE_T (line 101) | enum AUD_SAMPRATE_T type AUD_VAD_TYPE_T (line 105) | enum AUD_VAD_TYPE_T function codec_set_anc_boost_delay_func (line 111) | void codec_set_anc_boost_delay_func(CODEC_ANC_BOOST_DELAY_FUNC delay_fun... function codec_int_stream_open (line 116) | uint32_t codec_int_stream_open(enum AUD_STREAM_T stream) { function codec_int_stream_setup (line 122) | uint32_t codec_int_stream_setup(enum AUD_STREAM_T stream, function codec_int_stream_mute (line 238) | void codec_int_stream_mute(enum AUD_STREAM_T stream, bool mute) { function codec_int_stream_set_chan_vol (line 269) | void codec_int_stream_set_chan_vol(enum AUD_STREAM_T stream, function codec_int_stream_restore_chan_vol (line 278) | void codec_int_stream_restore_chan_vol(enum AUD_STREAM_T stream) { function codec_hw_start (line 290) | static void codec_hw_start(enum AUD_STREAM_T stream) { function codec_hw_stop (line 301) | static void codec_hw_stop(enum AUD_STREAM_T stream) { function codec_int_stream_start (line 312) | uint32_t codec_int_stream_start(enum AUD_STREAM_T stream) { function codec_int_stream_stop (line 333) | uint32_t codec_int_stream_stop(enum AUD_STREAM_T stream) { function codec_int_stream_close (line 353) | uint32_t codec_int_stream_close(enum AUD_STREAM_T stream) { function codec_hw_open (line 364) | static void codec_hw_open(enum CODEC_USER_T user) { function codec_hw_close (line 418) | static void codec_hw_close(enum CODEC_CLOSE_TYPE_T type, function codec_int_open (line 465) | uint32_t codec_int_open(void) { function codec_int_close (line 473) | uint32_t codec_int_close(enum CODEC_CLOSE_TYPE_T type) { function codec_int_set_close_handler (line 490) | void codec_int_set_close_handler(CODEC_CLOSE_HANDLER hdlr) { function codec_timehandler (line 494) | static void codec_timehandler(void const *param) { function codec_anc_open (line 501) | int codec_anc_open(enum ANC_TYPE_T type, enum AUD_SAMPRATE_T dac_rate, function codec_anc_close (line 638) | int codec_anc_close(enum ANC_TYPE_T type) { function codec_vad_open (line 687) | int codec_vad_open(const struct AUD_VAD_CONFIG_T *cfg) { function codec_vad_close (line 709) | int codec_vad_close(void) { FILE: platform/drivers/codec/codec_int.h type CODEC_CLOSE_TYPE_T (line 31) | enum CODEC_CLOSE_TYPE_T { type AUD_STREAM_T (line 38) | enum AUD_STREAM_T type AUD_STREAM_T (line 39) | enum AUD_STREAM_T type HAL_CODEC_CONFIG_T (line 39) | struct HAL_CODEC_CONFIG_T type AUD_STREAM_T (line 40) | enum AUD_STREAM_T type AUD_STREAM_T (line 41) | enum AUD_STREAM_T type AUD_CHANNEL_MAP_T (line 41) | enum AUD_CHANNEL_MAP_T type AUD_STREAM_T (line 42) | enum AUD_STREAM_T type AUD_STREAM_T (line 43) | enum AUD_STREAM_T type AUD_STREAM_T (line 44) | enum AUD_STREAM_T type AUD_STREAM_T (line 45) | enum AUD_STREAM_T type CODEC_CLOSE_TYPE_T (line 46) | enum CODEC_CLOSE_TYPE_T type AUD_STREAM_T (line 49) | enum AUD_STREAM_T type AUD_SAMPRATE_T (line 49) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 49) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 49) | enum AUD_SAMPRATE_T type ANC_TYPE_T (line 51) | enum ANC_TYPE_T type AUD_SAMPRATE_T (line 51) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 51) | enum AUD_SAMPRATE_T type ANC_TYPE_T (line 52) | enum ANC_TYPE_T type AUD_VAD_CONFIG_T (line 54) | struct AUD_VAD_CONFIG_T FILE: platform/drivers/codec/codec_tlv32aic32.c type HAL_I2C_CONFIG_T (line 26) | struct HAL_I2C_CONFIG_T function codec_write (line 34) | static int codec_write(uint8_t reg_addr, uint8_t value) { function codec_read (line 45) | static uint8_t codec_read(uint8_t reg_addr) function tlv32aic32_open (line 58) | uint32_t tlv32aic32_open(void) { function tlv32aic32_stream_open (line 68) | uint32_t tlv32aic32_stream_open(enum AUD_STREAM_T stream) { function tlv32aic32_stream_setup (line 74) | uint32_t tlv32aic32_stream_setup(enum AUD_STREAM_T stream, function tlv32aic32_stream_start (line 208) | uint32_t tlv32aic32_stream_start(enum AUD_STREAM_T stream) { function tlv32aic32_stream_stop (line 212) | uint32_t tlv32aic32_stream_stop(enum AUD_STREAM_T stream) { function tlv32aic32_stream_close (line 216) | uint32_t tlv32aic32_stream_close(enum AUD_STREAM_T stream) { function tlv32aic32_close (line 220) | uint32_t tlv32aic32_close(void) { return 0; } FILE: platform/drivers/codec/codec_tlv32aic32.h type tlv32aic32_config_t (line 262) | struct tlv32aic32_config_t type AUD_STREAM_T (line 276) | enum AUD_STREAM_T type AUD_STREAM_T (line 277) | enum AUD_STREAM_T type tlv32aic32_config_t (line 277) | struct tlv32aic32_config_t type AUD_STREAM_T (line 278) | enum AUD_STREAM_T type AUD_STREAM_T (line 279) | enum AUD_STREAM_T type AUD_STREAM_T (line 280) | enum AUD_STREAM_T FILE: platform/drivers/norflash/norflash_drv.c type NORFLASH_CFG_T (line 63) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 64) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 65) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 66) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 67) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 68) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 69) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 70) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 73) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 74) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 75) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 76) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 77) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 78) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 79) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 82) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 85) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 88) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 89) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 91) | struct NORFLASH_CFG_T function norflash_delay (line 268) | static void norflash_delay(uint32_t us) { function norflash_set_hpm (line 277) | static int norflash_set_hpm(uint8_t on) { function norflash_suspend (line 290) | static int norflash_suspend(void) { function norflash_resume (line 298) | static int norflash_resume(void) { function norflash_read_status_s0_s7 (line 313) | uint8_t norflash_read_status_s0_s7(void) { function norflash_read_status_s8_s15 (line 319) | uint8_t norflash_read_status_s8_s15(void) { function norflash_status_WEL (line 325) | static int norflash_status_WEL(void) { function norflash_status_WIP (line 331) | static int norflash_status_WIP(void) { function norflash_status_WEL_0_wait (line 337) | void norflash_status_WEL_0_wait(void) { function norflash_suspend_check_irq (line 343) | int norflash_suspend_check_irq(uint32_t irq_num) { function norflash_system_active (line 360) | static int norflash_system_active(void) { function norflash_status_WIP_1_wait (line 369) | enum HAL_NORFLASH_RET_T norflash_status_WIP_1_wait(int suspend) { function norflash_set_burst_wrap (line 383) | static int norflash_set_burst_wrap(uint32_t len) { function norflash_set_continuous_read (line 410) | static int norflash_set_continuous_read(uint8_t on) { function norflash_set_quad (line 463) | static int norflash_set_quad(uint8_t on) { function norflash_set_quad_io_mode (line 476) | static int norflash_set_quad_io_mode(uint8_t on) { function norflash_set_quad_output_mode (line 487) | static int norflash_set_quad_output_mode(uint8_t on) { function norflash_set_dual_io_mode (line 498) | static uint8_t norflash_set_dual_io_mode(uint8_t on) { function norflash_set_dual_output_mode (line 509) | static uint8_t norflash_set_dual_output_mode(uint8_t on) { function norflash_set_fast_mode (line 519) | static uint8_t norflash_set_fast_mode(uint8_t on) { function norflash_set_stand_mode (line 529) | static uint8_t norflash_set_stand_mode(void) { function norflash_get_supported_mode (line 535) | uint32_t norflash_get_supported_mode(void) { function norflash_get_current_mode (line 539) | uint32_t norflash_get_current_mode(void) { return norflash_op_mode; } function norflash_get_security_register_config (line 541) | union DRV_NORFLASH_SEC_REG_CFG_T norflash_get_security_register_config(v... function norflash_get_block_protect_mask (line 545) | uint32_t norflash_get_block_protect_mask(void) { function norflash_reset (line 549) | void norflash_reset(void) { function norflash_get_size (line 582) | int norflash_get_size(uint32_t *total_size, uint32_t *block_size, function norflash_set_cfg_div (line 600) | static void norflash_set_cfg_div(void) { function norflash_set_read_div (line 606) | static void norflash_set_read_div(void) { function norflash_set_mode (line 618) | int norflash_set_mode(uint32_t op) { function norflash_pre_operation (line 746) | int norflash_pre_operation(void) { function norflash_post_operation (line 756) | int norflash_post_operation(void) { function norflash_read_reg (line 768) | int norflash_read_reg(uint8_t cmd, uint8_t *val, uint32_t len) { function norflash_read_reg_ex (line 796) | int norflash_read_reg_ex(uint8_t cmd, uint8_t *param, uint32_t param_len, function norflash_write_reg (line 815) | int norflash_write_reg(uint8_t cmd, const uint8_t *val, uint32_t len) { function norflash_get_id (line 838) | int norflash_get_id(uint8_t *value, uint32_t len) { function norflash_get_unique_id (line 851) | int norflash_get_unique_id(uint8_t *value, uint32_t len) { function norflash_get_samdly_list (line 877) | static void norflash_get_samdly_list(uint32_t div, function norflash_set_sample_delay_index (line 908) | void norflash_set_sample_delay_index(uint32_t index) { function norflash_get_sample_delay_index (line 930) | uint32_t norflash_get_sample_delay_index(void) { return sample_delay_ind... function norflash_calib_flash_id_valid (line 932) | static bool norflash_calib_flash_id_valid(void) { function norflash_calib_magic_word_valid (line 945) | static bool norflash_calib_magic_word_valid(void) { function norflash_sample_delay_calib (line 965) | int norflash_sample_delay_calib(enum DRV_NORFLASH_CALIB_T type) { function norflash_show_calib_result (line 1062) | void norflash_show_calib_result(void) { function norflash_init_sample_delay_by_div (line 1095) | int norflash_init_sample_delay_by_div(uint32_t div) { function norflash_init_div (line 1128) | int norflash_init_div(const struct HAL_NORFLASH_CONFIG_T *cfg) { function norflash_match_chip (line 1190) | int norflash_match_chip(const uint8_t *id, uint32_t len) { function norflaship_ext_cmd_addr (line 1206) | static void norflaship_ext_cmd_addr(uint8_t cmd, uint32_t addr) { function norflash_erase (line 1219) | enum HAL_NORFLASH_RET_T norflash_erase(uint32_t start_address, function norflash_write (line 1275) | enum HAL_NORFLASH_RET_T norflash_write(uint32_t start_address, function norflash_erase_resume (line 1328) | enum HAL_NORFLASH_RET_T norflash_erase_resume(int suspend) { function norflash_write_resume (line 1344) | enum HAL_NORFLASH_RET_T norflash_write_resume(int suspend) { function norflash_read (line 1351) | int norflash_read(uint32_t start_address, uint8_t *buffer, uint32_t len) { function norflash_sleep (line 1404) | void norflash_sleep(void) { function norflash_wakeup (line 1414) | void norflash_wakeup(void) { function norflash_init_status (line 1426) | int norflash_init_status(uint32_t status) { function norflash_set_block_protection (line 1436) | int norflash_set_block_protection(uint32_t bp) { function norflash_security_register_lock (line 1447) | int norflash_security_register_lock(uint32_t id) { function norflash_security_register_erase (line 1457) | enum HAL_NORFLASH_RET_T function norflash_security_register_write (line 1473) | enum HAL_NORFLASH_RET_T norflash_security_register_write(uint32_t start_... function norflash_security_register_read (line 1534) | int norflash_security_register_read(uint32_t start_address, uint8_t *buf... function norflash_security_register_enable_read (line 1566) | uint32_t norflash_security_register_enable_read(void) { function norflash_security_register_disable_read (line 1585) | void norflash_security_register_disable_read(uint32_t mode) { FILE: platform/drivers/norflash/norflash_drv.h type DRV_NORFLASH_ERASE_T (line 28) | enum DRV_NORFLASH_ERASE_T { type DRV_NORFLASH_W_STATUS_T (line 37) | enum DRV_NORFLASH_W_STATUS_T { type SPEED_RATIO_T (line 44) | enum SPEED_RATIO_T { type DRV_NORFLASH_CALIB_T (line 55) | enum DRV_NORFLASH_CALIB_T { type DRV_NORFLASH_W_STATUS_T (line 85) | enum DRV_NORFLASH_W_STATUS_T type NORFLASH_CFG_T (line 87) | struct NORFLASH_CFG_T { type HAL_NORFLASH_RET_T (line 109) | enum HAL_NORFLASH_RET_T type DRV_NORFLASH_CALIB_T (line 141) | enum DRV_NORFLASH_CALIB_T type HAL_NORFLASH_CONFIG_T (line 145) | struct HAL_NORFLASH_CONFIG_T type HAL_NORFLASH_RET_T (line 153) | enum HAL_NORFLASH_RET_T type DRV_NORFLASH_ERASE_T (line 153) | enum DRV_NORFLASH_ERASE_T type HAL_NORFLASH_RET_T (line 155) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_RET_T (line 157) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_RET_T (line 159) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_RET_T (line 175) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_RET_T (line 177) | enum HAL_NORFLASH_RET_T FILE: platform/drivers/norflash/norflash_en25s80b.c function en25s80b_en25s80b_reset (line 23) | en25s80b_en25s80b_reset(void) { function en25s80b_enter_OTP (line 67) | static void en25s80b_enter_OTP(void) { function en25s80b_exit_OTP (line 73) | static void en25s80b_exit_OTP(void) { function en25s80b_write_status_s0_s7 (line 79) | static void en25s80b_write_status_s0_s7(uint8_t status) { function en25s80b_write_status (line 83) | static int en25s80b_write_status(enum DRV_NORFLASH_W_STATUS_T type, type NORFLASH_CFG_T (line 108) | struct NORFLASH_CFG_T FILE: platform/drivers/norflash/norflash_gd25lq32c.c function gd25lq32c_write_status_s0_s15 (line 24) | static void gd25lq32c_write_status_s0_s15(uint16_t status, uint8_t len) { function gd25lq32c_write_status (line 28) | static int gd25lq32c_write_status(enum DRV_NORFLASH_W_STATUS_T type, type NORFLASH_CFG_T (line 99) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 145) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 191) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 237) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 283) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 336) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 372) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 412) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 460) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 508) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 556) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 608) | struct NORFLASH_CFG_T FILE: platform/drivers/norflash/norflash_gd25q32c.c function gd25q32c_write_status_s8_s15 (line 24) | static void gd25q32c_write_status_s8_s15(uint8_t status) { function gd25q32c_write_status_s0_s7 (line 28) | static void gd25q32c_write_status_s0_s7(uint8_t status) { function gd25q32c_write_status (line 32) | static int gd25q32c_write_status(enum DRV_NORFLASH_W_STATUS_T type, type NORFLASH_CFG_T (line 98) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 156) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 202) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 250) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 305) | struct NORFLASH_CFG_T type NORFLASH_CFG_T (line 351) | struct NORFLASH_CFG_T FILE: platform/hal/best2300p/hal_analogif_best2300p.c function hal_analogif_rawread (line 72) | static int BOOT_TEXT_SRAM_LOC hal_analogif_rawread(unsigned short reg, function hal_analogif_rawwrite (line 88) | static int BOOT_TEXT_SRAM_LOC hal_analogif_rawwrite(unsigned short reg, function hal_analogif_reg_read (line 101) | int BOOT_TEXT_SRAM_LOC hal_analogif_reg_read(unsigned short reg, function hal_analogif_reg_write (line 148) | int BOOT_TEXT_SRAM_LOC hal_analogif_reg_write(unsigned short reg, function hal_analogif_open (line 180) | hal_analogif_open(void) { FILE: platform/hal/best2300p/hal_cmu_best2300p.c type CMU_USB_CLK_SRC_T (line 59) | enum CMU_USB_CLK_SRC_T { type CMU_AUD_26M_X4_USER_T (line 70) | enum CMU_AUD_26M_X4_USER_T { type CMU_DEBUG_REG_SEL_T (line 77) | enum CMU_DEBUG_REG_SEL_T { type CP_STARTUP_CFG_T (line 87) | struct CP_STARTUP_CFG_T { type CMU_T (line 93) | struct CMU_T type CMU_T (line 93) | struct CMU_T type AONCMU_T (line 95) | struct AONCMU_T type AONCMU_T (line 95) | struct AONCMU_T type BTCMU_T (line 97) | struct BTCMU_T type BTCMU_T (line 98) | struct BTCMU_T type CP_STARTUP_CFG_T (line 100) | struct CP_STARTUP_CFG_T type CP_STARTUP_CFG_T (line 101) | struct CP_STARTUP_CFG_T type HAL_CMU_USB_CLOCK_SEL_T (line 114) | enum HAL_CMU_USB_CLOCK_SEL_T type HAL_CMU_LOW_SYS_FREQ_T (line 129) | enum HAL_CMU_LOW_SYS_FREQ_T function hal_cmu_audio_resample_enable (line 133) | void hal_cmu_audio_resample_enable(void) { function hal_cmu_audio_resample_disable (line 139) | void hal_cmu_audio_resample_disable(void) { function hal_cmu_get_audio_resample_status (line 145) | int hal_cmu_get_audio_resample_status(void) { function aocmu_reg_update_wait (line 153) | static inline void aocmu_reg_update_wait(void) { function hal_cmu_clock_enable (line 158) | int hal_cmu_clock_enable(enum HAL_CMU_MOD_ID_T id) { function hal_cmu_clock_disable (line 177) | int hal_cmu_clock_disable(enum HAL_CMU_MOD_ID_T id) { function hal_cmu_clock_get_status (line 195) | enum HAL_CMU_CLK_STATUS_T hal_cmu_clock_get_status(enum HAL_CMU_MOD_ID_T... function hal_cmu_clock_set_mode (line 215) | int hal_cmu_clock_set_mode(enum HAL_CMU_MOD_ID_T id, function hal_cmu_clock_get_mode (line 250) | enum HAL_CMU_CLK_MODE_T hal_cmu_clock_get_mode(enum HAL_CMU_MOD_ID_T id) { function hal_cmu_reset_set (line 270) | int hal_cmu_reset_set(enum HAL_CMU_MOD_ID_T id) { function hal_cmu_reset_clear (line 288) | int hal_cmu_reset_clear(enum HAL_CMU_MOD_ID_T id) { function hal_cmu_reset_get_status (line 309) | enum HAL_CMU_RST_STATUS_T hal_cmu_reset_get_status(enum HAL_CMU_MOD_ID_T... function hal_cmu_reset_pulse (line 329) | int hal_cmu_reset_pulse(enum HAL_CMU_MOD_ID_T id) { function hal_cmu_timer_set_div (line 363) | int hal_cmu_timer_set_div(enum HAL_CMU_TIMER_ID_T id, uint32_t div) { function hal_cmu_timer0_select_fast (line 394) | hal_cmu_timer0_select_fast(void) { function hal_cmu_timer0_select_slow (line 405) | hal_cmu_timer0_select_slow(void) { function hal_cmu_timer1_select_fast (line 416) | hal_cmu_timer1_select_fast(void) { function hal_cmu_timer1_select_slow (line 425) | hal_cmu_timer1_select_slow(void) { function hal_cmu_timer2_select_fast (line 434) | void hal_cmu_timer2_select_fast(void) { function hal_cmu_timer2_select_slow (line 443) | void hal_cmu_timer2_select_slow(void) { function hal_cmu_sdmmc_set_pll_div (line 452) | int hal_cmu_sdmmc_set_pll_div(uint32_t div) { function hal_cmu_low_sys_clock_set (line 600) | void hal_cmu_low_sys_clock_set(enum HAL_CMU_LOW_SYS_FREQ_T freq) { function hal_cmu_fast_timer_offline (line 613) | int hal_cmu_fast_timer_offline(void) { function hal_cmu_osc_to_dig_x4_enable (line 617) | static void hal_cmu_osc_to_dig_x4_enable(void) { function hal_cmu_osc_to_dig_x4_disable (line 624) | static void hal_cmu_osc_to_dig_x4_disable(void) { function hal_cmu_sys_set_freq (line 635) | int hal_cmu_sys_set_freq(enum HAL_CMU_FREQ_T freq) { function hal_cmu_mem_set_freq (line 752) | int hal_cmu_mem_set_freq(enum HAL_CMU_FREQ_T freq) { return 0; } type HAL_CMU_FREQ_T (line 754) | enum HAL_CMU_FREQ_T function hal_cmu_sys_get_freq (line 754) | hal_cmu_sys_get_freq(void) { function hal_cmu_flash_select_pll (line 785) | int BOOT_TEXT_SRAM_LOC hal_cmu_flash_select_pll(enum HAL_CMU_PLL_T pll) { function hal_cmu_mem_select_pll (line 789) | int hal_cmu_mem_select_pll(enum HAL_CMU_PLL_T pll) { function hal_cmu_sys_select_pll (line 794) | int BOOT_TEXT_SRAM_LOC hal_cmu_sys_select_pll(enum HAL_CMU_PLL_T pll) { function hal_cmu_get_pll_status (line 812) | int hal_cmu_get_pll_status(enum HAL_CMU_PLL_T pll) { function hal_cmu_pll_enable (line 818) | int hal_cmu_pll_enable(enum HAL_CMU_PLL_T pll, enum HAL_CMU_PLL_USER_T u... function hal_cmu_pll_disable (line 907) | int hal_cmu_pll_disable(enum HAL_CMU_PLL_T pll, enum HAL_CMU_PLL_USER_T ... function hal_cmu_low_freq_mode_init (line 948) | hal_cmu_low_freq_mode_init(void) { function hal_cmu_low_freq_mode_enable (line 964) | void hal_cmu_low_freq_mode_enable(enum HAL_CMU_FREQ_T old_freq, function hal_cmu_low_freq_mode_disable (line 998) | void hal_cmu_low_freq_mode_disable(enum HAL_CMU_FREQ_T old_freq, function hal_cmu_codec_adc_set_div (line 1033) | int hal_cmu_codec_adc_set_div(uint32_t div) { function hal_cmu_codec_adc_get_div (line 1049) | uint32_t hal_cmu_codec_adc_get_div(void) { function hal_cmu_codec_dac_set_div (line 1053) | int hal_cmu_codec_dac_set_div(uint32_t div) { function hal_cmu_codec_dac_get_div (line 1057) | uint32_t hal_cmu_codec_dac_get_div(void) { function hal_cmu_audio_26m_x4_enable (line 1063) | void hal_cmu_audio_26m_x4_enable(enum CMU_AUD_26M_X4_USER_T user) { function hal_cmu_audio_26m_x4_disable (line 1080) | void hal_cmu_audio_26m_x4_disable(enum CMU_AUD_26M_X4_USER_T user) { function hal_cmu_codec_iir_enable (line 1100) | void hal_cmu_codec_iir_enable(uint32_t speed) { function hal_cmu_codec_iir_disable (line 1150) | void hal_cmu_codec_iir_disable(void) { function hal_cmu_codec_iir_set_div (line 1167) | int hal_cmu_codec_iir_set_div(uint32_t div) { function hal_cmu_codec_rs_enable (line 1183) | void hal_cmu_codec_rs_enable(uint32_t speed) { function hal_cmu_codec_rs_disable (line 1235) | void hal_cmu_codec_rs_disable(void) { function hal_cmu_codec_rs_set_div (line 1256) | int hal_cmu_codec_rs_set_div(uint32_t div) { function hal_cmu_anc_enable (line 1272) | void hal_cmu_anc_enable(enum HAL_CMU_ANC_CLK_USER_T user) { function hal_cmu_anc_disable (line 1276) | void hal_cmu_anc_disable(enum HAL_CMU_ANC_CLK_USER_T user) { function hal_cmu_anc_get_status (line 1280) | int hal_cmu_anc_get_status(enum HAL_CMU_ANC_CLK_USER_T user) { function hal_cmu_codec_clock_enable (line 1284) | void hal_cmu_codec_clock_enable(void) { function hal_cmu_codec_clock_disable (line 1319) | void hal_cmu_codec_clock_disable(void) { function hal_cmu_codec_vad_clock_enable (line 1345) | void hal_cmu_codec_vad_clock_enable(uint32_t enabled) { function hal_cmu_codec_reset_set (line 1355) | void hal_cmu_codec_reset_set(void) { function hal_cmu_codec_reset_clear (line 1359) | void hal_cmu_codec_reset_clear(void) { function hal_cmu_codec_set_fault_mask (line 1364) | void hal_cmu_codec_set_fault_mask(uint32_t msk) { function hal_cmu_i2s_clock_out_enable (line 1373) | void hal_cmu_i2s_clock_out_enable(enum HAL_I2S_ID_T id) { function hal_cmu_i2s_clock_out_disable (line 1388) | void hal_cmu_i2s_clock_out_disable(enum HAL_I2S_ID_T id) { function hal_cmu_i2s_set_slave_mode (line 1403) | void hal_cmu_i2s_set_slave_mode(enum HAL_I2S_ID_T id) { function hal_cmu_i2s_set_master_mode (line 1418) | void hal_cmu_i2s_set_master_mode(enum HAL_I2S_ID_T id) { function hal_cmu_i2s_clock_enable (line 1433) | void hal_cmu_i2s_clock_enable(enum HAL_I2S_ID_T id) { function hal_cmu_i2s_clock_disable (line 1451) | void hal_cmu_i2s_clock_disable(enum HAL_I2S_ID_T id) { function hal_cmu_i2s_set_div (line 1469) | int hal_cmu_i2s_set_div(enum HAL_I2S_ID_T id, uint32_t div) { function hal_cmu_pcm_clock_out_enable (line 1495) | void hal_cmu_pcm_clock_out_enable(void) { function hal_cmu_pcm_clock_out_disable (line 1503) | void hal_cmu_pcm_clock_out_disable(void) { function hal_cmu_pcm_set_slave_mode (line 1511) | void hal_cmu_pcm_set_slave_mode(int clk_pol) { function hal_cmu_pcm_set_master_mode (line 1529) | void hal_cmu_pcm_set_master_mode(void) { function hal_cmu_pcm_clock_enable (line 1537) | void hal_cmu_pcm_clock_enable(void) { function hal_cmu_pcm_clock_disable (line 1545) | void hal_cmu_pcm_clock_disable(void) { function hal_cmu_pcm_set_div (line 1553) | int hal_cmu_pcm_set_div(uint32_t div) { function hal_cmu_spdif_clock_enable (line 1572) | int hal_cmu_spdif_clock_enable(enum HAL_SPDIF_ID_T id) { function hal_cmu_spdif_clock_disable (line 1588) | int hal_cmu_spdif_clock_disable(enum HAL_SPDIF_ID_T id) { function hal_cmu_spdif_set_div (line 1605) | int hal_cmu_spdif_set_div(enum HAL_SPDIF_ID_T id, uint32_t div) { function hal_cmu_usb_set_device_mode (line 1630) | void hal_cmu_usb_set_device_mode(void) { function hal_cmu_usb_set_host_mode (line 1638) | void hal_cmu_usb_set_host_mode(void) { function hal_cmu_usb_rom_set_clock_source (line 1647) | void hal_cmu_usb_rom_set_clock_source(enum HAL_CMU_USB_CLOCK_SEL_T sel) { function hal_cmu_usb_get_clock_source (line 1652) | static uint32_t hal_cmu_usb_get_clock_source(void) { function hal_cmu_usb_clock_enable (line 1706) | void hal_cmu_usb_clock_enable(void) { function hal_cmu_usb_clock_disable (line 1746) | void hal_cmu_usb_clock_disable(void) { function hal_cmu_apb_init_div (line 1773) | hal_cmu_apb_init_div(void) { function hal_cmu_periph_set_div (line 1778) | int hal_cmu_periph_set_div(uint32_t div) { function hal_cmu_ispi_set_freq (line 1855) | int hal_cmu_ispi_set_freq(enum HAL_CMU_PERIPH_FREQ_T freq) { function hal_cmu_clock_out_enable (line 1872) | int hal_cmu_clock_out_enable(enum HAL_CMU_CLOCK_OUT_ID_T id) { function hal_cmu_clock_out_disable (line 1923) | void hal_cmu_clock_out_disable(void) { function hal_cmu_i2s_mclk_enable (line 1931) | int hal_cmu_i2s_mclk_enable(enum HAL_CMU_I2S_MCLK_ID_T id) { function hal_cmu_i2s_mclk_disable (line 1943) | void hal_cmu_i2s_mclk_disable(void) { function hal_cmu_pwm_set_freq (line 1951) | int hal_cmu_pwm_set_freq(enum HAL_PWM_ID_T id, uint32_t freq) { function hal_cmu_jtag_enable (line 2007) | void hal_cmu_jtag_enable(void) { function hal_cmu_jtag_disable (line 2015) | void hal_cmu_jtag_disable(void) { function hal_cmu_jtag_clock_enable (line 2023) | void hal_cmu_jtag_clock_enable(void) { function hal_cmu_jtag_clock_disable (line 2027) | void hal_cmu_jtag_clock_disable(void) { function hal_cmu_rom_clock_init (line 2031) | void hal_cmu_rom_clock_init(void) { function hal_cmu_init_chip_feature (line 2041) | void hal_cmu_init_chip_feature(uint16_t feature) { function hal_cmu_osc_x2_enable (line 2045) | hal_cmu_osc_x2_enable(void) { function hal_cmu_osc_x4_enable (line 2053) | hal_cmu_osc_x4_enable(void) { function hal_cmu_module_init_state (line 2063) | hal_cmu_module_init_state(void) { function hal_cmu_ema_init (line 2199) | hal_cmu_ema_init(void) { function hal_cmu_lpu_wait_26m_ready (line 2203) | void hal_cmu_lpu_wait_26m_ready(void) { function hal_cmu_lpu_busy (line 2208) | int hal_cmu_lpu_busy(void) { function hal_cmu_lpu_init (line 2220) | int BOOT_TEXT_FLASH_LOC hal_cmu_lpu_init(enum HAL_CMU_LPU_CLK_CFG_T cfg) { function hal_cmu_lpu_sleep_pd (line 2279) | hal_cmu_lpu_sleep_pd(void) { function __STATIC_FORCEINLINE (line 2458) | __STATIC_FORCEINLINE void cpu_sleep(uint32_t wakeup_cfg) { function hal_cmu_lpu_sleep_normal (line 2485) | static int SRAM_TEXT_LOC function hal_cmu_lpu_sleep (line 2703) | int SRAM_TEXT_LOC hal_cmu_lpu_sleep(enum HAL_CMU_LPU_SLEEP_MODE_T mode) { function SRAM_TEXT_LOC (line 2714) | SRAM_TEXT_LOC function hal_cmu_bt_clock_enable (line 2717) | void hal_cmu_bt_clock_enable(void) { function hal_cmu_bt_clock_disable (line 2724) | void hal_cmu_bt_clock_disable(void) { function hal_cmu_bt_reset_set (line 2730) | void hal_cmu_bt_reset_set(void) { function hal_cmu_bt_reset_clear (line 2734) | void hal_cmu_bt_reset_clear(void) { function hal_cmu_bt_module_init (line 2739) | void hal_cmu_bt_module_init(void) { function hal_cmu_get_aon_chip_id (line 2743) | uint32_t hal_cmu_get_aon_chip_id(void) { return aoncmu->CHIP_ID; } function hal_cmu_get_aon_revision_id (line 2745) | uint32_t hal_cmu_get_aon_revision_id(void) { function hal_cmu_cp_enable (line 2749) | void hal_cmu_cp_enable(uint32_t sp, uint32_t entry) { function hal_cmu_cp_disable (line 2758) | void hal_cmu_cp_disable(void) { function hal_cmu_cp_get_entry_addr (line 2763) | uint32_t hal_cmu_cp_get_entry_addr(void) { return cp_cfg->entry; } FILE: platform/hal/best2300p/hal_cmu_best2300p.h type HAL_CMU_MOD_ID_T (line 30) | enum HAL_CMU_MOD_ID_T { type HAL_CMU_CLOCK_OUT_ID_T (line 164) | enum HAL_CMU_CLOCK_OUT_ID_T { type HAL_CMU_I2S_MCLK_ID_T (line 210) | enum HAL_CMU_I2S_MCLK_ID_T { type HAL_I2S_ID_T (line 221) | enum HAL_I2S_ID_T { type HAL_CMU_ANC_CLK_USER_T (line 229) | enum HAL_CMU_ANC_CLK_USER_T { type HAL_CMU_LOW_SYS_FREQ_T (line 235) | enum HAL_CMU_LOW_SYS_FREQ_T { type HAL_CMU_LOW_SYS_FREQ_T (line 243) | enum HAL_CMU_LOW_SYS_FREQ_T type HAL_CMU_ANC_CLK_USER_T (line 247) | enum HAL_CMU_ANC_CLK_USER_T type HAL_CMU_ANC_CLK_USER_T (line 249) | enum HAL_CMU_ANC_CLK_USER_T type HAL_CMU_ANC_CLK_USER_T (line 251) | enum HAL_CMU_ANC_CLK_USER_T FILE: platform/hal/best2300p/hal_codec_best2300p.c type CODEC_ADC_EN_REQ_T (line 149) | enum CODEC_ADC_EN_REQ_T { type CODEC_IRQ_TYPE_T (line 157) | enum CODEC_IRQ_TYPE_T { type CODEC_DAC_DRE_CFG_T (line 165) | struct CODEC_DAC_DRE_CFG_T { type CODEC_DAC_SAMPLE_RATE_T (line 173) | struct CODEC_DAC_SAMPLE_RATE_T { type CODEC_DAC_SAMPLE_RATE_T (line 183) | struct CODEC_DAC_SAMPLE_RATE_T type CODEC_ADC_SAMPLE_RATE_T (line 219) | struct CODEC_ADC_SAMPLE_RATE_T { type CODEC_ADC_SAMPLE_RATE_T (line 228) | struct CODEC_ADC_SAMPLE_RATE_T type CODEC_T (line 264) | struct CODEC_T type CODEC_T (line 264) | struct CODEC_T type AUD_CHANNEL_MAP_T (line 425) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 457) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 458) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 459) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 460) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 461) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 463) | enum AUD_CHANNEL_MAP_T type HAL_CODEC_PERF_TEST_POWER_T (line 502) | enum HAL_CODEC_PERF_TEST_POWER_T type AUD_VAD_TYPE_T (line 515) | enum AUD_VAD_TYPE_T type dac_classg_cfg (line 523) | struct dac_classg_cfg type CODEC_DAC_DRE_CFG_T (line 535) | struct CODEC_DAC_DRE_CFG_T type AUD_CHANNEL_MAP_T (line 544) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 546) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 549) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 551) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 552) | enum AUD_CHANNEL_MAP_T type AUD_CHANNEL_MAP_T (line 554) | enum AUD_CHANNEL_MAP_T function hal_codec_reg_update_delay (line 565) | static void hal_codec_reg_update_delay(void) { hal_sys_timer_delay_us(2); } function hal_codec_classg_config (line 568) | void hal_codec_classg_config(const struct dac_classg_cfg *cfg) { function hal_codec_classg_enable (line 572) | static void hal_codec_classg_enable(bool en) { function hal_codec_dac_dc_offset_enable (line 617) | static void hal_codec_dac_dc_offset_enable(int32_t dc_l, int32_t dc_r) { function hal_codec_min_phase_init (line 627) | static void hal_codec_min_phase_init(void) { function hal_codec_min_phase_term (line 691) | static void hal_codec_min_phase_term(void) { function hal_codec_open (line 696) | int hal_codec_open(enum HAL_CODEC_ID_T id) { function hal_codec_close (line 886) | int hal_codec_close(enum HAL_CODEC_ID_T id) { function hal_codec_crash_mute (line 918) | void hal_codec_crash_mute(void) { function hal_codec_dac_dre_enable (line 925) | static void hal_codec_dac_dre_enable(void) { function hal_codec_dac_dre_disable (line 959) | static void hal_codec_dac_dre_disable(void) { function hal_codec_update_perf_test_power (line 966) | static void hal_codec_update_perf_test_power(void) { function hal_codec_dac_gain_m60db_check (line 1016) | void hal_codec_dac_gain_m60db_check(enum HAL_CODEC_PERF_TEST_POWER_T typ... function hal_codec_set_noise_reduction (line 1028) | void hal_codec_set_noise_reduction(bool enable) { function hal_codec_stop_playback_stream (line 1067) | void hal_codec_stop_playback_stream(enum HAL_CODEC_ID_T id) { type HAL_CODEC_ID_T (line 1099) | enum HAL_CODEC_ID_T function hal_codec_capture_enable_delay (line 1208) | void hal_codec_capture_enable_delay(void) { function hal_codec_capture_enable (line 1212) | void hal_codec_capture_enable(void) { codec->REG_080 |= CODEC_CODEC_ADC_... function hal_codec_start_stream (line 1215) | int hal_codec_start_stream(enum HAL_CODEC_ID_T id, enum AUD_STREAM_T str... function hal_codec_stop_stream (line 1244) | int hal_codec_stop_stream(enum HAL_CODEC_ID_T id, enum AUD_STREAM_T stre... function hal_codec_dsd_enable (line 1265) | void hal_codec_dsd_enable(void) { dsd_enabled = true; } function hal_codec_dsd_disable (line 1267) | void hal_codec_dsd_disable(void) { dsd_enabled = false; } function hal_codec_dsd_cfg_start (line 1269) | static void hal_codec_dsd_cfg_start(void) { function hal_codec_dsd_cfg_stop (line 1319) | static void hal_codec_dsd_cfg_stop(void) { function hal_codec_resample_clock_enable (line 1336) | void hal_codec_resample_clock_enable(enum AUD_STREAM_T stream) { function hal_codec_resample_clock_disable (line 1367) | void hal_codec_resample_clock_disable(enum AUD_STREAM_T stream) { function hal_codec_enable_dig_mic (line 1378) | static void hal_codec_enable_dig_mic(enum AUD_CHANNEL_MAP_T mic_map) { function hal_codec_disable_dig_mic (line 1395) | static void hal_codec_disable_dig_mic(void) { function hal_codec_set_ec_down_sel (line 1399) | static void hal_codec_set_ec_down_sel(bool dac_rate_valid) { function hal_codec_ec_enable (line 1459) | static void hal_codec_ec_enable(void) { function hal_codec_ec_disable (line 1494) | static void hal_codec_ec_disable(void) { function hal_codec_start_interface (line 1504) | int hal_codec_start_interface(enum HAL_CODEC_ID_T id, enum AUD_STREAM_T ... function hal_codec_stop_interface (line 1695) | int hal_codec_stop_interface(enum HAL_CODEC_ID_T id, enum AUD_STREAM_T s... function hal_codec_set_dac_gain_value (line 1794) | static void hal_codec_set_dac_gain_value(enum AUD_CHANNEL_MAP_T map, function hal_codec_get_dac_gain (line 1809) | void hal_codec_get_dac_gain(float *left_gain, float *right_gain) { function hal_codec_dac_mute (line 1828) | void hal_codec_dac_mute(bool mute) { function db_to_amplitude_ratio (line 1842) | static float db_to_amplitude_ratio(int32_t db) { function digdac_gain_to_float (line 1859) | static float digdac_gain_to_float(int32_t gain) { function hal_codec_set_dig_dac_gain (line 1888) | static void hal_codec_set_dig_dac_gain(enum AUD_CHANNEL_MAP_T map, function hal_codec_restore_dig_dac_gain (line 1926) | static void hal_codec_restore_dig_dac_gain(void) { function hal_codec_set_sw_gain (line 1936) | static void hal_codec_set_sw_gain(int32_t gain) { function hal_codec_set_sw_output_coef_callback (line 1955) | void hal_codec_set_sw_output_coef_callback( function hal_codec_set_adc_gain_value (line 1961) | static void hal_codec_set_adc_gain_value(enum AUD_CHANNEL_MAP_T map, function hal_codec_set_dig_adc_gain (line 1977) | static void hal_codec_set_dig_adc_gain(enum AUD_CHANNEL_MAP_T map, function hal_codec_restore_dig_adc_gain (line 2032) | static void hal_codec_restore_dig_adc_gain(void) { function hal_codec_get_adc_gain (line 2040) | static void POSSIBLY_UNUSED hal_codec_get_adc_gain(enum AUD_CHANNEL_MAP_... function hal_codec_adc_mute (line 2063) | void hal_codec_adc_mute(bool mute) { function hal_codec_set_chan_vol (line 2073) | int hal_codec_set_chan_vol(enum AUD_STREAM_T stream, function hal_codec_set_dac_hbf_bypass_cnt (line 2126) | static int hal_codec_set_dac_hbf_bypass_cnt(uint32_t cnt) { function hal_codec_set_dac_up (line 2151) | static int hal_codec_set_dac_up(uint32_t val) { function hal_codec_get_dac_up (line 2171) | hal_codec_get_dac_up(void) { function hal_codec_set_adc_down (line 2188) | static int hal_codec_set_adc_down(enum AUD_CHANNEL_MAP_T map, uint32_t v... function hal_codec_set_adc_hbf_bypass_cnt (line 2209) | static int hal_codec_set_adc_hbf_bypass_cnt(enum AUD_CHANNEL_MAP_T map, function get_playback_resample_phase (line 2236) | static float get_playback_resample_phase(void) { function get_capture_resample_phase (line 2242) | static float get_capture_resample_phase(void) { function resample_phase_float_to_value (line 2248) | static uint32_t resample_phase_float_to_value(float phase) { function resample_phase_value_to_float (line 2257) | static float POSSIBLY_UNUSED resample_phase_value_to_float(uint32_t valu... function hal_codec_set_sidetone_adc_chan (line 2264) | static void hal_codec_set_sidetone_adc_chan(enum AUD_CHANNEL_MAP_T chan_... function hal_codec_setup_stream (line 2277) | int hal_codec_setup_stream(enum HAL_CODEC_ID_T id, enum AUD_STREAM_T str... function hal_codec_anc_adc_enable (line 3068) | int hal_codec_anc_adc_enable(enum ANC_TYPE_T type) { function hal_codec_anc_adc_disable (line 3175) | int hal_codec_anc_adc_disable(enum ANC_TYPE_T type) { function hal_codec_anc_convert_rate (line 3244) | enum AUD_SAMPRATE_T hal_codec_anc_convert_rate(enum AUD_SAMPRATE_T rate) { function hal_codec_anc_dma_enable (line 3256) | int hal_codec_anc_dma_enable(enum HAL_CODEC_ID_T id) { return 0; } function hal_codec_anc_dma_disable (line 3258) | int hal_codec_anc_dma_disable(enum HAL_CODEC_ID_T id) { return 0; } function hal_codec_aux_mic_dma_enable (line 3260) | int hal_codec_aux_mic_dma_enable(enum HAL_CODEC_ID_T id) { return 0; } function hal_codec_aux_mic_dma_disable (line 3262) | int hal_codec_aux_mic_dma_disable(enum HAL_CODEC_ID_T id) { return 0; } function hal_codec_get_alg_dac_shift (line 3264) | uint32_t hal_codec_get_alg_dac_shift(void) { return 0; } function hal_codec_set_anc_boost_gain_attn (line 3267) | void hal_codec_set_anc_boost_gain_attn(float attn) { function hal_codec_apply_anc_adc_gain_offset (line 3278) | void hal_codec_apply_anc_adc_gain_offset(enum ANC_TYPE_T type, int8_t of... function hal_codec_set_dac_dc_gain_attn (line 3345) | void hal_codec_set_dac_dc_gain_attn(float attn) { dac_dc_gain_attn = att... function hal_codec_set_dac_dc_offset (line 3347) | void hal_codec_set_dac_dc_offset(int16_t dc_l, int16_t dc_r) { function hal_codec_set_dac_reset_callback (line 3363) | void hal_codec_set_dac_reset_callback(HAL_CODEC_DAC_RESET_CALLBACK callb... function hal_codec_get_adc_chan (line 3367) | static uint32_t POSSIBLY_UNUSED function hal_codec_sidetone_enable (line 3415) | void hal_codec_sidetone_enable(void) { function hal_codec_sidetone_disable (line 3482) | void hal_codec_sidetone_disable(void) { function hal_codec_sidetone_gain_ramp_up (line 3497) | int hal_codec_sidetone_gain_ramp_up(float step) { function hal_codec_sidetone_gain_ramp_down (line 3518) | int hal_codec_sidetone_gain_ramp_down(float step) { function hal_codec_select_adc_iir_mic (line 3539) | void hal_codec_select_adc_iir_mic(uint32_t index, function hal_codec_min_phase_mode_enable (line 3563) | void hal_codec_min_phase_mode_enable(enum AUD_STREAM_T stream) { function hal_codec_min_phase_mode_disable (line 3573) | void hal_codec_min_phase_mode_disable(enum AUD_STREAM_T stream) { function hal_codec_sync_dac_enable (line 3583) | void hal_codec_sync_dac_enable(enum HAL_CODEC_SYNC_TYPE_T type) { function hal_codec_sync_dac_disable (line 3593) | void hal_codec_sync_dac_disable(void) { function hal_codec_sync_adc_enable (line 3604) | void hal_codec_sync_adc_enable(enum HAL_CODEC_SYNC_TYPE_T type) { function hal_codec_sync_adc_disable (line 3614) | void hal_codec_sync_adc_disable(void) { function hal_codec_sync_dac_resample_rate_enable (line 3625) | void hal_codec_sync_dac_resample_rate_enable(enum HAL_CODEC_SYNC_TYPE_T ... function hal_codec_sync_dac_resample_rate_disable (line 3630) | void hal_codec_sync_dac_resample_rate_disable(void) { function hal_codec_sync_adc_resample_rate_enable (line 3636) | void hal_codec_sync_adc_resample_rate_enable(enum HAL_CODEC_SYNC_TYPE_T ... function hal_codec_sync_adc_resample_rate_disable (line 3641) | void hal_codec_sync_adc_resample_rate_disable(void) { function hal_codec_sync_dac_gain_enable (line 3647) | void hal_codec_sync_dac_gain_enable(enum HAL_CODEC_SYNC_TYPE_T type) { function hal_codec_sync_dac_gain_disable (line 3652) | void hal_codec_sync_dac_gain_disable(void) { function hal_codec_sync_adc_gain_enable (line 3658) | void hal_codec_sync_adc_gain_enable(enum HAL_CODEC_SYNC_TYPE_T type) {} function hal_codec_sync_adc_gain_disable (line 3660) | void hal_codec_sync_adc_gain_disable(void) {} function hal_codec_gpio_trigger_debounce_enable (line 3662) | void hal_codec_gpio_trigger_debounce_enable(void) { function hal_codec_gpio_trigger_debounce_disable (line 3668) | void hal_codec_gpio_trigger_debounce_disable(void) { function hal_codec_timer_get (line 3675) | uint32_t hal_codec_timer_get(void) { function hal_codec_timer_ticks_to_us (line 3683) | uint32_t hal_codec_timer_ticks_to_us(uint32_t ticks) { function hal_codec_timer_trigger_read (line 3691) | void hal_codec_timer_trigger_read(void) { function hal_codec_dac_sdm_reset_set (line 3700) | int hal_codec_dac_sdm_reset_set(void) { function hal_codec_dac_sdm_reset_clear (line 3717) | int hal_codec_dac_sdm_reset_clear(void) { function hal_codec_tune_resample_rate (line 3732) | void hal_codec_tune_resample_rate(enum AUD_STREAM_T stream, float ratio) { function hal_codec_tune_both_resample_rate (line 3764) | void hal_codec_tune_both_resample_rate(float ratio) { function hal_codec_select_clock_out (line 3812) | int hal_codec_select_clock_out(uint32_t cfg) { function hal_codec_setup_mc (line 3829) | void hal_codec_setup_mc(enum AUD_CHANNEL_NUM_T channel_num, function hal_codec_swap_output (line 3845) | void hal_codec_swap_output(bool swap) { function hal_codec_config_digmic_phase (line 3859) | int hal_codec_config_digmic_phase(uint8_t phase) { function hal_codec_general_irq_handler (line 3866) | static void hal_codec_general_irq_handler(void) { function hal_codec_set_irq_handler (line 3881) | static void hal_codec_set_irq_handler(enum CODEC_IRQ_TYPE_T type, function hal_codec_anc_fb_check_set_irq_handler (line 3910) | void hal_codec_anc_fb_check_set_irq_handler(HAL_CODEC_IRQ_CALLBACK cb) { function hal_codec_vad_set_udc (line 3919) | static inline void hal_codec_vad_set_udc(int v) { function hal_codec_vad_set_upre (line 3924) | static inline void hal_codec_vad_set_upre(int v) { function hal_codec_vad_set_frame_len (line 3929) | static inline void hal_codec_vad_set_frame_len(int v) { function hal_codec_vad_set_mvad (line 3934) | static inline void hal_codec_vad_set_mvad(int v) { function hal_codec_vad_set_pre_gain (line 3939) | static inline void hal_codec_vad_set_pre_gain(int v) { function hal_codec_vad_set_sth (line 3944) | static inline void hal_codec_vad_set_sth(int v) { function hal_codec_vad_set_frame_th1 (line 3949) | static inline void hal_codec_vad_set_frame_th1(int v) { function hal_codec_vad_set_frame_th2 (line 3954) | static inline void hal_codec_vad_set_frame_th2(int v) { function hal_codec_vad_set_frame_th3 (line 3959) | static inline void hal_codec_vad_set_frame_th3(int v) { function hal_codec_vad_set_range1 (line 3964) | static inline void hal_codec_vad_set_range1(int v) { function hal_codec_vad_set_range2 (line 3969) | static inline void hal_codec_vad_set_range2(int v) { function hal_codec_vad_set_range3 (line 3974) | static inline void hal_codec_vad_set_range3(int v) { function hal_codec_vad_set_range4 (line 3979) | static inline void hal_codec_vad_set_range4(int v) { function hal_codec_vad_set_psd_th1 (line 3984) | static inline void hal_codec_vad_set_psd_th1(int v) { function hal_codec_vad_set_psd_th2 (line 3989) | static inline void hal_codec_vad_set_psd_th2(int v) { function hal_codec_vad_en (line 3994) | static inline void hal_codec_vad_en(int enable) { function hal_codec_vad_bypass_ds (line 4003) | static inline void hal_codec_vad_bypass_ds(int bypass) { function hal_codec_vad_bypass_dc (line 4010) | static inline void hal_codec_vad_bypass_dc(int bypass) { function hal_codec_vad_bypass_pre (line 4017) | static inline void hal_codec_vad_bypass_pre(int bypass) { function hal_codec_vad_dig_mode (line 4024) | static inline void hal_codec_vad_dig_mode(int enable) { function hal_codec_vad_adc_en (line 4031) | static inline void hal_codec_vad_adc_en(int enable) { function hal_codec_vad_irq_en (line 4047) | static inline void hal_codec_vad_irq_en(int enable) { function hal_codec_vad_adc_if_en (line 4057) | static inline void hal_codec_vad_adc_if_en(int enable) { function hal_codec_vad_adc_down (line 4067) | static inline void hal_codec_vad_adc_down(int v) { function hal_codec_vad_reg_dump (line 4076) | void hal_codec_vad_reg_dump(void) { function hal_codec_vad_data_info (line 4094) | static inline void hal_codec_vad_data_info(uint32_t *data_cnt, function hal_codec_vad_recv_data (line 4107) | uint32_t hal_codec_vad_recv_data(uint8_t *dst, uint32_t dst_size) { function hal_codec_get_vad_data_info (line 4147) | void hal_codec_get_vad_data_info(struct CODEC_VAD_BUF_INFO_T *vad_buf_in... function hal_codec_vad_isr (line 4154) | static void hal_codec_vad_isr(uint32_t irq_status) { function hal_codec_vad_config (line 4166) | int hal_codec_vad_config(const struct AUD_VAD_CONFIG_T *conf) { function hal_codec_vad_open (line 4263) | int hal_codec_vad_open(const struct AUD_VAD_CONFIG_T *conf) { function hal_codec_vad_close (line 4277) | int hal_codec_vad_close(void) { function hal_codec_vad_start (line 4293) | int hal_codec_vad_start(void) { function hal_codec_vad_stop (line 4318) | int hal_codec_vad_stop(void) { function hal_codec_bt_trigger_isr (line 4342) | static void hal_codec_bt_trigger_isr(uint32_t irq_status) { function hal_codec_bt_trigger_irq_en (line 4355) | static inline void hal_codec_bt_trigger_irq_en(int enable) { function hal_codec_set_bt_trigger_callback (line 4364) | void hal_codec_set_bt_trigger_callback(HAL_CODEC_BT_TRIGGER_CALLBACK cal... function hal_codec_bt_trigger_start (line 4368) | int hal_codec_bt_trigger_start(void) { function hal_codec_bt_trigger_stop (line 4384) | int hal_codec_bt_trigger_stop(void) { FILE: platform/hal/best2300p/hal_dmacfg_best2300p.h type HAL_DMA_PERIPH_T (line 52) | enum HAL_DMA_PERIPH_T type HAL_DMA_PERIPH_T (line 95) | enum HAL_DMA_PERIPH_T FILE: platform/hal/best2300p/hal_iomux_best2300p.c type HAL_IOMUX_FUNCTION_T (line 150) | enum HAL_IOMUX_FUNCTION_T type IOMUX_T (line 442) | struct IOMUX_T type IOMUX_T (line 442) | struct IOMUX_T type HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T (line 456) | enum HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T function hal_iomux_set_default_config (line 460) | void hal_iomux_set_default_config(void) { function hal_iomux_check (line 485) | uint32_t hal_iomux_check(const struct HAL_IOMUX_PIN_FUNCTION_MAP *map, function hal_iomux_init (line 493) | uint32_t hal_iomux_init(const struct HAL_IOMUX_PIN_FUNCTION_MAP *map, function hal_iomux_set_dig_mic_clock_pin (line 518) | void hal_iomux_set_dig_mic_clock_pin(enum HAL_IOMUX_PIN_T pin) { function hal_iomux_set_dig_mic_data0_pin (line 521) | void hal_iomux_set_dig_mic_data0_pin(enum HAL_IOMUX_PIN_T pin) { function hal_iomux_set_dig_mic_data1_pin (line 525) | void hal_iomux_set_dig_mic_data1_pin(enum HAL_IOMUX_PIN_T pin) { function hal_iomux_set_dig_mic_data2_pin (line 529) | void hal_iomux_set_dig_mic_data2_pin(enum HAL_IOMUX_PIN_T pin) { function hal_iomux_set_function (line 534) | uint32_t hal_iomux_set_function(enum HAL_IOMUX_PIN_T pin, function hal_iomux_get_function (line 612) | enum HAL_IOMUX_FUNCTION_T hal_iomux_get_function(enum HAL_IOMUX_PIN_T pi... function hal_iomux_set_io_voltage_domains (line 616) | uint32_t function hal_iomux_set_io_pull_select (line 630) | uint32_t function hal_iomux_set_sdmmc_dt_n_out_group (line 652) | void hal_iomux_set_sdmmc_dt_n_out_group(int enable) {} function hal_iomux_set_uart0_voltage (line 654) | void hal_iomux_set_uart0_voltage(enum HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T vo... function hal_iomux_set_uart1_voltage (line 658) | void hal_iomux_set_uart1_voltage(enum HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T vo... function hal_iomux_uart0_connected (line 660) | bool hal_iomux_uart0_connected(void) { function hal_iomux_uart1_connected (line 707) | bool hal_iomux_uart1_connected(void) { function hal_iomux_set_uart0 (line 744) | void hal_iomux_set_uart0(void) { function hal_iomux_set_uart1 (line 768) | void hal_iomux_set_uart1(void) { function hal_iomux_set_uart2 (line 784) | void hal_iomux_set_uart2(void) {} function hal_iomux_set_analog_i2c (line 786) | void hal_iomux_set_analog_i2c(void) { function hal_iomux_set_jtag (line 811) | void hal_iomux_set_jtag(void) { function hal_iomux_ispi_access_enable (line 845) | enum HAL_IOMUX_ISPI_ACCESS_T function hal_iomux_ispi_access_disable (line 855) | enum HAL_IOMUX_ISPI_ACCESS_T function hal_iomux_ispi_access_init (line 865) | void hal_iomux_ispi_access_init(void) { function hal_iomux_set_i2s0 (line 870) | void hal_iomux_set_i2s0(void) { function hal_iomux_set_i2s1 (line 885) | void hal_iomux_set_i2s1(void) { function hal_iomux_set_i2s_mclk (line 910) | void hal_iomux_set_i2s_mclk(void) { function hal_iomux_set_spdif0 (line 933) | void hal_iomux_set_spdif0(void) { function hal_iomux_set_spdif1 (line 956) | void hal_iomux_set_spdif1(void) {} function hal_iomux_set_dig_mic (line 958) | void hal_iomux_set_dig_mic(uint32_t map) { function hal_iomux_set_spi (line 1026) | void hal_iomux_set_spi(void) { function hal_iomux_set_spilcd (line 1087) | void hal_iomux_set_spilcd(void) { function hal_iomux_set_i2c0 (line 1183) | void hal_iomux_set_i2c0(void) { function hal_iomux_set_i2c1 (line 1200) | void hal_iomux_set_i2c1(void) { function hal_iomux_set_clock_out (line 1219) | void hal_iomux_set_clock_out(void) { function hal_iomux_set_mcu_clock_out (line 1248) | void hal_iomux_set_mcu_clock_out(void) {} function hal_iomux_set_bt_clock_out (line 1250) | void hal_iomux_set_bt_clock_out(void) {} function hal_iomux_set_bt_tport (line 1252) | void hal_iomux_set_bt_tport(void) { function hal_iomux_set_bt_rf_sw (line 1278) | void hal_iomux_set_bt_rf_sw(int rx_on, int tx_on) { function hal_pwrkey_set_irq (line 1303) | int WEAK hal_pwrkey_set_irq(enum HAL_PWRKEY_IRQ_T type) { return 0; } function hal_pwrkey_pressed (line 1305) | bool WEAK hal_pwrkey_pressed(void) { return 0; } function hal_pwrkey_startup_pressed (line 1307) | bool hal_pwrkey_startup_pressed(void) { return hal_pwrkey_pressed(); } function hal_pwrkey_get_irq_state (line 1309) | enum HAL_PWRKEY_IRQ_T WEAK hal_pwrkey_get_irq_state(void) { type HAL_IOMUX_PIN_FUNCTION_MAP (line 1315) | struct HAL_IOMUX_PIN_FUNCTION_MAP function hal_iomux_tportopen (line 1322) | int hal_iomux_tportopen(void) { function hal_iomux_tportset (line 1335) | int hal_iomux_tportset(int port) { function hal_iomux_tportclr (line 1340) | int hal_iomux_tportclr(int port) { function hal_iomux_set_codec_gpio_trigger (line 1345) | void hal_iomux_set_codec_gpio_trigger(enum HAL_IOMUX_PIN_T pin, bool pol... FILE: platform/hal/best2300p/hal_iomux_best2300p.h type HAL_IOMUX_PIN_T (line 29) | enum HAL_IOMUX_PIN_T { type HAL_GPIO_PIN_T (line 74) | enum HAL_GPIO_PIN_T { type HAL_IOMUX_FUNCTION_T (line 119) | enum HAL_IOMUX_FUNCTION_T { type HAL_IOMUX_ISPI_ACCESS_T (line 207) | enum HAL_IOMUX_ISPI_ACCESS_T { FILE: platform/hal/best2300p/hal_psc_best2300p.c type AONPSC_T (line 25) | struct AONPSC_T type AONPSC_T (line 25) | struct AONPSC_T function hal_psc_init (line 27) | hal_psc_init(void) { function hal_psc_core_auto_power_down (line 33) | hal_psc_core_auto_power_down(void) { function hal_psc_mcu_auto_power_up (line 39) | hal_psc_mcu_auto_power_up(void) { function hal_psc_codec_enable (line 43) | hal_psc_codec_enable(void) { function hal_psc_codec_disable (line 62) | hal_psc_codec_disable(void) { function hal_psc_bt_enable (line 70) | hal_psc_bt_enable(void) { function hal_psc_bt_disable (line 93) | hal_psc_bt_disable(void) { FILE: platform/hal/best2300p/hal_sensor_eng_best2300p.c type SENSOR_ENG_T (line 16) | struct SENSOR_ENG_T type SENSOR_ENG_T (line 17) | struct SENSOR_ENG_T type DUAL_TIMER_T (line 20) | struct DUAL_TIMER_T type DUAL_TIMER_T (line 21) | struct DUAL_TIMER_T type HAL_DMA_DESC_T (line 23) | struct HAL_DMA_DESC_T type HAL_DMA_DESC_T (line 24) | struct HAL_DMA_DESC_T function hal_sensor_process_rx_buffer (line 34) | void hal_sensor_process_rx_buffer(void) { function hal_sensor_eng_irq_handler (line 72) | static void hal_sensor_eng_irq_handler(void) { function hal_sensor_eng_irq_enable (line 80) | static void hal_sensor_eng_irq_enable(void) { function hal_sensor_eng_irq_disable (line 87) | static void hal_sensor_eng_irq_disable(void) { function hal_sensor_eng_timer_stop (line 91) | static void hal_sensor_eng_timer_stop(void) { function hal_sensor_eng_timer_open (line 96) | static void hal_sensor_eng_timer_open(uint32_t ticks) { function hal_sensor_eng_timer_start (line 108) | static void hal_sensor_eng_timer_start(void) { function hal_sensor_engine_open (line 112) | int hal_sensor_engine_open(const struct HAL_SENSOR_ENGINE_CFG_T *cfg) { function hal_sensor_engine_close (line 200) | int hal_sensor_engine_close(enum HAL_SENSOR_ENGINE_ID_T id) { function hal_sensor_eng_external_input_pin_irqhandler (line 242) | static void hal_sensor_eng_external_input_pin_irqhandler(enum HAL_GPIO_P... function sensor_timer_test_handler (line 249) | static void sensor_timer_test_handler(enum HAL_I2C_ID_T id, const uint8_... function sensor_gpio_test_handler (line 254) | static void sensor_gpio_test_handler(enum HAL_I2C_ID_T id, const uint8_t... function sensor_eng_test (line 259) | static int sensor_eng_test(enum HAL_SENSOR_ENGINE_TRIGGER_T trigger_type) function hal_sensor_eng_periodic_timer_test (line 319) | int hal_sensor_eng_periodic_timer_test(void) function hal_sensor_eng_external_input_test (line 325) | int hal_sensor_eng_external_input_test(void) FILE: platform/hal/best2300p/reg_aoncmu_best2300p.h type AONCMU_T (line 21) | struct AONCMU_T { FILE: platform/hal/best2300p/reg_btcmu_best2300p.h type BTCMU_T (line 21) | struct BTCMU_T { FILE: platform/hal/best2300p/reg_cmu_best2300p.h type CMU_T (line 21) | struct CMU_T { FILE: platform/hal/best2300p/reg_codec_best2300p.h type CODEC_T (line 21) | struct CODEC_T { FILE: platform/hal/best2300p/reg_iomux_best2300p.h type IOMUX_T (line 21) | struct IOMUX_T { FILE: platform/hal/best2300p/reg_psc_best2300p.h type AONPSC_T (line 21) | struct AONPSC_T { FILE: platform/hal/best2300p/reg_sensor_eng_best2300p.h type SENSOR_ENG_T (line 21) | struct SENSOR_ENG_T { FILE: platform/hal/hal_aud.h type AUD_STREAM_USE_DEVICE_T (line 100) | enum AUD_STREAM_USE_DEVICE_T{ type AUD_SAMPRATE_T (line 118) | enum AUD_SAMPRATE_T { type AUD_CHANNEL_NUM_T (line 150) | enum AUD_CHANNEL_NUM_T { type AUD_CHANNEL_MAP_T (line 187) | enum AUD_CHANNEL_MAP_T { type AUD_VMIC_MAP_T (line 191) | enum AUD_VMIC_MAP_T { type AUD_BITS_T (line 199) | enum AUD_BITS_T { type AUD_STREAM_ID_T (line 209) | enum AUD_STREAM_ID_T { type AUD_STREAM_T (line 219) | enum AUD_STREAM_T { type AUD_IO_PATH_T (line 227) | enum AUD_IO_PATH_T { type AUD_IO_PATH_CFG_T (line 245) | struct AUD_IO_PATH_CFG_T { type ANC_TYPE_T (line 250) | enum ANC_TYPE_T { type CODEC_DAC_VOL_T (line 258) | struct CODEC_DAC_VOL_T { type CODEC_ADC_VOL_T (line 264) | typedef signed char CODEC_ADC_VOL_T; type TGT_VOLUME_LEVEL_T (line 266) | enum TGT_VOLUME_LEVEL_T { type TGT_ADC_VOL_LEVEL_T (line 290) | enum TGT_ADC_VOL_LEVEL_T { type AUD_VAD_TYPE_T (line 313) | enum AUD_VAD_TYPE_T { type AUD_VAD_CONFIG_T (line 322) | struct AUD_VAD_CONFIG_T { type CODEC_VAD_BUF_INFO_T (line 348) | struct CODEC_VAD_BUF_INFO_T { FILE: platform/hal/hal_bootmode.c function hal_hw_bootmode_get (line 29) | union HAL_HW_BOOTMODE_T hal_hw_bootmode_get(void) { function hal_rom_hw_bootmode_get (line 33) | union HAL_HW_BOOTMODE_T hal_rom_hw_bootmode_get(void) { function hal_hw_bootmode_init (line 43) | hal_hw_bootmode_init(void) { function hal_sw_bootmode_get (line 56) | uint32_t hal_sw_bootmode_get(void) { function hal_sw_bootmode_set (line 64) | void hal_sw_bootmode_set(uint32_t bm) { function hal_sw_bootmode_clear (line 79) | void hal_sw_bootmode_clear(uint32_t bm) { FILE: platform/hal/hal_btdump.c function hal_btdump_clk_enable (line 37) | void hal_btdump_clk_enable(void) { function hal_btdump_clk_disable (line 42) | void hal_btdump_clk_disable(void) { function hal_btdump_enable (line 47) | void hal_btdump_enable(void) { function hal_btdump_disable (line 63) | void hal_btdump_disable(void) { FILE: platform/hal/hal_btpcm.c function reverse (line 51) | static inline POSSIBLY_UNUSED unsigned char reverse(unsigned char in) { function _btpcm_get_reg_base (line 64) | static inline uint32_t _btpcm_get_reg_base(enum HAL_BTPCM_ID_T id) { function hal_btpcm_open (line 76) | int hal_btpcm_open(enum HAL_BTPCM_ID_T id, enum AUD_STREAM_T stream) { function hal_btpcm_close (line 123) | int hal_btpcm_close(enum HAL_BTPCM_ID_T id, enum AUD_STREAM_T stream) { function hal_btpcm_start_stream (line 146) | int hal_btpcm_start_stream(enum HAL_BTPCM_ID_T id, enum AUD_STREAM_T str... function hal_btpcm_stop_stream (line 150) | int hal_btpcm_stop_stream(enum HAL_BTPCM_ID_T id, enum AUD_STREAM_T stre... function hal_btpcm_setup_stream (line 154) | int hal_btpcm_setup_stream(enum HAL_BTPCM_ID_T id, enum AUD_STREAM_T str... function hal_btpcm_send (line 181) | int hal_btpcm_send(enum HAL_BTPCM_ID_T id, uint8_t *value, uint32_t valu... function hal_btpcm_recv (line 197) | uint8_t hal_btpcm_recv(enum HAL_BTPCM_ID_T id, uint8_t *value, FILE: platform/hal/hal_btpcm.h type HAL_BTPCM_ID_T (line 26) | enum HAL_BTPCM_ID_T { type HAL_BTPCM_CONFIG_T (line 31) | struct HAL_BTPCM_CONFIG_T { type HAL_BTPCM_ID_T (line 39) | enum HAL_BTPCM_ID_T type AUD_STREAM_T (line 39) | enum AUD_STREAM_T type HAL_BTPCM_ID_T (line 40) | enum HAL_BTPCM_ID_T type AUD_STREAM_T (line 40) | enum AUD_STREAM_T type HAL_BTPCM_ID_T (line 41) | enum HAL_BTPCM_ID_T type AUD_STREAM_T (line 41) | enum AUD_STREAM_T type HAL_BTPCM_ID_T (line 42) | enum HAL_BTPCM_ID_T type AUD_STREAM_T (line 42) | enum AUD_STREAM_T type HAL_BTPCM_ID_T (line 43) | enum HAL_BTPCM_ID_T type AUD_STREAM_T (line 43) | enum AUD_STREAM_T type HAL_BTPCM_CONFIG_T (line 43) | struct HAL_BTPCM_CONFIG_T type HAL_BTPCM_ID_T (line 44) | enum HAL_BTPCM_ID_T type HAL_BTPCM_ID_T (line 45) | enum HAL_BTPCM_ID_T FILE: platform/hal/hal_btpcmip.h function btpcmip_w_enable_btpcmip (line 32) | static inline void btpcmip_w_enable_btpcmip(uint32_t reg_base, uint32_t v) function btpcmip_flush_rx_fifo (line 45) | static inline void btpcmip_flush_rx_fifo(uint32_t reg_base) function btpcmip_flush_tx_fifo (line 57) | static inline void btpcmip_flush_tx_fifo(uint32_t reg_base) function btpcmip_w_tx_fifo (line 69) | static inline void btpcmip_w_tx_fifo(uint32_t reg_base, uint32_t v) function btpcmip_w_shortsync (line 75) | static inline void btpcmip_w_shortsync(uint32_t reg_base, uint32_t v) function btpcmip_w_length (line 86) | static inline void btpcmip_w_length(uint32_t reg_base, uint32_t v) function btpcmip_w_slot_sel (line 95) | static inline void btpcmip_w_slot_sel(uint32_t reg_base, uint32_t v) function btpcmip_pcm_clk_open_en (line 104) | static inline void btpcmip_pcm_clk_open_en(uint32_t reg_base, uint32_t v) function btpcmip_w_mask1mask2 (line 113) | static inline void btpcmip_w_mask1mask2(uint32_t reg_base, uint32_t v) function btpcmip_w_signextin (line 125) | static inline void btpcmip_w_signextin(uint32_t reg_base, uint32_t v) function btpcmip_w_msbin (line 136) | static inline void btpcmip_w_msbin(uint32_t reg_base, uint32_t v) function btpcmip_w_signin (line 147) | static inline void btpcmip_w_signin(uint32_t reg_base, uint32_t v) function btpcmip_w_2sin (line 158) | static inline void btpcmip_w_2sin(uint32_t reg_base, uint32_t v) function btpcmip_w_1sin (line 169) | static inline void btpcmip_w_1sin(uint32_t reg_base, uint32_t v) function btpcmip_w_signexto (line 181) | static inline void btpcmip_w_signexto(uint32_t reg_base, uint32_t v) function btpcmip_w_msbo (line 192) | static inline void btpcmip_w_msbo(uint32_t reg_base, uint32_t v) function btpcmip_w_signo (line 203) | static inline void btpcmip_w_signo(uint32_t reg_base, uint32_t v) function btpcmip_w_2so (line 214) | static inline void btpcmip_w_2so(uint32_t reg_base, uint32_t v) function btpcmip_w_1so (line 225) | static inline void btpcmip_w_1so(uint32_t reg_base, uint32_t v) function btpcmip_r_int_status (line 237) | static inline uint32_t btpcmip_r_int_status(uint32_t reg_base) function btpcmip_w_tx_fifo_threshold (line 243) | static inline void btpcmip_w_tx_fifo_threshold(uint32_t reg_base, uint32... function btpcmip_w_rx_fifo_threshold (line 247) | static inline void btpcmip_w_rx_fifo_threshold(uint32_t reg_base, uint32... function btpcmip_w_enable_tx_dma (line 252) | static inline void btpcmip_w_enable_tx_dma(uint32_t reg_base, uint32_t v) function btpcmip_w_enable_rx_dma (line 263) | static inline void btpcmip_w_enable_rx_dma(uint32_t reg_base, uint32_t v) FILE: platform/hal/hal_cache.c function __STATIC_FORCEINLINE (line 94) | __STATIC_FORCEINLINE void cacheip_enable_cache(uint32_t reg_base, uint32... function __STATIC_FORCEINLINE (line 103) | __STATIC_FORCEINLINE void cacheip_enable_wrap(uint32_t reg_base, uint32_... function cacheip_wrap_enabled (line 113) | int function __STATIC_FORCEINLINE (line 119) | __STATIC_FORCEINLINE void cacheip_init_cache(uint32_t reg_base) { function __STATIC_FORCEINLINE (line 122) | __STATIC_FORCEINLINE void cacheip_enable_writebuffer(uint32_t reg_base, function __STATIC_FORCEINLINE (line 139) | __STATIC_FORCEINLINE void cacheip_enable_writeback(uint32_t reg_base, function __STATIC_FORCEINLINE (line 158) | __STATIC_FORCEINLINE void cacheip_flush_writebuffer(uint32_t reg_base) { function __STATIC_FORCEINLINE (line 161) | __STATIC_FORCEINLINE void cacheip_set_invalidate_address(uint32_t reg_base, function __STATIC_FORCEINLINE (line 165) | __STATIC_FORCEINLINE void cacheip_trigger_invalidate(uint32_t reg_base) { function __STATIC_FORCEINLINE (line 168) | __STATIC_FORCEINLINE void cacheip_trigger_sync(uint32_t reg_base) { function __STATIC_FORCEINLINE (line 174) | __STATIC_FORCEINLINE uint32_t _cache_get_reg_base(enum HAL_CACHE_ID_T id) { function hal_cache_enable (line 191) | uint8_t BOOT_TEXT_FLASH_LOC hal_cache_enable(enum HAL_CACHE_ID_T id) { function hal_cache_disable (line 204) | uint8_t SRAM_TEXT_LOC hal_cache_disable(enum HAL_CACHE_ID_T id) { function hal_cache_writebuffer_enable (line 236) | uint8_t BOOT_TEXT_FLASH_LOC function hal_cache_writebuffer_disable (line 249) | uint8_t hal_cache_writebuffer_disable(enum HAL_CACHE_ID_T id) { function hal_cache_writebuffer_flush (line 261) | uint8_t hal_cache_writebuffer_flush(enum HAL_CACHE_ID_T id) { function hal_cache_writeback_enable (line 273) | uint8_t BOOT_TEXT_FLASH_LOC hal_cache_writeback_enable(enum HAL_CACHE_ID... function hal_cache_writeback_disable (line 285) | uint8_t hal_cache_writeback_disable(enum HAL_CACHE_ID_T id) { function hal_cache_wrap_enable (line 298) | uint8_t BOOT_TEXT_SRAM_LOC hal_cache_wrap_enable(enum HAL_CACHE_ID_T id) { function hal_cache_wrap_disable (line 310) | uint8_t hal_cache_wrap_disable(enum HAL_CACHE_ID_T id) { function hal_cache_invalidate (line 323) | uint8_t BOOT_TEXT_SRAM_LOC hal_cache_invalidate(enum HAL_CACHE_ID_T id, function hal_cache_invalidate_all (line 373) | uint8_t hal_cache_invalidate_all(enum HAL_CACHE_ID_T id) { function hal_cache_sync (line 386) | uint8_t hal_cache_sync(enum HAL_CACHE_ID_T id) { function __STATIC_FORCEINLINE (line 400) | __STATIC_FORCEINLINE uint32_t _cachecp_get_reg_base(enum HAL_CACHE_ID_T ... function hal_cachecp_enable (line 417) | uint8_t hal_cachecp_enable(enum HAL_CACHE_ID_T id) { function hal_cachecp_disable (line 446) | uint8_t CP_TEXT_SRAM_LOC hal_cachecp_disable(enum HAL_CACHE_ID_T id) { function hal_cachecp_writebuffer_enable (line 475) | uint8_t hal_cachecp_writebuffer_enable(enum HAL_CACHE_ID_T id) { function hal_cachecp_writebuffer_disable (line 487) | uint8_t hal_cachecp_writebuffer_disable(enum HAL_CACHE_ID_T id) { function hal_cachecp_writebuffer_flush (line 499) | uint8_t hal_cachecp_writebuffer_flush(enum HAL_CACHE_ID_T id) { function hal_cachecp_writeback_enable (line 511) | uint8_t hal_cachecp_writeback_enable(enum HAL_CACHE_ID_T id) { function hal_cachecp_writeback_disable (line 523) | uint8_t hal_cachecp_writeback_disable(enum HAL_CACHE_ID_T id) { function hal_cachecp_invalidate (line 535) | uint8_t CP_TEXT_SRAM_LOC hal_cachecp_invalidate(enum HAL_CACHE_ID_T id, function hal_cachecp_sync (line 568) | uint8_t hal_cachecp_sync(enum HAL_CACHE_ID_T id) { FILE: platform/hal/hal_cache.h type HAL_CACHE_ID_T (line 25) | enum HAL_CACHE_ID_T { type HAL_CACHE_ID_T (line 31) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 32) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 33) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 34) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 35) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 36) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 37) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 38) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 39) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 40) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 41) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 43) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 44) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 45) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 46) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 47) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 48) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 49) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 50) | enum HAL_CACHE_ID_T type HAL_CACHE_ID_T (line 51) | enum HAL_CACHE_ID_T FILE: platform/hal/hal_chipid.c type HAL_CHIP_METAL_ID_T (line 19) | enum HAL_CHIP_METAL_ID_T function BOOT_TEXT_FLASH_LOC (line 21) | BOOT_TEXT_FLASH_LOC read_hw_metal_id(void) { function hal_chipid_init (line 25) | hal_chipid_init(void) { type HAL_CHIP_METAL_ID_T (line 29) | enum HAL_CHIP_METAL_ID_T function hal_get_chip_metal_id (line 29) | hal_get_chip_metal_id(void) { function hal_get_bt_chip_series (line 33) | enum HAL_BT_CHIP_SERIES_T hal_get_bt_chip_series(void) { FILE: platform/hal/hal_chipid.h type HAL_CHIP_METAL_ID_T (line 31) | enum HAL_CHIP_METAL_ID_T { type HAL_BT_CHIP_SERIES_T (line 50) | enum HAL_BT_CHIP_SERIES_T { type HAL_CHIP_METAL_ID_T (line 61) | enum HAL_CHIP_METAL_ID_T type HAL_BT_CHIP_SERIES_T (line 62) | enum HAL_BT_CHIP_SERIES_T FILE: platform/hal/hal_cmd.c type hal_cmd_res_payload_t (line 76) | typedef struct { type hal_cmd_res_t (line 81) | typedef struct { type hal_cmd_cfg_t (line 87) | typedef struct { type hal_cmd_list_t (line 95) | typedef struct { type hal_cmd_t (line 100) | typedef struct { type HAL_UART_CFG_T (line 128) | struct HAL_UART_CFG_T function hal_cmd_break_irq_handler (line 150) | void hal_cmd_break_irq_handler(void) { function hal_cmd_dma_rx_irq_handler (line 156) | void hal_cmd_dma_rx_irq_handler(uint32_t xfer_size, int dma_error, function hal_cmd_init (line 187) | int hal_cmd_init(void) { function hal_cmd_set_callback (line 205) | void hal_cmd_set_callback(CMD_CALLBACK_HANDLER_T handler) { function hal_cmd_open (line 213) | int hal_cmd_open(void) { function hal_cmd_close (line 239) | int hal_cmd_close(void) { function hal_cmd_register (line 252) | int hal_cmd_register(char *name, hal_cmd_callback_t callback) { function hal_cmd_send (line 265) | static int hal_cmd_send(void) { function hal_cmd_rx_start (line 281) | static int hal_cmd_rx_start(void) { function hal_cmd_rx_process (line 298) | static int hal_cmd_rx_process(void) { function hal_cmd_set_res_playload (line 311) | void hal_cmd_set_res_playload(uint8_t *data, int len) { function hal_cmd_tx_process (line 317) | static int hal_cmd_tx_process(void) { function hal_cmd_tx_process (line 359) | void hal_cmd_tx_process(uint8_t **ppbuf, uint16_t *plen) { function hal_cmd_run (line 387) | int hal_cmd_run(hal_cmd_rx_status_t status) function hal_cmd_list_get_id (line 424) | static int hal_cmd_list_get_id(char *name) { function hal_cmd_list_add (line 438) | static int hal_cmd_list_add(char *name, hal_cmd_callback_t callback) { function hal_cmd_list_register (line 450) | static int hal_cmd_list_register(char *name, hal_cmd_callback_t callback) { function hal_cmd_list_parse (line 463) | static int hal_cmd_list_parse(uint8_t *buf, hal_cmd_cfg_t *cfg) { function STATIC (line 488) | STATIC int hal_cmd_list_process(uint8_t *buf) { FILE: platform/hal/hal_cmd.h type hal_cmd_rx_status_t (line 72) | typedef enum { FILE: platform/hal/hal_cmu.h type HAL_CMU_CLK_STATUS_T (line 35) | enum HAL_CMU_CLK_STATUS_T { type HAL_CMU_CLK_MODE_T (line 40) | enum HAL_CMU_CLK_MODE_T { type HAL_CMU_RST_STATUS_T (line 45) | enum HAL_CMU_RST_STATUS_T { type HAL_CMU_TIMER_ID_T (line 50) | enum HAL_CMU_TIMER_ID_T { type HAL_CMU_FREQ_T (line 60) | enum HAL_CMU_FREQ_T { type HAL_CMU_PLL_T (line 73) | enum HAL_CMU_PLL_T { type HAL_CMU_PLL_USER_T (line 82) | enum HAL_CMU_PLL_USER_T { type HAL_CMU_PERIPH_FREQ_T (line 92) | enum HAL_CMU_PERIPH_FREQ_T { type HAL_CMU_LPU_CLK_CFG_T (line 99) | enum HAL_CMU_LPU_CLK_CFG_T { type HAL_CMU_LPU_SLEEP_MODE_T (line 107) | enum HAL_CMU_LPU_SLEEP_MODE_T { type HAL_PWM_ID_T (line 115) | enum HAL_PWM_ID_T { type HAL_I2S_ID_T (line 126) | enum HAL_I2S_ID_T { type HAL_SPDIF_ID_T (line 134) | enum HAL_SPDIF_ID_T { type HAL_CMU_USB_CLOCK_SEL_T (line 141) | enum HAL_CMU_USB_CLOCK_SEL_T { type HAL_CMU_MOD_ID_T (line 155) | enum HAL_CMU_MOD_ID_T type HAL_CMU_MOD_ID_T (line 157) | enum HAL_CMU_MOD_ID_T type HAL_CMU_CLK_STATUS_T (line 159) | enum HAL_CMU_CLK_STATUS_T type HAL_CMU_MOD_ID_T (line 159) | enum HAL_CMU_MOD_ID_T type HAL_CMU_MOD_ID_T (line 161) | enum HAL_CMU_MOD_ID_T type HAL_CMU_CLK_MODE_T (line 162) | enum HAL_CMU_CLK_MODE_T type HAL_CMU_CLK_MODE_T (line 164) | enum HAL_CMU_CLK_MODE_T type HAL_CMU_MOD_ID_T (line 164) | enum HAL_CMU_MOD_ID_T type HAL_CMU_MOD_ID_T (line 166) | enum HAL_CMU_MOD_ID_T type HAL_CMU_MOD_ID_T (line 168) | enum HAL_CMU_MOD_ID_T type HAL_CMU_RST_STATUS_T (line 170) | enum HAL_CMU_RST_STATUS_T type HAL_CMU_MOD_ID_T (line 170) | enum HAL_CMU_MOD_ID_T type HAL_CMU_MOD_ID_T (line 172) | enum HAL_CMU_MOD_ID_T type HAL_CMU_TIMER_ID_T (line 174) | enum HAL_CMU_TIMER_ID_T type HAL_CMU_PERIPH_FREQ_T (line 214) | enum HAL_CMU_PERIPH_FREQ_T type HAL_CMU_PERIPH_FREQ_T (line 216) | enum HAL_CMU_PERIPH_FREQ_T type HAL_CMU_PERIPH_FREQ_T (line 218) | enum HAL_CMU_PERIPH_FREQ_T type HAL_CMU_PERIPH_FREQ_T (line 220) | enum HAL_CMU_PERIPH_FREQ_T type HAL_CMU_PERIPH_FREQ_T (line 222) | enum HAL_CMU_PERIPH_FREQ_T type HAL_CMU_PERIPH_FREQ_T (line 224) | enum HAL_CMU_PERIPH_FREQ_T type HAL_CMU_PERIPH_FREQ_T (line 226) | enum HAL_CMU_PERIPH_FREQ_T type HAL_CMU_PERIPH_FREQ_T (line 228) | enum HAL_CMU_PERIPH_FREQ_T type HAL_CMU_PERIPH_FREQ_T (line 230) | enum HAL_CMU_PERIPH_FREQ_T type HAL_PWM_ID_T (line 232) | enum HAL_PWM_ID_T type HAL_CMU_FREQ_T (line 234) | enum HAL_CMU_FREQ_T type HAL_CMU_FREQ_T (line 236) | enum HAL_CMU_FREQ_T type HAL_CMU_FREQ_T (line 238) | enum HAL_CMU_FREQ_T type HAL_CMU_FREQ_T (line 240) | enum HAL_CMU_FREQ_T type HAL_CMU_FREQ_T (line 242) | enum HAL_CMU_FREQ_T type HAL_CMU_PLL_T (line 244) | enum HAL_CMU_PLL_T type HAL_CMU_PLL_T (line 246) | enum HAL_CMU_PLL_T type HAL_CMU_PLL_T (line 248) | enum HAL_CMU_PLL_T type HAL_CMU_PLL_T (line 250) | enum HAL_CMU_PLL_T type HAL_CMU_PLL_T (line 252) | enum HAL_CMU_PLL_T type HAL_CMU_PLL_USER_T (line 252) | enum HAL_CMU_PLL_USER_T type HAL_CMU_PLL_T (line 254) | enum HAL_CMU_PLL_T type HAL_CMU_PLL_USER_T (line 254) | enum HAL_CMU_PLL_USER_T type HAL_I2S_ID_T (line 316) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 318) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 320) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 322) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 324) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 326) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 328) | enum HAL_I2S_ID_T type HAL_CMU_I2S_MCLK_ID_T (line 330) | enum HAL_CMU_I2S_MCLK_ID_T type HAL_SPDIF_ID_T (line 348) | enum HAL_SPDIF_ID_T type HAL_SPDIF_ID_T (line 350) | enum HAL_SPDIF_ID_T type HAL_SPDIF_ID_T (line 352) | enum HAL_SPDIF_ID_T type HAL_CMU_USB_CLOCK_SEL_T (line 358) | enum HAL_CMU_USB_CLOCK_SEL_T type HAL_CMU_FREQ_T (line 378) | enum HAL_CMU_FREQ_T type HAL_CMU_CLOCK_OUT_ID_T (line 380) | enum HAL_CMU_CLOCK_OUT_ID_T type HAL_CMU_FREQ_T (line 412) | enum HAL_CMU_FREQ_T type HAL_CMU_FREQ_T (line 413) | enum HAL_CMU_FREQ_T type HAL_CMU_FREQ_T (line 415) | enum HAL_CMU_FREQ_T type HAL_CMU_FREQ_T (line 416) | enum HAL_CMU_FREQ_T type HAL_CMU_LPU_CLK_CFG_T (line 450) | enum HAL_CMU_LPU_CLK_CFG_T type HAL_CMU_LPU_SLEEP_MODE_T (line 452) | enum HAL_CMU_LPU_SLEEP_MODE_T FILE: platform/hal/hal_cmu_common.c type CMU_T (line 52) | struct CMU_T type CMU_T (line 52) | struct CMU_T type AONCMU_T (line 54) | struct AONCMU_T type AONCMU_T (line 55) | struct AONCMU_T function hal_cmu_set_crystal_freq_index (line 67) | void BOOT_TEXT_FLASH_LOC hal_cmu_set_crystal_freq_index(uint32_t index) { function hal_cmu_get_crystal_freq (line 76) | hal_cmu_get_crystal_freq(void) { function hal_cmu_get_default_crystal_freq (line 80) | hal_cmu_get_default_crystal_freq(void) { function hal_cmu_write_lock (line 84) | void hal_cmu_write_lock(void) { cmu->WRITE_UNLOCK = 0xCAFE0000; } function hal_cmu_write_unlock (line 86) | void hal_cmu_write_unlock(void) { cmu->WRITE_UNLOCK = 0xCAFE0001; } function hal_cmu_sys_reboot (line 88) | void hal_cmu_sys_reboot(void) { hal_cmu_reset_set(HAL_CMU_MOD_GLOBAL); } function hal_cmu_simu_init (line 90) | void hal_cmu_simu_init(void) { cmu->SIMU_RES = 0; } function hal_cmu_simu_pass (line 92) | void hal_cmu_simu_pass(void) { cmu->SIMU_RES = CMU_SIMU_RES_PASSED; } function hal_cmu_simu_fail (line 94) | void hal_cmu_simu_fail(void) { cmu->SIMU_RES = CMU_SIMU_RES_FAILED; } function hal_cmu_simu_tag (line 96) | void hal_cmu_simu_tag(uint8_t shift) { cmu->SIMU_RES |= (1 << shift); } function hal_cmu_simu_set_val (line 98) | void hal_cmu_simu_set_val(uint32_t val) { cmu->SIMU_RES = val; } function hal_cmu_simu_get_val (line 100) | uint32_t hal_cmu_simu_get_val(void) { return cmu->SIMU_RES; } function hal_cmu_set_wakeup_pc (line 102) | void hal_cmu_set_wakeup_pc(uint32_t pc) { function hal_cmu_rom_wakeup_check (line 118) | void hal_cmu_rom_wakeup_check(void) { function hal_cmu_rom_enable_pll (line 142) | void hal_cmu_rom_enable_pll(void) { function hal_cmu_programmer_enable_pll (line 154) | void hal_cmu_programmer_enable_pll(void) { function hal_cmu_init_pll_selection (line 160) | hal_cmu_init_pll_selection(void) { function hal_cmu_init_periph_clock (line 245) | hal_cmu_init_periph_clock(void) { function hal_cmu_rom_setup (line 256) | void hal_cmu_rom_setup(void) { function hal_cmu_programmer_setup (line 288) | void hal_cmu_programmer_setup(void) { function hal_cmu_setup (line 318) | hal_cmu_setup(void) { FILE: platform/hal/hal_codec.h type HAL_CODEC_ID_T (line 29) | enum HAL_CODEC_ID_T { type HAL_CODEC_CONFIG_T (line 34) | struct HAL_CODEC_CONFIG_T { type dac_classg_cfg (line 48) | struct dac_classg_cfg { type HAL_CODEC_CONFIG_FLAG_T (line 58) | enum HAL_CODEC_CONFIG_FLAG_T{ type HAL_CODEC_DAC_RESET_STAGE_T (line 70) | enum HAL_CODEC_DAC_RESET_STAGE_T { type HAL_CODEC_SYNC_TYPE_T (line 75) | enum HAL_CODEC_SYNC_TYPE_T { type HAL_CODEC_PERF_TEST_POWER_T (line 82) | enum HAL_CODEC_PERF_TEST_POWER_T { type HAL_CODEC_IIR_USER_T (line 91) | enum HAL_CODEC_IIR_USER_T { type HAL_CODEC_TIMER_TRIG_MODE_T (line 98) | enum HAL_CODEC_TIMER_TRIG_MODE_T { type HAL_CODEC_DAC_RESET_STAGE_T (line 106) | enum HAL_CODEC_DAC_RESET_STAGE_T type AUD_IO_PATH_T (line 113) | enum AUD_IO_PATH_T type CODEC_DAC_VOL_T (line 114) | struct CODEC_DAC_VOL_T type HAL_CODEC_ID_T (line 119) | enum HAL_CODEC_ID_T type HAL_CODEC_ID_T (line 120) | enum HAL_CODEC_ID_T type HAL_CODEC_ID_T (line 122) | enum HAL_CODEC_ID_T type HAL_CODEC_ID_T (line 123) | enum HAL_CODEC_ID_T type HAL_CODEC_ID_T (line 124) | enum HAL_CODEC_ID_T type AUD_STREAM_T (line 124) | enum AUD_STREAM_T type HAL_CODEC_ID_T (line 125) | enum HAL_CODEC_ID_T type AUD_STREAM_T (line 125) | enum AUD_STREAM_T type HAL_CODEC_ID_T (line 126) | enum HAL_CODEC_ID_T type AUD_STREAM_T (line 126) | enum AUD_STREAM_T type HAL_CODEC_ID_T (line 127) | enum HAL_CODEC_ID_T type AUD_STREAM_T (line 127) | enum AUD_STREAM_T type HAL_CODEC_ID_T (line 128) | enum HAL_CODEC_ID_T type AUD_STREAM_T (line 128) | enum AUD_STREAM_T type HAL_CODEC_CONFIG_T (line 128) | struct HAL_CODEC_CONFIG_T type ANC_TYPE_T (line 129) | enum ANC_TYPE_T type ANC_TYPE_T (line 130) | enum ANC_TYPE_T type AUD_SAMPRATE_T (line 131) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 131) | enum AUD_SAMPRATE_T type HAL_CODEC_ID_T (line 132) | enum HAL_CODEC_ID_T type HAL_CODEC_ID_T (line 133) | enum HAL_CODEC_ID_T type ANC_TYPE_T (line 135) | enum ANC_TYPE_T type HAL_CODEC_ID_T (line 136) | enum HAL_CODEC_ID_T type HAL_CODEC_ID_T (line 137) | enum HAL_CODEC_ID_T type HAL_CODEC_PERF_TEST_POWER_T (line 141) | enum HAL_CODEC_PERF_TEST_POWER_T type dac_classg_cfg (line 143) | struct dac_classg_cfg type AUD_CHANNEL_MAP_T (line 150) | enum AUD_CHANNEL_MAP_T type AUD_STREAM_T (line 153) | enum AUD_STREAM_T type AUD_CHANNEL_MAP_T (line 153) | enum AUD_CHANNEL_MAP_T type HAL_CODEC_SYNC_TYPE_T (line 154) | enum HAL_CODEC_SYNC_TYPE_T type HAL_CODEC_SYNC_TYPE_T (line 156) | enum HAL_CODEC_SYNC_TYPE_T type HAL_CODEC_SYNC_TYPE_T (line 158) | enum HAL_CODEC_SYNC_TYPE_T type HAL_CODEC_SYNC_TYPE_T (line 160) | enum HAL_CODEC_SYNC_TYPE_T type HAL_CODEC_SYNC_TYPE_T (line 162) | enum HAL_CODEC_SYNC_TYPE_T type HAL_CODEC_SYNC_TYPE_T (line 164) | enum HAL_CODEC_SYNC_TYPE_T type AUD_STREAM_T (line 170) | enum AUD_STREAM_T type AUD_CHANNEL_NUM_T (line 175) | enum AUD_CHANNEL_NUM_T type AUD_BITS_T (line 175) | enum AUD_BITS_T type AUD_VAD_CONFIG_T (line 189) | struct AUD_VAD_CONFIG_T type CODEC_VAD_BUF_INFO_T (line 194) | struct CODEC_VAD_BUF_INFO_T type HAL_CODEC_IIR_USER_T (line 200) | enum HAL_CODEC_IIR_USER_T type HAL_CODEC_IIR_USER_T (line 201) | enum HAL_CODEC_IIR_USER_T type AUD_STREAM_T (line 203) | enum AUD_STREAM_T type AUD_STREAM_T (line 204) | enum AUD_STREAM_T type HAL_CODEC_TIMER_TRIG_MODE_T (line 206) | enum HAL_CODEC_TIMER_TRIG_MODE_T FILE: platform/hal/hal_codec_common.c function hal_codec_get_input_path_cfg (line 83) | uint32_t hal_codec_get_input_path_cfg(enum AUD_IO_PATH_T io_path) { type CODEC_DAC_VOL_T (line 95) | struct CODEC_DAC_VOL_T function CODEC_ADC_VOL_T (line 104) | const CODEC_ADC_VOL_T *hal_codec_get_adc_volume(uint32_t index) { function hal_codec_get_mic_chan_volume_level (line 113) | uint32_t hal_codec_get_mic_chan_volume_level(uint32_t map) { function hal_codec_get_digmic_hw_index (line 125) | uint8_t hal_codec_get_digmic_hw_index(uint8_t chan) { FILE: platform/hal/hal_dma.c type HAL_DMA_INST_T (line 32) | enum HAL_DMA_INST_T { type HAL_DMA_FIFO_ADDR_T (line 43) | struct HAL_DMA_FIFO_ADDR_T { type HAL_DMA_FIFO_PERIPH_T (line 48) | struct HAL_DMA_FIFO_PERIPH_T { type DMA_T (line 62) | struct DMA_T type DMA_T (line 63) | struct DMA_T type HAL_DMA_FIFO_ADDR_T (line 88) | struct HAL_DMA_FIFO_ADDR_T type HAL_DMA_FIFO_PERIPH_T (line 101) | struct HAL_DMA_FIFO_PERIPH_T function hal_dma_delay (line 167) | static void hal_dma_delay(uint32_t ms) { function generate_chan (line 175) | static inline uint8_t generate_chan(enum HAL_DMA_INST_T inst, uint8_t hw... function get_inst_from_chan (line 179) | static inline enum HAL_DMA_INST_T get_inst_from_chan(uint8_t ch) { function get_hwch_from_chan (line 183) | static inline uint8_t get_hwch_from_chan(uint8_t ch) { return (ch & 0xF); } function get_index_from_periph (line 185) | static inline int get_index_from_periph(enum HAL_DMA_PERIPH_T periph, function get_remap_index_from_periph (line 205) | static inline int get_remap_index_from_periph(enum HAL_DMA_INST_T inst, function hal_dma_get_periph_addr (line 225) | static inline uint32_t hal_dma_get_periph_addr(enum HAL_DMA_PERIPH_T per... function hal_dma_open_inst (line 239) | static void hal_dma_open_inst(enum HAL_DMA_INST_T inst) { function hal_dma_close_inst (line 281) | static void hal_dma_close_inst(enum HAL_DMA_INST_T inst) { function hal_dma_chan_busy_inst (line 286) | static bool hal_dma_chan_busy_inst(enum HAL_DMA_INST_T inst, uint8_t hwc... function hal_dma_handle_chan_irq (line 290) | static void hal_dma_handle_chan_irq(enum HAL_DMA_INST_T inst, uint8_t hw... function hal_dma_irq_handler (line 319) | static void hal_dma_irq_handler(enum HAL_DMA_INST_T inst) { function hal_audma_irq_handler (line 330) | static void hal_audma_irq_handler(void) { function hal_gpdma_irq_handler (line 335) | static void hal_gpdma_irq_handler(void) { function hal_dma_init_control (line 340) | static enum HAL_DMA_RET_T function hal_dma_init_desc (line 399) | enum HAL_DMA_RET_T hal_dma_init_desc(struct HAL_DMA_DESC_T *desc, function hal_dma_sg_2d_start (line 436) | enum HAL_DMA_RET_T hal_dma_sg_2d_start(const struct HAL_DMA_DESC_T *desc, function hal_dma_sg_start (line 559) | enum HAL_DMA_RET_T hal_dma_sg_start(const struct HAL_DMA_DESC_T *desc, function hal_dma_start (line 564) | enum HAL_DMA_RET_T hal_dma_start(const struct HAL_DMA_CH_CFG_T *cfg) { function hal_dma_cancel (line 581) | uint32_t hal_dma_cancel(uint8_t ch) { function hal_dma_stop (line 601) | uint32_t hal_dma_stop(uint8_t ch) { function hal_dma_get_chan (line 630) | uint8_t hal_dma_get_chan(enum HAL_DMA_PERIPH_T periph, function hal_dma_free_chan (line 681) | void hal_dma_free_chan(uint8_t ch) { function hal_dma_get_cur_src_addr (line 702) | uint32_t hal_dma_get_cur_src_addr(uint8_t ch) { function hal_dma_get_cur_dst_addr (line 715) | uint32_t hal_dma_get_cur_dst_addr(uint8_t ch) { function hal_dma_get_cur_src_remain_and_addr (line 728) | void SRAM_TEXT_LOC hal_dma_get_cur_src_remain_and_addr(uint8_t ch, function hal_dma_irq_run_chan (line 764) | enum HAL_DMA_RET_T hal_dma_irq_run_chan(uint8_t ch) { function hal_dma_chan_busy (line 783) | bool hal_dma_chan_busy(uint8_t ch) { function hal_dma_busy (line 796) | bool hal_dma_busy(void) { function hal_dma_get_sg_remain_size (line 811) | uint32_t hal_dma_get_sg_remain_size(uint8_t ch) { function hal_dma_tc_irq_enable (line 837) | void hal_dma_tc_irq_enable(uint8_t ch) { function hal_dma_tc_irq_disable (line 862) | void hal_dma_tc_irq_disable(uint8_t ch) { function hal_dma_set_burst_addr_inc (line 887) | void hal_dma_set_burst_addr_inc(uint8_t ch, function hal_dma_clear_burst_addr_inc (line 920) | void hal_dma_clear_burst_addr_inc(uint8_t ch) { function hal_dma_set_desc_burst_addr_inc (line 924) | void hal_dma_set_desc_burst_addr_inc( function hal_dma_clear_desc_burst_addr_inc (line 941) | void hal_dma_clear_desc_burst_addr_inc(struct HAL_DMA_DESC_T *desc) { function hal_dma_remap_periph (line 946) | void hal_dma_remap_periph(enum HAL_DMA_PERIPH_T periph, int enable) { function hal_dma_open (line 980) | void hal_dma_open(void) { function hal_dma_close (line 1005) | void hal_dma_close(void) { function hal_dma_sleep (line 1020) | void hal_dma_sleep(void) { function hal_dma_wakeup (line 1028) | void hal_dma_wakeup(void) { function HAL_DMA_DELAY_FUNC (line 1037) | HAL_DMA_DELAY_FUNC hal_dma_set_delay_func(HAL_DMA_DELAY_FUNC new_func) { FILE: platform/hal/hal_dma.h type HAL_DMA_RET_T (line 31) | enum HAL_DMA_RET_T { type HAL_DMA_GET_CHAN_T (line 36) | enum HAL_DMA_GET_CHAN_T { type HAL_DMA_FLOW_CONTROL_T (line 43) | enum HAL_DMA_FLOW_CONTROL_T { type HAL_DMA_BSIZE_T (line 64) | enum HAL_DMA_BSIZE_T { type HAL_DMA_WDITH_T (line 76) | enum HAL_DMA_WDITH_T { type HAL_DMA_PERIPH_T (line 82) | enum HAL_DMA_PERIPH_T { type HAL_DMA_DESC_T (line 144) | struct HAL_DMA_DESC_T type HAL_DMA_DESC_T (line 146) | struct HAL_DMA_DESC_T type HAL_DMA_CH_CFG_T (line 153) | struct HAL_DMA_CH_CFG_T { type HAL_DMA_DESC_T (line 171) | struct HAL_DMA_DESC_T { type HAL_DMA_2D_CFG_T (line 179) | struct HAL_DMA_2D_CFG_T { type HAL_DMA_BURST_ADDR_INC_T (line 186) | struct HAL_DMA_BURST_ADDR_INC_T { type HAL_DMA_PERIPH_T (line 205) | enum HAL_DMA_PERIPH_T type HAL_DMA_GET_CHAN_T (line 205) | enum HAL_DMA_GET_CHAN_T type HAL_DMA_RET_T (line 213) | enum HAL_DMA_RET_T type HAL_DMA_DESC_T (line 213) | struct HAL_DMA_DESC_T type HAL_DMA_CH_CFG_T (line 214) | struct HAL_DMA_CH_CFG_T type HAL_DMA_DESC_T (line 215) | struct HAL_DMA_DESC_T type HAL_DMA_RET_T (line 218) | enum HAL_DMA_RET_T type HAL_DMA_DESC_T (line 218) | struct HAL_DMA_DESC_T type HAL_DMA_CH_CFG_T (line 219) | struct HAL_DMA_CH_CFG_T type HAL_DMA_RET_T (line 221) | enum HAL_DMA_RET_T type HAL_DMA_DESC_T (line 221) | struct HAL_DMA_DESC_T type HAL_DMA_CH_CFG_T (line 222) | struct HAL_DMA_CH_CFG_T type HAL_DMA_2D_CFG_T (line 223) | struct HAL_DMA_2D_CFG_T type HAL_DMA_2D_CFG_T (line 224) | struct HAL_DMA_2D_CFG_T type HAL_DMA_RET_T (line 226) | enum HAL_DMA_RET_T type HAL_DMA_CH_CFG_T (line 226) | struct HAL_DMA_CH_CFG_T type HAL_DMA_RET_T (line 236) | enum HAL_DMA_RET_T type HAL_DMA_PERIPH_T (line 242) | enum HAL_DMA_PERIPH_T type HAL_DMA_BURST_ADDR_INC_T (line 248) | struct HAL_DMA_BURST_ADDR_INC_T type HAL_DMA_DESC_T (line 252) | struct HAL_DMA_DESC_T type HAL_DMA_BURST_ADDR_INC_T (line 252) | struct HAL_DMA_BURST_ADDR_INC_T type HAL_DMA_DESC_T (line 254) | struct HAL_DMA_DESC_T FILE: platform/hal/hal_gpadc.c type GPADC_REG_T (line 51) | enum GPADC_REG_T { type GPADC_REG_T (line 67) | enum GPADC_REG_T { type GPADC_REG_T (line 161) | enum GPADC_REG_T { type HAL_GPADC_ATP_T (line 256) | enum HAL_GPADC_ATP_T function hal_gpadc_get_min_atp (line 258) | static enum HAL_GPADC_ATP_T hal_gpadc_get_min_atp(void) { function hal_gpadc_update_atp (line 274) | static void hal_gpadc_update_atp(void) { function hal_gpadc_adc2volt_calib (line 293) | static int hal_gpadc_adc2volt_calib(void) { function HAL_GPADC_MV_T (line 320) | static HAL_GPADC_MV_T hal_gpadc_adc2volt(uint16_t gpadcVal) { function hal_gpadc_irq_handler (line 340) | static void hal_gpadc_irq_handler(GPADC_IRQ_HDLR_PARAM) { function hal_gpadc_get_volt (line 475) | bool hal_gpadc_get_volt(enum HAL_GPADC_CHAN_T ch, HAL_GPADC_MV_T *volt) { function hal_gpadc_irq_control (line 498) | static void hal_gpadc_irq_control(void) { function hal_gpadc_open (line 523) | int hal_gpadc_open(enum HAL_GPADC_CHAN_T channel, enum HAL_GPADC_ATP_T atp, function hal_gpadc_close (line 615) | int hal_gpadc_close(enum HAL_GPADC_CHAN_T channel) { function hal_gpadc_sleep (line 697) | void hal_gpadc_sleep(void) { function hal_gpadc_wakeup (line 711) | void hal_gpadc_wakeup(void) { function hal_adckey_set_irq_handler (line 729) | void hal_adckey_set_irq_handler(HAL_ADCKEY_EVENT_CB_T cb) { function hal_adckey_set_irq (line 733) | int hal_adckey_set_irq(enum HAL_ADCKEY_IRQ_T type) { FILE: platform/hal/hal_gpadc.h type HAL_GPADC_CHAN_T (line 25) | enum HAL_GPADC_CHAN_T { type HAL_GPADC_ATP_T (line 37) | enum HAL_GPADC_ATP_T { type HAL_ADCKEY_IRQ_T (line 53) | enum HAL_ADCKEY_IRQ_T { type HAL_ADCKEY_IRQ_STATUS_T (line 60) | enum HAL_ADCKEY_IRQ_STATUS_T { type HAL_GPADC_MV_T (line 68) | typedef uint16_t HAL_GPADC_MV_T; type HAL_ADCKEY_IRQ_STATUS_T (line 71) | enum HAL_ADCKEY_IRQ_STATUS_T type HAL_GPADC_CHAN_T (line 73) | enum HAL_GPADC_CHAN_T type HAL_GPADC_ATP_T (line 73) | enum HAL_GPADC_ATP_T type HAL_GPADC_CHAN_T (line 75) | enum HAL_GPADC_CHAN_T type HAL_GPADC_CHAN_T (line 77) | enum HAL_GPADC_CHAN_T type HAL_ADCKEY_IRQ_T (line 85) | enum HAL_ADCKEY_IRQ_T FILE: platform/hal/hal_gpio.c type GPIO_PORT_T (line 59) | struct GPIO_PORT_T { type GPIO_BANK_T (line 65) | struct GPIO_BANK_T { type GPIO_BANK_T (line 83) | struct GPIO_BANK_T type GPIO_BANK_T (line 84) | struct GPIO_BANK_T type GPIO_BANK_T (line 94) | struct GPIO_BANK_T type GPIO_BANK_T (line 95) | struct GPIO_BANK_T type GPIO_BANK_T (line 98) | struct GPIO_BANK_T type GPIO_BANK_T (line 99) | struct GPIO_BANK_T function hal_gpio_pin_get_dir (line 109) | enum HAL_GPIO_DIR_T hal_gpio_pin_get_dir(enum HAL_GPIO_PIN_T pin) { function hal_gpio_pin_set_dir (line 153) | void hal_gpio_pin_set_dir(enum HAL_GPIO_PIN_T pin, enum HAL_GPIO_DIR_T dir, function hal_gpio_pin_set (line 203) | void hal_gpio_pin_set(enum HAL_GPIO_PIN_T pin) { function hal_gpio_pin_clr (line 244) | void hal_gpio_pin_clr(enum HAL_GPIO_PIN_T pin) { function hal_gpio_pin_get_val (line 285) | uint8_t hal_gpio_pin_get_val(enum HAL_GPIO_PIN_T pin) { function _hal_gpio_bank0_irq_handler (line 338) | void _hal_gpio_bank0_irq_handler(void) { function _hal_gpio_aux_bank0_irq_handler (line 363) | void _hal_gpio_aux_bank0_irq_handler(void) { function hal_gpio_setup_irq (line 391) | uint8_t hal_gpio_setup_irq(enum HAL_GPIO_PIN_T pin, FILE: platform/hal/hal_gpio.h type HAL_GPIO_DIR_T (line 26) | enum HAL_GPIO_DIR_T { type HAL_GPIO_IRQ_TYPE_T (line 31) | enum HAL_GPIO_IRQ_TYPE_T { type HAL_GPIO_IRQ_POLARITY_T (line 36) | enum HAL_GPIO_IRQ_POLARITY_T { type HAL_GPIO_PIN_T (line 41) | enum HAL_GPIO_PIN_T type HAL_GPIO_IRQ_CFG_T (line 43) | struct HAL_GPIO_IRQ_CFG_T { type HAL_GPIO_DIR_T (line 51) | enum HAL_GPIO_DIR_T type HAL_GPIO_PIN_T (line 51) | enum HAL_GPIO_PIN_T type HAL_GPIO_PIN_T (line 52) | enum HAL_GPIO_PIN_T type HAL_GPIO_DIR_T (line 52) | enum HAL_GPIO_DIR_T type HAL_GPIO_PIN_T (line 53) | enum HAL_GPIO_PIN_T type HAL_GPIO_PIN_T (line 54) | enum HAL_GPIO_PIN_T type HAL_GPIO_PIN_T (line 55) | enum HAL_GPIO_PIN_T type HAL_GPIO_PIN_T (line 56) | enum HAL_GPIO_PIN_T type HAL_GPIO_IRQ_CFG_T (line 56) | struct HAL_GPIO_IRQ_CFG_T FILE: platform/hal/hal_hwfft.h type hwfft_t (line 28) | struct hwfft_t { type hwfft_mode_t (line 39) | enum hwfft_mode_t { type hwfft_order_t (line 46) | enum hwfft_order_t { type hwfft_t (line 54) | struct hwfft_t type hwfft_t (line 70) | struct hwfft_t type hwfft_t (line 77) | struct hwfft_t type hwfft_t (line 87) | struct hwfft_t FILE: platform/hal/hal_i2c.c type HAL_I2C_SM_STATE_T (line 80) | enum HAL_I2C_SM_STATE_T { type HAL_I2C_SM_TASK_ACTION_T (line 86) | enum HAL_I2C_SM_TASK_ACTION_T { type HAL_I2C_SM_TASK_STATE_T (line 92) | enum HAL_I2C_SM_TASK_STATE_T { type HAL_I2C_SM_TASK_T (line 100) | struct HAL_I2C_SM_TASK_T { type HAL_I2C_SM_T (line 128) | struct HAL_I2C_SM_T { type HAL_I2C_MOD_NAME_T (line 156) | struct HAL_I2C_MOD_NAME_T {} type HAL_I2C_HW_DESC_T (line 158) | struct HAL_I2C_HW_DESC_T { type HAL_I2C_HW_DESC_T (line 169) | struct HAL_I2C_HW_DESC_T type HAL_I2C_SM_T (line 196) | struct HAL_I2C_SM_T type HAL_I2C_ID_T (line 200) | enum HAL_I2C_ID_T type HAL_SENSOR_ENGINE_ID_T (line 207) | enum HAL_SENSOR_ENGINE_ID_T type HAL_I2C_ID_T (line 211) | enum HAL_I2C_ID_T function _i2c_get_base (line 215) | static uint32_t _i2c_get_base(enum HAL_I2C_ID_T id) { function hal_i2c_delay_ms (line 219) | static void POSSIBLY_UNUSED hal_i2c_delay_ms(int ms) { osDelay(ms); } function _i2c_adjust_period_cnt (line 221) | static uint32_t _i2c_adjust_period_cnt(uint32_t period_cnt, uint16_t tri... function _i2c_get_clk_cnt (line 246) | static void _i2c_get_clk_cnt(uint32_t period_cnt, uint16_t tlow_ns, function _i2c_set_speed (line 314) | static void _i2c_set_speed(enum HAL_I2C_ID_T id, int speed_mode, int spe... function _i2c_set_bus_speed (line 507) | static uint8_t _i2c_set_bus_speed(enum HAL_I2C_ID_T id, unsigned int spe... function hal_i2c_sm_init (line 529) | static void hal_i2c_sm_init(enum HAL_I2C_ID_T id, function hal_i2c_sm_commit (line 548) | static uint32_t hal_i2c_sm_commit(enum HAL_I2C_ID_T id, const uint8_t *t... function hal_i2c_sm_done (line 579) | static void hal_i2c_sm_done(enum HAL_I2C_ID_T id) { function _i2c_chk_clr_task_error (line 588) | static enum HAL_I2C_SM_TASK_STATE_T function _i2c_show_error_code (line 633) | static void _i2c_show_error_code(uint32_t errcode) { function hal_i2c_tx_dma_handler (line 676) | static void hal_i2c_tx_dma_handler(uint8_t chan, uint32_t remain_tsize, function hal_i2c_rx_dma_handler (line 686) | static void hal_i2c_rx_dma_handler(uint8_t chan, uint32_t remain_tsize, function hal_i2c_dma_release (line 696) | static void hal_i2c_dma_release(enum HAL_I2C_ID_T id) { function hal_i2c_dma_config (line 727) | static void hal_i2c_dma_config(enum HAL_I2C_ID_T id, function hal_i2c_sm_done_task (line 842) | static void hal_i2c_sm_done_task(enum HAL_I2C_ID_T id) { function hal_i2c_sm_next_task (line 880) | static void hal_i2c_sm_next_task(enum HAL_I2C_ID_T id) { function hal_i2c_sm_wait_task_if_need (line 943) | static uint32_t hal_i2c_sm_wait_task_if_need(enum HAL_I2C_ID_T id, function hal_i2c_sm_kickoff (line 976) | static void hal_i2c_sm_kickoff(enum HAL_I2C_ID_T id) { function hal_i2c_sm_proc (line 983) | static void hal_i2c_sm_proc(enum HAL_I2C_ID_T id) { function hal_i2c_irq_handler (line 1241) | void hal_i2c_irq_handler(void) { function hal_i2c_irq_handler_s (line 1253) | void hal_i2c_irq_handler_s(void) { function hal_i2c_irq_handler_sensor_eng (line 1265) | void hal_i2c_irq_handler_sensor_eng(void) { function hal_i2c_nvic_setup_irq (line 1276) | static int POSSIBLY_UNUSED hal_i2c_nvic_setup_irq(enum HAL_I2C_ID_T id, function hal_i2c_nvic_enable_irq (line 1285) | static int hal_i2c_nvic_enable_irq(enum HAL_I2C_ID_T id, int enabled) { function hal_i2c_open (line 1298) | uint32_t hal_i2c_open(enum HAL_I2C_ID_T id, function hal_i2c_close (line 1402) | uint32_t hal_i2c_close(enum HAL_I2C_ID_T id) { function hal_i2c_task_msend (line 1433) | uint32_t hal_i2c_task_msend(enum HAL_I2C_ID_T id, uint16_t device_addr, function hal_i2c_task_send (line 1453) | uint32_t hal_i2c_task_send(enum HAL_I2C_ID_T id, uint16_t device_addr, function hal_i2c_task_mrecv (line 1461) | uint32_t hal_i2c_task_mrecv(enum HAL_I2C_ID_T id, uint16_t device_addr, function hal_i2c_task_recv (line 1482) | uint32_t hal_i2c_task_recv(enum HAL_I2C_ID_T id, uint16_t device_addr, function hal_i2c_send (line 1491) | uint32_t hal_i2c_send(enum HAL_I2C_ID_T id, uint32_t device_addr, uint8_... function hal_i2c_recv (line 1499) | uint32_t hal_i2c_recv(enum HAL_I2C_ID_T id, uint32_t device_addr, uint8_... function hal_i2c_simple_proc (line 1511) | static void hal_i2c_simple_proc(enum HAL_I2C_ID_T id) { function _i2c_check_tx_abrt_error (line 1531) | static uint32_t _i2c_check_tx_abrt_error(enum HAL_I2C_ID_T id) { function hal_i2c_slv_write (line 1540) | uint32_t hal_i2c_slv_write(enum HAL_I2C_ID_T id, uint8_t *buf, uint32_t ... function hal_i2c_slv_read (line 1582) | uint32_t hal_i2c_slv_read(enum HAL_I2C_ID_T id, uint8_t *buf, uint32_t len, function i2c_clear_special_tx_abrt (line 1630) | static void i2c_clear_special_tx_abrt(uint32_t reg_base) { function _i2c_check_raw_int_status (line 1643) | static uint32_t _i2c_check_raw_int_status(uint32_t reg_base, uint32_t ma... function hal_i2c_mst_write (line 1650) | uint32_t hal_i2c_mst_write(enum HAL_I2C_ID_T id, uint32_t dev_addr, function hal_i2c_mst_read (line 1794) | uint32_t hal_i2c_mst_read(enum HAL_I2C_ID_T id, uint32_t dev_addr, uint8... function hal_i2c_simple_send (line 1940) | uint32_t hal_i2c_simple_send(enum HAL_I2C_ID_T id, uint16_t device_addr, function hal_i2c_simple_recv (line 1946) | uint32_t hal_i2c_simple_recv(enum HAL_I2C_ID_T id, uint16_t device_addr, function hal_i2c_set_interrupt_handler (line 1962) | uint32_t hal_i2c_set_interrupt_handler(enum HAL_I2C_ID_T id, function hal_i2c_sensor_eng_proc (line 1972) | static void hal_i2c_sensor_eng_proc(enum HAL_I2C_ID_T id) { function _sensor_irq_handler (line 1996) | static void _sensor_irq_handler(enum HAL_SENSOR_ENGINE_ID_T id, function hal_i2c_sensor_engine_start (line 2009) | uint32_t function hal_i2c_sensor_engine_stop (line 2081) | uint32_t hal_i2c_sensor_engine_stop(enum HAL_I2C_ID_T id) { type HAL_GPIO_I2C_CONFIG_T (line 2145) | struct HAL_GPIO_I2C_CONFIG_T function GPIO_InitIO (line 2147) | inline void GPIO_InitIO(uint8_t port, uint8_t direction, uint8_t val_for... function GPIO_WriteIO (line 2152) | inline void GPIO_WriteIO(uint8_t port, uint8_t data) { function GPIO_ReadIO (line 2159) | inline uint8_t GPIO_ReadIO(uint8_t port) { function hal_gpio_i2c_initialize (line 2173) | static int hal_gpio_i2c_initialize(const struct HAL_GPIO_I2C_CONFIG_T *c... function hal_gpio_i2c_start (line 2213) | static void hal_gpio_i2c_start(void) /* start or re-start */ function hal_gpio_i2c_stop (line 2226) | static void hal_gpio_i2c_stop(void) { function hal_gpio_i2c_txbyte (line 2238) | static uint8_t hal_gpio_i2c_txbyte(uint8_t data) /* return 0 --> ack */ function hal_gpio_i2c_rxbyte (line 2266) | static void hal_gpio_i2c_rxbyte(uint8_t *data, uint8_t ack) { function hal_gpio_i2c_simple_send (line 2295) | uint32_t hal_gpio_i2c_simple_send(uint32_t device_addr, const uint8_t *t... function hal_gpio_i2c_simple_recv (line 2314) | uint32_t hal_gpio_i2c_simple_recv(uint32_t device_addr, const uint8_t *t... function I2C_WriteByte (line 2349) | unsigned char I2C_WriteByte(unsigned char reg, unsigned char data) { function I2C_ReadByte (line 2361) | unsigned char I2C_ReadByte(unsigned char reg, unsigned char *data) { function hal_gpio_i2c_open (line 2370) | int hal_gpio_i2c_open(const struct HAL_GPIO_I2C_CONFIG_T *cfg) { function hal_gpio_i2c_close (line 2389) | int hal_gpio_i2c_close(void) { function hal_gpio_i2c_send (line 2403) | uint32_t hal_gpio_i2c_send(uint32_t device_addr, const uint8_t *buf, function hal_gpio_i2c_recv (line 2408) | uint32_t hal_gpio_i2c_recv(uint32_t device_addr, uint8_t *buf, uint32_t ... function app_i2c_demo_init (line 2415) | int app_i2c_demo_init(void) { FILE: platform/hal/hal_i2c.h type HAL_I2C_ACTION_AFTER_WRITE_T (line 30) | enum HAL_I2C_ACTION_AFTER_WRITE_T { type HAL_I2C_ID_T (line 35) | enum HAL_I2C_ID_T { type HAL_I2C_API_MODE_T (line 44) | enum HAL_I2C_API_MODE_T { type HAL_I2C_INT_STATUS_T (line 50) | enum HAL_I2C_INT_STATUS_T { type HAL_I2C_ERRCODE_T (line 79) | enum HAL_I2C_ERRCODE_T { type HAL_I2C_CONFIG_T (line 126) | struct HAL_I2C_CONFIG_T { type HAL_I2C_ID_T (line 140) | enum HAL_I2C_ID_T type HAL_I2C_SENSOR_ENGINE_CONFIG_T (line 142) | struct HAL_I2C_SENSOR_ENGINE_CONFIG_T { type HAL_GPIO_I2C_CONFIG_T (line 157) | struct HAL_GPIO_I2C_CONFIG_T { type HAL_I2C_ID_T (line 163) | enum HAL_I2C_ID_T type HAL_I2C_CONFIG_T (line 163) | struct HAL_I2C_CONFIG_T type HAL_I2C_ID_T (line 164) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 167) | enum HAL_I2C_ID_T type HAL_I2C_ERRCODE_T (line 170) | enum HAL_I2C_ERRCODE_T type HAL_I2C_ID_T (line 171) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 173) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 176) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 178) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 181) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 183) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 189) | enum HAL_I2C_ID_T type HAL_I2C_INT_STATUS_T (line 189) | enum HAL_I2C_INT_STATUS_T type HAL_I2C_ID_T (line 190) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 191) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 192) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 193) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 194) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 196) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 197) | enum HAL_I2C_ID_T type HAL_I2C_ID_T (line 201) | enum HAL_I2C_ID_T type HAL_I2C_SENSOR_ENGINE_CONFIG_T (line 201) | struct HAL_I2C_SENSOR_ENGINE_CONFIG_T type HAL_I2C_ID_T (line 202) | enum HAL_I2C_ID_T type HAL_GPIO_I2C_CONFIG_T (line 205) | struct HAL_GPIO_I2C_CONFIG_T FILE: platform/hal/hal_i2cip.h function i2cip_w_enable (line 32) | static inline uint8_t i2cip_w_enable(uint32_t reg_base, uint8_t enable) function i2cip_w_clear_ctrl (line 43) | static inline uint8_t i2cip_w_clear_ctrl(uint32_t reg_base) function i2cip_w_10bit_master (line 48) | static inline uint8_t i2cip_w_10bit_master(uint32_t reg_base, uint8_t en... function i2cip_r_ctrl_reg (line 59) | static inline uint8_t i2cip_r_ctrl_reg(uint32_t reg_base) function i2cip_w_10bit_slave (line 63) | static inline uint8_t i2cip_w_10bit_slave(uint32_t reg_base, uint8_t ena... function i2cip_w_restart (line 74) | static inline uint8_t i2cip_w_restart(uint32_t reg_base, uint8_t restart) function i2cip_w_speed (line 85) | static inline uint8_t i2cip_w_speed(uint32_t reg_base, uint32_t speed) function i2cip_w_standard_speed_hcnt (line 94) | static inline uint8_t i2cip_w_standard_speed_hcnt(uint32_t reg_base, uin... function i2cip_w_fast_speed_hcnt (line 101) | static inline uint8_t i2cip_w_fast_speed_hcnt(uint32_t reg_base, uint32_... function i2cip_w_high_speed_hcnt (line 108) | static inline uint8_t i2cip_w_high_speed_hcnt(uint32_t reg_base, uint32_... function i2cip_w_standard_speed_lcnt (line 115) | static inline uint8_t i2cip_w_standard_speed_lcnt(uint32_t reg_base, uin... function i2cip_w_fast_speed_lcnt (line 122) | static inline uint8_t i2cip_w_fast_speed_lcnt(uint32_t reg_base, uint32_... function i2cip_w_high_speed_lcnt (line 129) | static inline uint8_t i2cip_w_high_speed_lcnt(uint32_t reg_base, uint32_... function i2cip_r_target_address_reg (line 136) | static inline uint32_t i2cip_r_target_address_reg(uint32_t reg_base) function i2cip_w_target_address_reg (line 140) | static inline void i2cip_w_target_address_reg(uint32_t reg_base, uint32_... function i2cip_w_target_address (line 144) | static inline uint8_t i2cip_w_target_address(uint32_t reg_base, uint32_t... function i2cip_w_gc_or_start_bit (line 158) | static inline uint8_t i2cip_w_gc_or_start_bit(uint32_t reg_base, uint8_t... function i2cip_w_special_bit (line 169) | static inline uint8_t i2cip_w_special_bit(uint32_t reg_base, uint8_t set) function i2cip_w_address_as_slave (line 180) | static inline uint8_t i2cip_w_address_as_slave(uint32_t reg_base, uint32... function i2cip_init_int_mask (line 187) | static inline uint8_t i2cip_init_int_mask(uint32_t reg_base, uint32_t mask) function i2cip_set_int_mask (line 194) | static inline uint8_t i2cip_set_int_mask(uint32_t reg_base, uint32_t mask) function i2cip_clear_int_mask (line 202) | static inline uint8_t i2cip_clear_int_mask(uint32_t reg_base, uint32_t m... function i2cip_w_disable_slave (line 210) | static inline uint8_t i2cip_w_disable_slave(uint32_t reg_base, uint8_t d... function i2cip_w_master_mode (line 221) | static inline uint8_t i2cip_w_master_mode(uint32_t reg_base, uint8_t mas... function i2cip_w_rx_threshold (line 232) | static inline uint8_t i2cip_w_rx_threshold(uint32_t reg_base, uint32_t th) function i2cip_w_tx_threshold (line 237) | static inline uint8_t i2cip_w_tx_threshold(uint32_t reg_base, uint32_t th) function i2cip_w_cmd_data (line 242) | static inline uint8_t i2cip_w_cmd_data(uint32_t reg_base, uint32_t cmd_d... function i2cip_r_clr_tx_over (line 247) | static inline uint32_t i2cip_r_clr_tx_over(uint32_t reg_base) function i2cip_r_clr_rx_over (line 251) | static inline uint32_t i2cip_r_clr_rx_over(uint32_t reg_base) function i2cip_r_clr_rx_under (line 255) | static inline uint32_t i2cip_r_clr_rx_under(uint32_t reg_base) function i2cip_r_clr_stop_det (line 259) | static inline uint32_t i2cip_r_clr_stop_det(uint32_t reg_base) function i2cip_r_clr_start_det (line 263) | static inline uint32_t i2cip_r_clr_start_det(uint32_t reg_base) function i2cip_r_clr_tx_abrt (line 267) | static inline uint32_t i2cip_r_clr_tx_abrt(uint32_t reg_base) function i2cip_r_clr_activity (line 271) | static inline uint32_t i2cip_r_clr_activity(uint32_t reg_base) function i2cip_r_clr_all_intr (line 275) | static inline uint32_t i2cip_r_clr_all_intr(uint32_t reg_base) function i2cip_r_clr_rd_req (line 279) | static inline uint32_t i2cip_r_clr_rd_req(uint32_t reg_base) function i2cip_r_clr_rx_done (line 283) | static inline uint32_t i2cip_r_clr_rx_done(uint32_t reg_base) function i2cip_r_cmd_data (line 287) | static inline uint32_t i2cip_r_cmd_data(uint32_t reg_base) function i2cip_r_status (line 291) | static inline uint32_t i2cip_r_status(uint32_t reg_base) function i2cip_r_int_status (line 295) | static inline uint32_t i2cip_r_int_status(uint32_t reg_base) function i2cip_r_raw_int_status (line 299) | static inline uint32_t i2cip_r_raw_int_status(uint32_t reg_base) function i2cip_r_enable_status (line 303) | static inline uint32_t i2cip_r_enable_status(uint32_t reg_base) function i2cip_r_tx_fifo_level (line 307) | static inline uint32_t i2cip_r_tx_fifo_level(uint32_t reg_base) function i2cip_r_rx_fifo_level (line 311) | static inline uint32_t i2cip_r_rx_fifo_level(uint32_t reg_base) function i2cip_r_tx_abrt_source (line 315) | static inline uint32_t i2cip_r_tx_abrt_source(uint32_t reg_base) function i2cip_w_tx_dma_enable (line 319) | static inline uint32_t i2cip_w_tx_dma_enable(uint32_t reg_base, uint8_t ... function i2cip_w_rx_dma_enable (line 330) | static inline uint32_t i2cip_w_rx_dma_enable(uint32_t reg_base, uint8_t ... function i2cip_w_tx_dma_tl (line 341) | static inline uint32_t i2cip_w_tx_dma_tl(uint32_t reg_base, uint32_t val) function i2cip_w_rx_dma_tl (line 345) | static inline uint32_t i2cip_w_rx_dma_tl(uint32_t reg_base, uint32_t val) function i2cip_w_sda_hold_time (line 349) | static inline uint32_t i2cip_w_sda_hold_time(uint32_t reg_base, uint32_t... function i2cip_r_ic_enable_status (line 353) | static inline uint32_t i2cip_r_ic_enable_status(uint32_t reg_base) function i2cip_w_fs_spklen (line 357) | static inline uint32_t i2cip_w_fs_spklen(uint32_t reg_base, uint32_t val) function i2cip_w_hs_spklen (line 361) | static inline uint32_t i2cip_w_hs_spklen(uint32_t reg_base, uint32_t val) function i2cip_w_data_to_vad (line 365) | static inline uint32_t i2cip_w_data_to_vad(uint32_t reg_base, uint32_t val) FILE: platform/hal/hal_i2s.c type HAL_I2S_STATUS_T (line 51) | enum HAL_I2S_STATUS_T { type I2S_SAMPLE_RATE_T (line 57) | struct I2S_SAMPLE_RATE_T { type HAL_I2S_MOD_NAME_T (line 64) | struct HAL_I2S_MOD_NAME_T { type I2S_SAMPLE_RATE_T (line 69) | struct I2S_SAMPLE_RATE_T type HAL_I2S_STATUS_T (line 92) | enum HAL_I2S_STATUS_T type HAL_I2S_MODE_T (line 93) | enum HAL_I2S_MODE_T type HAL_I2S_MOD_NAME_T (line 102) | struct HAL_I2S_MOD_NAME_T function _i2s_get_reg_base (line 115) | static inline uint32_t _i2s_get_reg_base(enum HAL_I2S_ID_T id) { function hal_i2s_master_stream_closed (line 132) | static int hal_i2s_master_stream_closed(void) { function hal_i2s_open (line 147) | int hal_i2s_open(enum HAL_I2S_ID_T id, enum AUD_STREAM_T stream, function hal_i2s_close (line 220) | int hal_i2s_close(enum HAL_I2S_ID_T id, enum AUD_STREAM_T stream) { function hal_i2s_enable_delay (line 263) | void hal_i2s_enable_delay(enum HAL_I2S_ID_T id) { function hal_i2s_disable_delay (line 267) | void hal_i2s_disable_delay(enum HAL_I2S_ID_T id) { function hal_i2s_enable (line 271) | void hal_i2s_enable(enum HAL_I2S_ID_T id) { function hal_i2s_start_stream (line 276) | int hal_i2s_start_stream(enum HAL_I2S_ID_T id, enum AUD_STREAM_T stream) { function hal_i2s_stop_stream (line 369) | int hal_i2s_stop_stream(enum HAL_I2S_ID_T id, enum AUD_STREAM_T stream) { function hal_i2s_setup_stream (line 416) | int hal_i2s_setup_stream(enum HAL_I2S_ID_T id, enum AUD_STREAM_T stream, function hal_i2s_send (line 622) | int hal_i2s_send(enum HAL_I2S_ID_T id, const uint8_t *value, function hal_i2s_recv (line 640) | uint8_t hal_i2s_recv(enum HAL_I2S_ID_T id, uint8_t *value, uint32_t valu... function hal_i2s_packet_open (line 654) | int hal_i2s_packet_open(void) { function hal_i2s_packet_close (line 701) | int hal_i2s_packet_close(void) { function hal_i2s_start_transfer (line 722) | int hal_i2s_start_transfer(void) { function hal_i2s_stop_transfer (line 744) | int hal_i2s_stop_transfer(void) { function hal_i2s_tx_sync_enable (line 766) | void hal_i2s_tx_sync_enable(enum HAL_I2S_SYNC_TYPE_T type) { function hal_i2s_tx_sync_disable (line 771) | void hal_i2s_tx_sync_disable(void) { function hal_i2s_rx_sync_enable (line 776) | void hal_i2s_rx_sync_enable(enum HAL_I2S_SYNC_TYPE_T type) { function hal_i2s_rx_sync_disable (line 781) | void hal_i2s_rx_sync_disable(void) { function hal_i2s_clk_sync_enable (line 786) | void hal_i2s_clk_sync_enable(enum HAL_I2S_SYNC_TYPE_T type) { function hal_i2s_clk_sync_disable (line 791) | void hal_i2s_clk_sync_disable(void) { FILE: platform/hal/hal_i2s.h type HAL_I2S_MODE_T (line 27) | enum HAL_I2S_MODE_T { type HAL_I2S_SYNC_TYPE_T (line 33) | enum HAL_I2S_SYNC_TYPE_T { type HAL_I2S_CONFIG_T (line 39) | struct HAL_I2S_CONFIG_T { type HAL_I2S_ID_T (line 50) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 50) | enum AUD_STREAM_T type HAL_I2S_MODE_T (line 50) | enum HAL_I2S_MODE_T type HAL_I2S_ID_T (line 51) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 51) | enum AUD_STREAM_T type HAL_I2S_ID_T (line 52) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 52) | enum AUD_STREAM_T type HAL_I2S_ID_T (line 53) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 53) | enum AUD_STREAM_T type HAL_I2S_ID_T (line 54) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 54) | enum AUD_STREAM_T type HAL_I2S_CONFIG_T (line 54) | struct HAL_I2S_CONFIG_T type HAL_I2S_ID_T (line 55) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 56) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 58) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 59) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 60) | enum HAL_I2S_ID_T type HAL_I2S_SYNC_TYPE_T (line 71) | enum HAL_I2S_SYNC_TYPE_T type HAL_I2S_SYNC_TYPE_T (line 73) | enum HAL_I2S_SYNC_TYPE_T type HAL_I2S_SYNC_TYPE_T (line 75) | enum HAL_I2S_SYNC_TYPE_T FILE: platform/hal/hal_i2s_tdm.c type HAL_DMA_DESC_T (line 36) | struct HAL_DMA_DESC_T type HAL_DMA_CH_CFG_T (line 40) | struct HAL_DMA_CH_CFG_T type HAL_I2S_TDM_CONFIG_T (line 41) | struct HAL_I2S_TDM_CONFIG_T function i2s_tdm_cycles_in_arrays (line 43) | static inline bool i2s_tdm_cycles_in_arrays(uint16_t cycles) { function i2s_tdm_fs_cycles_in_arrays (line 55) | static inline bool i2s_tdm_fs_cycles_in_arrays(uint16_t fs_cycles) { function i2s_tdm_slot_cycles_in_arrays (line 69) | static inline bool i2s_tdm_slot_cycles_in_arrays(uint8_t slot_cycles) { function i2s_tdm0_tx_handler (line 77) | static void i2s_tdm0_tx_handler(uint8_t chan, uint32_t remains, uint32_t... function i2s_tdm1_tx_handler (line 91) | static void i2s_tdm1_tx_handler(uint8_t chan, uint32_t remains, uint32_t... function hal_i2s_tdm_open (line 104) | int32_t hal_i2s_tdm_open(enum HAL_I2S_ID_T i2s_id, enum HAL_I2S_MODE_T m... function hal_i2s_tdm_setup (line 131) | int32_t hal_i2s_tdm_setup(enum HAL_I2S_ID_T i2s_id, uint32_t sample_rate, function hal_i2s_tdm_start_stream (line 208) | int32_t hal_i2s_tdm_start_stream(enum HAL_I2S_ID_T i2s_id) { function hal_i2s_tdm_stop_stream (line 272) | int32_t hal_i2s_tdm_stop_stream(enum HAL_I2S_ID_T i2s_id) { function hal_i2s_tdm_close (line 284) | int32_t hal_i2s_tdm_close(enum HAL_I2S_ID_T i2s_id) { function hal_i2s_tdm_get_config (line 295) | void hal_i2s_tdm_get_config(enum HAL_I2S_ID_T i2s_id, function hal_i2s_tdm_set_config (line 303) | void hal_i2s_tdm_set_config(enum HAL_I2S_ID_T i2s_id, FILE: platform/hal/hal_i2s_tdm.h type HAL_I2S_TDM_CYCLES_T (line 27) | enum HAL_I2S_TDM_CYCLES_T { type HAL_I2S_TDM_FS_CYCLES_T (line 37) | enum HAL_I2S_TDM_FS_CYCLES_T { type HAL_I2S_TDM_SLOT_CYCLES_T (line 48) | enum HAL_I2S_TDM_SLOT_CYCLES_T { type HAL_I2S_TDM_CONFIG_T (line 53) | struct HAL_I2S_TDM_CONFIG_T { type HAL_I2S_ID_T (line 60) | enum HAL_I2S_ID_T type HAL_I2S_MODE_T (line 60) | enum HAL_I2S_MODE_T type HAL_I2S_ID_T (line 61) | enum HAL_I2S_ID_T type HAL_I2S_TDM_CONFIG_T (line 63) | struct HAL_I2S_TDM_CONFIG_T type HAL_I2S_ID_T (line 64) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 65) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 66) | enum HAL_I2S_ID_T type HAL_I2S_ID_T (line 67) | enum HAL_I2S_ID_T type HAL_I2S_TDM_CONFIG_T (line 67) | struct HAL_I2S_TDM_CONFIG_T type HAL_I2S_ID_T (line 68) | enum HAL_I2S_ID_T type HAL_I2S_TDM_CONFIG_T (line 68) | struct HAL_I2S_TDM_CONFIG_T FILE: platform/hal/hal_i2sip.h function i2sip_w_enable_i2sip (line 33) | static inline void i2sip_w_enable_i2sip(uint32_t reg_base, uint32_t v) function i2sip_w_enable_slave_mode (line 46) | static inline void i2sip_w_enable_slave_mode(uint32_t reg_base, uint32_t v) function i2sip_w_enable_clk_gen (line 59) | static inline void i2sip_w_enable_clk_gen(uint32_t reg_base, uint32_t v) function i2sip_r_clk_gen_enabled (line 66) | static inline uint32_t i2sip_r_clk_gen_enabled(uint32_t reg_base) function i2sip_w_enable_rx_block (line 73) | static inline void i2sip_w_enable_rx_block(uint32_t reg_base, uint32_t v) function i2sip_w_enable_rx_channel (line 80) | static inline void i2sip_w_enable_rx_channel(uint32_t reg_base, uint32_t... function i2sip_w_enable_tx_block (line 87) | static inline void i2sip_w_enable_tx_block(uint32_t reg_base, uint32_t v) function i2sip_w_enable_tx_channel (line 94) | static inline void i2sip_w_enable_tx_channel(uint32_t reg_base, uint32_t... function i2sip_w_tx_resolution (line 101) | static inline void i2sip_w_tx_resolution(uint32_t reg_base, uint32_t cha... function i2sip_w_rx_resolution (line 105) | static inline void i2sip_w_rx_resolution(uint32_t reg_base, uint32_t cha... function i2sip_w_clk_cfg_reg (line 109) | static inline void i2sip_w_clk_cfg_reg(uint32_t reg_base, uint32_t v) function i2sip_w_tx_left_fifo (line 113) | static inline void i2sip_w_tx_left_fifo(uint32_t reg_base, uint32_t chan... function i2sip_w_tx_right_fifo (line 117) | static inline void i2sip_w_tx_right_fifo(uint32_t reg_base, uint32_t cha... function i2sip_w_tx_fifo_threshold (line 121) | static inline void i2sip_w_tx_fifo_threshold(uint32_t reg_base, uint32_t... function i2sip_w_rx_fifo_threshold (line 125) | static inline void i2sip_w_rx_fifo_threshold(uint32_t reg_base, uint32_t... function i2sip_w_tx_fifo_reset (line 129) | static inline void i2sip_w_tx_fifo_reset(uint32_t reg_base, uint32_t chan) function i2sip_w_rx_fifo_reset (line 133) | static inline void i2sip_w_rx_fifo_reset(uint32_t reg_base, uint32_t chan) function i2sip_r_int_status (line 137) | static inline uint32_t i2sip_r_int_status(uint32_t reg_base, uint32_t chan) function i2sip_w_enable_tx_dma (line 141) | static inline void i2sip_w_enable_tx_dma(uint32_t reg_base, uint32_t v) function i2sip_w_enable_rx_dma (line 152) | static inline void i2sip_w_enable_rx_dma(uint32_t reg_base, uint32_t v) function i2sp_w_enable_rx_dma_block (line 164) | static inline void i2sp_w_enable_rx_dma_block(uint32_t reg_base, uint32_... function i2sip_w_rx_dma_blk_size (line 175) | static inline void i2sip_w_rx_dma_blk_size(uint32_t reg_base, uint32_t v) function i2sip_w_tx_sync_enable (line 184) | static inline void i2sip_w_tx_sync_enable(uint32_t reg_base, enum HAL_I2... function i2sip_w_tx_sync_disable (line 192) | static inline void i2sip_w_tx_sync_disable(uint32_t reg_base) function i2sip_w_rx_sync_enable (line 200) | static inline void i2sip_w_rx_sync_enable(uint32_t reg_base, enum HAL_I2... function i2sip_w_rx_sync_disable (line 208) | static inline void i2sip_w_rx_sync_disable(uint32_t reg_base) function i2sip_w_clk_sync_enable (line 216) | static inline void i2sip_w_clk_sync_enable(uint32_t reg_base, enum HAL_I... function i2sip_w_clk_sync_disable (line 224) | static inline void i2sip_w_clk_sync_disable(uint32_t reg_base) FILE: platform/hal/hal_intersys.c type HAL_INTERSYS_IRQ_TYPE_T (line 60) | enum HAL_INTERSYS_IRQ_TYPE_T { type HAL_INTERSYS_MSG_T (line 67) | struct HAL_INTERSYS_MSG_T { type HAL_INTERSYS_SEND_RECORD_T (line 74) | struct HAL_INTERSYS_SEND_RECORD_T { type HAL_INTERSYS_MSG_T (line 89) | struct HAL_INTERSYS_MSG_T type HAL_INTERSYS_MSG_T (line 91) | struct HAL_INTERSYS_MSG_T type HAL_INTERSYS_MSG_T (line 93) | struct HAL_INTERSYS_MSG_T type HAL_INTERSYS_MSG_T (line 97) | struct HAL_INTERSYS_MSG_T type HAL_INTERSYS_MSG_T (line 99) | struct HAL_INTERSYS_MSG_T type HAL_INTERSYS_MSG_T (line 100) | struct HAL_INTERSYS_MSG_T type HAL_INTERSYS_MSG_T (line 104) | struct HAL_INTERSYS_MSG_T type HAL_INTERSYS_MSG_T (line 105) | struct HAL_INTERSYS_MSG_T type HAL_INTERSYS_MSG_T (line 107) | struct HAL_INTERSYS_MSG_T type HAL_INTERSYS_SEND_RECORD_T (line 109) | struct HAL_INTERSYS_SEND_RECORD_T type CMU_T (line 140) | struct CMU_T type CMU_T (line 140) | struct CMU_T type BTCMU_T (line 142) | struct BTCMU_T type BTCMU_T (line 142) | struct BTCMU_T function hal_intersys_busy (line 144) | static void hal_intersys_busy(enum HAL_INTERSYS_ID_T id, bool busy) { function hal_intersys_peer_irq_auto_clear (line 177) | void hal_intersys_peer_irq_auto_clear(bool enable) { function hal_intersys_peer_irq_set (line 182) | static int hal_intersys_peer_irq_set(enum HAL_INTERSYS_ID_T id, function btcmu_reg_update_wait (line 220) | static inline void btcmu_reg_update_wait(void) { function hal_intersys_local_irq_clear (line 225) | static int hal_intersys_local_irq_clear(enum HAL_INTERSYS_ID_T id, function hal_intersys_local_irq_set (line 248) | static int hal_intersys_local_irq_set(enum HAL_INTERSYS_ID_T id, function hal_intersys_rx_irq (line 283) | static void hal_intersys_rx_irq(void) { function hal_intersys_tx_irq (line 339) | static void hal_intersys_tx_irq(void) { function hal_intersys_open (line 377) | int hal_intersys_open(enum HAL_INTERSYS_ID_T id, function hal_intersys_close (line 429) | int hal_intersys_close(enum HAL_INTERSYS_ID_T id, function hal_intersys_start_recv (line 453) | int hal_intersys_start_recv(enum HAL_INTERSYS_ID_T id) { function hal_intersys_stop_recv (line 466) | int hal_intersys_stop_recv(enum HAL_INTERSYS_ID_T id) { function hal_intersys_send (line 475) | int hal_intersys_send(enum HAL_INTERSYS_ID_T id, function hal_intersys_rx_done (line 532) | void hal_intersys_rx_done(enum HAL_INTERSYS_ID_T id) { function hal_intersys_mic_rx_irq (line 541) | void hal_intersys_mic_rx_irq() { function hal_intersys_mic_open (line 552) | int hal_intersys_mic_open(enum HAL_INTERSYS_ID_T id, FRAME2BUFF_HANDLER ... FILE: platform/hal/hal_intersys.h type HAL_INTERSYS_ID_T (line 25) | enum HAL_INTERSYS_ID_T { type HAL_INTERSYS_MSG_TYPE_T (line 32) | enum HAL_INTERSYS_MSG_TYPE_T { type debug_intersys_type (line 39) | typedef struct debug_intersys type HAL_INTERSYS_ID_T (line 48) | enum HAL_INTERSYS_ID_T type HAL_INTERSYS_MSG_TYPE_T (line 48) | enum HAL_INTERSYS_MSG_TYPE_T type HAL_INTERSYS_ID_T (line 51) | enum HAL_INTERSYS_ID_T type HAL_INTERSYS_MSG_TYPE_T (line 51) | enum HAL_INTERSYS_MSG_TYPE_T type HAL_INTERSYS_ID_T (line 53) | enum HAL_INTERSYS_ID_T type HAL_INTERSYS_ID_T (line 55) | enum HAL_INTERSYS_ID_T type HAL_INTERSYS_ID_T (line 57) | enum HAL_INTERSYS_ID_T type HAL_INTERSYS_MSG_TYPE_T (line 57) | enum HAL_INTERSYS_MSG_TYPE_T type HAL_INTERSYS_ID_T (line 60) | enum HAL_INTERSYS_ID_T type HAL_INTERSYS_ID_T (line 67) | enum HAL_INTERSYS_ID_T FILE: platform/hal/hal_iomux.h type HAL_IOMUX_OP_TYPE_T (line 27) | enum HAL_IOMUX_OP_TYPE_T { type HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T (line 32) | enum HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T { type HAL_IOMUX_PIN_PULL_SELECT_T (line 39) | enum HAL_IOMUX_PIN_PULL_SELECT_T { type HAL_PWRKEY_IRQ_T (line 45) | enum HAL_PWRKEY_IRQ_T { type HAL_IOMUX_PIN_FUNCTION_MAP (line 52) | struct HAL_IOMUX_PIN_FUNCTION_MAP { type HAL_IOMUX_PIN_FUNCTION_MAP (line 59) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_FUNCTION_MAP (line 60) | struct HAL_IOMUX_PIN_FUNCTION_MAP type HAL_IOMUX_PIN_T (line 61) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_FUNCTION_T (line 61) | enum HAL_IOMUX_FUNCTION_T type HAL_IOMUX_OP_TYPE_T (line 61) | enum HAL_IOMUX_OP_TYPE_T type HAL_IOMUX_FUNCTION_T (line 62) | enum HAL_IOMUX_FUNCTION_T type HAL_IOMUX_PIN_T (line 62) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_PIN_T (line 63) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T (line 63) | enum HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T type HAL_IOMUX_PIN_T (line 64) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_PIN_PULL_SELECT_T (line 64) | enum HAL_IOMUX_PIN_PULL_SELECT_T type HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T (line 67) | enum HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T type HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T (line 68) | enum HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T type HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T (line 69) | enum HAL_IOMUX_PIN_VOLTAGE_DOMAINS_T type HAL_IOMUX_PIN_T (line 83) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_PIN_T (line 84) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_PIN_T (line 85) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_PIN_T (line 86) | enum HAL_IOMUX_PIN_T type HAL_IOMUX_ISPI_ACCESS_T (line 99) | enum HAL_IOMUX_ISPI_ACCESS_T type HAL_IOMUX_ISPI_ACCESS_T (line 99) | enum HAL_IOMUX_ISPI_ACCESS_T type HAL_IOMUX_ISPI_ACCESS_T (line 100) | enum HAL_IOMUX_ISPI_ACCESS_T type HAL_IOMUX_ISPI_ACCESS_T (line 100) | enum HAL_IOMUX_ISPI_ACCESS_T type HAL_PWRKEY_IRQ_T (line 102) | enum HAL_PWRKEY_IRQ_T type HAL_PWRKEY_IRQ_T (line 105) | enum HAL_PWRKEY_IRQ_T type HAL_IOMUX_PIN_T (line 107) | enum HAL_IOMUX_PIN_T FILE: platform/hal/hal_key.c type GPIO_MAP_T (line 42) | typedef uint64_t GPIO_MAP_T; type GPIO_MAP_T (line 44) | typedef uint32_t GPIO_MAP_T; type HAL_KEY_ADCKEY_T (line 106) | struct HAL_KEY_ADCKEY_T { type HAL_KEY_GPIOKEY_T (line 114) | struct HAL_KEY_GPIOKEY_T { type HAL_KEY_PWRKEY_T (line 122) | struct HAL_KEY_PWRKEY_T { type HAL_KEY_STATUS_T (line 129) | struct HAL_KEY_STATUS_T { type HAL_KEY_STATUS_T (line 143) | struct HAL_KEY_STATUS_T function send_key_event (line 148) | static int send_key_event(enum HAL_KEY_CODE_T code, function hal_key_debounce_timer_restart (line 156) | static void hal_key_debounce_timer_restart(void) { type HAL_KEY_ADCKEY_T (line 176) | struct HAL_KEY_ADCKEY_T function POSSIBLY_UNUSED (line 178) | static inline POSSIBLY_UNUSED void hal_adckey_enable_press_int(void) { function POSSIBLY_UNUSED (line 182) | static inline POSSIBLY_UNUSED void hal_adckey_enable_release_int(void) { function POSSIBLY_UNUSED (line 186) | static inline POSSIBLY_UNUSED void hal_adckey_enable_adc_int(void) { function POSSIBLY_UNUSED (line 190) | static inline POSSIBLY_UNUSED void hal_adckey_disable_adc_int(void) { function POSSIBLY_UNUSED (line 194) | static inline POSSIBLY_UNUSED void hal_adckey_disable_allint(void) { function POSSIBLY_UNUSED (line 199) | static inline POSSIBLY_UNUSED void hal_adckey_reset(void) { function hal_adckey_findkey (line 203) | static enum HAL_KEY_CODE_T hal_adckey_findkey(uint16_t volt) { function hal_adckey_irqhandler (line 224) | static void hal_adckey_irqhandler(enum HAL_ADCKEY_IRQ_STATUS_T irq_status, function hal_adckey_open (line 271) | static void hal_adckey_open(void) { function hal_adckey_close (line 292) | static void hal_adckey_close(void) { type HAL_KEY_PWRKEY_T (line 302) | struct HAL_KEY_PWRKEY_T function POSSIBLY_UNUSED (line 304) | static inline POSSIBLY_UNUSED void hal_pwrkey_enable_riseedge_int(void) { function POSSIBLY_UNUSED (line 308) | static inline POSSIBLY_UNUSED void hal_pwrkey_enable_falledge_int(void) { function POSSIBLY_UNUSED (line 312) | static inline POSSIBLY_UNUSED void hal_pwrkey_enable_bothedge_int(void) { function hal_pwrkey_enable_int (line 316) | static inline void hal_pwrkey_enable_int(void) { function hal_pwrkey_disable_int (line 324) | static inline void hal_pwrkey_disable_int(void) { function hal_pwrkey_reset (line 328) | static inline void hal_pwrkey_reset(void) { function hal_pwrkey_get_status (line 332) | static inline bool hal_pwrkey_get_status(void) { function hal_pwrkey_handle_irq_state (line 343) | static void hal_pwrkey_handle_irq_state(enum HAL_PWRKEY_IRQ_T state) { function hal_pwrkey_irqhandler (line 401) | static void hal_pwrkey_irqhandler(PWRKEY_IRQ_HDLR_PARAM) { function hal_pwrkey_open (line 415) | static void hal_pwrkey_open(void) { function hal_pwrkey_close (line 428) | static void hal_pwrkey_close(void) { type HAL_KEY_GPIOKEY_T (line 443) | struct HAL_KEY_GPIOKEY_T type HAL_GPIO_PIN_T (line 445) | enum HAL_GPIO_PIN_T function hal_gpiokey_reset (line 447) | static inline void hal_gpiokey_reset(void) { function hal_gpiokey_find_index (line 451) | static int hal_gpiokey_find_index(enum HAL_GPIO_PIN_T pin) { function hal_gpiokey_pressed (line 464) | static bool hal_gpiokey_pressed(enum HAL_GPIO_PIN_T pin) { function hal_gpiokey_irqhandler (line 469) | static void hal_gpiokey_irqhandler(enum HAL_GPIO_PIN_T pin) { function hal_gpiokey_enable_irq (line 498) | static void hal_gpiokey_enable_irq(enum HAL_GPIO_PIN_T pin, function hal_gpiokey_disable_irq (line 513) | static void hal_gpiokey_disable_irq(enum HAL_GPIO_PIN_T pin) { function hal_gpiokey_enable_allint (line 525) | static inline void hal_gpiokey_enable_allint(void) { function hal_gpiokey_disable_allint (line 544) | static inline void hal_gpiokey_disable_allint(void) { function hal_gpiokey_open (line 557) | static void hal_gpiokey_open(void) { function hal_gpiokey_close (line 572) | static void hal_gpiokey_close(void) { function hal_key_read_status (line 581) | enum HAL_KEY_EVENT_T hal_key_read_status(enum HAL_KEY_CODE_T code) { function hal_key_disable_allint (line 606) | static void hal_key_disable_allint(void) { function hal_key_enable_allint (line 620) | static void hal_key_enable_allint(void) { function hal_key_debounce_handler (line 634) | static void hal_key_debounce_handler(void *param) { function hal_key_boot_handler (line 1018) | static void hal_key_boot_handler(void *param) function hal_key_open (line 1094) | int hal_key_open(int checkPwrKey, int (*cb)(uint32_t, uint8_t)) { function hal_key_close (line 1154) | int hal_key_close(void) { FILE: platform/hal/hal_key.h type HAL_KEY_CODE_T (line 26) | enum HAL_KEY_CODE_T { type HAL_KEY_EVENT_T (line 46) | enum HAL_KEY_EVENT_T { type HAL_KEY_GPIOKEY_VAL_T (line 82) | enum HAL_KEY_GPIOKEY_VAL_T { type HAL_KEY_GPIOKEY_CFG_T (line 87) | struct HAL_KEY_GPIOKEY_CFG_T { type HAL_KEY_EVENT_T (line 95) | enum HAL_KEY_EVENT_T type HAL_KEY_CODE_T (line 95) | enum HAL_KEY_CODE_T FILE: platform/hal/hal_mcu2cp.c type HAL_MCU2CP_IRQ_TYPE_T (line 49) | enum HAL_MCU2CP_IRQ_TYPE_T { type HAL_MCU2CP_MSG_T (line 56) | struct HAL_MCU2CP_MSG_T { type HAL_MCU2CP_SEND_RECORD_T (line 63) | struct HAL_MCU2CP_SEND_RECORD_T { type HAL_MCU2CP_MSG_T (line 78) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_MSG_T (line 80) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_MSG_T (line 82) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_MSG_T (line 85) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_SEND_RECORD_T (line 88) | struct HAL_MCU2CP_SEND_RECORD_T type CMU_T (line 117) | struct CMU_T type CMU_T (line 117) | struct CMU_T function hal_mcu2cp_busy (line 119) | static void MCU2CP_TEXT_LOC hal_mcu2cp_busy(enum HAL_MCU2CP_ID_T id, function hal_mcu2cp_peer_irq_set (line 154) | static int MCU2CP_TEXT_LOC hal_mcu2cp_peer_irq_set( function hal_mcu2cp_local_irq_clear (line 195) | static int MCU2CP_TEXT_LOC hal_mcu2cp_local_irq_clear( function hal_mcu2cp_local_irq_set (line 236) | static int MCU2CP_TEXT_LOC hal_mcu2cp_local_irq_set( function hal_mcu2cp_rx_irq (line 277) | hal_mcu2cp_rx_irq(void) { function hal_mcu2cp_tx_irq (line 329) | hal_mcu2cp_tx_irq(void) { type HAL_MCU2CP_MSG_T (line 367) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_MSG_T (line 368) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_MSG_T (line 372) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_MSG_T (line 374) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_MSG_T (line 377) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_ID_T (line 380) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_MSG_TYPE_T (line 381) | enum HAL_MCU2CP_MSG_TYPE_T type HAL_MCU2CP_ID_T (line 434) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_MSG_TYPE_T (line 435) | enum HAL_MCU2CP_MSG_TYPE_T type HAL_MCU2CP_ID_T (line 458) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 471) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 480) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_MSG_TYPE_T (line 481) | enum HAL_MCU2CP_MSG_TYPE_T type HAL_MCU2CP_SEND_RECORD_T (line 485) | struct HAL_MCU2CP_SEND_RECORD_T type HAL_MCU2CP_MSG_T (line 486) | struct HAL_MCU2CP_MSG_T type HAL_MCU2CP_ID_T (line 537) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 541) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 545) | enum HAL_MCU2CP_ID_T FILE: platform/hal/hal_mcu2cp.h type HAL_MCU2CP_ID_T (line 25) | enum HAL_MCU2CP_ID_T { type HAL_MCU2CP_MSG_TYPE_T (line 32) | enum HAL_MCU2CP_MSG_TYPE_T { type HAL_MCU2CP_ID_T (line 42) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_MSG_TYPE_T (line 42) | enum HAL_MCU2CP_MSG_TYPE_T type HAL_MCU2CP_ID_T (line 44) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_MSG_TYPE_T (line 44) | enum HAL_MCU2CP_MSG_TYPE_T type HAL_MCU2CP_ID_T (line 47) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_MSG_TYPE_T (line 47) | enum HAL_MCU2CP_MSG_TYPE_T type HAL_MCU2CP_ID_T (line 48) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_MSG_TYPE_T (line 48) | enum HAL_MCU2CP_MSG_TYPE_T type HAL_MCU2CP_ID_T (line 50) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 51) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 53) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 54) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 56) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_MSG_TYPE_T (line 56) | enum HAL_MCU2CP_MSG_TYPE_T type HAL_MCU2CP_ID_T (line 58) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_MSG_TYPE_T (line 58) | enum HAL_MCU2CP_MSG_TYPE_T type HAL_MCU2CP_ID_T (line 61) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 62) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 64) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 65) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 67) | enum HAL_MCU2CP_ID_T type HAL_MCU2CP_ID_T (line 68) | enum HAL_MCU2CP_ID_T FILE: platform/hal/hal_memsc.c function hal_memsc_lock (line 20) | int hal_memsc_lock(enum HAL_MEMSC_ID_T id) { function hal_memsc_unlock (line 28) | void hal_memsc_unlock(enum HAL_MEMSC_ID_T id) { function hal_memsc_avail (line 36) | bool hal_memsc_avail(enum HAL_MEMSC_ID_T id) { FILE: platform/hal/hal_memsc.h type HAL_MEMSC_ID_T (line 26) | enum HAL_MEMSC_ID_T { type HAL_MEMSC_ID_T (line 35) | enum HAL_MEMSC_ID_T type HAL_MEMSC_ID_T (line 37) | enum HAL_MEMSC_ID_T type HAL_MEMSC_ID_T (line 39) | enum HAL_MEMSC_ID_T FILE: platform/hal/hal_norflash.c type HAL_Norflash_Context (line 70) | struct HAL_Norflash_Context { type HAL_Norflash_Context (line 83) | struct HAL_Norflash_Context type HAL_NORFLASH_CONFIG_T (line 87) | struct HAL_NORFLASH_CONFIG_T type HAL_NORFLASH_FREQ_DYNAMIC_ADJUST_CONFIG_T (line 114) | struct HAL_NORFLASH_FREQ_DYNAMIC_ADJUST_CONFIG_T { type HAL_NORFLASH_FREQ_DYNAMIC_ADJUST_CONFIG_T (line 118) | struct HAL_NORFLASH_FREQ_DYNAMIC_ADJUST_CONFIG_T type SUSPEND_STATE_T (line 123) | enum SUSPEND_STATE_T { type SUSPEND_STATE_T (line 129) | enum SUSPEND_STATE_T function hal_norflash_clk_to_cmu_freq (line 144) | enum HAL_CMU_FREQ_T hal_norflash_clk_to_cmu_freq(uint32_t clk) { function hal_norflash_get_size (line 178) | enum HAL_NORFLASH_RET_T hal_norflash_get_size(enum HAL_NORFLASH_ID_T id, function hal_norflash_get_boundary (line 200) | enum HAL_NORFLASH_RET_T hal_norflash_get_boundary(enum HAL_NORFLASH_ID_T... function hal_norflash_get_id (line 237) | enum HAL_NORFLASH_RET_T hal_norflash_get_id(enum HAL_NORFLASH_ID_T id, function hal_norflash_get_unique_id (line 247) | enum HAL_NORFLASH_RET_T hal_norflash_get_unique_id(enum HAL_NORFLASH_ID_... function hal_norflash_get_bp_cfg (line 261) | static uint32_t hal_norflash_get_bp_cfg(enum HAL_NORFLASH_ID_T id) { function hal_norflash_enable_protection (line 295) | enum HAL_NORFLASH_RET_T function hal_norflash_disable_protection (line 320) | enum HAL_NORFLASH_RET_T function hal_norflash_security_register_lock (line 346) | enum HAL_NORFLASH_RET_T function hal_norflash_security_register_erase (line 412) | enum HAL_NORFLASH_RET_T function hal_norflash_security_register_write (line 475) | enum HAL_NORFLASH_RET_T function hal_norflash_security_register_read (line 548) | enum HAL_NORFLASH_RET_T function hal_norflash_parse_security_register_config (line 630) | static enum HAL_NORFLASH_RET_T function hal_norflash_reset_timing (line 703) | static void hal_norflash_reset_timing(void) { function _norflash_open (line 711) | static enum HAL_NORFLASH_RET_T function hal_norflash_open (line 945) | enum HAL_NORFLASH_RET_T function hal_norflash_reopen (line 951) | enum HAL_NORFLASH_RET_T function hal_norflash_apply_config (line 957) | enum HAL_NORFLASH_RET_T function hal_norflash_get_timing_index (line 964) | uint32_t hal_norflash_get_timing_index(enum HAL_NORFLASH_ID_T id) { function hal_norflash_show_calib_result (line 969) | void hal_norflash_show_calib_result(void) { norflash_show_calib_result(); } function hal_norflash_erase_chip (line 971) | enum HAL_NORFLASH_RET_T hal_norflash_erase_chip(enum HAL_NORFLASH_ID_T i... function hal_norflash_erase_int (line 981) | static enum HAL_NORFLASH_RET_T hal_norflash_erase_int(enum HAL_NORFLASH_... function hal_norflash_erase_suspend (line 1096) | enum HAL_NORFLASH_RET_T hal_norflash_erase_suspend(enum HAL_NORFLASH_ID_... function hal_norflash_erase (line 1113) | enum HAL_NORFLASH_RET_T hal_norflash_erase(enum HAL_NORFLASH_ID_T id, function hal_norflash_erase_resume (line 1119) | enum HAL_NORFLASH_RET_T hal_norflash_erase_resume(enum HAL_NORFLASH_ID_T... function hal_norflash_write_int (line 1144) | static enum HAL_NORFLASH_RET_T function hal_norflash_write_suspend (line 1205) | enum HAL_NORFLASH_RET_T hal_norflash_write_suspend(enum HAL_NORFLASH_ID_... function hal_norflash_write (line 1223) | enum HAL_NORFLASH_RET_T hal_norflash_write(enum HAL_NORFLASH_ID_T id, function hal_norflash_write_resume (line 1230) | enum HAL_NORFLASH_RET_T hal_norflash_write_resume(enum HAL_NORFLASH_ID_T... function hal_norflash_suspend_check_irq (line 1256) | enum HAL_NORFLASH_RET_T function hal_norflash_read (line 1270) | enum HAL_NORFLASH_RET_T hal_norflash_read(enum HAL_NORFLASH_ID_T id, function hal_norflash_close (line 1311) | enum HAL_NORFLASH_RET_T hal_norflash_close(enum HAL_NORFLASH_ID_T id) { function hal_norflash_sleep (line 1315) | void hal_norflash_sleep(enum HAL_NORFLASH_ID_T id) { function hal_norflash_wakeup (line 1330) | void hal_norflash_wakeup(enum HAL_NORFLASH_ID_T id) { function hal_norflash_busy (line 1353) | int hal_norflash_busy(void) { return norflaship_is_busy(); } function hal_norflash_prefetch_idle (line 1355) | static void hal_norflash_prefetch_idle(void) { function hal_norflash_freq_dynamic_adjust_save_config (line 1363) | int hal_norflash_freq_dynamic_adjust_save_config( function hal_norflash_freq_dynamic_adjust_set_freq (line 1378) | int hal_norflash_freq_dynamic_adjust_set_freq(enum HAL_CMU_FREQ_T freq) { function hal_norflash_set_freq (line 1399) | void hal_norflash_set_freq(enum HAL_CMU_FREQ_T freq) { type HAL_NORFLASH_CONFIG_T (line 1423) | struct HAL_NORFLASH_CONFIG_T function hal_norflash_init (line 1427) | enum HAL_NORFLASH_RET_T hal_norflash_init(void) { function hal_norflash_deinit (line 1466) | enum HAL_NORFLASH_RET_T hal_norflash_deinit(void) { function hal_norflash_get_flash_total_size (line 1493) | uint32_t hal_norflash_get_flash_total_size(enum HAL_NORFLASH_ID_T id) { function hal_norflash_opened (line 1497) | int hal_norflash_opened(enum HAL_NORFLASH_ID_T id) { function hal_norflash_get_open_state (line 1501) | enum HAL_NORFLASH_RET_T hal_norflash_get_open_state(enum HAL_NORFLASH_ID... function hal_norflash_enable_remap (line 1505) | enum HAL_NORFLASH_RET_T hal_norflash_enable_remap(enum HAL_NORFLASH_ID_T... function hal_norflash_disable_remap (line 1611) | enum HAL_NORFLASH_RET_T hal_norflash_disable_remap(enum HAL_NORFLASH_ID_... function hal_norflash_re_enable_remap (line 1626) | enum HAL_NORFLASH_RET_T function hal_norflash_get_remap_status (line 1642) | int hal_norflash_get_remap_status(enum HAL_NORFLASH_ID_T id) { FILE: platform/hal/hal_norflash.h type HAL_NORFLASH_ID_T (line 30) | enum HAL_NORFLASH_ID_T { type HAL_NORFLASH_RET_T (line 35) | enum HAL_NORFLASH_RET_T { type HAL_NORFLASH_SPEED (line 51) | enum HAL_NORFLASH_SPEED { type HAL_NORFLASH_OP_MODE (line 64) | enum HAL_NORFLASH_OP_MODE { type HAL_NORFLASH_CONFIG_T (line 107) | struct HAL_NORFLASH_CONFIG_T { type HAL_CMU_FREQ_T (line 140) | enum HAL_CMU_FREQ_T type HAL_NORFLASH_CONFIG_T (line 141) | struct HAL_NORFLASH_CONFIG_T type HAL_NORFLASH_RET_T (line 142) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_RET_T (line 143) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_RET_T (line 144) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 144) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_CONFIG_T (line 144) | struct HAL_NORFLASH_CONFIG_T type HAL_NORFLASH_RET_T (line 145) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 145) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_CONFIG_T (line 145) | struct HAL_NORFLASH_CONFIG_T type HAL_NORFLASH_RET_T (line 146) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 146) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_CONFIG_T (line 146) | struct HAL_NORFLASH_CONFIG_T type HAL_NORFLASH_ID_T (line 147) | enum HAL_NORFLASH_ID_T type HAL_CMU_FREQ_T (line 149) | enum HAL_CMU_FREQ_T type HAL_NORFLASH_RET_T (line 150) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 150) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 151) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 151) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 152) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 152) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 153) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 153) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 154) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 154) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 155) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 155) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 156) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 156) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 157) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 157) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 158) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 158) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 159) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 159) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 160) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 160) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 161) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 161) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 162) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 162) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 163) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 163) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 164) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 164) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 165) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 165) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_ID_T (line 166) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_ID_T (line 167) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_ID_T (line 169) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_ID_T (line 170) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 171) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 171) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 172) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 172) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 173) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 173) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 174) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 174) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 175) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 175) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 176) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 176) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 177) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 177) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_RET_T (line 178) | enum HAL_NORFLASH_RET_T type HAL_NORFLASH_ID_T (line 178) | enum HAL_NORFLASH_ID_T type HAL_NORFLASH_ID_T (line 179) | enum HAL_NORFLASH_ID_T FILE: platform/hal/hal_norflaship_v1.c function norflaship_continuous_read_mode_bit (line 87) | uint8_t norflaship_continuous_read_mode_bit(uint8_t mode_bit) { function norflaship_continuous_read_off (line 96) | uint8_t norflaship_continuous_read_off(void) { function norflaship_continuous_read_on (line 104) | uint8_t norflaship_continuous_read_on(void) { function norflaship_write_txfifo (line 112) | uint32_t norflaship_write_txfifo(const uint8_t *val, uint32_t len) { function norflaship_v1_write_txfifo_safe (line 119) | uint32_t norflaship_v1_write_txfifo_safe(const uint8_t *val, uint32_t le... function norflaship_v1_write_txfifo_all (line 131) | uint32_t norflaship_v1_write_txfifo_all(const uint8_t *val, uint32_t len) { function norflaship_read_rxfifo_count (line 144) | uint8_t norflaship_read_rxfifo_count(void) { function norflaship_read_rxfifo (line 149) | uint8_t norflaship_read_rxfifo(void) { function norflaship_blksize (line 154) | void norflaship_blksize(uint32_t blksize) { function norflaship_cmd_addr (line 160) | void norflaship_cmd_addr(uint8_t cmd, uint32_t address) { function norflaship_ext_tx_cmd (line 165) | void norflaship_ext_tx_cmd(uint8_t cmd, uint32_t tx_len) { function norflaship_ext_rx_cmd (line 169) | void norflaship_ext_rx_cmd(uint8_t cmd, uint32_t tx_len, uint32_t rx_len) { function norflaship_cmd_done (line 174) | void norflaship_cmd_done(void) { norflaship_busy_wait(); } function norflaship_rxfifo_count_wait (line 175) | void norflaship_rxfifo_count_wait(uint8_t cnt) { function norflaship_rxfifo_empty_wait (line 182) | void norflaship_rxfifo_empty_wait(void) { function norflaship_busy_wait (line 188) | void norflaship_busy_wait(void) { function norflaship_is_busy (line 194) | int norflaship_is_busy(void) { function norflaship_clear_fifos (line 199) | void norflaship_clear_fifos(void) { function norflaship_clear_rxfifo (line 204) | void norflaship_clear_rxfifo(void) { function norflaship_clear_txfifo (line 209) | void norflaship_clear_txfifo(void) { function norflaship_div (line 214) | void norflaship_div(uint32_t div) { function norflaship_get_div (line 221) | uint32_t norflaship_get_div(void) { function norflaship_cmdquad (line 226) | void norflaship_cmdquad(uint32_t v) { function norflaship_get_pos_neg (line 236) | uint32_t norflaship_get_pos_neg(void) { function norflaship_pos_neg (line 241) | void norflaship_pos_neg(uint32_t v) { function norflaship_get_neg_phase (line 251) | uint32_t norflaship_get_neg_phase(void) { function norflaship_neg_phase (line 256) | void norflaship_neg_phase(uint32_t v) { function norflaship_get_samdly (line 266) | uint32_t norflaship_get_samdly(void) { function norflaship_samdly (line 271) | void norflaship_samdly(uint32_t v) { function norflaship_dual_mode (line 278) | void norflaship_dual_mode(uint32_t v) { function norflaship_hold_pin (line 288) | void norflaship_hold_pin(uint32_t v) { function norflaship_wpr_pin (line 297) | void norflaship_wpr_pin(uint32_t v) { function norflaship_quad_mode (line 306) | void norflaship_quad_mode(uint32_t v) { function norflaship_dummyclc (line 316) | void norflaship_dummyclc(uint32_t v) { function norflaship_dummyclcen (line 322) | void norflaship_dummyclcen(uint32_t v) { function norflaship_addrbyte4 (line 331) | void norflaship_addrbyte4(uint32_t v) { function norflaship_ruen (line 340) | void norflaship_ruen(uint32_t v) { function norflaship_rden (line 346) | void norflaship_rden(uint32_t v) { function norflaship_dualiocmd (line 352) | void norflaship_dualiocmd(uint32_t v) { function norflaship_rdcmd (line 358) | void norflaship_rdcmd(uint32_t v) { function norflaship_frdcmd (line 364) | void norflaship_frdcmd(uint32_t v) { function norflaship_qrdcmd (line 370) | void norflaship_qrdcmd(uint32_t v) { function norflaship_get_rdcmd (line 376) | uint32_t norflaship_get_rdcmd(void) { function norflaship_sleep (line 381) | void norflaship_sleep(void) {} function norflaship_wakeup (line 382) | void norflaship_wakeup(void) {} FILE: platform/hal/hal_norflaship_v2.c type NORFLASH_CTRL_T (line 77) | struct NORFLASH_CTRL_T type NORFLASH_CTRL_T (line 78) | struct NORFLASH_CTRL_T function norflaship_continuous_read_mode_bit (line 87) | uint8_t norflaship_continuous_read_mode_bit(uint8_t mode_bit) { function norflaship_continuous_read_off (line 93) | uint8_t norflaship_continuous_read_off(void) { function norflaship_continuous_read_on (line 98) | uint8_t norflaship_continuous_read_on(void) { function norflaship_read_txfifo_empty_count (line 103) | uint8_t norflaship_read_txfifo_empty_count(void) { function norflaship_write_txfifo (line 106) | uint32_t norflaship_write_txfifo(const uint8_t *val, uint32_t len) { function norflaship_read_rxfifo_count (line 129) | uint8_t norflaship_read_rxfifo_count(void) { function norflaship_read_rxfifo (line 132) | uint8_t norflaship_read_rxfifo(void) { return norflash->REG_010; } function norflaship_blksize (line 133) | void norflaship_blksize(uint32_t blksize) { function norflaship_cmd_addr (line 137) | void norflaship_cmd_addr(uint8_t cmd, uint32_t address) { function norflaship_ext_tx_cmd (line 142) | void norflaship_ext_tx_cmd(uint8_t cmd, uint32_t tx_len) { function norflaship_ext_rx_cmd (line 149) | void norflaship_ext_rx_cmd(uint8_t cmd, uint32_t tx_len, uint32_t rx_len) { function norflaship_cmd_done (line 157) | void norflaship_cmd_done(void) { function norflaship_rxfifo_count_wait (line 161) | void norflaship_rxfifo_count_wait(uint8_t cnt) { function norflaship_rxfifo_empty_wait (line 165) | void norflaship_rxfifo_empty_wait(void) { function norflaship_txfifo_is_full (line 169) | int norflaship_txfifo_is_full(void) { function norflaship_busy_wait (line 172) | void norflaship_busy_wait(void) { function norflaship_is_busy (line 176) | int norflaship_is_busy(void) { return !!(norflash->REG_00C & REG_00C_BUS... function norflaship_clear_fifos (line 177) | void norflaship_clear_fifos(void) { function norflaship_clear_rxfifo (line 182) | void norflaship_clear_rxfifo(void) { function norflaship_clear_txfifo (line 187) | void norflaship_clear_txfifo(void) { function norflaship_div (line 192) | void norflaship_div(uint32_t div) { function norflaship_get_div (line 201) | uint32_t norflaship_get_div(void) { function norflaship_cmdquad (line 204) | void norflaship_cmdquad(uint32_t v) { function norflaship_get_samdly (line 221) | uint32_t norflaship_get_samdly(void) { function norflaship_samdly (line 224) | void norflaship_samdly(uint32_t v) { function norflaship_dual_mode (line 233) | void norflaship_dual_mode(uint32_t v) { function norflaship_hold_pin (line 250) | void norflaship_hold_pin(uint32_t v) { function norflaship_wpr_pin (line 266) | void norflaship_wpr_pin(uint32_t v) { function norflaship_quad_mode (line 282) | void norflaship_quad_mode(uint32_t v) { function norflaship_addrbyte4 (line 299) | void norflaship_addrbyte4(uint32_t v) { function norflaship_ruen (line 315) | void norflaship_ruen(uint32_t v) { function norflaship_rden (line 318) | void norflaship_rden(uint32_t v) { function norflaship_dualiocmd (line 321) | void norflaship_dualiocmd(uint32_t v) { function norflaship_rdcmd (line 324) | void norflaship_rdcmd(uint32_t v) { function norflaship_frdcmd (line 327) | void norflaship_frdcmd(uint32_t v) { function norflaship_qrdcmd (line 330) | void norflaship_qrdcmd(uint32_t v) { function norflaship_get_rdcmd (line 333) | uint32_t norflaship_get_rdcmd(void) { function norflaship_set_idle_io_dir (line 336) | void norflaship_set_idle_io_dir(uint32_t v) { function norflaship_sleep (line 341) | void norflaship_sleep(void) { function norflaship_wakeup (line 346) | void norflaship_wakeup(void) { function norflaship_dec_index (line 352) | void norflaship_dec_index(uint32_t idx) { function norflaship_dec_saddr (line 358) | void norflaship_dec_saddr(uint32_t addr) { function norflaship_dec_eaddr (line 365) | void norflaship_dec_eaddr(uint32_t addr) { function norflaship_dec_enable (line 372) | void norflaship_dec_enable(void) { function norflaship_dec_disable (line 378) | void norflaship_dec_disable(void) { function norflaship_man_wrap_width (line 384) | void norflaship_man_wrap_width(uint32_t width) { function norflaship_man_wrap_enable (line 403) | void norflaship_man_wrap_enable(void) { function norflaship_man_wrap_disable (line 409) | void norflaship_man_wrap_disable(void) { function norflaship_auto_wrap_cmd (line 415) | void norflaship_auto_wrap_cmd(uint32_t cmd) { function norflaship_man_mode_enable (line 422) | void norflaship_man_mode_enable(void) { function norflaship_man_mode_disable (line 428) | void norflaship_man_mode_disable(void) { function norflaship_config_remap_section (line 434) | int norflaship_config_remap_section(uint32_t id, uint32_t addr, uint32_t... function norflaship_enable_remap (line 491) | void norflaship_enable_remap(void) { function norflaship_disable_remap (line 497) | void norflaship_disable_remap(void) { function norflaship_get_remap_status (line 503) | int norflaship_get_remap_status(void) { function norflaship_dummy_others (line 512) | void norflaship_dummy_others(uint32_t v) { function norflaship_fetch_disable (line 517) | void norflaship_fetch_disable() { norflash->REG_02C &= ~REG_02C_FETCH_EN; } FILE: platform/hal/hal_overlay.c type HAL_OVERLAY_ID_T (line 78) | enum HAL_OVERLAY_ID_T function invalid_overlay_cache (line 109) | static void invalid_overlay_cache(enum HAL_OVERLAY_ID_T id) { function hal_overlay_load (line 134) | enum HAL_OVERLAY_RET_T hal_overlay_load(enum HAL_OVERLAY_ID_T id) { function hal_overlay_unload (line 185) | enum HAL_OVERLAY_RET_T hal_overlay_unload(enum HAL_OVERLAY_ID_T id) { function hal_overlay_get_text_address (line 210) | uint32_t hal_overlay_get_text_address(void) { function hal_overlay_get_text_all_size (line 217) | uint32_t hal_overlay_get_text_all_size(void) { function hal_overlay_get_text_size (line 228) | uint32_t hal_overlay_get_text_size(enum HAL_OVERLAY_ID_T id) { function hal_overlay_get_text_free_addr (line 254) | uint32_t hal_overlay_get_text_free_addr(enum HAL_OVERLAY_ID_T id) { function hal_overlay_get_text_free_size (line 273) | uint32_t hal_overlay_get_text_free_size(enum HAL_OVERLAY_ID_T id) { function hal_overlay_acquire (line 287) | void hal_overlay_acquire(enum HAL_OVERLAY_ID_T id) { function hal_overlay_release (line 302) | void hal_overlay_release(enum HAL_OVERLAY_ID_T id) { function hal_overlay_is_used (line 311) | bool hal_overlay_is_used(void) { FILE: platform/hal/hal_overlay.h type HAL_OVERLAY_ID_T (line 55) | enum HAL_OVERLAY_ID_T { type HAL_OVERLAY_RET_T (line 69) | enum HAL_OVERLAY_RET_T { type HAL_OVERLAY_RET_T (line 77) | enum HAL_OVERLAY_RET_T type HAL_OVERLAY_ID_T (line 77) | enum HAL_OVERLAY_ID_T type HAL_OVERLAY_RET_T (line 79) | enum HAL_OVERLAY_RET_T type HAL_OVERLAY_ID_T (line 79) | enum HAL_OVERLAY_ID_T type HAL_OVERLAY_ID_T (line 93) | enum HAL_OVERLAY_ID_T type HAL_OVERLAY_ID_T (line 98) | enum HAL_OVERLAY_ID_T type HAL_OVERLAY_ID_T (line 102) | enum HAL_OVERLAY_ID_T type HAL_OVERLAY_ID_T (line 106) | enum HAL_OVERLAY_ID_T type HAL_OVERLAY_ID_T (line 110) | enum HAL_OVERLAY_ID_T function hal_overlay_load (line 118) | static inline enum HAL_OVERLAY_RET_T function hal_overlay_unload (line 123) | static inline enum HAL_OVERLAY_RET_T function hal_overlay_get_text_address (line 128) | static inline uint32_t hal_overlay_get_text_address(void) { function hal_overlay_get_text_all_size (line 132) | static inline uint32_t hal_overlay_get_text_all_size(void) { return 0; } function hal_overlay_get_text_size (line 134) | static inline uint32_t hal_overlay_get_text_size(enum HAL_OVERLAY_ID_T i... function hal_overlay_get_text_free_addr (line 138) | static inline uint32_t function hal_overlay_get_text_free_size (line 143) | static inline uint32_t function hal_overlay_acquire (line 148) | static inline void hal_overlay_acquire(enum HAL_OVERLAY_ID_T id) { retur... function hal_overlay_release (line 150) | static inline void hal_overlay_release(enum HAL_OVERLAY_ID_T id) { retur... function hal_overlay_is_used (line 152) | static inline bool hal_overlay_is_used(void) { return false; } FILE: platform/hal/hal_phyif.c type HAL_SPI_CFG_T (line 32) | struct HAL_SPI_CFG_T function hal_phyif_rawread (line 50) | static int hal_phyif_rawread(unsigned short reg, unsigned short *val) { function hal_phyif_rawwrite (line 65) | static int hal_phyif_rawwrite(unsigned short reg, unsigned short val) { function hal_phyif_reg_read (line 77) | int hal_phyif_reg_read(unsigned short reg, unsigned short *val) { function hal_phyif_reg_write (line 98) | int hal_phyif_reg_write(unsigned short reg, unsigned short val) { function hal_phyif_open (line 119) | int hal_phyif_open(uint32_t cs) { function hal_phyif_close (line 137) | int hal_phyif_close(uint32_t cs) { FILE: platform/hal/hal_psram.h type HAL_PSRAM_ID_T (line 25) | enum HAL_PSRAM_ID_T { FILE: platform/hal/hal_psram_v1.c type HAL_PSRAM_SPEED (line 38) | enum HAL_PSRAM_SPEED { type HAL_PSRAM_CONFIG_T (line 52) | struct HAL_PSRAM_CONFIG_T { type HAL_Psram_Context (line 64) | struct HAL_Psram_Context { type HAL_PSRAM_ID_T (line 73) | enum HAL_PSRAM_ID_T type HAL_PSRAM_CONFIG_T (line 73) | struct HAL_PSRAM_CONFIG_T type HAL_PSRAM_ID_T (line 74) | enum HAL_PSRAM_ID_T type HAL_PSRAM_ID_T (line 75) | enum HAL_PSRAM_ID_T type HAL_PSRAM_ID_T (line 77) | enum HAL_PSRAM_ID_T type HAL_PSRAM_ID_T (line 78) | enum HAL_PSRAM_ID_T type HAL_Psram_Context (line 81) | struct HAL_Psram_Context function FLASH_TEXT_LOC (line 87) | FLASH_TEXT_LOC static uint32_t _psram_get_reg_base(enum HAL_PSRAM_ID_T i... function FLASH_TEXT_LOC (line 96) | FLASH_TEXT_LOC static void function FLASH_TEXT_LOC (line 106) | FLASH_TEXT_LOC static void _psram_busy_wait(enum HAL_PSRAM_ID_T id) { function _psram_div (line 113) | static void _psram_div(enum HAL_PSRAM_ID_T id) function hal_psram_open (line 118) | uint8_t hal_psram_open(enum HAL_PSRAM_ID_T id, struct HAL_PSRAM_CONFIG_T... function hal_psram_close (line 167) | uint8_t hal_psram_close(enum HAL_PSRAM_ID_T id) function hal_psram_reg_dump (line 171) | void hal_psram_reg_dump(enum HAL_PSRAM_ID_T id) function FLASH_TEXT_LOC (line 188) | FLASH_TEXT_LOC uint8_t hal_psramip_read_reg(uint8_t reg) { function FLASH_TEXT_LOC (line 199) | FLASH_TEXT_LOC void hal_psramip_write_reg(uint8_t reg, uint8_t val) { function FLASH_TEXT_LOC (line 207) | FLASH_TEXT_LOC void hal_psram_suspend(enum HAL_PSRAM_ID_T id) { function FLASH_TEXT_LOC (line 215) | FLASH_TEXT_LOC void hal_psram_resume(enum HAL_PSRAM_ID_T id) { function FLASH_TEXT_LOC (line 228) | FLASH_TEXT_LOC void hal_psram_init(void) { function FLASH_TEXT_LOC (line 363) | FLASH_TEXT_LOC void hal_psram_wakeup_init(void) { function FLASH_TEXT_LOC (line 391) | FLASH_TEXT_LOC void hal_psram_sleep(void) { function FLASH_TEXT_LOC (line 403) | FLASH_TEXT_LOC void hal_psram_init(void) { function FLASH_TEXT_LOC (line 505) | FLASH_TEXT_LOC void hal_psram_wakeup_init(void) { function FLASH_TEXT_LOC (line 529) | FLASH_TEXT_LOC void hal_psram_sleep(void) { function FLASH_TEXT_LOC (line 541) | FLASH_TEXT_LOC void hal_psram_wakeup(void) { FILE: platform/hal/hal_psram_v2.c type PSRAM_CMD_T (line 111) | enum PSRAM_CMD_T { type CP_FSM_STATE_T (line 121) | enum CP_FSM_STATE_T { type MEMIF_CMD_T (line 127) | enum MEMIF_CMD_T { type PSRAM_MC_T (line 146) | struct PSRAM_MC_T type PSRAM_MC_T (line 146) | struct PSRAM_MC_T type PSRAM_PHY_T (line 147) | struct PSRAM_PHY_T type PSRAM_PHY_T (line 148) | struct PSRAM_PHY_T function hal_psramip_mc_busy (line 160) | int hal_psramip_mc_busy(void) { function hal_psramip_wb_busy (line 164) | static int hal_psramip_wb_busy(void) { function hal_psramip_mc_in_sleep (line 168) | int hal_psramip_mc_in_sleep(void) { function hal_psramip_rx_fifo_empty (line 173) | int hal_psramip_rx_fifo_empty(void) { function hal_psramip_tx_fifo_full (line 177) | int hal_psramip_tx_fifo_full(void) { function hal_psramip_get_rx_fifo_len (line 181) | uint32_t hal_psramip_get_rx_fifo_len(void) { function hal_psramip_get_tx_fifo_free_len (line 185) | uint32_t hal_psramip_get_tx_fifo_free_len(void) { function hal_psramip_mc_busy_wait (line 189) | void hal_psramip_mc_busy_wait(void) { function hal_psramip_wb_busy_wait (line 194) | void hal_psramip_wb_busy_wait(void) { function hal_psramip_flush_tx_fifo (line 199) | void hal_psramip_flush_tx_fifo(void) { function hal_psramip_flush_rx_fifo (line 205) | void hal_psramip_flush_rx_fifo(void) { function hal_psramip_flush_all_fifo (line 211) | void hal_psramip_flush_all_fifo(void) { function hal_psramip_xfer_addr_len (line 218) | void hal_psramip_xfer_addr_len(uint32_t addr, uint32_t len) { function hal_psramip_write_fifo (line 223) | void hal_psramip_write_fifo(uint32_t *data, uint32_t len) { function hal_psramip_read_fifo (line 229) | void hal_psramip_read_fifo(uint32_t *data, uint32_t len) { function hal_psramip_set_reg_data_mask (line 235) | void hal_psramip_set_reg_data_mask(void) { function hal_psramip_set_mem_data_mask (line 243) | void hal_psramip_set_mem_data_mask(void) { psram_mc->REG_010 = 0; } function hal_psramip_set_cmd (line 245) | void hal_psramip_set_cmd(enum MEMIF_CMD_T cmd) { psram_mc->REG_004 = cmd; } function POSSIBLY_UNUSED (line 247) | POSSIBLY_UNUSED void psram_read_reg(uint32_t reg, uint32_t *val) { function psram_send_cmd_reg (line 256) | static void psram_send_cmd_reg(enum MEMIF_CMD_T cmd, uint32_t reg, function psram_write_reg (line 273) | static void psram_write_reg(uint32_t reg, uint32_t val) { function psram_single_cmd (line 277) | static void psram_single_cmd(enum MEMIF_CMD_T cmd) { function POSSIBLY_UNUSED (line 283) | static POSSIBLY_UNUSED void psram_reset(void) { psram_single_cmd(MEMIF_R... function psram_set_timing (line 285) | static void psram_set_timing(uint32_t clk) { function hal_psram_phy_dll_config (line 327) | static void hal_psram_phy_dll_config(uint32_t clk) { function hal_psram_phy_init (line 351) | static void hal_psram_phy_init(uint32_t clk) { function hal_psram_mc_set_timing (line 383) | static void hal_psram_mc_set_timing(uint32_t clk) { function hal_psram_init_calib (line 444) | static void hal_psram_init_calib(void) { function hal_psram_sleep (line 507) | void hal_psram_sleep(void) { function hal_psram_wakeup (line 519) | void hal_psram_wakeup(void) { function psram_chip_timing_config (line 526) | static void psram_chip_timing_config(uint32_t clk, bool update_psram_fir... function psramphy_check_write_valid (line 555) | static bool psramphy_check_write_valid() { function hal_psram_calib_range (line 577) | static void hal_psram_calib_range(uint32_t range) { function hal_psram_calib (line 752) | static void hal_psram_calib(uint32_t clk) { function hal_psram_snoop_enable (line 768) | void hal_psram_snoop_enable() { function hal_psram_snoop_disable (line 771) | void hal_psram_snoop_disable() { function hal_psram_init (line 775) | void hal_psram_init(void) { FILE: platform/hal/hal_psramip_v1.h function psramip_w_cmd_addr (line 46) | inline static void psramip_w_cmd_addr(uint32_t reg_base, uint32_t cmd, u... function psramip_r_busy (line 51) | inline static uint32_t psramip_r_busy(uint32_t reg_base) function psramip_r_sleep_wakeup_state (line 56) | inline static uint32_t psramip_r_sleep_wakeup_state(uint32_t reg_base) function psramip_r_exit_sleep_onprocess (line 61) | inline static uint32_t psramip_r_exit_sleep_onprocess(uint32_t reg_base) function psramip_r_calibst (line 66) | inline static uint32_t psramip_r_calibst(uint32_t reg_base) function psramip_w_exit_sleep (line 71) | inline static uint32_t psramip_w_exit_sleep(uint32_t reg_base) function psramip_w_wrap_mode_enable (line 81) | inline static uint32_t psramip_w_wrap_mode_enable(uint32_t reg_base, uin... function psramip_w_1kwrap_mode (line 95) | inline static uint32_t psramip_w_1kwrap_mode(uint32_t reg_base) function psramip_w_32bytewrap_mode (line 106) | inline static uint32_t psramip_w_32bytewrap_mode(uint32_t reg_base) function psramip_w_dqs_wr_sel (line 118) | inline static uint32_t psramip_w_dqs_wr_sel(uint32_t reg_base, uint32_t v) function psramip_w_dqs_rd_sel (line 128) | inline static uint32_t psramip_w_dqs_rd_sel(uint32_t reg_base, uint32_t v) function psramip_w_enable_and_trigger_calib (line 138) | inline static void psramip_w_enable_and_trigger_calib(uint32_t reg_base) function psramip_w_enable_calib (line 147) | inline static void psramip_w_enable_calib(uint32_t reg_base) function psramip_w_trigger_calib (line 155) | inline static void psramip_w_trigger_calib(uint32_t reg_base) function psramip_w_phy_enable (line 166) | inline static void psramip_w_phy_enable(uint32_t reg_base, uint32_t v) function psramip_w_tx_fifo (line 175) | inline static void psramip_w_tx_fifo(uint32_t reg_base, uint32_t v) function psramip_w_acc_size (line 180) | inline static void psramip_w_acc_size(uint32_t reg_base, uint32_t v) function psramip_r_rx_fifo (line 185) | inline static uint32_t psramip_r_rx_fifo(uint32_t reg_base) function psramip_r_status (line 190) | inline static uint32_t psramip_r_status(uint32_t reg_base) function psramip_clear_fifo (line 195) | inline static void psramip_clear_fifo(uint32_t reg_base) function psramip_w_high_speed_enable (line 201) | inline static void psramip_w_high_speed_enable(uint32_t reg_base, uint32... FILE: platform/hal/hal_psramuhs.c type CP_FSM_STATE_T (line 46) | enum CP_FSM_STATE_T { type MEMIF_CMD_T (line 52) | enum MEMIF_CMD_T { type PSRAMUHS_MC_T (line 71) | struct PSRAMUHS_MC_T type PSRAMUHS_MC_T (line 72) | struct PSRAMUHS_MC_T function hal_psramuhsip_mc_busy (line 80) | static int hal_psramuhsip_mc_busy(void) { function hal_psramuhsip_wb_busy (line 84) | static int hal_psramuhsip_wb_busy(void) { function hal_psramuhsip_mc_in_sleep (line 88) | int hal_psramuhsip_mc_in_sleep(void) { function hal_psramuhsip_rx_fifo_empty (line 93) | int hal_psramuhsip_rx_fifo_empty(void) { function hal_psramuhsip_tx_fifo_full (line 97) | int hal_psramuhsip_tx_fifo_full(void) { function hal_psramuhsip_get_rx_fifo_len (line 101) | uint32_t hal_psramuhsip_get_rx_fifo_len(void) { function hal_psramuhsip_get_tx_fifo_free_len (line 105) | uint32_t hal_psramuhsip_get_tx_fifo_free_len(void) { function hal_psramuhsip_mc_busy_wait (line 109) | void hal_psramuhsip_mc_busy_wait(void) { function hal_psramuhsip_wb_busy_wait (line 114) | void hal_psramuhsip_wb_busy_wait(void) { function hal_psramuhsip_flush_tx_fifo (line 119) | void hal_psramuhsip_flush_tx_fifo(void) { function hal_psramuhsip_flush_rx_fifo (line 125) | void hal_psramuhsip_flush_rx_fifo(void) { function hal_psramuhsip_flush_all_fifo (line 131) | void hal_psramuhsip_flush_all_fifo(void) { function hal_psramuhsip_xfer_addr_len (line 138) | void hal_psramuhsip_xfer_addr_len(uint32_t addr, uint32_t len) { function hal_psramuhsip_write_fifo (line 143) | void hal_psramuhsip_write_fifo(uint32_t *data, uint32_t len) { function hal_psramuhsip_read_fifo (line 149) | void hal_psramuhsip_read_fifo(uint32_t *data, uint32_t len) { function hal_psramuhsip_set_reg_data_mask (line 155) | void hal_psramuhsip_set_reg_data_mask(void) { function hal_psramuhsip_set_mem_data_mask (line 163) | void hal_psramuhsip_set_mem_data_mask(void) { psramuhs_mc->REG_010 = 0; } function hal_psramuhsip_set_reg_fifo_width (line 165) | void hal_psramuhsip_set_reg_fifo_width(void) { psramuhs_mc->REG_0B0 = 0; } function hal_psramuhsip_set_mem_fifo_width (line 167) | void hal_psramuhsip_set_mem_fifo_width(void) { function hal_psramuhsip_set_cmd (line 172) | void hal_psramuhsip_set_cmd(enum MEMIF_CMD_T cmd) { function POSSIBLY_UNUSED (line 176) | POSSIBLY_UNUSED void psramuhs_read_reg(uint32_t reg, uint32_t *val) { function psramuhs_send_cmd_reg (line 185) | static void psramuhs_send_cmd_reg(enum MEMIF_CMD_T cmd, uint32_t reg, function psramuhs_write_reg (line 206) | static void psramuhs_write_reg(uint32_t reg, uint32_t val) { function psramuhs_single_cmd (line 210) | static void psramuhs_single_cmd(enum MEMIF_CMD_T cmd) { function POSSIBLY_UNUSED (line 218) | static POSSIBLY_UNUSED void psramuhs_start_clock(void) { function POSSIBLY_UNUSED (line 222) | static POSSIBLY_UNUSED void psramuhs_stop_clock(void) { function POSSIBLY_UNUSED (line 226) | static POSSIBLY_UNUSED void psramuhs_reset(void) { function POSSIBLY_UNUSED (line 230) | static POSSIBLY_UNUSED void psramuhs_zq_calib_reset(void) { function POSSIBLY_UNUSED (line 234) | static POSSIBLY_UNUSED void psramuhs_zq_calib(void) { function psramuhs_set_timing (line 238) | static void psramuhs_set_timing(uint32_t clk) { function hal_psramuhs_sleep (line 310) | void hal_psramuhs_sleep(void) {} function hal_psramuhs_wakeup (line 312) | void hal_psramuhs_wakeup(void) {} function hal_psramuhs_mc_set_timing (line 314) | static void hal_psramuhs_mc_set_timing(uint32_t clk) { function hal_psramuhs_mc_init (line 440) | static void hal_psramuhs_mc_init(uint32_t clk) { function hal_psramuhs_mc_entry_auto_lp (line 540) | void hal_psramuhs_mc_entry_auto_lp() { function hal_psramuhs_snoop_enable (line 545) | void hal_psramuhs_snoop_enable() { function hal_psramuhs_snoop_disable (line 548) | void hal_psramuhs_snoop_disable() { function hal_psramuhs_refresh_enable (line 551) | void hal_psramuhs_refresh_enable() { function hal_psramuhs_init (line 559) | void hal_psramuhs_init(void) { FILE: platform/hal/hal_pwm.c type PWM_T (line 31) | struct PWM_T type PWM_T (line 32) | struct PWM_T type HAL_CMU_MOD_ID_T (line 38) | enum HAL_CMU_MOD_ID_T type HAL_CMU_MOD_ID_T (line 45) | enum HAL_CMU_MOD_ID_T function hal_pwm_enable (line 52) | int hal_pwm_enable(enum HAL_PWM_ID_T id, const struct HAL_PWM_CFG_T *cfg) { function hal_pwm_disable (line 171) | int hal_pwm_disable(enum HAL_PWM_ID_T id) { FILE: platform/hal/hal_pwm.h type HAL_PWM_CFG_T (line 27) | struct HAL_PWM_CFG_T { type HAL_PWM_ID_T (line 34) | enum HAL_PWM_ID_T type HAL_PWM_CFG_T (line 34) | struct HAL_PWM_CFG_T type HAL_PWM_ID_T (line 36) | enum HAL_PWM_ID_T FILE: platform/hal/hal_rtc.c type RTC_T (line 24) | struct RTC_T type RTC_T (line 24) | struct RTC_T function is_leap_year (line 37) | static inline int is_leap_year(unsigned int year) { function rtc_month_days (line 44) | int rtc_month_days(unsigned int month, unsigned int year) { function rtc_year_days (line 51) | int rtc_year_days(unsigned int day, unsigned int month, unsigned int yea... function rtc_time_to_tm (line 58) | void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) { function rtc_valid_tm (line 98) | int rtc_valid_tm(struct rtc_time *tm) { function mktime (line 123) | unsigned long mktime(const unsigned int year0, const unsigned int mon0, function rtc_tm_to_time (line 148) | int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time) { function hal_rtc_get (line 154) | int hal_rtc_get(struct rtc_time *time) { function hal_rtc_set (line 166) | int hal_rtc_set(struct rtc_time *time) { function hal_rtc_set_alarm (line 182) | int hal_rtc_set_alarm(struct rtc_time *time) { function hal_rtc_clear_alarm (line 200) | int hal_rtc_clear_alarm(void) { function HAL_RTC_IRQ_HANDLER_T (line 206) | HAL_RTC_IRQ_HANDLER_T hal_rtc_set_irq_handler(HAL_RTC_IRQ_HANDLER_T hand... function RTC_IRQHandler (line 214) | void RTC_IRQHandler(void) { FILE: platform/hal/hal_rtc.h type rtc_time (line 25) | struct rtc_time { type rtc_time (line 34) | struct rtc_time type rtc_time (line 36) | struct rtc_time type rtc_time (line 38) | struct rtc_time type rtc_time (line 40) | struct rtc_time FILE: platform/hal/hal_sec_eng.c type SE_ACC_CLK_T (line 42) | enum SE_ACC_CLK_T { type SE_ACC_RST_T (line 55) | enum SE_ACC_RST_T { type SE_ACC_INT_T (line 68) | enum SE_ACC_INT_T { type SE_DMA_PERIPH_T (line 80) | enum SE_DMA_PERIPH_T { type SE_CRYPT_TYPE_T (line 87) | enum SE_CRYPT_TYPE_T { type SE_AES_KEY_LEN_T (line 96) | enum SE_AES_KEY_LEN_T { type SE_HASH_OP_T (line 104) | enum SE_HASH_OP_T { type DMA_T (line 110) | struct DMA_T type DMA_T (line 110) | struct DMA_T type SE_ADEC_T (line 112) | struct SE_ADEC_T type SE_ADEC_T (line 112) | struct SE_ADEC_T type SE_ACB_T (line 113) | struct SE_ACB_T type SE_ACB_T (line 113) | struct SE_ACB_T type SE_DMACFG_T (line 114) | struct SE_DMACFG_T type SE_DMACFG_T (line 115) | struct SE_DMACFG_T type SE_CRYPT_T (line 116) | struct SE_CRYPT_T type SE_CRYPT_T (line 116) | struct SE_CRYPT_T type SE_HASH_T (line 118) | struct SE_HASH_T type SE_OTP_T (line 120) | struct SE_OTP_T type HAL_DMA_DESC_T (line 134) | struct HAL_DMA_DESC_T function sec_eng_irq_handler (line 145) | static void sec_eng_irq_handler(void) { function sedma_irq_handler (line 204) | static void sedma_irq_handler(void) { function se_dma_open (line 281) | static void se_dma_open(void) { function se_dma_cancel_rx (line 312) | static void se_dma_cancel_rx(void) { function se_dma_cancel_tx (line 316) | static void se_dma_cancel_tx(void) { function se_dma_close (line 320) | static void se_dma_close(void) { function se_dma_init_rx_desc (line 327) | static uint32_t se_dma_init_rx_desc(uint32_t out, uint32_t out_len, function se_dma_enable_rx (line 383) | static void se_dma_enable_rx(void *out, uint32_t out_len) { function se_dma_init_tx_desc (line 411) | static uint32_t se_dma_init_tx_desc(uint32_t in, uint32_t in_len, uint32... function se_dma_enable_tx (line 463) | static void se_dma_enable_tx(const void *in, uint32_t in_len) { function hal_se_open (line 492) | enum HAL_SE_RET_T hal_se_open(void) { function hal_se_close (line 514) | enum HAL_SE_RET_T hal_se_close(void) { function write_mreg (line 539) | static void write_mreg(volatile uint32_t *reg, const void *mem, uint32_t... function POSSIBLY_UNUSED (line 555) | POSSIBLY_UNUSED static void read_mreg(const volatile uint32_t *reg, void... function se_aes_crypt (line 572) | enum HAL_SE_RET_T se_aes_crypt(const struct HAL_SE_AES_CFG_T *cfg, function hal_se_aes_encrypt (line 702) | enum HAL_SE_RET_T hal_se_aes_encrypt(const struct HAL_SE_AES_CFG_T *cfg) { function hal_se_aes_decrypt (line 706) | enum HAL_SE_RET_T hal_se_aes_decrypt(const struct HAL_SE_AES_CFG_T *cfg) { function hal_se_aes_busy (line 710) | int hal_se_aes_busy(void) { function hal_se_aes_reset (line 722) | enum HAL_SE_RET_T hal_se_aes_reset(void) { function se_hash_init (line 746) | enum HAL_SE_RET_T se_hash_init(enum HAL_SE_HASH_MODE_T mode, const void ... function hal_se_hash_init (line 814) | enum HAL_SE_RET_T hal_se_hash_init(enum HAL_SE_HASH_MODE_T mode) { function se_hash_start (line 818) | enum HAL_SE_RET_T se_hash_start(const struct HAL_SE_HASH_CFG_T *cfg, function hal_se_hash_update (line 887) | enum HAL_SE_RET_T hal_se_hash_update(const struct HAL_SE_HASH_CFG_T *cfg) { function hal_se_hash_final (line 891) | enum HAL_SE_RET_T hal_se_hash_final(const struct HAL_SE_HASH_CFG_T *cfg, function hal_se_hash (line 896) | enum HAL_SE_RET_T hal_se_hash(enum HAL_SE_HASH_MODE_T mode, function se_hash_get_digest_len (line 908) | static uint32_t se_hash_get_digest_len(void) { function hal_se_hash_get_digest (line 930) | enum HAL_SE_RET_T hal_se_hash_get_digest(void *out, uint32_t out_len, function hal_se_hash_busy (line 978) | int hal_se_hash_busy(void) { function hal_se_hash_reset (line 990) | enum HAL_SE_RET_T hal_se_hash_reset(void) { function hal_se_hmac_init (line 1012) | enum HAL_SE_RET_T hal_se_hmac_init(enum HAL_SE_HASH_MODE_T mode, type HAL_SE_RET_T (line 1021) | enum HAL_SE_RET_T type HAL_SE_HASH_CFG_T (line 1021) | struct HAL_SE_HASH_CFG_T type HAL_SE_RET_T (line 1024) | enum HAL_SE_RET_T type HAL_SE_HASH_CFG_T (line 1024) | struct HAL_SE_HASH_CFG_T function hal_se_hmac (line 1028) | enum HAL_SE_RET_T hal_se_hmac(enum HAL_SE_HASH_MODE_T mode, const void *... type HAL_SE_RET_T (line 1041) | enum HAL_SE_RET_T type HAL_SE_RET_T (line 1047) | enum HAL_SE_RET_T FILE: platform/hal/hal_sec_eng.h type HAL_SE_RET_T (line 28) | enum HAL_SE_RET_T { type HAL_SE_AES_MODE_T (line 50) | enum HAL_SE_AES_MODE_T { type HAL_SE_DONE_ERR_T (line 60) | enum HAL_SE_DONE_ERR_T { type HAL_SE_HASH_MODE_T (line 71) | enum HAL_SE_HASH_MODE_T { type HAL_SE_DONE_ERR_T (line 82) | enum HAL_SE_DONE_ERR_T type HAL_SE_AES_CFG_T (line 84) | struct HAL_SE_AES_CFG_T { type HAL_SE_HASH_CFG_T (line 98) | struct HAL_SE_HASH_CFG_T { type HAL_SE_RET_T (line 104) | enum HAL_SE_RET_T type HAL_SE_RET_T (line 106) | enum HAL_SE_RET_T type HAL_SE_RET_T (line 108) | enum HAL_SE_RET_T type HAL_SE_AES_CFG_T (line 108) | struct HAL_SE_AES_CFG_T type HAL_SE_RET_T (line 110) | enum HAL_SE_RET_T type HAL_SE_AES_CFG_T (line 110) | struct HAL_SE_AES_CFG_T type HAL_SE_RET_T (line 114) | enum HAL_SE_RET_T type HAL_SE_RET_T (line 116) | enum HAL_SE_RET_T type HAL_SE_HASH_MODE_T (line 116) | enum HAL_SE_HASH_MODE_T type HAL_SE_RET_T (line 118) | enum HAL_SE_RET_T type HAL_SE_HASH_CFG_T (line 118) | struct HAL_SE_HASH_CFG_T type HAL_SE_RET_T (line 120) | enum HAL_SE_RET_T type HAL_SE_HASH_CFG_T (line 120) | struct HAL_SE_HASH_CFG_T type HAL_SE_RET_T (line 122) | enum HAL_SE_RET_T type HAL_SE_HASH_MODE_T (line 122) | enum HAL_SE_HASH_MODE_T type HAL_SE_HASH_CFG_T (line 122) | struct HAL_SE_HASH_CFG_T type HAL_SE_RET_T (line 124) | enum HAL_SE_RET_T type HAL_SE_RET_T (line 128) | enum HAL_SE_RET_T type HAL_SE_RET_T (line 130) | enum HAL_SE_RET_T type HAL_SE_HASH_MODE_T (line 130) | enum HAL_SE_HASH_MODE_T type HAL_SE_RET_T (line 132) | enum HAL_SE_RET_T type HAL_SE_HASH_CFG_T (line 132) | struct HAL_SE_HASH_CFG_T type HAL_SE_RET_T (line 134) | enum HAL_SE_RET_T type HAL_SE_HASH_CFG_T (line 134) | struct HAL_SE_HASH_CFG_T type HAL_SE_RET_T (line 136) | enum HAL_SE_RET_T type HAL_SE_HASH_MODE_T (line 136) | enum HAL_SE_HASH_MODE_T type HAL_SE_HASH_CFG_T (line 136) | struct HAL_SE_HASH_CFG_T type HAL_SE_RET_T (line 138) | enum HAL_SE_RET_T type HAL_SE_RET_T (line 142) | enum HAL_SE_RET_T FILE: platform/hal/hal_sensor_eng.h type HAL_SENSOR_ENGINE_ID_T (line 11) | enum HAL_SENSOR_ENGINE_ID_T { type HAL_SENSOR_ENGINE_TRIGGER_T (line 20) | enum HAL_SENSOR_ENGINE_TRIGGER_T { type HAL_SENSOR_ENGINE_DEVICE_T (line 27) | enum HAL_SENSOR_ENGINE_DEVICE_T { type HAL_SENSOR_ENGINE_ID_T (line 35) | enum HAL_SENSOR_ENGINE_ID_T type HAL_SENSOR_ENGINE_DEVICE_T (line 35) | enum HAL_SENSOR_ENGINE_DEVICE_T type HAL_SENSOR_ENGINE_CFG_T (line 37) | struct HAL_SENSOR_ENGINE_CFG_T { type HAL_SENSOR_ENGINE_CFG_T (line 52) | struct HAL_SENSOR_ENGINE_CFG_T type HAL_SENSOR_ENGINE_ID_T (line 53) | enum HAL_SENSOR_ENGINE_ID_T FILE: platform/hal/hal_slave_i2c.c type SLAVE_I2C_T (line 23) | struct SLAVE_I2C_T type SLAVE_I2C_T (line 24) | struct SLAVE_I2C_T function hal_slave_i2c_enable (line 26) | void hal_slave_i2c_enable(void) { slave_i2c->EN |= I2C_EN; } function hal_slave_i2c_disable (line 28) | void hal_slave_i2c_disable(void) { slave_i2c->EN &= ~I2C_EN; } function hal_slave_i2c_get_filter_len (line 30) | uint32_t hal_slave_i2c_get_filter_len(void) { function hal_slave_i2c_set_filter_len (line 34) | int hal_slave_i2c_set_filter_len(uint32_t len) { function hal_slave_i2c_get_dev_id (line 42) | uint32_t hal_slave_i2c_get_dev_id(void) { function hal_slave_i2c_set_dev_id (line 46) | int hal_slave_i2c_set_dev_id(uint32_t dev_id) { function hal_slave_i2c_bypass_timeout (line 54) | void hal_slave_i2c_bypass_timeout(void) { slave_i2c->TBP |= TIMEOUT_BYPA... function hal_slave_i2c_restore_timeout (line 56) | void hal_slave_i2c_restore_timeout(void) { slave_i2c->TBP &= ~TIMEOUT_BY... FILE: platform/hal/hal_sleep.c function hal_sleep_start_stats (line 54) | void hal_sleep_start_stats(uint32_t stats_interval_ms, function hal_sleep_get_stats (line 81) | int hal_sleep_get_stats(struct CPU_USAGE_T *usage) { function hal_sleep_cpu_busy (line 101) | static int hal_sleep_cpu_busy(void) { function hal_sleep_sys_busy (line 109) | static int hal_sleep_sys_busy(void) { function hal_sleep_set_sleep_hook (line 117) | int hal_sleep_set_sleep_hook(enum HAL_SLEEP_HOOK_USER_T user, function hal_sleep_exec_sleep_hook (line 126) | hal_sleep_exec_sleep_hook(void) { function hal_sleep_set_deep_sleep_hook (line 142) | int hal_sleep_set_deep_sleep_hook(enum HAL_DEEP_SLEEP_HOOK_USER_T user, function hal_sleep_exec_deep_sleep_hook (line 151) | hal_sleep_exec_deep_sleep_hook(void) { function hal_sleep_irq_pending (line 167) | hal_sleep_irq_pending(void) { function hal_sleep_specific_irq_pending (line 196) | int SRAM_TEXT_LOC hal_sleep_specific_irq_pending(const uint32_t *irq, function bt_drv_sleep (line 223) | void WEAK bt_drv_sleep(void) {} function bt_drv_wakeup (line 225) | void WEAK bt_drv_wakeup(void) {} type HAL_SLEEP_STATUS_T (line 227) | enum HAL_SLEEP_STATUS_T function hal_sleep_lowpower_mode (line 227) | hal_sleep_lowpower_mode(void) { type HAL_SLEEP_STATUS_T (line 300) | enum HAL_SLEEP_STATUS_T function NOINLINE (line 300) | NOINLINE USED type HAL_SLEEP_STATUS_T (line 425) | enum HAL_SLEEP_STATUS_T function NAKED (line 425) | NAKED type HAL_SLEEP_STATUS_T (line 447) | enum HAL_SLEEP_STATUS_T function hal_sleep_enter_sleep (line 447) | hal_sleep_enter_sleep(void) { type HAL_SLEEP_STATUS_T (line 473) | enum HAL_SLEEP_STATUS_T function hal_sleep_light_sleep (line 473) | hal_sleep_light_sleep(void) { function hal_cpu_wake_lock (line 492) | int hal_cpu_wake_lock(enum HAL_CPU_WAKE_LOCK_USER_T user) { function hal_cpu_wake_unlock (line 506) | int hal_cpu_wake_unlock(enum HAL_CPU_WAKE_LOCK_USER_T user) { function hal_sys_wake_lock (line 520) | int hal_sys_wake_lock(enum HAL_SYS_WAKE_LOCK_USER_T user) { function hal_sys_wake_unlock (line 534) | int hal_sys_wake_unlock(enum HAL_SYS_WAKE_LOCK_USER_T user) { function hal_chip_wake_lock (line 548) | int hal_chip_wake_lock(enum HAL_CHIP_WAKE_LOCK_USER_T user) { function hal_chip_wake_unlock (line 562) | int hal_chip_wake_unlock(enum HAL_CHIP_WAKE_LOCK_USER_T user) { FILE: platform/hal/hal_sleep.h type HAL_CPU_WAKE_LOCK_USER_T (line 25) | enum HAL_CPU_WAKE_LOCK_USER_T { type HAL_SYS_WAKE_LOCK_USER_T (line 62) | enum HAL_SYS_WAKE_LOCK_USER_T { type HAL_CHIP_WAKE_LOCK_USER_T (line 99) | enum HAL_CHIP_WAKE_LOCK_USER_T { type HAL_SLEEP_HOOK_USER_T (line 136) | enum HAL_SLEEP_HOOK_USER_T { type HAL_DEEP_SLEEP_HOOK_USER_T (line 144) | enum HAL_DEEP_SLEEP_HOOK_USER_T { type HAL_SLEEP_STATUS_T (line 153) | enum HAL_SLEEP_STATUS_T { type CPU_USAGE_T (line 158) | struct CPU_USAGE_T { type HAL_SLEEP_STATUS_T (line 172) | enum HAL_SLEEP_STATUS_T type HAL_SLEEP_STATUS_T (line 174) | enum HAL_SLEEP_STATUS_T type HAL_SLEEP_HOOK_USER_T (line 176) | enum HAL_SLEEP_HOOK_USER_T type HAL_DEEP_SLEEP_HOOK_USER_T (line 178) | enum HAL_DEEP_SLEEP_HOOK_USER_T type HAL_CPU_WAKE_LOCK_USER_T (line 180) | enum HAL_CPU_WAKE_LOCK_USER_T type HAL_CPU_WAKE_LOCK_USER_T (line 182) | enum HAL_CPU_WAKE_LOCK_USER_T type HAL_SYS_WAKE_LOCK_USER_T (line 184) | enum HAL_SYS_WAKE_LOCK_USER_T type HAL_SYS_WAKE_LOCK_USER_T (line 186) | enum HAL_SYS_WAKE_LOCK_USER_T type HAL_CHIP_WAKE_LOCK_USER_T (line 188) | enum HAL_CHIP_WAKE_LOCK_USER_T type HAL_CHIP_WAKE_LOCK_USER_T (line 190) | enum HAL_CHIP_WAKE_LOCK_USER_T type CPU_USAGE_T (line 194) | struct CPU_USAGE_T FILE: platform/hal/hal_spdif.c type HAL_SPDIF_STATUS_T (line 51) | enum HAL_SPDIF_STATUS_T { type HAL_SPDIF_MOD_NAME_T (line 57) | struct HAL_SPDIF_MOD_NAME_T { type HAL_SPDIF_MOD_NAME_T (line 62) | struct HAL_SPDIF_MOD_NAME_T type SPDIF_SAMPLE_RATE_T (line 78) | struct SPDIF_SAMPLE_RATE_T { type SPDIF_SAMPLE_RATE_T (line 87) | struct SPDIF_SAMPLE_RATE_T type HAL_SPDIF_STATUS_T (line 120) | enum HAL_SPDIF_STATUS_T function _spdif_get_reg_base (line 123) | static inline uint32_t _spdif_get_reg_base(enum HAL_SPDIF_ID_T id) { function hal_spdif_open (line 140) | int hal_spdif_open(enum HAL_SPDIF_ID_T id, enum AUD_STREAM_T stream) { function hal_spdif_close (line 192) | int hal_spdif_close(enum HAL_SPDIF_ID_T id, enum AUD_STREAM_T stream) { function hal_spdif_start_stream (line 240) | int hal_spdif_start_stream(enum HAL_SPDIF_ID_T id, enum AUD_STREAM_T str... function hal_spdif_stop_stream (line 275) | int hal_spdif_stop_stream(enum HAL_SPDIF_ID_T id, enum AUD_STREAM_T stre... function hal_spdif_setup_stream (line 303) | int hal_spdif_setup_stream(enum HAL_SPDIF_ID_T id, enum AUD_STREAM_T str... function hal_spdif_send (line 373) | int hal_spdif_send(enum HAL_SPDIF_ID_T id, uint8_t *value, uint32_t valu... function hal_spdif_recv (line 391) | uint8_t hal_spdif_recv(enum HAL_SPDIF_ID_T id, uint8_t *value, function hal_spdif_clock_out_enable (line 399) | int hal_spdif_clock_out_enable(enum HAL_SPDIF_ID_T id, uint32_t div) { function hal_spdif_clock_out_disable (line 410) | int hal_spdif_clock_out_disable(enum HAL_SPDIF_ID_T id) { FILE: platform/hal/hal_spdif.h type HAL_SPDIF_CONFIG_T (line 29) | struct HAL_SPDIF_CONFIG_T { type HAL_SPDIF_ID_T (line 37) | enum HAL_SPDIF_ID_T type AUD_STREAM_T (line 37) | enum AUD_STREAM_T type HAL_SPDIF_ID_T (line 38) | enum HAL_SPDIF_ID_T type AUD_STREAM_T (line 38) | enum AUD_STREAM_T type HAL_SPDIF_ID_T (line 39) | enum HAL_SPDIF_ID_T type AUD_STREAM_T (line 39) | enum AUD_STREAM_T type HAL_SPDIF_ID_T (line 40) | enum HAL_SPDIF_ID_T type AUD_STREAM_T (line 40) | enum AUD_STREAM_T type HAL_SPDIF_ID_T (line 41) | enum HAL_SPDIF_ID_T type AUD_STREAM_T (line 41) | enum AUD_STREAM_T type HAL_SPDIF_CONFIG_T (line 41) | struct HAL_SPDIF_CONFIG_T type HAL_SPDIF_ID_T (line 42) | enum HAL_SPDIF_ID_T type HAL_SPDIF_ID_T (line 43) | enum HAL_SPDIF_ID_T type HAL_SPDIF_ID_T (line 45) | enum HAL_SPDIF_ID_T type HAL_SPDIF_ID_T (line 46) | enum HAL_SPDIF_ID_T FILE: platform/hal/hal_spdifip.h function spdifip_w_enable_spdifip (line 32) | static inline void spdifip_w_enable_spdifip(uint32_t reg_base, uint32_t v) function spdifip_w_enable_clk_gen (line 45) | static inline void spdifip_w_enable_clk_gen(uint32_t reg_base, uint32_t v) function spdifip_w_enable_rx_block (line 54) | static inline void spdifip_w_enable_rx_block(uint32_t reg_base, uint32_t v) function spdifip_w_sample_en (line 62) | static inline void spdifip_w_sample_en(uint32_t reg_base, uint32_t v) function spdifip_w_enable_rx (line 74) | static inline void spdifip_w_enable_rx(uint32_t reg_base, uint32_t v) function spdifip_w_rx_format_cfg_reg (line 86) | static inline void spdifip_w_rx_format_cfg_reg(uint32_t reg_base, uint32... function spdifip_w_enable_rx_channel0 (line 98) | static inline void spdifip_w_enable_rx_channel0(uint32_t reg_base, uint3... function spdifip_w_enable_tx_block (line 107) | static inline void spdifip_w_enable_tx_block(uint32_t reg_base, uint32_t v) function spdifip_w_enable_tx (line 115) | static inline void spdifip_w_enable_tx(uint32_t reg_base, uint32_t v) function spdifip_w_tx_valid (line 127) | static inline void spdifip_w_tx_valid(uint32_t reg_base, uint32_t v) function spdifip_w_tx_ratio (line 140) | static inline void spdifip_w_tx_ratio(uint32_t reg_base, uint32_t v) function spdifip_w_tx_chnst_en (line 151) | static inline void spdifip_w_tx_chnst_en(uint32_t reg_base, uint32_t v) function spdifip_w_tx_userdata_en (line 162) | static inline void spdifip_w_tx_userdata_en(uint32_t reg_base, uint32_t v) function spdifip_w_tx_format_cfg_reg (line 173) | static inline void spdifip_w_tx_format_cfg_reg(uint32_t reg_base, uint32... function spdifip_w_enable_tx_channel0 (line 184) | static inline void spdifip_w_enable_tx_channel0(uint32_t reg_base, uint3... function spdifip_w_tx_resolution (line 193) | static inline void spdifip_w_tx_resolution(uint32_t reg_base, uint32_t v) function spdifip_w_rx_resolution (line 197) | static inline void spdifip_w_rx_resolution(uint32_t reg_base, uint32_t v) function spdifip_w_clk_cfg_reg (line 202) | static inline void spdifip_w_clk_cfg_reg(uint32_t reg_base, uint32_t v) function spdifip_w_tx_left_fifo (line 206) | static inline void spdifip_w_tx_left_fifo(uint32_t reg_base, uint32_t v) function spdifip_w_tx_right_fifo (line 210) | static inline void spdifip_w_tx_right_fifo(uint32_t reg_base, uint32_t v) function spdifip_w_tx_fifo_threshold (line 214) | static inline void spdifip_w_tx_fifo_threshold(uint32_t reg_base, uint32... function spdifip_w_rx_fifo_threshold (line 218) | static inline void spdifip_w_rx_fifo_threshold(uint32_t reg_base, uint32... function spdifip_w_tx_fifo_reset (line 222) | static inline void spdifip_w_tx_fifo_reset(uint32_t reg_base) function spdifip_w_rx_fifo_reset (line 226) | static inline void spdifip_w_rx_fifo_reset(uint32_t reg_base) function spdifip_r_int_status (line 230) | static inline uint32_t spdifip_r_int_status(uint32_t reg_base) function spdifip_w_enable_tx_dma (line 234) | static inline void spdifip_w_enable_tx_dma(uint32_t reg_base, uint32_t v) function spdifip_w_enable_rx_dma (line 245) | static inline void spdifip_w_enable_rx_dma(uint32_t reg_base, uint32_t v) FILE: platform/hal/hal_spi.c type HAL_SPI_ID_T (line 35) | enum HAL_SPI_ID_T { type HAL_SPI_CS_T (line 53) | enum HAL_SPI_CS_T { type HAL_SPI_XFER_TYPE_T (line 69) | enum HAL_SPI_XFER_TYPE_T { type HAL_SPI_MOD_NAME_T (line 76) | struct HAL_SPI_MOD_NAME_T { type SPI_T (line 81) | struct SPI_T type SPI_T (line 82) | struct SPI_T type HAL_SPI_CTRL_T (line 130) | struct HAL_SPI_CTRL_T type HAL_SPI_CS_T (line 132) | enum HAL_SPI_CS_T type HAL_SPI_CS_T (line 134) | enum HAL_SPI_CS_T type HAL_SPI_CTRL_T (line 138) | struct HAL_SPI_CTRL_T type HAL_SPI_CS_T (line 140) | enum HAL_SPI_CS_T type HAL_SPI_CS_T (line 142) | enum HAL_SPI_CS_T type HAL_SPI_CTRL_T (line 146) | struct HAL_SPI_CTRL_T type HAL_SPI_MOD_CLK_SEL_T (line 162) | enum HAL_SPI_MOD_CLK_SEL_T type HAL_SPI_ID_T (line 166) | enum HAL_SPI_ID_T function get_frame_bytes (line 171) | static inline uint8_t get_frame_bytes(enum HAL_SPI_ID_T id) { function copy_frame_from_bytes (line 186) | static inline void copy_frame_from_bytes(uint32_t *val, const uint8_t *d... function copy_bytes_from_frame (line 207) | static inline void copy_bytes_from_frame(uint8_t *data, uint32_t val, function hal_spi_init_ctrl (line 231) | int hal_spi_init_ctrl(const struct HAL_SPI_CFG_T *cfg, function POSSIBLY_UNUSED (line 326) | POSSIBLY_UNUSED hal_spi_set_xfer_type_id( function hal_spi_enable_id (line 344) | static void NOINLINE hal_spi_enable_id(enum HAL_SPI_ID_T id, function hal_spi_disable_id (line 407) | static void hal_spi_disable_id(enum HAL_SPI_ID_T id) { function hal_spi_get_ctrl_id (line 411) | static void POSSIBLY_UNUSED hal_spi_get_ctrl_id(enum HAL_SPI_ID_T id, function hal_spi_open_id (line 420) | static int NOINLINE hal_spi_open_id(enum HAL_SPI_ID_T id, function hal_spi_close_id (line 465) | static int POSSIBLY_UNUSED hal_spi_close_id(enum HAL_SPI_ID_T id, uint32... function hal_spi_set_cs_id (line 495) | static void POSSIBLY_UNUSED hal_spi_set_cs_id(enum HAL_SPI_ID_T id, function hal_spi_busy_id (line 500) | static bool hal_spi_busy_id(enum HAL_SPI_ID_T id) { function hal_spi_enable_slave_output_id (line 505) | static void hal_spi_enable_slave_output_id(enum HAL_SPI_ID_T id) { function hal_spi_disable_slave_output_id (line 511) | static void hal_spi_disable_slave_output_id(enum HAL_SPI_ID_T id) { function hal_spi_send_id (line 517) | static int hal_spi_send_id(enum HAL_SPI_ID_T id, const void *data, function hal_spi_recv_id (line 562) | static int hal_spi_recv_id(enum HAL_SPI_ID_T id, const void *cmd, void *... function hal_ispi_rom_open (line 631) | int hal_ispi_rom_open(const struct HAL_SPI_CFG_T *cfg) { function hal_ispi_rom_activate_cs (line 638) | void hal_ispi_rom_activate_cs(uint32_t cs) { function hal_ispi_rom_busy (line 644) | int hal_ispi_rom_busy(void) { return hal_spi_busy_id(HAL_SPI_ID_INTERNAL... function hal_ispi_rom_send (line 646) | int hal_ispi_rom_send(const void *data, uint32_t len) { function hal_ispi_rom_recv (line 654) | int hal_ispi_rom_recv(const void *cmd, void *data, uint32_t len) { function hal_spiphy_rom_open (line 667) | int hal_spiphy_rom_open(const struct HAL_SPI_CFG_T *cfg) { function hal_spiphy_rom_busy (line 674) | int hal_spiphy_rom_busy(void) { return hal_spi_busy_id(HAL_SPI_ID_PHY); } function hal_spiphy_rom_send (line 676) | int hal_spiphy_rom_send(const void *data, uint32_t len) { function hal_spiphy_rom_recv (line 684) | int hal_spiphy_rom_recv(const void *cmd, void *data, uint32_t len) { function hal_spi_activate_cs_id (line 695) | static int hal_spi_activate_cs_id(enum HAL_SPI_ID_T id, uint32_t cs) { function hal_spi_enable_and_send_id (line 731) | static int POSSIBLY_UNUSED hal_spi_enable_and_send_id( function hal_spi_enable_and_recv_id (line 753) | static int POSSIBLY_UNUSED hal_spi_enable_and_recv_id( function hal_spi_txdma_handler (line 773) | static void hal_spi_txdma_handler(uint8_t chan, uint32_t remains, function hal_spi_dma_send_id (line 800) | static int hal_spi_dma_send_id(enum HAL_SPI_ID_T id, const void *data, function hal_spi_stop_dma_send_id (line 900) | void hal_spi_stop_dma_send_id(enum HAL_SPI_ID_T id) { function hal_spi_rxdma_handler (line 917) | static void hal_spi_rxdma_handler(uint8_t chan, uint32_t remains, function hal_spi_dma_recv_id (line 963) | static int hal_spi_dma_recv_id(enum HAL_SPI_ID_T id, const void *cmd, function hal_spi_stop_dma_recv_id (line 1140) | void hal_spi_stop_dma_recv_id(enum HAL_SPI_ID_T id) { function hal_ispi_open (line 1185) | int hal_ispi_open(const struct HAL_SPI_CFG_T *cfg) { function hal_ispi_close (line 1192) | int hal_ispi_close(uint32_t cs) { function hal_ispi_activate_cs (line 1196) | void hal_ispi_activate_cs(uint32_t cs) { function hal_ispi_busy (line 1202) | int hal_ispi_busy(void) { return hal_spi_busy_id(HAL_SPI_ID_INTERNAL); } function hal_ispi_send (line 1204) | int hal_ispi_send(const void *data, uint32_t len) { function hal_ispi_recv (line 1218) | int hal_ispi_recv(const void *cmd, void *data, uint32_t len) { function hal_ispi_dma_send (line 1232) | int hal_ispi_dma_send(const void *data, uint32_t len, function hal_ispi_dma_recv (line 1249) | int hal_ispi_dma_recv(const void *cmd, void *data, uint32_t len, function hal_ispi_stop_dma_send (line 1266) | void hal_ispi_stop_dma_send(void) { function hal_ispi_stop_dma_recv (line 1270) | void hal_ispi_stop_dma_recv(void) { function hal_spi_open (line 1279) | int hal_spi_open(const struct HAL_SPI_CFG_T *cfg) { function hal_spi_close (line 1302) | int hal_spi_close(uint32_t cs) { function hal_spi_activate_cs (line 1329) | int hal_spi_activate_cs(uint32_t cs) { function hal_spi_busy (line 1333) | int hal_spi_busy(void) { return hal_spi_busy_id(HAL_SPI_ID_0); } function hal_spi_send (line 1335) | int hal_spi_send(const void *data, uint32_t len) { function hal_spi_recv (line 1349) | int hal_spi_recv(const void *cmd, void *data, uint32_t len) { function hal_spi_dma_send (line 1367) | int hal_spi_dma_send(const void *data, uint32_t len, function hal_spi_dma_recv (line 1384) | int hal_spi_dma_recv(const void *cmd, void *data, uint32_t len, function hal_spi_stop_dma_send (line 1407) | void hal_spi_stop_dma_send(void) { hal_spi_stop_dma_send_id(HAL_SPI_ID_0... function hal_spi_stop_dma_recv (line 1409) | void hal_spi_stop_dma_recv(void) { hal_spi_stop_dma_recv_id(HAL_SPI_ID_0... function hal_spi_enable_and_send (line 1411) | int hal_spi_enable_and_send(const struct HAL_SPI_CTRL_T *ctrl, const voi... function hal_spi_enable_and_recv (line 1416) | int hal_spi_enable_and_recv(const struct HAL_SPI_CTRL_T *ctrl, const voi... function hal_spilcd_open (line 1427) | int hal_spilcd_open(const struct HAL_SPI_CFG_T *cfg) { function hal_spilcd_close (line 1450) | int hal_spilcd_close(uint32_t cs) { function hal_spilcd_activate_cs (line 1477) | int hal_spilcd_activate_cs(uint32_t cs) { function hal_spilcd_busy (line 1481) | int hal_spilcd_busy(void) { return hal_spi_busy_id(HAL_SPI_ID_SLCD); } function hal_spilcd_send (line 1483) | int hal_spilcd_send(const void *data, uint32_t len) { function hal_spilcd_recv (line 1497) | int hal_spilcd_recv(const void *cmd, void *data, uint32_t len) { function hal_spilcd_dma_send (line 1515) | int hal_spilcd_dma_send(const void *data, uint32_t len, function hal_spilcd_dma_recv (line 1532) | int hal_spilcd_dma_recv(const void *cmd, void *data, uint32_t len, function hal_spilcd_stop_dma_send (line 1555) | void hal_spilcd_stop_dma_send(void) { function hal_spilcd_stop_dma_recv (line 1559) | void hal_spilcd_stop_dma_recv(void) { function hal_spilcd_set_data_mode (line 1563) | int hal_spilcd_set_data_mode(void) { function hal_spilcd_set_cmd_mode (line 1574) | int hal_spilcd_set_cmd_mode(void) { function hal_spilcd_enable_and_send (line 1585) | int hal_spilcd_enable_and_send(const struct HAL_SPI_CTRL_T *ctrl, function hal_spilcd_enable_and_recv (line 1590) | int hal_spilcd_enable_and_recv(const struct HAL_SPI_CTRL_T *ctrl, function hal_spiphy_open (line 1601) | int hal_spiphy_open(const struct HAL_SPI_CFG_T *cfg) { function hal_spiphy_close (line 1608) | int hal_spiphy_close(uint32_t cs) { function hal_spiphy_activate_cs (line 1612) | void hal_spiphy_activate_cs(uint32_t cs) { function hal_spiphy_busy (line 1618) | int hal_spiphy_busy(void) { return hal_spi_busy_id(HAL_SPI_ID_PHY); } function hal_spiphy_send (line 1620) | int hal_spiphy_send(const void *data, uint32_t len) { function hal_spiphy_recv (line 1634) | int hal_spiphy_recv(const void *cmd, void *data, uint32_t len) { function hal_spidpd_open (line 1654) | int hal_spidpd_open(const struct HAL_SPI_CFG_T *cfg) { function hal_spidpd_close (line 1660) | int hal_spidpd_close(uint32_t cs) { function hal_spidpd_activate_cs (line 1664) | void hal_spidpd_activate_cs(uint32_t cs) { function hal_spidpd_busy (line 1670) | int hal_spidpd_busy(void) { return hal_spi_busy_id(HAL_SPI_ID_DPD); } function hal_spidpd_send (line 1672) | int hal_spidpd_send(const void *data, uint32_t len) { function hal_spidpd_recv (line 1686) | int hal_spidpd_recv(const void *cmd, void *data, uint32_t len) { FILE: platform/hal/hal_spi.h type HAL_SPI_MOD_CLK_SEL_T (line 27) | enum HAL_SPI_MOD_CLK_SEL_T { type HAL_SPI_CTRL_T (line 34) | struct HAL_SPI_CTRL_T { type HAL_SPI_CFG_T (line 45) | struct HAL_SPI_CFG_T { type HAL_SPI_CFG_T (line 65) | struct HAL_SPI_CFG_T type HAL_SPI_CTRL_T (line 65) | struct HAL_SPI_CTRL_T type HAL_SPI_CFG_T (line 71) | struct HAL_SPI_CFG_T type HAL_SPI_CFG_T (line 81) | struct HAL_SPI_CFG_T type HAL_SPI_CFG_T (line 95) | struct HAL_SPI_CFG_T type HAL_SPI_CFG_T (line 119) | struct HAL_SPI_CFG_T type HAL_SPI_CTRL_T (line 139) | struct HAL_SPI_CTRL_T type HAL_SPI_CTRL_T (line 141) | struct HAL_SPI_CTRL_T type HAL_SPI_CFG_T (line 147) | struct HAL_SPI_CFG_T type HAL_SPI_CTRL_T (line 171) | struct HAL_SPI_CTRL_T type HAL_SPI_CTRL_T (line 173) | struct HAL_SPI_CTRL_T type HAL_SPI_CFG_T (line 179) | struct HAL_SPI_CFG_T type HAL_SPI_CFG_T (line 195) | struct HAL_SPI_CFG_T FILE: platform/hal/hal_sysfreq.c type HAL_SYSFREQ_USER_T (line 29) | enum HAL_SYSFREQ_USER_T type HAL_CMU_FREQ_T (line 31) | enum HAL_CMU_FREQ_T function hal_sysfreq_revise_freq (line 33) | static enum HAL_CMU_FREQ_T hal_sysfreq_revise_freq(enum HAL_CMU_FREQ_T f... function hal_sysfreq_set_min_freq (line 37) | void hal_sysfreq_set_min_freq(enum HAL_CMU_FREQ_T freq) { function hal_sysfreq_req (line 52) | int hal_sysfreq_req(enum HAL_SYSFREQ_USER_T user, enum HAL_CMU_FREQ_T fr... function hal_sysfreq_get (line 116) | enum HAL_CMU_FREQ_T hal_sysfreq_get(void) { function hal_sysfreq_get_hw_freq (line 124) | enum HAL_CMU_FREQ_T hal_sysfreq_get_hw_freq(void) { function hal_sysfreq_busy (line 132) | int hal_sysfreq_busy(void) { function hal_sysfreq_print (line 144) | void hal_sysfreq_print(void) { FILE: platform/hal/hal_sysfreq.h type HAL_SYSFREQ_USER_T (line 25) | enum HAL_SYSFREQ_USER_T { type HAL_CMU_FREQ_T (line 52) | enum HAL_CMU_FREQ_T type HAL_SYSFREQ_USER_T (line 54) | enum HAL_SYSFREQ_USER_T type HAL_CMU_FREQ_T (line 54) | enum HAL_CMU_FREQ_T type HAL_CMU_FREQ_T (line 56) | enum HAL_CMU_FREQ_T type HAL_CMU_FREQ_T (line 58) | enum HAL_CMU_FREQ_T FILE: platform/hal/hal_tdm.c function _tdm_get_reg_base (line 38) | static inline uint32_t _tdm_get_reg_base(enum HAL_I2S_ID_T id) { function tdm_slot_cycles_in_arrays (line 55) | static inline bool tdm_slot_cycles_in_arrays(uint8_t slot_cycles) { function tdm_cycles_in_arrays (line 63) | static inline bool tdm_cycles_in_arrays(uint16_t cycles) { function tdm_fs_cycles_in_arrays (line 74) | static inline bool tdm_fs_cycles_in_arrays(uint16_t fs_cycles) { function tdm_get_config (line 86) | static void tdm_get_config(enum HAL_I2S_ID_T i2s_id, function tdm_set_config (line 159) | static void tdm_set_config(enum HAL_I2S_ID_T i2s_id, function tdm_get_default_config (line 223) | static void tdm_get_default_config(struct HAL_TDM_CONFIG_T *tdm_config) { function tdm_get_i2s_config (line 232) | static void tdm_get_i2s_config(struct HAL_TDM_CONFIG_T *tdm_config) { function tdm_enable (line 241) | static void tdm_enable(enum HAL_I2S_ID_T i2s_id, bool enable) { function tdm_open (line 256) | static int32_t tdm_open(enum HAL_I2S_ID_T i2s_id, enum AUD_STREAM_T stream, function tdm_setup_stream (line 274) | static int32_t tdm_setup_stream(enum HAL_I2S_ID_T i2s_id, function tdm_as_i2s_setup_stream (line 312) | int32_t tdm_as_i2s_setup_stream(enum HAL_I2S_ID_T i2s_id, function tdm_start_stream (line 342) | static int32_t tdm_start_stream(enum HAL_I2S_ID_T i2s_id, function tdm_stop_stream (line 354) | static int32_t tdm_stop_stream(enum HAL_I2S_ID_T i2s_id, function tdm_close (line 367) | static int32_t tdm_close(enum HAL_I2S_ID_T i2s_id, enum AUD_STREAM_T str... function hal_tdm_open (line 380) | int32_t hal_tdm_open(enum HAL_I2S_ID_T i2s_id, enum AUD_STREAM_T stream, function hal_tdm_setup_stream (line 399) | int32_t hal_tdm_setup_stream(enum HAL_I2S_ID_T i2s_id, enum AUD_STREAM_T... function hal_tdm_as_i2s_setup_stream (line 427) | int32_t hal_tdm_as_i2s_setup_stream(enum HAL_I2S_ID_T i2s_id, function hal_tdm_start_stream (line 452) | int32_t hal_tdm_start_stream(enum HAL_I2S_ID_T i2s_id, function hal_tdm_stop_stream (line 468) | int32_t hal_tdm_stop_stream(enum HAL_I2S_ID_T i2s_id, function hal_tdm_close (line 483) | int32_t hal_tdm_close(enum HAL_I2S_ID_T i2s_id, enum AUD_STREAM_T stream) { function hal_tdm_get_config (line 497) | void hal_tdm_get_config(enum HAL_I2S_ID_T i2s_id, function hal_tdm_set_config (line 514) | void hal_tdm_set_config(enum HAL_I2S_ID_T i2s_id, FILE: platform/hal/hal_tdm.h type HAL_TDM_ENABLE_T (line 28) | enum HAL_TDM_ENABLE_T { type HAL_TDM_MODE_T (line 34) | enum HAL_TDM_MODE_T { type HAL_TDM_FS_EDGE_T (line 40) | enum HAL_TDM_FS_EDGE_T { type HAL_TDM_CYCLES_T (line 46) | enum HAL_TDM_CYCLES_T { type HAL_TDM_FS_CYCLES (line 55) | enum HAL_TDM_FS_CYCLES { type HAL_TDM_SLOT_CYCLES_T (line 66) | enum HAL_TDM_SLOT_CYCLES_T { type HAL_TDM_CONFIG_T (line 71) | struct HAL_TDM_CONFIG_T { type HAL_I2S_ID_T (line 81) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 81) | enum AUD_STREAM_T type HAL_I2S_MODE_T (line 81) | enum HAL_I2S_MODE_T type HAL_I2S_ID_T (line 82) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 83) | enum AUD_STREAM_T type HAL_TDM_CONFIG_T (line 85) | struct HAL_TDM_CONFIG_T type HAL_I2S_ID_T (line 86) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 87) | enum AUD_STREAM_T type HAL_I2S_ID_T (line 89) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 89) | enum AUD_STREAM_T type HAL_I2S_ID_T (line 90) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 90) | enum AUD_STREAM_T type HAL_I2S_ID_T (line 91) | enum HAL_I2S_ID_T type AUD_STREAM_T (line 91) | enum AUD_STREAM_T type HAL_I2S_ID_T (line 92) | enum HAL_I2S_ID_T type HAL_TDM_CONFIG_T (line 92) | struct HAL_TDM_CONFIG_T type HAL_I2S_ID_T (line 93) | enum HAL_I2S_ID_T type HAL_TDM_CONFIG_T (line 93) | struct HAL_TDM_CONFIG_T FILE: platform/hal/hal_timer.c type DUAL_TIMER_T (line 60) | struct DUAL_TIMER_T type DUAL_TIMER_T (line 61) | struct DUAL_TIMER_T type DUAL_TIMER_T (line 63) | struct DUAL_TIMER_T type DUAL_TIMER_T (line 64) | struct DUAL_TIMER_T function __STATIC_FORCEINLINE (line 75) | __STATIC_FORCEINLINE uint32_t get_timer_value(struct TIMER_T *timer, function __STATIC_FORCEINLINE (line 94) | __STATIC_FORCEINLINE void clear_timer_irq(struct TIMER_T *timer) { function __STATIC_FORCEINLINE (line 104) | __STATIC_FORCEINLINE void set_timer_load(struct TIMER_T *timer, uint32_t... function __STATIC_FORCEINLINE (line 121) | __STATIC_FORCEINLINE void fast_timer_open(void) { function hal_sys_timer_open (line 129) | hal_sys_timer_open(void) { function hal_sys_timer_wakeup (line 138) | hal_sys_timer_wakeup(void) { function hal_sys_timer_get (line 144) | hal_sys_timer_get(void) { function hal_sys_timer_get_in_sleep (line 149) | hal_sys_timer_get_in_sleep(void) { function flash_hal_sys_timer_get (line 157) | flash_hal_sys_timer_get(void) { function hal_sys_ms_get (line 161) | hal_sys_ms_get(void) { return GET_CURRENT_MS(); } function hal_fast_sys_timer_get (line 163) | hal_fast_sys_timer_get(void) { function hal_sys_timer_get_max (line 182) | uint32_t hal_sys_timer_get_max(void) { return 0xFFFFFFFF; } function hal_sys_timer_delay (line 184) | void BOOT_TEXT_SRAM_LOC hal_sys_timer_delay(uint32_t ticks) { function hal_sys_timer_delay_in_sleep (line 192) | void SRAM_TEXT_LOC hal_sys_timer_delay_in_sleep(uint32_t ticks) { function flash_hal_sys_timer_delay (line 203) | void BOOT_TEXT_FLASH_LOC flash_hal_sys_timer_delay(uint32_t ticks) { function hal_sys_timer_delay_us (line 210) | void BOOT_TEXT_SRAM_LOC hal_sys_timer_delay_us(uint32_t us) { function hal_sys_timer_delay_ns (line 256) | void SRAM_TEXT_LOC hal_sys_timer_delay_ns(uint32_t ns) { type DUAL_TIMER_T (line 305) | struct DUAL_TIMER_T function hal_sys_timer_calc_cpu_freq (line 338) | uint32_t hal_sys_timer_calc_cpu_freq(uint32_t interval_ms, int high_res) { function hal_sys_timer_calib_start (line 410) | void hal_sys_timer_calib_start(void) { function hal_sys_timer_calib_end (line 426) | int hal_sys_timer_calib_end(void) { function hal_sys_timer_calib (line 472) | void hal_sys_timer_calib(void) { function hal_sys_timer_systick_hz (line 478) | hal_sys_timer_systick_hz(void) { function hal_sys_timer_ms_to_ticks (line 482) | uint32_t BOOT_TEXT_SRAM_LOC hal_sys_timer_ms_to_ticks(uint32_t ms) { function hal_sys_timer_us_to_ticks (line 494) | uint32_t BOOT_TEXT_SRAM_LOC hal_sys_timer_us_to_ticks(uint32_t us) { function hal_sys_timer_ticks_to_ms (line 506) | uint32_t BOOT_TEXT_SRAM_LOC hal_sys_timer_ticks_to_ms(uint32_t tick) { function hal_sys_timer_ticks_to_us (line 518) | uint32_t BOOT_TEXT_SRAM_LOC hal_sys_timer_ticks_to_us(uint32_t tick) { function osDelay (line 532) | int osDelay(uint32_t ms) { function hal_timer00_irq_handler (line 538) | static void hal_timer00_irq_handler(void) { function hal_timer_setup (line 543) | void hal_timer_setup(enum HAL_TIMER_TYPE_T type, function hal_timer_start (line 574) | void hal_timer_start(uint32_t load) { function hal_timer_stop (line 580) | void hal_timer_stop(void) { function hal_timer_continue (line 589) | void hal_timer_continue(void) { function hal_timer_is_enabled (line 597) | int hal_timer_is_enabled(void) { function hal_timer_reload (line 601) | void hal_timer_reload(uint32_t load) { function hal_timer_get (line 612) | uint32_t hal_timer_get(void) { function hal_timer_irq_active (line 616) | int hal_timer_irq_active(void) { return NVIC_GetActive(TIMER01_IRQn); } function hal_timer_irq_pending (line 618) | int hal_timer_irq_pending(void) { function hal_timer_get_overrun_time (line 623) | uint32_t hal_timer_get_overrun_time(void) { function hal_timer_get_elapsed_time (line 639) | uint32_t hal_timer_get_elapsed_time(void) { function hal_timer01_irq_handler (line 644) | static void hal_timer01_irq_handler(void) { function hal_timer_get_passed_ticks (line 656) | uint32_t hal_timer_get_passed_ticks(uint32_t curr_ticks, uint32_t prev_t... FILE: platform/hal/hal_timer_raw.h type HAL_TIMER_TYPE_T (line 33) | enum HAL_TIMER_TYPE_T { type HAL_TIMER_TYPE_T (line 42) | enum HAL_TIMER_TYPE_T FILE: platform/hal/hal_trace.c type ASSERT_INFO_T (line 127) | struct ASSERT_INFO_T { type EXCEPTION_INFO_T (line 146) | struct EXCEPTION_INFO_T { type ASSERT_INFO_T (line 179) | struct ASSERT_INFO_T type HAL_TRACE_BUF_T (line 184) | struct HAL_TRACE_BUF_T { type HAL_TRACE_BUF_T (line 198) | struct HAL_TRACE_BUF_T type HAL_UART_CFG_T (line 201) | struct HAL_UART_CFG_T type HAL_DMA_PERIPH_T (line 223) | enum HAL_DMA_PERIPH_T type HAL_UART_CFG_T (line 233) | struct HAL_UART_CFG_T type HAL_DMA_CH_CFG_T (line 251) | struct HAL_DMA_CH_CFG_T type HAL_TRACE_TRANSPORT_T (line 255) | enum HAL_TRACE_TRANSPORT_T type HAL_UART_ID_T (line 256) | enum HAL_UART_ID_T type LOG_LEVEL_T (line 297) | enum LOG_LEVEL_T function hal_trace_is_uart_transport (line 300) | static bool hal_trace_is_uart_transport(enum HAL_TRACE_TRANSPORT_T trans... function hal_trace_uart_send (line 316) | static void hal_trace_uart_send(void) { function hal_trace_uart_xfer_done (line 375) | static void hal_trace_uart_xfer_done(uint8_t chan, uint32_t remain_tsize, function hal_trace_send (line 416) | static void hal_trace_send(void) { function hal_trace_uart_idle_send (line 430) | static void hal_trace_uart_idle_send(void) { function hal_trace_idle_send (line 461) | void hal_trace_idle_send(void) { function hal_trace_open (line 469) | int hal_trace_open(enum HAL_TRACE_TRANSPORT_T transport) { function hal_trace_switch (line 572) | int hal_trace_switch(enum HAL_TRACE_TRANSPORT_T transport) { function hal_trace_close (line 648) | int hal_trace_close(void) { function hal_trace_enable_log_module (line 675) | int hal_trace_enable_log_module(enum LOG_MODULE_T module) { function hal_trace_disable_log_module (line 684) | int hal_trace_disable_log_module(enum LOG_MODULE_T module) { function hal_trace_set_log_module (line 693) | int hal_trace_set_log_module(const uint32_t *map, uint32_t word_cnt) { function hal_trace_set_log_level (line 707) | int hal_trace_set_log_level(enum LOG_LEVEL_T level) { function hal_trace_get_history_buffer (line 716) | void hal_trace_get_history_buffer(const unsigned char **buf1, function hal_trace_print_discards (line 759) | static void hal_trace_print_discards(uint32_t discards) { function hal_trace_print_head (line 799) | static void hal_trace_print_head(void) { function hal_trace_output (line 820) | int hal_trace_output(const unsigned char *buf, unsigned int buf_len) { type trace_info_t (line 932) | typedef struct { type trace_head_t (line 939) | typedef struct { type LOG_DATA_T (line 944) | typedef struct { function crc8 (line 955) | uint8_t crc8(uint8_t *data, uint32_t length) { function crc6 (line 970) | uint8_t crc6(uint8_t *data, uint32_t length) { function hal_trace_format_id (line 985) | static int hal_trace_format_id(uint32_t attr, char *buf, uint32_t size, function hal_trace_print_time (line 1030) | static int hal_trace_print_time(enum LOG_LEVEL_T level, function hal_trace_format_va (line 1113) | static inline int hal_trace_format_va(uint32_t attr, char *buf, type LOG_LEVEL_T (line 1142) | enum LOG_LEVEL_T type LOG_MODULE_T (line 1143) | enum LOG_MODULE_T function hal_trace_printf (line 1176) | int hal_trace_printf(uint32_t attr, const char *fmt, ...) { function hal_trace_dump (line 1195) | int hal_trace_dump(const char *fmt, unsigned int size, unsigned int count, function hal_trace_busy (line 1239) | int hal_trace_busy(void) { function hal_trace_pause (line 1251) | int hal_trace_pause(void) { function hal_trace_continue (line 1258) | int hal_trace_continue(void) { function hal_trace_flush_buffer (line 1265) | int hal_trace_flush_buffer(void) { function hal_trace_get_backtrace_addr (line 1310) | uint32_t hal_trace_get_backtrace_addr(uint32_t addr) { function hal_trace_print_special_stack_registers (line 1352) | void hal_trace_print_special_stack_registers(void) { function hal_trace_print_common_registers (line 1371) | void hal_trace_print_common_registers(const uint32_t *regs) { function hal_trace_print_stack (line 1393) | void hal_trace_print_stack(uint32_t addr) { function hal_trace_print_backtrace (line 1437) | void hal_trace_print_backtrace(uint32_t addr, uint32_t search_cnt, function hal_trace_get_baudrate (line 1468) | uint32_t hal_trace_get_baudrate(void) { return uart_cfg.baud; } function hal_trace_crash_dump_onprocess (line 1470) | bool hal_trace_crash_dump_onprocess(void) { return crash_dump_onprocess; } function hal_trace_crash_dump_register (line 1472) | int hal_trace_crash_dump_register(enum HAL_TRACE_CRASH_DUMP_MODULE_T mod... function hal_trace_crash_dump_callback (line 1483) | static void hal_trace_crash_dump_callback(void) { function hal_trace_app_register (line 1496) | void hal_trace_app_register(HAL_TRACE_APP_NOTIFY_T notify_cb, function hal_trace_app_custom_register (line 1504) | void hal_trace_app_custom_register(HAL_TRACE_APP_NOTIFY_T notify_cb, function hal_trace_cp_register (line 1513) | void hal_trace_cp_register(HAL_TRACE_APP_NOTIFY_T notify_cb, function hal_trace_open (line 1523) | int hal_trace_open(enum HAL_TRACE_TRANSPORT_T transport) { function hal_trace_open_cp (line 1537) | int hal_trace_open_cp(void) { function hal_trace_address_writable (line 1546) | int hal_trace_address_writable(uint32_t addr) { function hal_trace_address_executable (line 1583) | int hal_trace_address_executable(uint32_t addr) { function hal_trace_address_readable (line 1644) | int hal_trace_address_readable(uint32_t addr) { function hal_trace_crash_end (line 1670) | static void NORETURN hal_trace_crash_end(void) { function __STATIC_FORCEINLINE (line 1698) | __STATIC_FORCEINLINE uint32_t get_cpu_id_tag(void) { function USED (line 1710) | USED hal_trace_assert_dump_internal(ASSERT_DUMP_ARGS) { function NAKED (line 1913) | NAKED hal_trace_assert_dump(ASSERT_DUMP_ARGS) { function hal_trace_fill_exception_info (line 2012) | static void hal_trace_fill_exception_info(struct EXCEPTION_INFO_T *info, function hal_trace_print_fault_info_ca (line 2048) | static void hal_trace_print_fault_info_ca(const struct EXCEPTION_INFO_T ... function hal_trace_print_fault_info_cm (line 2123) | static void hal_trace_print_fault_info_cm(const struct EXCEPTION_INFO_T ... function hal_trace_print_fault_info (line 2334) | static void hal_trace_print_fault_info(const struct EXCEPTION_INFO_T *in... function hal_trace_fault_dump (line 2343) | void hal_trace_fault_dump(const uint32_t *regs, const uint32_t *extra, function hal_trace_fault_handler (line 2480) | static void NAKED hal_trace_fault_handler(void) { type HAL_DMA_DESC_T (line 2615) | struct HAL_DMA_DESC_T type HAL_TRACE_RX_CFG_T (line 2618) | typedef struct { type HAL_TRACE_RX_LIST_T (line 2624) | typedef struct { type HAL_TRACE_RX_T (line 2629) | typedef struct { function hal_trace_rx_dump_list (line 2644) | int hal_trace_rx_dump_list(void) { function hal_trace_rx_is_in_list (line 2651) | int hal_trace_rx_is_in_list(const char *name) { function hal_trace_rx_add_item_to_list (line 2666) | int hal_trace_rx_add_item_to_list(const char *name, function hal_trace_rx_del_item_to_list (line 2680) | int hal_trace_rx_del_item_to_list(int id) { function hal_trace_rx_register (line 2688) | int hal_trace_rx_register(const char *name, HAL_TRACE_RX_CALLBACK_T call... function hal_trace_rx_deregister (line 2698) | int hal_trace_rx_deregister(const char *name) { function hal_trace_rx_reset (line 2712) | static int hal_trace_rx_reset(void) { function hal_trace_rx_parse (line 2721) | static int hal_trace_rx_parse(int8_t *buf, HAL_TRACE_RX_CFG_T *cfg) { function hal_trace_rx_process (line 2778) | int hal_trace_rx_process(uint8_t *buf, uint32_t len) { function hal_trace_rx_start (line 2821) | void hal_trace_rx_start(void) { function hal_trace_rx_irq_handler (line 2836) | void hal_trace_rx_irq_handler(uint32_t xfer_size, int dma_error, function app_test_callback (line 2862) | uint32_t app_test_callback(unsigned char *buf, uint32_t len) { function hal_trace_rx_open (line 2876) | int hal_trace_rx_open() { function hal_trace_rx_reopen (line 2885) | int hal_trace_rx_reopen() { FILE: platform/hal/hal_trace.h type HAL_TRACE_TRANSPORT_T (line 311) | enum HAL_TRACE_TRANSPORT_T { type HAL_TRACE_STATE_T (line 326) | enum HAL_TRACE_STATE_T { type HAL_TRACE_BUF_STATE_T (line 332) | enum HAL_TRACE_BUF_STATE_T { type HAL_TRACE_CRASH_DUMP_MODULE_T (line 338) | enum HAL_TRACE_CRASH_DUMP_MODULE_T { type LOG_LEVEL_T (line 347) | enum LOG_LEVEL_T { type HAL_TRACE_STATE_T (line 361) | enum HAL_TRACE_STATE_T type HAL_TRACE_BUF_STATE_T (line 366) | enum HAL_TRACE_BUF_STATE_T type HAL_TRACE_TRANSPORT_T (line 368) | enum HAL_TRACE_TRANSPORT_T type HAL_TRACE_TRANSPORT_T (line 372) | enum HAL_TRACE_TRANSPORT_T type LOG_MODULE_T (line 377) | enum LOG_MODULE_T type LOG_MODULE_T (line 380) | enum LOG_MODULE_T type LOG_LEVEL_T (line 387) | enum LOG_LEVEL_T type HAL_TRACE_CRASH_DUMP_MODULE_T (line 432) | enum HAL_TRACE_CRASH_DUMP_MODULE_T function hal_trace_dummy (line 461) | static inline void hal_trace_dummy(const char *fmt, ...) {} function hal_dump_dummy (line 463) | static inline void hal_dump_dummy(const char *fmt, ...) {} FILE: platform/hal/hal_trace_mod.c type LOG_MODULE_T (line 24) | enum LOG_MODULE_T FILE: platform/hal/hal_trace_mod.h type LOG_MODULE_T (line 58) | enum LOG_MODULE_T { type LOG_MODULE_T (line 65) | enum LOG_MODULE_T FILE: platform/hal/hal_transq.c type TRANSQ_T (line 30) | struct TRANSQ_T type TRANSQ_T (line 31) | struct TRANSQ_T type TRANSQ_T (line 37) | struct TRANSQ_T type TRANSQ_T (line 38) | struct TRANSQ_T type HAL_TRANSQ_CFG_T (line 58) | struct HAL_TRANSQ_CFG_T function construct_mask (line 70) | static uint32_t construct_mask(uint32_t lsb, uint32_t width) { function get_next_rx_slot (line 86) | static uint32_t get_next_rx_slot(enum HAL_TRANSQ_ID_T id, function get_next_tx_slot (line 102) | static uint32_t get_next_tx_slot(enum HAL_TRANSQ_ID_T id, function hal_transq_remote_irq_handler (line 118) | static void hal_transq_remote_irq_handler(void) { function hal_transq_active_tx_valid (line 163) | static int hal_transq_active_tx_valid(enum HAL_TRANSQ_ID_T id, function hal_transq_local_irq_handler (line 170) | static void hal_transq_local_irq_handler(void) { function hal_transq_get_rx_status (line 256) | enum HAL_TRANSQ_RET_T hal_transq_get_rx_status(enum HAL_TRANSQ_ID_T id, function hal_transq_get_tx_status (line 292) | enum HAL_TRANSQ_RET_T hal_transq_get_tx_status(enum HAL_TRANSQ_ID_T id, function hal_transq_rx_first (line 351) | enum HAL_TRANSQ_RET_T hal_transq_rx_first(enum HAL_TRANSQ_ID_T id, function hal_transq_rx_next (line 401) | enum HAL_TRANSQ_RET_T hal_transq_rx_next(enum HAL_TRANSQ_ID_T id, function hal_transq_tx (line 467) | enum HAL_TRANSQ_RET_T hal_transq_tx(enum HAL_TRANSQ_ID_T id, function hal_transq_update_num (line 515) | enum HAL_TRANSQ_RET_T function hal_transq_open (line 558) | enum HAL_TRANSQ_RET_T hal_transq_open(enum HAL_TRANSQ_ID_T id, function hal_transq_close (line 634) | enum HAL_TRANSQ_RET_T hal_transq_close(enum HAL_TRANSQ_ID_T id) { FILE: platform/hal/hal_transq.h type HAL_TRANSQ_ID_T (line 27) | enum HAL_TRANSQ_ID_T { type HAL_TRANSQ_PRI_T (line 36) | enum HAL_TRANSQ_PRI_T { type HAL_TRANSQ_RET_T (line 43) | enum HAL_TRANSQ_RET_T { type HAL_TRANSQ_PRI_T (line 56) | enum HAL_TRANSQ_PRI_T type HAL_TRANSQ_PRI_T (line 57) | enum HAL_TRANSQ_PRI_T type HAL_TRANSQ_SLOT_NUM_T (line 59) | struct HAL_TRANSQ_SLOT_NUM_T { type HAL_TRANSQ_CFG_T (line 64) | struct HAL_TRANSQ_CFG_T { type HAL_TRANSQ_RET_T (line 70) | enum HAL_TRANSQ_RET_T type HAL_TRANSQ_ID_T (line 70) | enum HAL_TRANSQ_ID_T type HAL_TRANSQ_PRI_T (line 70) | enum HAL_TRANSQ_PRI_T type HAL_TRANSQ_RET_T (line 72) | enum HAL_TRANSQ_RET_T type HAL_TRANSQ_ID_T (line 72) | enum HAL_TRANSQ_ID_T type HAL_TRANSQ_PRI_T (line 72) | enum HAL_TRANSQ_PRI_T type HAL_TRANSQ_RET_T (line 74) | enum HAL_TRANSQ_RET_T type HAL_TRANSQ_ID_T (line 74) | enum HAL_TRANSQ_ID_T type HAL_TRANSQ_PRI_T (line 74) | enum HAL_TRANSQ_PRI_T type HAL_TRANSQ_RET_T (line 76) | enum HAL_TRANSQ_RET_T type HAL_TRANSQ_ID_T (line 76) | enum HAL_TRANSQ_ID_T type HAL_TRANSQ_PRI_T (line 76) | enum HAL_TRANSQ_PRI_T type HAL_TRANSQ_RET_T (line 78) | enum HAL_TRANSQ_RET_T type HAL_TRANSQ_ID_T (line 78) | enum HAL_TRANSQ_ID_T type HAL_TRANSQ_PRI_T (line 78) | enum HAL_TRANSQ_PRI_T type HAL_TRANSQ_RET_T (line 80) | enum HAL_TRANSQ_RET_T type HAL_TRANSQ_ID_T (line 80) | enum HAL_TRANSQ_ID_T type HAL_TRANSQ_SLOT_NUM_T (line 80) | struct HAL_TRANSQ_SLOT_NUM_T type HAL_TRANSQ_RET_T (line 82) | enum HAL_TRANSQ_RET_T type HAL_TRANSQ_ID_T (line 82) | enum HAL_TRANSQ_ID_T type HAL_TRANSQ_CFG_T (line 82) | struct HAL_TRANSQ_CFG_T type HAL_TRANSQ_RET_T (line 84) | enum HAL_TRANSQ_RET_T type HAL_TRANSQ_ID_T (line 84) | enum HAL_TRANSQ_ID_T FILE: platform/hal/hal_uart.c type UART_RX_DMA_MODE_T (line 32) | enum UART_RX_DMA_MODE_T { type HAL_UART_HW_DESC_T (line 39) | struct HAL_UART_HW_DESC_T { type HAL_UART_HW_DESC_T (line 48) | struct HAL_UART_HW_DESC_T type UART_T (line 50) | struct UART_T type UART_T (line 59) | struct UART_T type UART_T (line 69) | struct UART_T type UART_T (line 79) | struct UART_T type UART_RX_DMA_MODE_T (line 104) | enum UART_RX_DMA_MODE_T type HAL_UART_CFG_T (line 110) | struct HAL_UART_CFG_T function set_baud_rate (line 125) | static void set_baud_rate(enum HAL_UART_ID_T id, uint32_t rate) { function hal_uart_open (line 192) | int hal_uart_open(enum HAL_UART_ID_T id, const struct HAL_UART_CFG_T *cf... function hal_uart_reopen (line 327) | int hal_uart_reopen(enum HAL_UART_ID_T id, const struct HAL_UART_CFG_T *... function hal_uart_close (line 386) | int hal_uart_close(enum HAL_UART_ID_T id) { function hal_uart_opened (line 421) | int hal_uart_opened(enum HAL_UART_ID_T id) { function hal_uart_change_baud_rate (line 433) | int hal_uart_change_baud_rate(enum HAL_UART_ID_T id, uint32_t rate) { function hal_uart_pause (line 457) | int hal_uart_pause(enum HAL_UART_ID_T id) { function hal_uart_continue (line 466) | int hal_uart_continue(enum HAL_UART_ID_T id) { function hal_uart_readable (line 475) | int hal_uart_readable(enum HAL_UART_ID_T id) { function hal_uart_writable (line 480) | int hal_uart_writable(enum HAL_UART_ID_T id) { function hal_uart_getc (line 485) | uint8_t hal_uart_getc(enum HAL_UART_ID_T id) { function hal_uart_putc (line 494) | int hal_uart_putc(enum HAL_UART_ID_T id, uint8_t c) { function hal_uart_blocked_getc (line 502) | uint8_t hal_uart_blocked_getc(enum HAL_UART_ID_T id) { function hal_uart_blocked_putc (line 508) | int hal_uart_blocked_putc(enum HAL_UART_ID_T id, uint8_t c) { function hal_uart_get_flag (line 514) | union HAL_UART_FLAG_T hal_uart_get_flag(enum HAL_UART_ID_T id) { function hal_uart_get_status (line 521) | union HAL_UART_STATUS_T hal_uart_get_status(enum HAL_UART_ID_T id) { function hal_uart_clear_status (line 528) | void hal_uart_clear_status(enum HAL_UART_ID_T id) { function hal_uart_break_set (line 533) | void hal_uart_break_set(enum HAL_UART_ID_T id) { function hal_uart_break_clear (line 538) | void hal_uart_break_clear(enum HAL_UART_ID_T id) { function hal_uart_flush (line 543) | void hal_uart_flush(enum HAL_UART_ID_T id, uint32_t ticks) { function hal_uart_get_raw_irq (line 566) | union HAL_UART_IRQ_T hal_uart_get_raw_irq(enum HAL_UART_ID_T id) { function hal_uart_clear_irq (line 574) | void hal_uart_clear_irq(enum HAL_UART_ID_T id, union HAL_UART_IRQ_T irq) { function hal_uart_irq_get_mask (line 578) | union HAL_UART_IRQ_T hal_uart_irq_get_mask(enum HAL_UART_ID_T id) { function hal_uart_irq_set_mask (line 586) | union HAL_UART_IRQ_T hal_uart_irq_set_mask(enum HAL_UART_ID_T id, function HAL_UART_IRQ_HANDLER_T (line 601) | HAL_UART_IRQ_HANDLER_T function dma_mode_uart_irq_handler (line 613) | static void dma_mode_uart_irq_handler(enum HAL_UART_ID_T id, function hal_uart_irq_set_dma_handler (line 642) | void hal_uart_irq_set_dma_handler(enum HAL_UART_ID_T id, function recv_dma_irq_handler (line 651) | static void recv_dma_irq_handler(uint8_t chan, uint32_t remain_tsize, function recv_dma_start_callback (line 698) | static void recv_dma_start_callback(uint8_t chan) { function fill_buf_list_dma_desc (line 714) | static int fill_buf_list_dma_desc(struct HAL_DMA_DESC_T *desc, uint32_t ... function fill_dma_desc (line 769) | static int fill_dma_desc(struct HAL_DMA_DESC_T *desc, uint32_t cnt, function start_recv_dma_with_mask (line 805) | static int start_recv_dma_with_mask(enum HAL_UART_ID_T id, function hal_uart_dma_recv_mask (line 974) | int hal_uart_dma_recv_mask(enum HAL_UART_ID_T id, uint8_t *buf, uint32_t... function hal_uart_dma_recv_mask_pingpang (line 989) | int hal_uart_dma_recv_mask_pingpang(enum HAL_UART_ID_T id, uint8_t *buf, function hal_uart_dma_recv_mask_stream (line 1005) | int hal_uart_dma_recv_mask_stream(enum HAL_UART_ID_T id, uint8_t *buf, function hal_uart_dma_recv_mask_buf_list (line 1021) | int hal_uart_dma_recv_mask_buf_list(enum HAL_UART_ID_T id, function hal_uart_dma_recv (line 1031) | int hal_uart_dma_recv(enum HAL_UART_ID_T id, uint8_t *buf, uint32_t len, function hal_uart_dma_recv_pingpang (line 1044) | int hal_uart_dma_recv_pingpang(enum HAL_UART_ID_T id, uint8_t *buf, function hal_uart_get_dma_recv_addr (line 1058) | uint32_t hal_uart_get_dma_recv_addr(enum HAL_UART_ID_T id) { function hal_uart_stop_dma_recv (line 1081) | uint32_t hal_uart_stop_dma_recv(enum HAL_UART_ID_T id) { function send_dma_irq_handler (line 1107) | static void send_dma_irq_handler(uint8_t chan, uint32_t remain_tsize, function hal_uart_dma_send (line 1142) | int hal_uart_dma_send(enum HAL_UART_ID_T id, const uint8_t *buf, uint32_... function hal_uart_stop_dma_send (line 1239) | uint32_t hal_uart_stop_dma_send(enum HAL_UART_ID_T id) { function hal_uart_irq_handler (line 1263) | static void hal_uart_irq_handler(void) { function hal_uart_printf_init (line 1296) | int hal_uart_printf_init(void) { function hal_uart_printf (line 1319) | void hal_uart_printf(const char *fmt, ...) { FILE: platform/hal/hal_uart.h type HAL_UART_ID_T (line 39) | enum HAL_UART_ID_T { type HAL_UART_PARITY_T (line 54) | enum HAL_UART_PARITY_T { type HAL_UART_STOP_BITS_T (line 62) | enum HAL_UART_STOP_BITS_T { type HAL_UART_DATA_BITS_T (line 67) | enum HAL_UART_DATA_BITS_T { type HAL_UART_FLOW_CONTROL_T (line 74) | enum HAL_UART_FLOW_CONTROL_T { type HAL_UART_FIFO_LEVEL_T (line 81) | enum HAL_UART_FIFO_LEVEL_T { type HAL_UART_CFG_T (line 89) | struct HAL_UART_CFG_T { type HAL_UART_BUF_T (line 102) | struct HAL_UART_BUF_T { type HAL_UART_ID_T (line 151) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 157) | enum HAL_UART_ID_T type HAL_UART_CFG_T (line 157) | struct HAL_UART_CFG_T type HAL_UART_ID_T (line 159) | enum HAL_UART_ID_T type HAL_UART_CFG_T (line 159) | struct HAL_UART_CFG_T type HAL_UART_ID_T (line 161) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 163) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 165) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 167) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 169) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 171) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 173) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 175) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 177) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 179) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 181) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 183) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 185) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 187) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 189) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 191) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 193) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 195) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 197) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 199) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 201) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 203) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 205) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 207) | enum HAL_UART_ID_T type HAL_DMA_DESC_T (line 208) | struct HAL_DMA_DESC_T type HAL_UART_ID_T (line 210) | enum HAL_UART_ID_T type HAL_DMA_DESC_T (line 211) | struct HAL_DMA_DESC_T type HAL_UART_ID_T (line 214) | enum HAL_UART_ID_T type HAL_DMA_DESC_T (line 215) | struct HAL_DMA_DESC_T type HAL_UART_ID_T (line 218) | enum HAL_UART_ID_T type HAL_DMA_DESC_T (line 219) | struct HAL_DMA_DESC_T type HAL_UART_ID_T (line 222) | enum HAL_UART_ID_T type HAL_DMA_DESC_T (line 223) | struct HAL_DMA_DESC_T type HAL_UART_ID_T (line 226) | enum HAL_UART_ID_T type HAL_UART_BUF_T (line 226) | struct HAL_UART_BUF_T type HAL_DMA_DESC_T (line 227) | struct HAL_DMA_DESC_T type HAL_UART_ID_T (line 229) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 231) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 233) | enum HAL_UART_ID_T type HAL_DMA_DESC_T (line 234) | struct HAL_DMA_DESC_T type HAL_UART_ID_T (line 236) | enum HAL_UART_ID_T FILE: platform/hal/hal_wdt.c type HAL_WDT_CTX (line 70) | struct HAL_WDT_CTX { type HAL_WDT_CTX (line 74) | struct HAL_WDT_CTX function _wdt1_irq_handler (line 81) | static void _wdt1_irq_handler(void) { function _wdt_get_base (line 87) | static unsigned int _wdt_get_base(enum HAL_WDT_ID_T id) { function _wdt_load (line 98) | static void _wdt_load(enum HAL_WDT_ID_T id) { function _wdt_config (line 129) | static void _wdt_config(enum HAL_WDT_ID_T id) { function hal_wdt_start (line 150) | int hal_wdt_start(enum HAL_WDT_ID_T id) { function hal_wdt_stop (line 156) | int hal_wdt_stop(enum HAL_WDT_ID_T id) { function hal_wdt_ping (line 176) | int hal_wdt_ping(enum HAL_WDT_ID_T id) { function hal_wdt_set_timeout (line 183) | int hal_wdt_set_timeout(enum HAL_WDT_ID_T id, unsigned int timeout) { function hal_wdt_get_timeleft (line 202) | unsigned int hal_wdt_get_timeleft(enum HAL_WDT_ID_T id) { function hal_wdt_set_irq_callback (line 218) | void hal_wdt_set_irq_callback(enum HAL_WDT_ID_T id, HAL_WDT_IRQ_CALLBACK... FILE: platform/hal/hal_wdt.h type HAL_WDT_ID_T (line 25) | enum HAL_WDT_ID_T { type HAL_WDT_EVENT_T (line 30) | enum HAL_WDT_EVENT_T { type HAL_WDT_ID_T (line 37) | enum HAL_WDT_ID_T type HAL_WDT_ID_T (line 39) | enum HAL_WDT_ID_T type HAL_WDT_ID_T (line 42) | enum HAL_WDT_ID_T type HAL_WDT_ID_T (line 43) | enum HAL_WDT_ID_T type HAL_WDT_ID_T (line 46) | enum HAL_WDT_ID_T type HAL_WDT_ID_T (line 47) | enum HAL_WDT_ID_T type HAL_WDT_ID_T (line 48) | enum HAL_WDT_ID_T FILE: platform/hal/plat_types.h type u8 (line 32) | typedef unsigned char u8; type u16 (line 33) | typedef unsigned short u16; type u32 (line 34) | typedef unsigned long u32; type u64 (line 35) | typedef unsigned long long u64; type s8 (line 36) | typedef char s8; type s16 (line 37) | typedef short s16; type s32 (line 38) | typedef long s32; type s64 (line 39) | typedef long long s64; type ascii (line 41) | typedef char ascii; type byte (line 42) | typedef unsigned char byte; type word (line 43) | typedef unsigned short word; type dword (line 44) | typedef unsigned long dword; FILE: platform/hal/reg_dma.h type DMA_CH_T (line 30) | struct DMA_CH_T { type DMA_2D_CFG_T (line 39) | struct DMA_2D_CFG_T { type DMA_T (line 51) | struct DMA_T { FILE: platform/hal/reg_norflaship_v2.h type NORFLASH_CTRL_T (line 21) | struct NORFLASH_CTRL_T { FILE: platform/hal/reg_psram_mc_v2.h type PSRAM_MC_T (line 21) | struct PSRAM_MC_T { FILE: platform/hal/reg_psram_phy_v2.h type PSRAM_PHY_T (line 21) | struct PSRAM_PHY_T { FILE: platform/hal/reg_psramuhs_mc.h type PSRAMUHS_MC_T (line 21) | struct PSRAMUHS_MC_T { FILE: platform/hal/reg_pwm.h type PWM_T (line 22) | struct PWM_T FILE: platform/hal/reg_rtc.h type RTC_T (line 22) | struct RTC_T FILE: platform/hal/reg_sec_eng.h type SE_ADEC_T (line 37) | struct SE_ADEC_T { type SE_DMACFG_T (line 47) | struct SE_DMACFG_T { type SE_ACB_T (line 57) | struct SE_ACB_T { type SE_CRYPT_T (line 61) | struct SE_CRYPT_T { type SE_ECP_T (line 90) | struct SE_ECP_T { type SE_HASH_T (line 100) | struct SE_HASH_T { type SE_SCRATCH_T (line 117) | struct SE_SCRATCH_T { type SE_ZMODP_T (line 128) | struct SE_ZMODP_T { type SE_MCT_T (line 138) | struct SE_MCT_T { type SE_OTP_T (line 147) | struct SE_OTP_T { type SE_EBG_T (line 154) | struct SE_EBG_T { FILE: platform/hal/reg_slave_i2c.h type SLAVE_I2C_T (line 21) | struct SLAVE_I2C_T { FILE: platform/hal/reg_spi.h type SPI_T (line 21) | struct SPI_T FILE: platform/hal/reg_timer.h type DUAL_TIMER_T (line 24) | struct DUAL_TIMER_T { FILE: platform/hal/reg_transq.h type TRANSQ_T (line 23) | struct TRANSQ_T FILE: platform/hal/reg_uart.h type UART_T (line 22) | struct UART_T { FILE: platform/hal/reg_usb.h type USBC_T (line 36) | struct USBC_T { type USBIF_T (line 1645) | struct USBIF_T { FILE: platform/main/main.cpp function system_get_info (line 68) | void system_get_info(uint8_t *fw_rev_0, uint8_t *fw_rev_1, function system_get_fwversion (line 82) | void system_get_fwversion(uint8_t *fw_rev_0, uint8_t *fw_rev_1, function system_shutdown (line 102) | int system_shutdown(void) { function system_reset (line 109) | int system_reset(void) { function signal_send_to_main_thread (line 115) | int signal_send_to_main_thread(uint32_t signals) { function tgt_hardware_setup (line 120) | int tgt_hardware_setup(void) { function process_usb_download_mode (line 160) | static void process_usb_download_mode(void) { function else (line 291) | else if (bootmode & HAL_SW_BOOTMODE_CDC_COMM) { FILE: platform/main/noapp_main.cpp function timer_handler (line 81) | static void timer_handler(void *param) { function MAIN_ENTRY (line 95) | int MAIN_ENTRY(void) { FILE: rtos/rtx/TARGET_ARM7/HAL_CM.c function rt_init_stack (line 53) | void rt_init_stack(P_TCB p_TCB, FUNCP task_body) { function U32 (line 99) | static __inline U32 *rt_ret_regs(P_TCB p_TCB) { function rt_ret_val (line 106) | void rt_ret_val(P_TCB p_TCB, U32 v0) { function rt_ret_val2 (line 113) | void rt_ret_val2(P_TCB p_TCB, U32 v0, U32 v1) { function dbg_init (line 124) | void dbg_init(void) { function dbg_task_notify (line 135) | void dbg_task_notify(P_TCB p_tcb, BOOL create) { function dbg_task_switch (line 148) | void dbg_task_switch(U32 task_id) { FILE: rtos/rtx/TARGET_ARM7/RTX_CM_lib.h type OS_TID (line 60) | typedef uint32_t OS_TID; type OS_RESULT (line 62) | typedef uint32_t OS_RESULT; function rt_init_robin (line 137) | void rt_init_robin (void) {;} function rt_chk_robin (line 138) | void rt_chk_robin (void) {;} function rt_stk_check (line 142) | void rt_stk_check (void) {;} function _mutex_initialize (line 156) | int _mutex_initialize (OS_ID *mutex) { function _mutex_acquire (line 171) | __attribute__((used)) void _mutex_acquire (OS_ID *mutex) { function _mutex_release (line 182) | __attribute__((used)) void _mutex_release (OS_ID *mutex) { function set_main_stack (line 223) | void set_main_stack(void) { function _main_init (line 234) | void _main_init (void) { function __cs3_start_c (line 300) | __attribute ((noreturn)) void __cs3_start_c (void){ function software_init_hook (line 333) | __attribute__((naked)) void software_init_hook (void) { function __cmain (line 364) | void __cmain(void) { FILE: rtos/rtx/TARGET_ARM7/RTX_Conf_CM.c function os_idle_demon (line 205) | void os_idle_demon(void) { function os_error (line 223) | void os_error(uint32_t err_code) { function sysThreadError (line 229) | void sysThreadError(osStatus status) { FILE: rtos/rtx/TARGET_ARM7/cmsis_os.h type osPriority (line 158) | typedef enum { type osStatus (line 175) | typedef enum { type os_timer_type (line 196) | typedef enum { type os_thread_cb (line 213) | struct os_thread_cb type os_timer_cb (line 217) | struct os_timer_cb type os_mutex_cb (line 221) | struct os_mutex_cb type os_semaphore_cb (line 225) | struct os_semaphore_cb type os_pool_cb (line 229) | struct os_pool_cb type os_messageQ_cb (line 233) | struct os_messageQ_cb type os_mailQ_cb (line 237) | struct os_mailQ_cb type osThreadDef_t (line 242) | typedef struct os_thread_def { type osTimerDef_t (line 252) | typedef struct os_timer_def { type osMutexDef_t (line 259) | typedef struct os_mutex_def { type osSemaphoreDef_t (line 265) | typedef struct os_semaphore_def { type osPoolDef_t (line 271) | typedef struct os_pool_def { type osMessageQDef_t (line 279) | typedef struct os_messageQ_def { type osMailQDef_t (line 286) | typedef struct os_mailQ_def { type osEvent (line 295) | typedef struct { FILE: rtos/rtx/TARGET_ARM7/os_tcb.h type S8 (line 20) | typedef char S8; type U8 (line 21) | typedef unsigned char U8; type S16 (line 22) | typedef short S16; type U16 (line 23) | typedef unsigned short U16; type S32 (line 24) | typedef int S32; type U32 (line 25) | typedef unsigned int U32; type S64 (line 26) | typedef long long S64; type U64 (line 27) | typedef unsigned long long U64; type BIT (line 28) | typedef unsigned char BIT; type BOOL (line 29) | typedef unsigned int BOOL; type OS_TCB (line 36) | struct OS_TCB { FILE: rtos/rtx/TARGET_ARM7/rt_CMSIS.c type osCallback (line 296) | typedef struct { function rt_ms2tick (line 316) | static uint32_t rt_ms2tick(uint32_t millisec) { function P_TCB (line 332) | static P_TCB rt_tid2ptcb(osThreadId thread_id) { function osStatus (line 393) | osStatus svcKernelInitialize(void) { function osStatus (line 408) | osStatus svcKernelStart(void) { function svcKernelRunning (line 431) | int32_t svcKernelRunning(void) { return os_running; } function osStatus (line 436) | osStatus osKernelInitialize(void) { function osStatus (line 447) | osStatus osKernelStart(void) { function osKernelRunning (line 465) | int32_t osKernelRunning(void) { function osThreadId (line 491) | osThreadId svcThreadCreate(osThreadDef_t *thread_def, void *argument) { function osThreadId (line 530) | osThreadId svcThreadGetId(void) { function osStatus (line 540) | osStatus svcThreadTerminate(osThreadId thread_id) { function osStatus (line 557) | osStatus svcThreadYield(void) { function osStatus (line 563) | osStatus svcThreadSetPriority(osThreadId thread_id, osPriority priority) { function osPriority (line 587) | osPriority svcThreadGetPriority(osThreadId thread_id) { function osThreadId (line 600) | osThreadId osThreadCreate(osThreadDef_t *thread_def, void *argument) { function osThreadId (line 612) | osThreadId osThreadGetId(void) { function osStatus (line 619) | osStatus osThreadTerminate(osThreadId thread_id) { function osStatus (line 626) | osStatus osThreadYield(void) { function osStatus (line 633) | osStatus osThreadSetPriority(osThreadId thread_id, osPriority priority) { function osPriority (line 640) | osPriority osThreadGetPriority(osThreadId thread_id) { function __NO_RETURN (line 648) | __NO_RETURN void osThreadExit(void) { function osStatus (line 665) | osStatus svcDelay(uint32_t millisec) { function os_InRegs (line 674) | os_InRegs osEvent_type svcWait(uint32_t millisec) { function osStatus (line 693) | osStatus osDelay(uint32_t millisec) { function os_InRegs (line 700) | os_InRegs osEvent osWait(uint32_t millisec) { type os_timer_cb (line 724) | typedef struct os_timer_cb_ { // Timer Control Block function rt_timer_insert (line 741) | static void rt_timer_insert(os_timer_cb *pt, uint32_t tcnt) { function rt_timer_remove (line 766) | static int rt_timer_remove(os_timer_cb *pt) { function osTimerId (line 802) | osTimerId svcTimerCreate(osTimerDef_t *timer_def, os_timer_type type, function osStatus (line 841) | osStatus svcTimerStart(osTimerId timer_id, uint32_t millisec) { function osStatus (line 873) | osStatus svcTimerStop(osTimerId timer_id) { function osStatus (line 893) | osStatus svcTimerDelete(osTimerId timer_id) { function os_InRegs (line 916) | os_InRegs osCallback_type svcTimerCall(osTimerId timer_id) { function sysTimerTick (line 937) | void sysTimerTick(void) { function osTimerId (line 961) | osTimerId osTimerCreate(osTimerDef_t *timer_def, os_timer_type type, function osStatus (line 974) | osStatus osTimerStart(osTimerId timer_id, uint32_t millisec) { function osStatus (line 981) | osStatus osTimerStop(osTimerId timer_id) { function osStatus (line 988) | osStatus osTimerDelete(osTimerId timer_id) { function os_InRegs (line 996) | os_InRegs osCallback osTimerCall(osTimerId timer_id) { function __NO_RETURN (line 1001) | __NO_RETURN void osTimerThread(void const *argument) { function svcSignalSet (line 1027) | int32_t svcSignalSet(osThreadId thread_id, int32_t signals) { function svcSignalClear (line 1046) | int32_t svcSignalClear(osThreadId thread_id, int32_t signals) { function svcSignalGet (line 1065) | int32_t svcSignalGet(osThreadId thread_id) { function os_InRegs (line 1077) | os_InRegs osEvent_type svcSignalWait(int32_t signals, uint32_t millisec) { function __INLINE (line 1106) | static __INLINE int32_t isrSignalSet(osThreadId thread_id, int32_t signa... function osSignalSet (line 1127) | int32_t osSignalSet(osThreadId thread_id, int32_t signals) { function osSignalClear (line 1136) | int32_t osSignalClear(osThreadId thread_id, int32_t signals) { function osSignalGet (line 1143) | int32_t osSignalGet(osThreadId thread_id) { function os_InRegs (line 1151) | os_InRegs osEvent osSignalWait(int32_t signals, uint32_t millisec) { function osMutexId (line 1172) | osMutexId svcMutexCreate(osMutexDef_t *mutex_def) { function osStatus (line 1197) | osStatus svcMutexWait(osMutexId mutex_id, uint32_t millisec) { function osStatus (line 1218) | osStatus svcMutexRelease(osMutexId mutex_id) { function osStatus (line 1238) | osStatus svcMutexDelete(osMutexId mutex_id) { function osMutexId (line 1256) | osMutexId osMutexCreate(osMutexDef_t *mutex_def) { function osStatus (line 1268) | osStatus osMutexWait(osMutexId mutex_id, uint32_t millisec) { function osStatus (line 1275) | osStatus osMutexRelease(osMutexId mutex_id) { function osStatus (line 1282) | osStatus osMutexDelete(osMutexId mutex_id) { function osSemaphoreId (line 1300) | osSemaphoreId svcSemaphoreCreate(const osSemaphoreDef_t *semaphore_def, function svcSemaphoreWait (line 1331) | int32_t svcSemaphoreWait(osSemaphoreId semaphore_id, uint32_t millisec) { function osStatus (line 1351) | osStatus svcSemaphoreRelease(osSemaphoreId semaphore_id) { function osStatus (line 1370) | osStatus svcSemaphoreDelete(osSemaphoreId semaphore_id) { function __INLINE (line 1388) | static __INLINE osStatus isrSemaphoreRelease(osSemaphoreId semaphore_id) { function osSemaphoreId (line 1409) | osSemaphoreId osSemaphoreCreate(osSemaphoreDef_t *semaphore_def, function osSemaphoreWait (line 1422) | int32_t osSemaphoreWait(osSemaphoreId semaphore_id, uint32_t millisec) { function osStatus (line 1429) | osStatus osSemaphoreRelease(osSemaphoreId semaphore_id) { function osStatus (line 1438) | osStatus osSemaphoreDelete(osSemaphoreId semaphore_id) { function rt_clr_box (line 1449) | static void rt_clr_box(void *box_mem, void *box) { function osPoolId (line 1468) | osPoolId svcPoolCreate(const osPoolDef_t *pool_def) { function osStatus (line 1501) | osStatus sysPoolFree(osPoolId pool_id, void *block) { function osPoolId (line 1517) | osPoolId osPoolCreate(osPoolDef_t *pool_def) { function osStatus (line 1549) | osStatus osPoolFree(osPoolId pool_id, void *block) { function osMessageQId (line 1569) | osMessageQId svcMessageCreate(osMessageQDef_t *queue_def, function osStatus (line 1589) | osStatus svcMessagePut(osMessageQId queue_id, uint32_t info, function os_InRegs (line 1609) | os_InRegs osEvent_type svcMessageGet(osMessageQId queue_id, uint32_t mil... function __INLINE (line 1638) | static __INLINE osStatus isrMessagePut(osMessageQId queue_id, uint32_t i... function osEvent (line 1658) | osEvent isrMessageGet(osMessageQId queue_id, function osMessageQId (line 1688) | osMessageQId osMessageCreate(osMessageQDef_t *queue_def, osThreadId thre... function osStatus (line 1700) | osStatus osMessagePut(osMessageQId queue_id, uint32_t info, uint32_t mil... function os_InRegs (line 1709) | os_InRegs osEvent osMessageGet(osMessageQId queue_id, uint32_t millisec) { function osMailQId (line 1728) | osMailQId svcMailCreate(osMailQDef_t *queue_def, osThreadId thread_id) { function osStatus (line 1798) | osStatus sysMailFree(osMailQId queue_id, void *mail, uint32_t isr) { function osMailQId (line 1844) | osMailQId osMailCreate(osMailQDef_t *queue_def, osThreadId thread_id) { function osStatus (line 1874) | osStatus osMailFree(osMailQId queue_id, void *mail) { function osStatus (line 1883) | osStatus osMailPut(osMailQId queue_id, void *mail) { function os_InRegs (line 1892) | os_InRegs osEvent osMailGet(osMailQId queue_id, uint32_t millisec) { FILE: rtos/rtx/TARGET_ARM7/rt_Event.c function OS_RESULT (line 49) | OS_RESULT rt_evt_wait(U16 wait_flags, U16 timeout, BOOL and_wait) { function rt_evt_set (line 81) | void rt_evt_set(U16 event_flags, OS_TID task_id) { function rt_evt_clr (line 119) | void rt_evt_clr(U16 clear_flags, OS_TID task_id) { function isr_evt_set (line 132) | void isr_evt_set(U16 event_flags, OS_TID task_id) { function U16 (line 145) | U16 rt_evt_get(void) { function rt_evt_psh (line 152) | void rt_evt_psh(P_TCB p_CB, U16 set_flags) { FILE: rtos/rtx/TARGET_ARM7/rt_HAL_CM.h function U32 (line 138) | __inline static U32 rt_inc_qi (U32 size, U8 *count, U8 *first) { function rt_systick_init (line 163) | __inline static void rt_systick_init (void) { function rt_svc_init (line 197) | __inline static void rt_svc_init (void) { FILE: rtos/rtx/TARGET_ARM7/rt_List.c type OS_XCB (line 48) | struct OS_XCB type OS_XCB (line 50) | struct OS_XCB function rt_put_prio (line 58) | void rt_put_prio(P_XCB p_CB, P_TCB p_task) { function P_TCB (line 91) | P_TCB rt_get_first(P_XCB p_CB) { function rt_put_rdy_first (line 112) | void rt_put_rdy_first(P_TCB p_task) { function P_TCB (line 122) | P_TCB rt_get_same_rdy_prio(void) { function rt_resort_prio (line 137) | void rt_resort_prio(P_TCB p_task) { function rt_put_dly (line 161) | void rt_put_dly(P_TCB p_task, U16 delay) { function rt_dec_dly (line 201) | void rt_dec_dly(void) { function rt_rmv_list (line 239) | void rt_rmv_list(P_TCB p_task) { function rt_rmv_dly (line 266) | void rt_rmv_dly(P_TCB p_task) { function rt_psq_enq (line 289) | void rt_psq_enq(OS_ID entry, U32 arg) { FILE: rtos/rtx/TARGET_ARM7/rt_List.h type OS_XCB (line 45) | struct OS_XCB type OS_XCB (line 46) | struct OS_XCB FILE: rtos/rtx/TARGET_ARM7/rt_Mailbox.c function rt_mbx_init (line 50) | void rt_mbx_init(OS_ID mailbox, U16 mbx_size) { function OS_RESULT (line 67) | OS_RESULT rt_mbx_send(OS_ID mailbox, void *p_msg, U16 timeout) { function OS_RESULT (line 117) | OS_RESULT rt_mbx_wait(OS_ID mailbox, void **message, U16 timeout) { function OS_RESULT (line 170) | OS_RESULT rt_mbx_check(OS_ID mailbox) { function isr_mbx_send (line 180) | void isr_mbx_send(OS_ID mailbox, void *p_msg) { function OS_RESULT (line 190) | OS_RESULT isr_mbx_receive(OS_ID mailbox, void **message) { function rt_mbx_psh (line 214) | void rt_mbx_psh(P_MCB p_CB, void *p_msg) { FILE: rtos/rtx/TARGET_ARM7/rt_MemBox.c function _init_box (line 47) | int _init_box(void *box_mem, U32 box_size, U32 blk_size) { function rt_free_box (line 138) | int rt_free_box(void *box_mem, void *box) { FILE: rtos/rtx/TARGET_ARM7/rt_Mutex.c function rt_mut_init (line 48) | void rt_mut_init(OS_ID mutex) { function OS_RESULT (line 62) | OS_RESULT rt_mut_delete(OS_ID mutex) { function OS_RESULT (line 99) | OS_RESULT rt_mut_release(OS_ID mutex) { function OS_RESULT (line 150) | OS_RESULT rt_mut_wait(OS_ID mutex, U16 timeout) { FILE: rtos/rtx/TARGET_ARM7/rt_Robin.c type OS_ROBIN (line 47) | struct OS_ROBIN function __weak (line 55) | __weak void rt_init_robin(void) { function __weak (line 63) | __weak void rt_chk_robin(void) { FILE: rtos/rtx/TARGET_ARM7/rt_Robin.h type OS_ROBIN (line 36) | struct OS_ROBIN FILE: rtos/rtx/TARGET_ARM7/rt_Semaphore.c function rt_sem_init (line 49) | void rt_sem_init(OS_ID semaphore, U16 token_count) { function OS_RESULT (line 61) | OS_RESULT rt_sem_delete(OS_ID semaphore) { function OS_RESULT (line 90) | OS_RESULT rt_sem_send(OS_ID semaphore) { function OS_RESULT (line 114) | OS_RESULT rt_sem_wait(OS_ID semaphore, U16 timeout) { function isr_sem_send (line 139) | void isr_sem_send(OS_ID semaphore) { function rt_sem_psh (line 149) | void rt_sem_psh(P_SCB p_CB) { FILE: rtos/rtx/TARGET_ARM7/rt_System.c function $$RTX$$version (line 66) | void $$RTX$$version(void) { function U32 (line 76) | U32 rt_suspend(void) { function rt_resume (line 96) | void rt_resume(U32 sleep_time) { function rt_tsk_lock (line 156) | void rt_tsk_lock(void) { function rt_tsk_unlock (line 165) | void rt_tsk_unlock(void) { function rt_psh_req (line 175) | void rt_psh_req(void) { function rt_pop_req (line 186) | void rt_pop_req(void) { function __weak (line 220) | __weak int os_tick_init(void) { function __weak (line 228) | __weak void os_tick_irqack(void) { /* Acknowledge timer interrupt. */ function rt_systick (line 235) | void rt_systick(void) { function __weak (line 269) | __weak void rt_stk_check(void) { FILE: rtos/rtx/TARGET_ARM7/rt_Task.c type OS_TSK (line 49) | struct OS_TSK type OS_TCB (line 52) | struct OS_TCB function OS_TID (line 58) | OS_TID rt_get_TID(void) { function rt_init_context (line 85) | void rt_init_context(P_TCB p_TCB, U8 priority, FUNCP task_body) { function rt_switch_req (line 105) | void rt_switch_req(P_TCB p_new) { function rt_dispatch (line 114) | void rt_dispatch(P_TCB next_TCB) { function rt_block (line 138) | void rt_block(U16 timeout, U8 block_state) { function rt_tsk_pass (line 156) | void rt_tsk_pass(void) { function OS_TID (line 170) | OS_TID rt_tsk_self(void) { function OS_RESULT (line 180) | OS_RESULT rt_tsk_prio(OS_TID task_id, U8 new_prio) { function OS_RESULT (line 217) | OS_RESULT rt_tsk_delete(OS_TID task_id) { function rt_sys_init (line 255) | void rt_sys_init(FUNCP first_task, U32 prio_stksz, void *stk) { function rt_sys_start (line 315) | void rt_sys_start(void) { FILE: rtos/rtx/TARGET_ARM7/rt_Task.h type OS_TSK (line 61) | struct OS_TSK type OS_TCB (line 62) | struct OS_TCB FILE: rtos/rtx/TARGET_ARM7/rt_Time.c function U32 (line 53) | U32 rt_time_get(void) { function rt_dly_wait (line 60) | void rt_dly_wait(U16 delay_time) { function rt_itv_set (line 67) | void rt_itv_set(U16 interval_time) { function rt_itv_wait (line 75) | void rt_itv_wait(void) { FILE: rtos/rtx/TARGET_ARM7/rt_TypeDef.h type U32 (line 39) | typedef U32 OS_TID; type U32 (line 41) | typedef U32 OS_RESULT; type OS_PSFE (line 46) | struct OS_PSFE { /* Post Service Fifo Entry */ type OS_PSQ (line 51) | struct OS_PSQ { /* Post Service Queue */ type OS_TSK (line 59) | struct OS_TSK { type OS_ROBIN (line 64) | struct OS_ROBIN { /* Round Robin Control */ type OS_XCB (line 70) | struct OS_XCB { type OS_MCB (line 79) | struct OS_MCB { type OS_SCB (line 91) | struct OS_SCB { type OS_MUCB (line 98) | struct OS_MUCB { type OS_XTMR (line 106) | struct OS_XTMR { type OS_TMR (line 111) | struct OS_TMR { type OS_BM (line 117) | struct OS_BM { FILE: rtos/rtx/TARGET_CORTEX_A/HAL_CA.c function rt_init_stack (line 41) | void rt_init_stack(P_TCB p_TCB, FUNCP task_body) { function U32 (line 91) | static __inline U32 *rt_ret_regs(P_TCB p_TCB) { function rt_ret_val (line 107) | void rt_ret_val(P_TCB p_TCB, U32 v0) { function rt_ret_val2 (line 114) | void rt_ret_val2(P_TCB p_TCB, U32 v0, U32 v1) { FILE: rtos/rtx/TARGET_CORTEX_A/RTX_CM_lib.h type OS_TID (line 59) | typedef uint32_t OS_TID; type OS_RESULT (line 61) | typedef uint32_t OS_RESULT; function rt_init_robin (line 180) | void rt_init_robin (void) {;} function rt_chk_robin (line 181) | void rt_chk_robin (void) {;} function rt_stk_check (line 185) | void rt_stk_check (void) {;} function _mutex_initialize (line 211) | int _mutex_initialize (OS_ID *mutex) { function _mutex_acquire (line 226) | __attribute__((used)) void _mutex_acquire (OS_ID *mutex) { function _mutex_release (line 237) | __attribute__((used)) void _mutex_release (OS_ID *mutex) { function _main_init (line 270) | void _main_init (void) { function __cs3_start_c (line 327) | __attribute ((noreturn)) void __cs3_start_c (void){ function software_init_hook (line 359) | __attribute__((naked)) void software_init_hook (void) { function __cmain (line 389) | void __cmain(void) { FILE: rtos/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c function os_idle_demon (line 226) | void os_idle_demon(void) { type IRQn_Type (line 263) | typedef enum { IRQ_SGI0 = 0, IRQ_OSTMI0TINT = 134 } IRQn_Type; function os_tick_init (line 274) | int os_tick_init(void) { function os_tick_irqack (line 297) | void os_tick_irqack(void) { /* ... */ function os_error (line 305) | void os_error(uint32_t err_code) { FILE: rtos/rtx/TARGET_CORTEX_A/TOOLCHAIN_ARM/HAL_CA9.c function BX (line 54) | BX LR function _free_box (line 77) | int _free_box(void *box_mem, void *box) { function Number (line 112) | Number function Unadjust (line 127) | Unadjust stack function rt_tsk_unlock (line 159) | rt_tsk_unlock function Runtask (line 174) | Runtask deleted ? function Restore (line 278) | Restore R0 function Unadjust (line 292) | Unadjust stack function SVC_Done (line 320) | SVC_Done PUSH{R0 - R3, R12, LR} function BLX (line 328) | BLX rt_tsk_unlock function PendSV_Handler (line 342) | void PendSV_Handler(U32 IRQn) { function OS_Tick_Handler (line 377) | void OS_Tick_Handler(U32 IRQn) { FILE: rtos/rtx/TARGET_CORTEX_A/cmsis_os.h type osPriority (line 178) | typedef enum { type osStatus (line 195) | typedef enum { type os_timer_type (line 216) | typedef enum { type os_thread_cb (line 233) | struct os_thread_cb type os_timer_cb (line 237) | struct os_timer_cb type os_mutex_cb (line 241) | struct os_mutex_cb type os_semaphore_cb (line 245) | struct os_semaphore_cb type os_pool_cb (line 249) | struct os_pool_cb type os_messageQ_cb (line 253) | struct os_messageQ_cb type os_mailQ_cb (line 257) | struct os_mailQ_cb type osThreadDef_t (line 262) | typedef struct os_thread_def { type osTimerDef_t (line 274) | typedef struct os_timer_def { type osMutexDef_t (line 281) | typedef struct os_mutex_def { type osSemaphoreDef_t (line 287) | typedef struct os_semaphore_def { type osPoolDef_t (line 293) | typedef struct os_pool_def { type osMessageQDef_t (line 301) | typedef struct os_messageQ_def { type osMailQDef_t (line 308) | typedef struct os_mailQ_def { type osEvent (line 317) | typedef struct { FILE: rtos/rtx/TARGET_CORTEX_A/rt_CMSIS.c type osCallback (line 392) | typedef struct { function rt_ms2tick (line 421) | static uint32_t rt_ms2tick(uint32_t millisec) { function P_TCB (line 437) | static P_TCB rt_tid2ptcb(osThreadId thread_id) { function __get_mode (line 483) | static __inline char __get_mode(void) { return (char)(__get_CPSR() & 0x1... function __exceptional_mode (line 485) | static __inline char __exceptional_mode(void) { function osStatus (line 518) | osStatus svcKernelInitialize(void) { function osStatus (line 557) | osStatus svcKernelStart(void) { function svcKernelRunning (line 574) | int32_t svcKernelRunning(void) { return os_running; } function osStatus (line 579) | osStatus osKernelInitialize(void) { function osStatus (line 590) | osStatus osKernelStart(void) { function osKernelRunning (line 610) | int32_t osKernelRunning(void) { function sysThreadError (line 621) | static void sysThreadError(osStatus status) { function osThreadId (line 638) | osThreadId svcThreadCreate(const osThreadDef_t *thread_def, void *argume... function osThreadId (line 695) | osThreadId svcThreadGetId(void) { function osStatus (line 705) | osStatus svcThreadTerminate(osThreadId thread_id) { function osStatus (line 735) | osStatus svcThreadYield(void) { function osStatus (line 741) | osStatus svcThreadSetPriority(osThreadId thread_id, osPriority priority) { function osPriority (line 765) | osPriority svcThreadGetPriority(osThreadId thread_id) { function osThreadId (line 778) | osThreadId osThreadCreate(const osThreadDef_t *thread_def, void *argumen... function osThreadId (line 790) | osThreadId osThreadGetId(void) { function osStatus (line 797) | osStatus osThreadTerminate(osThreadId thread_id) { function osStatus (line 804) | osStatus osThreadYield(void) { function osStatus (line 811) | osStatus osThreadSetPriority(osThreadId thread_id, osPriority priority) { function osPriority (line 818) | osPriority osThreadGetPriority(osThreadId thread_id) { function __NO_RETURN (line 826) | __NO_RETURN void osThreadExit(void) { function osThreadGetState (line 834) | uint8_t osThreadGetState(osThreadId thread_id) { function osStatus (line 859) | osStatus svcDelay(uint32_t millisec) { function os_InRegs (line 868) | os_InRegs osEvent_type svcWait(uint32_t millisec) { function osStatus (line 897) | osStatus osDelay(uint32_t millisec) { function os_InRegs (line 904) | os_InRegs osEvent osWait(uint32_t millisec) { type os_timer_cb (line 928) | typedef struct os_timer_cb_ { // Timer Control Block function rt_timer_insert (line 945) | static void rt_timer_insert(os_timer_cb *pt, uint32_t tcnt) { function rt_timer_remove (line 970) | static int rt_timer_remove(os_timer_cb *pt) { function osTimerId (line 1006) | osTimerId svcTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, function osStatus (line 1045) | osStatus svcTimerStart(osTimerId timer_id, uint32_t millisec) { function osStatus (line 1077) | osStatus svcTimerStop(osTimerId timer_id) { function osStatus (line 1097) | osStatus svcTimerDelete(osTimerId timer_id) { function os_InRegs (line 1120) | os_InRegs osCallback_type svcTimerCall(osTimerId timer_id) { function sysTimerTick (line 1151) | void sysTimerTick(void) { function osTimerId (line 1175) | osTimerId osTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, function osStatus (line 1188) | osStatus osTimerStart(osTimerId timer_id, uint32_t millisec) { function osStatus (line 1195) | osStatus osTimerStop(osTimerId timer_id) { function osStatus (line 1202) | osStatus osTimerDelete(osTimerId timer_id) { function os_InRegs (line 1210) | os_InRegs osCallback osTimerCall(osTimerId timer_id) { function __NO_RETURN (line 1215) | __NO_RETURN void osTimerThread(void const *argument) { function svcSignalSet (line 1241) | int32_t svcSignalSet(osThreadId thread_id, int32_t signals) { function svcSignalClear (line 1260) | int32_t svcSignalClear(osThreadId thread_id, int32_t signals) { function svcSignalGet (line 1279) | int32_t svcSignalGet(osThreadId thread_id) { function os_InRegs (line 1291) | os_InRegs osEvent_type svcSignalWait(int32_t signals, uint32_t millisec) { function __INLINE (line 1330) | static __INLINE int32_t isrSignalSet(osThreadId thread_id, int32_t signa... function osSignalSet (line 1351) | int32_t osSignalSet(osThreadId thread_id, int32_t signals) { function osSignalClear (line 1360) | int32_t osSignalClear(osThreadId thread_id, int32_t signals) { function osSignalGet (line 1367) | int32_t osSignalGet(osThreadId thread_id) { function os_InRegs (line 1375) | os_InRegs osEvent osSignalWait(int32_t signals, uint32_t millisec) { function osMutexId (line 1396) | osMutexId svcMutexCreate(const osMutexDef_t *mutex_def) { function osStatus (line 1421) | osStatus svcMutexWait(osMutexId mutex_id, uint32_t millisec) { function osStatus (line 1442) | osStatus svcMutexRelease(osMutexId mutex_id) { function osStatus (line 1462) | osStatus svcMutexDelete(osMutexId mutex_id) { function osMutexId (line 1480) | osMutexId osMutexCreate(const osMutexDef_t *mutex_def) { function osStatus (line 1492) | osStatus osMutexWait(osMutexId mutex_id, uint32_t millisec) { function osStatus (line 1499) | osStatus osMutexRelease(osMutexId mutex_id) { function osStatus (line 1506) | osStatus osMutexDelete(osMutexId mutex_id) { function osSemaphoreId (line 1524) | osSemaphoreId svcSemaphoreCreate(const osSemaphoreDef_t *semaphore_def, function svcSemaphoreWait (line 1555) | int32_t svcSemaphoreWait(osSemaphoreId semaphore_id, uint32_t millisec) { function osStatus (line 1575) | osStatus svcSemaphoreRelease(osSemaphoreId semaphore_id) { function osStatus (line 1594) | osStatus svcSemaphoreDelete(osSemaphoreId semaphore_id) { function __INLINE (line 1612) | static __INLINE osStatus isrSemaphoreRelease(osSemaphoreId semaphore_id) { function osSemaphoreId (line 1633) | osSemaphoreId osSemaphoreCreate(const osSemaphoreDef_t *semaphore_def, function osSemaphoreWait (line 1646) | int32_t osSemaphoreWait(osSemaphoreId semaphore_id, uint32_t millisec) { function osStatus (line 1653) | osStatus osSemaphoreRelease(osSemaphoreId semaphore_id) { function osStatus (line 1662) | osStatus osSemaphoreDelete(osSemaphoreId semaphore_id) { function rt_clr_box (line 1673) | static void rt_clr_box(void *box_mem, void *box) { function osPoolId (line 1692) | osPoolId svcPoolCreate(const osPoolDef_t *pool_def) { function osStatus (line 1725) | osStatus sysPoolFree(osPoolId pool_id, void *block) { function osPoolId (line 1741) | osPoolId osPoolCreate(const osPoolDef_t *pool_def) { function osStatus (line 1771) | osStatus osPoolFree(osPoolId pool_id, void *block) { function osMessageQId (line 1790) | osMessageQId svcMessageCreate(const osMessageQDef_t *queue_def, function osStatus (line 1810) | osStatus svcMessagePut(osMessageQId queue_id, uint32_t info, function os_InRegs (line 1830) | os_InRegs osEvent_type svcMessageGet(osMessageQId queue_id, uint32_t mil... function __INLINE (line 1879) | static __INLINE osStatus isrMessagePut(osMessageQId queue_id, uint32_t i... function osEvent (line 1899) | osEvent isrMessageGet(osMessageQId queue_id, function osMessageQId (line 1929) | osMessageQId osMessageCreate(const osMessageQDef_t *queue_def, function osStatus (line 1942) | osStatus osMessagePut(osMessageQId queue_id, uint32_t info, uint32_t mil... function os_InRegs (line 1951) | os_InRegs osEvent osMessageGet(osMessageQId queue_id, uint32_t millisec) { function osMailQId (line 1970) | osMailQId svcMailCreate(const osMailQDef_t *queue_def, osThreadId thread... function osStatus (line 2040) | osStatus sysMailFree(osMailQId queue_id, void *mail, uint32_t isr) { function osMailQId (line 2086) | osMailQId osMailCreate(const osMailQDef_t *queue_def, osThreadId thread_... function osStatus (line 2116) | osStatus osMailFree(osMailQId queue_id, void *mail) { function osStatus (line 2125) | osStatus osMailPut(osMailQId queue_id, void *mail) { function os_InRegs (line 2138) | os_InRegs osEvent osMailGet(osMailQId queue_id, uint32_t millisec) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_Event.c function OS_RESULT (line 53) | OS_RESULT rt_evt_wait(U16 wait_flags, U16 timeout, BOOL and_wait) { function rt_evt_set (line 85) | void rt_evt_set(U16 event_flags, OS_TID task_id) { function rt_evt_clr (line 123) | void rt_evt_clr(U16 clear_flags, OS_TID task_id) { function isr_evt_set (line 136) | void isr_evt_set(U16 event_flags, OS_TID task_id) { function U16 (line 149) | U16 rt_evt_get(void) { function rt_evt_psh (line 156) | void rt_evt_psh(P_TCB p_CB, U16 set_flags) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_HAL_CA.h function U32 (line 141) | __inline static U32 rt_inc_qi (U32 size, U8 *count, U8 *first) { function rt_systick_init (line 167) | __inline static void rt_systick_init (void) { function rt_svc_init (line 172) | __inline static void rt_svc_init (void) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_HAL_CM.h function __enable_irq (line 70) | __attribute__((always_inline)) static inline void __enable_irq(void) function U32 (line 75) | __attribute__((always_inline)) static inline U32 __disable_irq(void) function U8 (line 86) | __attribute__(( always_inline)) static inline U8 __clz(U32 value) function __enable_irq (line 114) | static inline void __enable_irq(void) function U32 (line 119) | static inline U32 __disable_irq(void) function U8 (line 130) | static inline U8 __clz(U32 value) function U32 (line 199) | __inline static U32 rt_inc_qi (U32 size, U8 *count, U8 *first) { function rt_systick_init (line 224) | __inline static void rt_systick_init (void) { function rt_svc_init (line 231) | __inline static void rt_svc_init (void) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_List.c type OS_XCB (line 52) | struct OS_XCB type OS_XCB (line 54) | struct OS_XCB function rt_put_prio (line 62) | void rt_put_prio(P_XCB p_CB, P_TCB p_task) { function P_TCB (line 95) | P_TCB rt_get_first(P_XCB p_CB) { function rt_put_rdy_first (line 116) | void rt_put_rdy_first(P_TCB p_task) { function P_TCB (line 126) | P_TCB rt_get_same_rdy_prio(void) { function rt_resort_prio (line 141) | void rt_resort_prio(P_TCB p_task) { function rt_put_dly (line 165) | void rt_put_dly(P_TCB p_task, U16 delay) { function rt_dec_dly (line 205) | void rt_dec_dly(void) { function rt_rmv_list (line 243) | void rt_rmv_list(P_TCB p_task) { function rt_rmv_dly (line 270) | void rt_rmv_dly(P_TCB p_task) { function rt_psq_enq (line 293) | void rt_psq_enq(OS_ID entry, U32 arg) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_List.h type OS_XCB (line 45) | struct OS_XCB type OS_XCB (line 46) | struct OS_XCB FILE: rtos/rtx/TARGET_CORTEX_A/rt_Mailbox.c function rt_mbx_init (line 54) | void rt_mbx_init(OS_ID mailbox, U16 mbx_size) { function OS_RESULT (line 71) | OS_RESULT rt_mbx_send(OS_ID mailbox, void *p_msg, U16 timeout) { function OS_RESULT (line 121) | OS_RESULT rt_mbx_wait(OS_ID mailbox, void **message, U16 timeout) { function OS_RESULT (line 174) | OS_RESULT rt_mbx_check(OS_ID mailbox) { function isr_mbx_send (line 184) | void isr_mbx_send(OS_ID mailbox, void *p_msg) { function OS_RESULT (line 194) | OS_RESULT isr_mbx_receive(OS_ID mailbox, void **message) { function rt_mbx_psh (line 218) | void rt_mbx_psh(P_MCB p_CB, void *p_msg) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_MemBox.c function _init_box (line 51) | int _init_box(void *box_mem, U32 box_size, U32 blk_size) { function rt_free_box (line 142) | int rt_free_box(void *box_mem, void *box) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_Memory.c function rt_init_mem (line 46) | int rt_init_mem(void *pool, U32 size) { function rt_free_mem (line 114) | int rt_free_mem(void *pool, void *mem) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_Memory.h type MEMP (line 36) | typedef struct mem { /* << Memory Pool management struct >>... FILE: rtos/rtx/TARGET_CORTEX_A/rt_Mutex.c function rt_mut_init (line 52) | void rt_mut_init(OS_ID mutex) { function OS_RESULT (line 66) | OS_RESULT rt_mut_delete(OS_ID mutex) { function OS_RESULT (line 104) | OS_RESULT rt_mut_release(OS_ID mutex) { function OS_RESULT (line 156) | OS_RESULT rt_mut_wait(OS_ID mutex, U16 timeout) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_Robin.c type OS_ROBIN (line 51) | struct OS_ROBIN function __weak (line 59) | __weak void rt_init_robin(void) { function __weak (line 67) | __weak void rt_chk_robin(void) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_Robin.h type OS_ROBIN (line 36) | struct OS_ROBIN FILE: rtos/rtx/TARGET_CORTEX_A/rt_Semaphore.c function rt_sem_init (line 53) | void rt_sem_init(OS_ID semaphore, U16 token_count) { function OS_RESULT (line 65) | OS_RESULT rt_sem_delete(OS_ID semaphore) { function OS_RESULT (line 95) | OS_RESULT rt_sem_send(OS_ID semaphore) { function OS_RESULT (line 120) | OS_RESULT rt_sem_wait(OS_ID semaphore, U16 timeout) { function isr_sem_send (line 146) | void isr_sem_send(OS_ID semaphore) { function rt_sem_psh (line 156) | void rt_sem_psh(P_SCB p_CB) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_System.c function $$RTX$$version (line 72) | void $$RTX$$version(void) { function U32 (line 83) | U32 rt_suspend(void) { function rt_resume (line 104) | void rt_resume(U32 sleep_time) { function rt_tsk_lock (line 164) | void rt_tsk_lock(void) { function rt_tsk_unlock (line 179) | void rt_tsk_unlock(void) { function rt_psh_req (line 196) | void rt_psh_req(void) { function rt_pop_req (line 207) | void rt_pop_req(void) { function __weak (line 241) | __weak int os_tick_init(void) { function __weak (line 249) | __weak void os_tick_irqack(void) { /* Acknowledge timer interrupt. */ function rt_systick (line 256) | void rt_systick(void) { function __weak (line 284) | __weak void rt_stk_check(void) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_Task.c type OS_TSK (line 53) | struct OS_TSK type OS_TCB (line 56) | struct OS_TCB function OS_TID (line 62) | static OS_TID rt_get_TID(void) { function rt_init_context (line 75) | static void rt_init_context(P_TCB p_TCB, U8 priority, FUNCP task_body) { function rt_switch_req (line 99) | void rt_switch_req(P_TCB p_new) { function rt_dispatch (line 108) | void rt_dispatch(P_TCB next_TCB) { function rt_block (line 132) | void rt_block(U16 timeout, U8 block_state) { function rt_tsk_pass (line 150) | void rt_tsk_pass(void) { function OS_TID (line 164) | OS_TID rt_tsk_self(void) { function OS_RESULT (line 174) | OS_RESULT rt_tsk_prio(OS_TID task_id, U8 new_prio) { function OS_TID (line 211) | OS_TID rt_tsk_create(FUNCP task, U32 prio_stksz, void *stk, void *argv) { function OS_RESULT (line 243) | OS_RESULT rt_tsk_delete(OS_TID task_id) { function rt_sys_init (line 283) | void rt_sys_init(FUNCP first_task, U32 prio_stksz, void *stk) { function rt_sys_start (line 345) | void rt_sys_start(void) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_Task.h type OS_TSK (line 60) | struct OS_TSK type OS_TCB (line 61) | struct OS_TCB FILE: rtos/rtx/TARGET_CORTEX_A/rt_Time.c function U32 (line 53) | U32 rt_time_get(void) { function rt_dly_wait (line 60) | void rt_dly_wait(U16 delay_time) { function rt_itv_set (line 67) | void rt_itv_set(U16 interval_time) { function rt_itv_wait (line 75) | void rt_itv_wait(void) { FILE: rtos/rtx/TARGET_CORTEX_A/rt_Timer.h type OS_XTMR (line 36) | struct OS_XTMR FILE: rtos/rtx/TARGET_CORTEX_A/rt_TypeDef.h type S8 (line 36) | typedef char S8; type U8 (line 37) | typedef unsigned char U8; type S16 (line 38) | typedef short S16; type U16 (line 39) | typedef unsigned short U16; type S32 (line 40) | typedef int S32; type U32 (line 41) | typedef unsigned int U32; type S64 (line 42) | typedef long long S64; type U64 (line 43) | typedef unsigned long long U64; type BIT (line 44) | typedef unsigned char BIT; type BOOL (line 45) | typedef unsigned int BOOL; type U32 (line 48) | typedef U32 OS_TID; type U32 (line 50) | typedef U32 OS_RESULT; type OS_TCB (line 52) | struct OS_TCB { type OS_PSFE (line 82) | struct OS_PSFE { /* Post Service Fifo Entry */ type OS_PSQ (line 87) | struct OS_PSQ { /* Post Service Queue */ type OS_TSK (line 95) | struct OS_TSK { type OS_ROBIN (line 100) | struct OS_ROBIN { /* Round Robin Control */ type OS_XCB (line 106) | struct OS_XCB { type OS_MCB (line 115) | struct OS_MCB { type OS_SCB (line 127) | struct OS_SCB { type OS_MUCB (line 134) | struct OS_MUCB { type OS_XTMR (line 142) | struct OS_XTMR { type OS_TMR (line 147) | struct OS_TMR { type OS_BM (line 153) | struct OS_BM { FILE: rtos/rtx/TARGET_CORTEX_M/HAL_CM.c function rt_init_stack (line 53) | void rt_init_stack(P_TCB p_TCB, FUNCP task_body) { function U32 (line 105) | static __inline U32 *rt_ret_regs(P_TCB p_TCB) { function rt_ret_val (line 121) | void rt_ret_val(P_TCB p_TCB, U32 v0) { function rt_ret_val2 (line 128) | void rt_ret_val2(P_TCB p_TCB, U32 v0, U32 v1) { function dbg_init (line 139) | void dbg_init(void) { function dbg_task_notify (line 150) | void dbg_task_notify(P_TCB p_tcb, BOOL create) { function dbg_task_switch (line 163) | void dbg_task_switch(U32 task_id) { FILE: rtos/rtx/TARGET_CORTEX_M/RTX_CM_lib.h type OS_TID (line 63) | typedef uint32_t OS_TID; type OS_RESULT (line 65) | typedef uint32_t OS_RESULT; function rt_init_robin (line 141) | void rt_init_robin (void) {;} function rt_chk_robin (line 142) | void rt_chk_robin (void) {;} function rt_stk_check (line 146) | void rt_stk_check (void) {;} function _mutex_initialize (line 160) | int _mutex_initialize (OS_ID *mutex) { function _mutex_acquire (line 175) | __attribute__((used)) void _mutex_acquire (OS_ID *mutex) { function _mutex_release (line 186) | __attribute__((used)) void _mutex_release (OS_ID *mutex) { function set_main_stack (line 220) | void set_main_stack(void) { function _main_init (line 231) | void _main_init (void) { function __cs3_start_c (line 297) | __attribute ((noreturn)) void __cs3_start_c (void){ function software_init_hook (line 330) | __attribute__((naked)) void software_init_hook (void) { function __iar_program_start (line 367) | void __iar_program_start( void ) FILE: rtos/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c function sleep (line 48) | void WEAK sleep(void) { hal_sleep_enter_sleep(); } function U32 (line 189) | U32 os_get_trv(void) { return OS_TRV; } function os_idle_demon (line 200) | void os_idle_demon(void) { function os_error (line 261) | void os_error(uint32_t err_code) { function os_error_str (line 271) | void os_error_str(const char *str, ...) { function sysThreadError (line 282) | void sysThreadError(osStatus status) { FILE: rtos/rtx/TARGET_CORTEX_M/TARGET_M0/TOOLCHAIN_ARM/HAL_CM0.c function rt_set_PSP (line 48) | void rt_set_PSP(U32 stack) { MSR PSP, R0 BX LR } function _free_box (line 82) | int _free_box(void *box_mem, void *box) { function Stack (line 134) | Stack overflow function values (line 176) | values SVC_Done POP{R4, PC}; function Stack (line 205) | Stack overflow FILE: rtos/rtx/TARGET_CORTEX_M/TARGET_M0P/TOOLCHAIN_ARM/HAL_CM0.c function rt_set_PSP (line 48) | void rt_set_PSP(U32 stack) { MSR PSP, R0 BX LR } function _free_box (line 82) | int _free_box(void *box_mem, void *box) { function Stack (line 134) | Stack overflow function values (line 176) | values SVC_Done POP{R4, PC}; function Stack (line 205) | Stack overflow FILE: rtos/rtx/TARGET_CORTEX_M/TARGET_M3/TOOLCHAIN_ARM/HAL_CM3.c function rt_set_PSP (line 48) | void rt_set_PSP(U32 stack) { MSR PSP, R0 BX LR } function _free_box (line 81) | int _free_box(void *box_mem, void *box) { function Update (line 123) | Update os_tsk.run->tsk_stack function Stack (line 125) | Stack overflow function values (line 159) | values SVC_Done POP{R4, PC}; function Update (line 181) | Update os_tsk.run->tsk_stack function Stack (line 183) | Stack overflow function Thread (line 198) | Thread Mode FILE: rtos/rtx/TARGET_CORTEX_M/TARGET_M4/TOOLCHAIN_ARM/HAL_CM4.c function rt_set_PSP (line 48) | void rt_set_PSP(U32 stack) { MSR PSP, R0 BX LR } function _free_box (line 81) | int _free_box(void *box_mem, void *box) { function Update (line 140) | Update os_tsk.run->tsk_stack function Stack (line 142) | Stack overflow function PUSH (line 161) | PUSH{LR} POP { function values (line 185) | values SVC_Done POP{R4, PC}; function Update (line 226) | Update os_tsk.run->tsk_stack function Stack (line 228) | Stack overflow function PUSH (line 246) | PUSH{LR} POP { function EXPORT (line 263) | EXPORT SysTick_Handler_Veneer SysTick_Handler_Veneer FILE: rtos/rtx/TARGET_CORTEX_M/rt_CMSIS.c type osCallback (line 308) | typedef struct { function rt_ms2tick (line 328) | static uint32_t rt_ms2tick(uint32_t millisec) { function P_TCB (line 344) | static P_TCB rt_tid2ptcb(osThreadId thread_id) { function osStatus (line 406) | osStatus svcKernelInitialize(void) { function osStatus (line 421) | osStatus svcKernelStart(void) { function svcKernelRunning (line 447) | int32_t svcKernelRunning(void) { return os_running; } function osStatus (line 452) | osStatus osKernelInitialize(void) { function osStatus (line 463) | osStatus osKernelStart(void) { function osKernelRunning (line 500) | int32_t osKernelRunning(void) { function osThreadId (line 529) | osThreadId svcThreadCreate(osThreadDef_t *thread_def, void *argument) { function osThreadId (line 574) | osThreadId svcThreadGetId(void) { function osStatus (line 584) | osStatus svcThreadTerminate(osThreadId thread_id) { function osStatus (line 601) | osStatus svcThreadYield(void) { function osStatus (line 607) | osStatus svcThreadSetPriority(osThreadId thread_id, osPriority priority) { function osPriority (line 631) | osPriority svcThreadGetPriority(osThreadId thread_id) { function osStatus (line 642) | osStatus svcThreadShow(osThreadId thread_id) { function osThreadId (line 657) | osThreadId osThreadCreate(osThreadDef_t *thread_def, void *argument) { function osThreadId (line 669) | osThreadId osThreadGetId(void) { function osGetThreadIntId (line 675) | int osGetThreadIntId(void) { function osStatus (line 688) | osStatus osThreadTerminate(osThreadId thread_id) { function osStatus (line 695) | osStatus osThreadYield(void) { function osStatus (line 702) | osStatus osThreadSetPriority(osThreadId thread_id, osPriority priority) { function osPriority (line 709) | osPriority osThreadGetPriority(osThreadId thread_id) { function osStatus (line 716) | osStatus osThreadShow(osThreadId thread_id) { function __NO_RETURN (line 724) | __NO_RETURN void osThreadExit(void) { function osStatus (line 741) | osStatus svcDelay(uint32_t millisec) { function os_InRegs (line 750) | os_InRegs osEvent_type svcWait(uint32_t millisec) { function osStatus (line 769) | osStatus osDelay(uint32_t millisec) { function os_InRegs (line 776) | os_InRegs osEvent osWait(uint32_t millisec) { type os_timer_cb (line 800) | typedef struct os_timer_cb_ { // Timer Control Block function rt_timer_insert (line 817) | static void rt_timer_insert(os_timer_cb *pt, uint32_t tcnt) { function rt_timer_remove (line 842) | static int32_t rt_timer_remove(os_timer_cb *pt) { function osTimerId (line 878) | osTimerId svcTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, function osStatus (line 918) | osStatus svcTimerStart(osTimerId timer_id, uint32_t millisec) { function osStatus (line 950) | osStatus svcTimerStop(osTimerId timer_id) { function osStatus (line 970) | osStatus svcTimerDelete(osTimerId timer_id) { function os_InRegs (line 993) | os_InRegs osCallback_type svcTimerCall(osTimerId timer_id) { function sysTimerTick (line 1014) | void sysTimerTick(void) { function rt_timer_delay_count (line 1039) | uint32_t rt_timer_delay_count(void) { function osTimerId (line 1049) | osTimerId osTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, function osStatus (line 1062) | osStatus osTimerStart(osTimerId timer_id, uint32_t millisec) { function osStatus (line 1069) | osStatus osTimerStop(osTimerId timer_id) { function osStatus (line 1076) | osStatus osTimerDelete(osTimerId timer_id) { function os_InRegs (line 1084) | os_InRegs osCallback osTimerCall(osTimerId timer_id) { function __NO_RETURN (line 1089) | __NO_RETURN void osTimerThread(void const *argument) { function svcSignalSet (line 1115) | int32_t svcSignalSet(osThreadId thread_id, int32_t signals) { function svcSignalClear (line 1134) | int32_t svcSignalClear(osThreadId thread_id, int32_t signals) { function svcSignalGet (line 1153) | int32_t svcSignalGet(osThreadId thread_id) { function os_InRegs (line 1165) | os_InRegs osEvent_type svcSignalWait(int32_t signals, uint32_t millisec) { function __INLINE (line 1194) | static __INLINE int32_t isrSignalSet(osThreadId thread_id, int32_t signa... function osSignalSet (line 1215) | int32_t osSignalSet(osThreadId thread_id, int32_t signals) { function osSignalClear (line 1224) | int32_t osSignalClear(osThreadId thread_id, int32_t signals) { function osSignalGet (line 1231) | int32_t osSignalGet(osThreadId thread_id) { function os_InRegs (line 1239) | os_InRegs osEvent osSignalWait(int32_t signals, uint32_t millisec) { function osMutexId (line 1261) | osMutexId svcMutexCreate(const osMutexDef_t *mutex_def) { function osStatus (line 1286) | osStatus svcMutexWait(osMutexId mutex_id, uint32_t millisec) { function osStatus (line 1310) | osStatus svcMutexRelease(osMutexId mutex_id) { function osStatus (line 1330) | osStatus svcMutexDelete(osMutexId mutex_id) { function osThreadId (line 1346) | osThreadId svcMutexGetOwner(osMutexId mutex_id) { function osMutexId (line 1362) | osMutexId osMutexCreate(const osMutexDef_t *mutex_def) { function osStatus (line 1374) | osStatus osMutexWait(osMutexId mutex_id, uint32_t millisec) { function osStatus (line 1381) | osStatus osMutexRelease(osMutexId mutex_id) { function osStatus (line 1388) | osStatus osMutexDelete(osMutexId mutex_id) { function osThreadId (line 1395) | osThreadId osMutexGetOwner(osMutexId mutex_id) { function osSemaphoreId (line 1413) | osSemaphoreId svcSemaphoreCreate(const osSemaphoreDef_t *semaphore_def, function svcSemaphoreWait (line 1444) | int32_t svcSemaphoreWait(osSemaphoreId semaphore_id, uint32_t millisec) { function osStatus (line 1464) | osStatus svcSemaphoreRelease(osSemaphoreId semaphore_id) { function osStatus (line 1483) | osStatus svcSemaphoreDelete(osSemaphoreId semaphore_id) { function __INLINE (line 1501) | static __INLINE osStatus isrSemaphoreRelease(osSemaphoreId semaphore_id) { function osSemaphoreId (line 1522) | osSemaphoreId osSemaphoreCreate(const osSemaphoreDef_t *semaphore_def, function osSemaphoreWait (line 1535) | int32_t osSemaphoreWait(osSemaphoreId semaphore_id, uint32_t millisec) { function osStatus (line 1542) | osStatus osSemaphoreRelease(osSemaphoreId semaphore_id) { function osStatus (line 1551) | osStatus osSemaphoreDelete(osSemaphoreId semaphore_id) { function rt_clr_box (line 1562) | static void rt_clr_box(void *box_mem, void *box) { function osPoolId (line 1581) | osPoolId svcPoolCreate(const osPoolDef_t *pool_def) { function osStatus (line 1614) | osStatus sysPoolFree(osPoolId pool_id, void *block) { function osPoolId (line 1630) | osPoolId osPoolCreate(const osPoolDef_t *pool_def) { function osStatus (line 1661) | osStatus osPoolFree(osPoolId pool_id, void *block) { function osMessageQId (line 1680) | osMessageQId svcMessageCreate(const osMessageQDef_t *queue_def, function osStatus (line 1700) | osStatus svcMessagePut(osMessageQId queue_id, uint32_t info, function os_InRegs (line 1720) | os_InRegs osEvent_type svcMessageGet(osMessageQId queue_id, uint32_t mil... function __INLINE (line 1749) | static __INLINE osStatus isrMessagePut(osMessageQId queue_id, uint32_t i... function osEvent (line 1769) | osEvent isrMessageGet(osMessageQId queue_id, function osMessageQId (line 1799) | osMessageQId osMessageCreate(const osMessageQDef_t *queue_def, function osStatus (line 1812) | osStatus osMessagePut(osMessageQId queue_id, uint32_t info, uint32_t mil... function os_InRegs (line 1821) | os_InRegs osEvent osMessageGet(osMessageQId queue_id, uint32_t millisec) { function osMessageGetSpace (line 1829) | uint32_t osMessageGetSpace(osMessageQId queue_id) { function osMailQId (line 1844) | osMailQId svcMailCreate(const osMailQDef_t *queue_def, osThreadId thread... function osStatus (line 1914) | osStatus sysMailFree(osMailQId queue_id, void *mail, uint32_t isr) { function osMailQId (line 1957) | osMailQId osMailCreate(const osMailQDef_t *queue_def, osThreadId thread_... function osStatus (line 1987) | osStatus osMailFree(osMailQId queue_id, void *mail) { function osStatus (line 1996) | osStatus osMailPut(osMailQId queue_id, void *mail) { function osStatus (line 2005) | osStatus svcThreadSetHungCheck(osThreadId thread_id, int32_t enable, function osStatus (line 2019) | osStatus osThreadSetHungCheck(osThreadId thread_id, int32_t enable, function os_InRegs (line 2032) | os_InRegs osEvent osMailGet(osMailQId queue_id, uint32_t millisec) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_Event.c function OS_RESULT (line 49) | OS_RESULT rt_evt_wait(U16 wait_flags, U16 timeout, BOOL and_wait) { function rt_evt_set (line 81) | void rt_evt_set(U16 event_flags, OS_TID task_id) { function rt_evt_clr (line 119) | void rt_evt_clr(U16 clear_flags, OS_TID task_id) { function isr_evt_set (line 132) | void isr_evt_set(U16 event_flags, OS_TID task_id) { function U16 (line 145) | U16 rt_evt_get(void) { function rt_evt_psh (line 152) | void rt_evt_psh(P_TCB p_CB, U16 set_flags) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_HAL_CM.h function __enable_irq (line 74) | __attribute__((always_inline)) static inline void __enable_irq(void) { function U32 (line 78) | __attribute__((always_inline)) static inline U32 __disable_irq(void) { function U8 (line 88) | __attribute__((always_inline)) static inline U8 __clz(U32 value) { function __enable_irq (line 115) | static inline void __enable_irq(void) { __asm volatile("cpsie i"); } function U32 (line 117) | static inline U32 __disable_irq(void) { function U8 (line 127) | static inline U8 __clz(U32 value) { function U32 (line 208) | __inline static U32 rt_inc_qi(U32 size, U8 *count, U8 *first) { function rt_systick_init (line 236) | __inline static void rt_systick_init(void) { function rt_svc_init (line 247) | __inline static void rt_svc_init(void) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_List.c type OS_XCB (line 48) | struct OS_XCB type OS_XCB (line 50) | struct OS_XCB function rt_put_prio (line 58) | void rt_put_prio(P_XCB p_CB, P_TCB p_task) { function P_TCB (line 91) | P_TCB rt_get_first(P_XCB p_CB) { function rt_put_rdy_first (line 112) | void rt_put_rdy_first(P_TCB p_task) { function rt_put_rdy_last (line 122) | void rt_put_rdy_last(P_TCB p_task) { function P_TCB (line 144) | P_TCB rt_get_same_rdy_prio(void) { function rt_resort_prio (line 159) | void rt_resort_prio(P_TCB p_task) { function rt_put_dly (line 183) | void rt_put_dly(P_TCB p_task, U16 delay) { function rt_dec_dly (line 223) | void rt_dec_dly(void) { function rt_rmv_list (line 261) | void rt_rmv_list(P_TCB p_task) { function rt_rmv_dly (line 288) | void rt_rmv_dly(P_TCB p_task) { function rt_psq_enq (line 311) | void rt_psq_enq(OS_ID entry, U32 arg) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_List.h type OS_XCB (line 45) | struct OS_XCB type OS_XCB (line 46) | struct OS_XCB FILE: rtos/rtx/TARGET_CORTEX_M/rt_Mailbox.c function rt_mbx_init (line 50) | void rt_mbx_init(OS_ID mailbox, U16 mbx_size) { function OS_RESULT (line 67) | OS_RESULT rt_mbx_send(OS_ID mailbox, void *p_msg, U16 timeout) { function OS_RESULT (line 117) | OS_RESULT rt_mbx_wait(OS_ID mailbox, void **message, U16 timeout) { function OS_RESULT (line 170) | OS_RESULT rt_mbx_check(OS_ID mailbox) { function isr_mbx_send (line 180) | void isr_mbx_send(OS_ID mailbox, void *p_msg) { function OS_RESULT (line 190) | OS_RESULT isr_mbx_receive(OS_ID mailbox, void **message) { function rt_mbx_psh (line 214) | void rt_mbx_psh(P_MCB p_CB, void *p_msg) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_MemBox.c function _init_box (line 47) | int _init_box(void *box_mem, U32 box_size, U32 blk_size) { function rt_free_box (line 138) | int rt_free_box(void *box_mem, void *box) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_Mutex.c function rt_mut_init (line 48) | void rt_mut_init(OS_ID mutex) { function OS_RESULT (line 62) | OS_RESULT rt_mut_delete(OS_ID mutex) { function OS_RESULT (line 99) | OS_RESULT rt_mut_release(OS_ID mutex) { function OS_RESULT (line 150) | OS_RESULT rt_mut_wait(OS_ID mutex, U16 timeout) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_Robin.c type OS_ROBIN (line 47) | struct OS_ROBIN function __weak (line 55) | __weak void rt_init_robin(void) { function __weak (line 63) | __weak void rt_chk_robin(void) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_Robin.h type OS_ROBIN (line 36) | struct OS_ROBIN FILE: rtos/rtx/TARGET_CORTEX_M/rt_Semaphore.c function rt_sem_init (line 49) | void rt_sem_init(OS_ID semaphore, U16 token_count) { function OS_RESULT (line 61) | OS_RESULT rt_sem_delete(OS_ID semaphore) { function OS_RESULT (line 90) | OS_RESULT rt_sem_send(OS_ID semaphore) { function OS_RESULT (line 114) | OS_RESULT rt_sem_wait(OS_ID semaphore, U16 timeout) { function isr_sem_send (line 139) | void isr_sem_send(OS_ID semaphore) { function rt_sem_psh (line 149) | void rt_sem_psh(P_SCB p_CB) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_System.c function $$RTX$$version (line 75) | void $$RTX$$version(void) { function U32 (line 85) | U32 rt_suspend(void) { function rt_resume (line 134) | void rt_resume(U32 sleep_time) { function rt_tsk_lock (line 303) | void rt_tsk_lock(void) { function rt_tsk_unlock (line 318) | void rt_tsk_unlock(void) { function rt_psh_req (line 337) | void rt_psh_req(void) { function rt_pop_req (line 351) | void rt_pop_req(void) { function __weak (line 389) | __weak int os_tick_init(void) { function __weak (line 397) | __weak void os_tick_irqack(void) { /* Acknowledge timer interrupt. */ function rt_systick (line 401) | void rt_systick(void) { function __weak (line 432) | __weak void rt_stk_check(void) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_Task.c type OS_TSK (line 51) | struct OS_TSK type OS_TCB (line 54) | struct OS_TCB function U32 (line 56) | static U32 rtx_get_hwticks(void) { return hal_sys_timer_get(); } function OS_TID (line 62) | OS_TID rt_get_TID(void) { function rt_init_context (line 89) | void rt_init_context(P_TCB p_TCB, U8 priority, FUNCP task_body) { function rt_switch_req (line 109) | void rt_switch_req(P_TCB p_new) { function rt_dispatch (line 124) | void rt_dispatch(P_TCB next_TCB) { function rt_block (line 148) | void rt_block(U16 timeout, U8 block_state) { function rt_tsk_pass (line 166) | void rt_tsk_pass(void) { function OS_TID (line 180) | OS_TID rt_tsk_self(void) { function OS_RESULT (line 190) | OS_RESULT rt_tsk_prio(OS_TID task_id, U8 new_prio) { function OS_RESULT (line 227) | OS_RESULT rt_tsk_delete(OS_TID task_id) { function rt_sys_init (line 265) | void rt_sys_init(FUNCP first_task, U32 prio_stksz, void *stk) { function rt_sys_start (line 330) | void rt_sys_start(void) { type IRQ_STACK_FRAME_T (line 351) | struct IRQ_STACK_FRAME_T { function get_IPSR (line 364) | static inline uint32_t get_IPSR(void) { function get_PSP (line 371) | static inline uint32_t get_PSP(void) { type IRQ_STACK_FRAME_T (line 378) | struct IRQ_STACK_FRAME_T type IRQ_STACK_FRAME_T (line 405) | struct IRQ_STACK_FRAME_T function FLASH_TEXT_LOC (line 408) | FLASH_TEXT_LOC function FLASH_TEXT_LOC (line 495) | FLASH_TEXT_LOC function FLASH_TEXT_LOC (line 504) | FLASH_TEXT_LOC function FLASH_TEXT_LOC (line 529) | FLASH_TEXT_LOC function FLASH_TEXT_LOC (line 554) | FLASH_TEXT_LOC function print_hung_task (line 592) | static void print_hung_task(const P_TCB tcb, function check_hung_task (line 601) | static void check_hung_task(const P_TCB tcb) { function check_hung_tasks (line 614) | void check_hung_tasks(void) { function print_task_sw_statitics (line 626) | static inline void print_task_sw_statitics(P_TCB tcb) { function FLASH_TEXT_LOC (line 635) | FLASH_TEXT_LOC function FLASH_TEXT_LOC (line 665) | FLASH_TEXT_LOC function FLASH_TEXT_LOC (line 705) | FLASH_TEXT_LOC FILE: rtos/rtx/TARGET_CORTEX_M/rt_Task.h type OS_TSK (line 62) | struct OS_TSK type OS_TCB (line 63) | struct OS_TCB FILE: rtos/rtx/TARGET_CORTEX_M/rt_Time.c function U32 (line 53) | U32 rt_time_get(void) { function rt_dly_wait (line 60) | void rt_dly_wait(U16 delay_time) { function rt_itv_set (line 67) | void rt_itv_set(U16 interval_time) { function rt_itv_wait (line 75) | void rt_itv_wait(void) { FILE: rtos/rtx/TARGET_CORTEX_M/rt_TypeDef.h type U32 (line 39) | typedef U32 OS_TID; type U32 (line 41) | typedef U32 OS_RESULT; type OS_PSFE (line 46) | struct OS_PSFE { /* Post Service Fifo Entry */ type OS_PSQ (line 51) | struct OS_PSQ { /* Post Service Queue */ type OS_TSK (line 59) | struct OS_TSK { type OS_ROBIN (line 64) | struct OS_ROBIN { /* Round Robin Control */ type OS_XCB (line 70) | struct OS_XCB { type OS_MCB (line 79) | struct OS_MCB { type OS_SCB (line 91) | struct OS_SCB { type OS_MUCB (line 98) | struct OS_MUCB { type OS_XTMR (line 106) | struct OS_XTMR { type OS_TMR (line 111) | struct OS_TMR { type OS_BM (line 117) | struct OS_BM { type BOOL (line 129) | typedef unsigned int BOOL; type U32 (line 132) | typedef unsigned int U32; type U16 (line 133) | typedef unsigned short U16; type U8 (line 134) | typedef unsigned char U8; type S32 (line 136) | typedef int S32; type S16 (line 137) | typedef short S16; type S8 (line 138) | typedef char S8; type U32 (line 141) | typedef U32 U32_PTR; FILE: rtos/rtx5/cmsis_os1.c function osThreadId (line 34) | osThreadId osThreadCreate(const osThreadDef_t *thread_def, void *argumen... function osSignalSet (line 47) | int32_t osSignalSet(osThreadId thread_id, int32_t signals) { function osSignalClear (line 57) | int32_t osSignalClear(osThreadId thread_id, int32_t signals) { function osEvent (line 70) | osEvent osSignalWait(int32_t signals, uint32_t millisec) { function osTimerId (line 102) | osTimerId osTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, function osMutexId (line 113) | osMutexId osMutexCreate(const osMutexDef_t *mutex_def) { function osSemaphoreId (line 125) | osSemaphoreId osSemaphoreCreate(const osSemaphoreDef_t *semaphore_def, function osSemaphoreWait (line 135) | int32_t osSemaphoreWait(osSemaphoreId semaphore_id, uint32_t millisec) { function osPoolId (line 159) | osPoolId osPoolCreate(const osPoolDef_t *pool_def) { function osStatus (line 187) | osStatus osPoolFree(osPoolId pool_id, void *block) { function osMessageQId (line 197) | osMessageQId osMessageCreate(const osMessageQDef_t *queue_def, function osStatus (line 208) | osStatus osMessagePut(osMessageQId queue_id, uint32_t info, uint32_t mil... function osEvent (line 212) | osEvent osMessageGet(osMessageQId queue_id, uint32_t millisec) { function osMessageGetSpace (line 237) | uint32_t osMessageGetSpace(osMessageQId queue_id) { type os_mail_queue_t (line 247) | typedef struct os_mail_queue_s { function osMailQId (line 252) | osMailQId osMailCreate(const osMailQDef_t *queue_def, osThreadId thread_... function osStatus (line 312) | osStatus osMailPut(osMailQId queue_id, const void *mail) { function osEvent (line 324) | osEvent osMailGet(osMailQId queue_id, uint32_t millisec) { function osStatus (line 354) | osStatus osMailFree(osMailQId queue_id, void *mail) { FILE: rtos/rtx5/os_systick.c function SystemCoreClockUpdate (line 49) | void SystemCoreClockUpdate() { SystemCoreClock = OS_CLOCK; } function __WEAK (line 53) | __WEAK int32_t OS_Tick_Setup(uint32_t freq, IRQHandler_t handler) { function __WEAK (line 97) | __WEAK void OS_Tick_Enable(void) { function __WEAK (line 108) | __WEAK void OS_Tick_Disable(void) { function __WEAK (line 119) | __WEAK void OS_Tick_AcknowledgeIRQ(void) { (void)SysTick->CTRL; } function __WEAK (line 122) | __WEAK int32_t OS_Tick_GetIRQn(void) { return ((int32_t)SysTick_IRQn); } function __WEAK (line 125) | __WEAK uint32_t OS_Tick_GetClock(void) { return (SystemCoreClock); } function __WEAK (line 128) | __WEAK uint32_t OS_Tick_GetInterval(void) { return (SysTick->LOAD + 1U); } function __WEAK (line 131) | __WEAK uint32_t OS_Tick_GetCount(void) { function __WEAK (line 137) | __WEAK uint32_t OS_Tick_GetOverflow(void) { FILE: rtos/rtx5/rtx_config/rtx_config.c function sleep (line 40) | void WEAK sleep(void) { hal_sleep_enter_sleep(); } function __NO_RETURN (line 48) | __NO_RETURN void osRtxIdleThread(void *argument) { function __WEAK (line 102) | __WEAK uint32_t osRtxErrorNotify(uint32_t code, void *object_id) { FILE: rtos/rtx5/rtx_core_ca.h type bool_t (line 35) | typedef bool bool_t; function __STATIC_INLINE (line 57) | __STATIC_INLINE uint32_t xPSR_InitVal (bool_t privileged, bool_t thumb) { function __STATIC_INLINE (line 88) | __STATIC_INLINE uint32_t StackOffsetR0 (uint8_t stack_frame) { function __asm (line 109) | static __asm uint32_t __get_PSP (void) { function __STATIC_INLINE (line 142) | __STATIC_INLINE void __set_CONTROL(uint32_t control) { function __STATIC_INLINE (line 151) | __STATIC_INLINE bool_t IsPrivileged (void) { function __STATIC_INLINE (line 157) | __STATIC_INLINE bool_t IsIrqMode (void) { function __STATIC_INLINE (line 163) | __STATIC_INLINE bool_t IsIrqMasked (void) { function __STATIC_INLINE (line 173) | __STATIC_INLINE void SVC_Setup (void) { function __STATIC_INLINE (line 178) | __STATIC_INLINE uint8_t GetPendSV (void) { function __STATIC_INLINE (line 183) | __STATIC_INLINE void ClrPendSV (void) { function __STATIC_INLINE (line 188) | __STATIC_INLINE void SetPendSV (void) { function __asm (line 515) | static __asm uint32_t atomic_clr32 (uint32_t *mem, uint32_t bits) { function __asm (line 564) | static __asm uint32_t atomic_chk32_all (uint32_t *mem, uint32_t bits) { function __asm (line 628) | static __asm uint32_t atomic_chk32_any (uint32_t *mem, uint32_t bits) { function __asm (line 736) | static __asm uint16_t atomic_inc16_lt (uint16_t *mem, uint16_t max) { function __asm (line 796) | static __asm uint16_t atomic_inc16_lim (uint16_t *mem, uint16_t lim) { FILE: rtos/rtx5/rtx_core_cm.h type bool_t (line 35) | typedef bool bool_t; function __STATIC_INLINE (line 71) | __STATIC_INLINE uint32_t xPSR_InitVal (bool_t privileged, bool_t thumb) { function __STATIC_INLINE (line 91) | __STATIC_INLINE uint32_t StackOffsetR0 (uint8_t stack_frame) { function __STATIC_INLINE (line 110) | __STATIC_INLINE bool_t IsPrivileged (void) { function __STATIC_INLINE (line 116) | __STATIC_INLINE bool_t IsIrqMode (void) { function __STATIC_INLINE (line 122) | __STATIC_INLINE bool_t IsIrqMasked (void) { function __STATIC_INLINE (line 136) | __STATIC_INLINE void SVC_Setup (void) { function __STATIC_INLINE (line 176) | __STATIC_INLINE uint8_t GetPendSV (void) { function __STATIC_INLINE (line 181) | __STATIC_INLINE void ClrPendSV (void) { function __STATIC_INLINE (line 186) | __STATIC_INLINE void SetPendSV (void) { function __asm (line 559) | static __asm uint32_t atomic_clr32 (uint32_t *mem, uint32_t bits) { function __asm (line 619) | static __asm uint32_t atomic_chk32_all (uint32_t *mem, uint32_t bits) { function __asm (line 694) | static __asm uint32_t atomic_chk32_any (uint32_t *mem, uint32_t bits) { function __asm (line 810) | static __asm uint16_t atomic_inc16_lt (uint16_t *mem, uint16_t max) { function __asm (line 871) | static __asm uint16_t atomic_inc16_lim (uint16_t *mem, uint16_t lim) { FILE: rtos/rtx5/rtx_delay.c function osStatus_t (line 32) | static osStatus_t svcRtxDelay(uint32_t ticks) { function osStatus_t (line 47) | static osStatus_t svcRtxDelayUntil(uint32_t ticks) { function osStatus_t (line 74) | osStatus_t osDelay(uint32_t ticks) { function osStatus_t (line 88) | osStatus_t osDelayUntil(uint32_t ticks) { FILE: rtos/rtx5/rtx_evflags.c function EventFlagsSet (line 40) | static uint32_t EventFlagsSet(os_event_flags_t *ef, uint32_t flags) { function EventFlagsClear (line 66) | static uint32_t EventFlagsClear(os_event_flags_t *ef, uint32_t flags) { function EventFlagsCheck (line 94) | static uint32_t EventFlagsCheck(os_event_flags_t *ef, uint32_t flags, function osRtxEventFlagsPostProcess (line 141) | static void osRtxEventFlagsPostProcess(os_event_flags_t *ef) { function osEventFlagsId_t (line 166) | static osEventFlagsId_t svcRtxEventFlagsNew(const osEventFlagsAttr_t *at... function svcRtxEventFlagsSet (line 263) | static uint32_t svcRtxEventFlagsSet(osEventFlagsId_t ef_id, uint32_t fla... function svcRtxEventFlagsClear (line 309) | static uint32_t svcRtxEventFlagsClear(osEventFlagsId_t ef_id, uint32_t f... function svcRtxEventFlagsGet (line 331) | static uint32_t svcRtxEventFlagsGet(osEventFlagsId_t ef_id) { function svcRtxEventFlagsWait (line 348) | static uint32_t svcRtxEventFlagsWait(osEventFlagsId_t ef_id, uint32_t fl... function osStatus_t (line 392) | static osStatus_t svcRtxEventFlagsDelete(osEventFlagsId_t ef_id) { function __STATIC_INLINE (line 473) | __STATIC_INLINE function osEventFlagsId_t (line 502) | osEventFlagsId_t osEventFlagsNew(const osEventFlagsAttr_t *attr) { function osEventFlagsSet (line 529) | uint32_t osEventFlagsSet(osEventFlagsId_t ef_id, uint32_t flags) { function osEventFlagsClear (line 542) | uint32_t osEventFlagsClear(osEventFlagsId_t ef_id, uint32_t flags) { function osEventFlagsGet (line 555) | uint32_t osEventFlagsGet(osEventFlagsId_t ef_id) { function osEventFlagsWait (line 567) | uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, function osStatus_t (line 581) | osStatus_t osEventFlagsDelete(osEventFlagsId_t ef_id) { FILE: rtos/rtx5/rtx_evr.c function __WEAK (line 299) | __WEAK void EvrRtxMemoryInit(void *mem, uint32_t size, uint32_t result) { function __WEAK (line 312) | __WEAK void EvrRtxMemoryAlloc(void *mem, uint32_t size, uint32_t type, function __WEAK (line 328) | __WEAK void EvrRtxMemoryFree(void *mem, void *block, uint32_t result) { function __WEAK (line 342) | __WEAK void EvrRtxMemoryBlockInit(osRtxMpInfo_t *mp_info, uint32_t block... function __WEAK (line 358) | __WEAK void EvrRtxMemoryBlockAlloc(osRtxMpInfo_t *mp_info, void *block) { function __WEAK (line 371) | __WEAK void EvrRtxMemoryBlockFree(osRtxMpInfo_t *mp_info, void *block, function __WEAK (line 388) | __WEAK void EvrRtxKernelError(int32_t status) { function __WEAK (line 399) | __WEAK void EvrRtxKernelInitialize(void) { function __WEAK (line 409) | __WEAK void EvrRtxKernelInitialized(void) { function __WEAK (line 419) | __WEAK void EvrRtxKernelGetInfo(osVersion_t *version, char *id_buf, function __WEAK (line 434) | __WEAK void EvrRtxKernelInfoRetrieved(const osVersion_t *version, function __WEAK (line 454) | __WEAK void EvrRtxKernelGetState(osKernelState_t state) { function __WEAK (line 465) | __WEAK void EvrRtxKernelStart(void) { function __WEAK (line 475) | __WEAK void EvrRtxKernelStarted(void) { function __WEAK (line 485) | __WEAK void EvrRtxKernelLock(void) { function __WEAK (line 495) | __WEAK void EvrRtxKernelLocked(int32_t lock) { function __WEAK (line 506) | __WEAK void EvrRtxKernelUnlock(void) { function __WEAK (line 516) | __WEAK void EvrRtxKernelUnlocked(int32_t lock) { function __WEAK (line 527) | __WEAK void EvrRtxKernelRestoreLock(int32_t lock) { function __WEAK (line 538) | __WEAK void EvrRtxKernelLockRestored(int32_t lock) { function __WEAK (line 549) | __WEAK void EvrRtxKernelSuspend(void) { function __WEAK (line 559) | __WEAK void EvrRtxKernelSuspended(uint32_t sleep_ticks) { function __WEAK (line 570) | __WEAK void EvrRtxKernelResume(uint32_t sleep_ticks) { function __WEAK (line 581) | __WEAK void EvrRtxKernelResumed(void) { function __WEAK (line 591) | __WEAK void EvrRtxKernelGetTickCount(uint32_t count) { function __WEAK (line 602) | __WEAK void EvrRtxKernelGetTickFreq(uint32_t freq) { function __WEAK (line 613) | __WEAK void EvrRtxKernelGetSysTimerCount(uint32_t count) { function __WEAK (line 624) | __WEAK void EvrRtxKernelGetSysTimerFreq(uint32_t freq) { function __WEAK (line 637) | __WEAK void EvrRtxThreadError(osThreadId_t thread_id, int32_t status) { function __WEAK (line 650) | __WEAK void EvrRtxThreadNew(osThreadFunc_t func, void *argument, function __WEAK (line 665) | __WEAK void EvrRtxThreadCreated(osThreadId_t thread_id, uint32_t thread_... function __WEAK (line 685) | __WEAK void EvrRtxThreadGetName(osThreadId_t thread_id, const char *name) { function __WEAK (line 697) | __WEAK void EvrRtxThreadGetId(osThreadId_t thread_id) { function __WEAK (line 708) | __WEAK void EvrRtxThreadGetState(osThreadId_t thread_id, function __WEAK (line 722) | __WEAK void EvrRtxThreadGetStackSize(osThreadId_t thread_id, function __WEAK (line 735) | __WEAK void EvrRtxThreadGetStackSpace(osThreadId_t thread_id, function __WEAK (line 749) | __WEAK void EvrRtxThreadSetPriority(osThreadId_t thread_id, function __WEAK (line 763) | __WEAK void EvrRtxThreadPriorityUpdated(osThreadId_t thread_id, function __WEAK (line 777) | __WEAK void EvrRtxThreadGetPriority(osThreadId_t thread_id, function __WEAK (line 791) | __WEAK void EvrRtxThreadYield(void) { function __WEAK (line 801) | __WEAK void EvrRtxThreadSuspend(osThreadId_t thread_id) { function __WEAK (line 812) | __WEAK void EvrRtxThreadSuspended(osThreadId_t thread_id) { function __WEAK (line 823) | __WEAK void EvrRtxThreadResume(osThreadId_t thread_id) { function __WEAK (line 834) | __WEAK void EvrRtxThreadResumed(osThreadId_t thread_id) { function __WEAK (line 845) | __WEAK void EvrRtxThreadDetach(osThreadId_t thread_id) { function __WEAK (line 856) | __WEAK void EvrRtxThreadDetached(osThreadId_t thread_id) { function __WEAK (line 867) | __WEAK void EvrRtxThreadJoin(osThreadId_t thread_id) { function __WEAK (line 878) | __WEAK void EvrRtxThreadJoinPending(osThreadId_t thread_id) { function __WEAK (line 889) | __WEAK void EvrRtxThreadJoined(osThreadId_t thread_id) { function __WEAK (line 900) | __WEAK void EvrRtxThreadBlocked(osThreadId_t thread_id, uint32_t timeout) { function __WEAK (line 912) | __WEAK void EvrRtxThreadUnblocked(osThreadId_t thread_id, uint32_t ret_v... function __WEAK (line 924) | __WEAK void EvrRtxThreadPreempted(osThreadId_t thread_id) { function __WEAK (line 935) | __WEAK void EvrRtxThreadSwitched(osThreadId_t thread_id) { function __WEAK (line 946) | __WEAK void EvrRtxThreadExit(void) { function __WEAK (line 956) | __WEAK void EvrRtxThreadTerminate(osThreadId_t thread_id) { function __WEAK (line 967) | __WEAK void EvrRtxThreadDestroyed(osThreadId_t thread_id) { function __WEAK (line 978) | __WEAK void EvrRtxThreadGetCount(uint32_t count) { function __WEAK (line 989) | __WEAK void EvrRtxThreadEnumerate(osThreadId_t *thread_array, function __WEAK (line 1006) | __WEAK void EvrRtxThreadFlagsError(osThreadId_t thread_id, int32_t statu... function __WEAK (line 1019) | __WEAK void EvrRtxThreadFlagsSet(osThreadId_t thread_id, uint32_t flags) { function __WEAK (line 1031) | __WEAK void EvrRtxThreadFlagsSetDone(osThreadId_t thread_id, function __WEAK (line 1045) | __WEAK void EvrRtxThreadFlagsClear(uint32_t flags) { function __WEAK (line 1056) | __WEAK void EvrRtxThreadFlagsClearDone(uint32_t thread_flags) { function __WEAK (line 1067) | __WEAK void EvrRtxThreadFlagsGet(uint32_t thread_flags) { function __WEAK (line 1078) | __WEAK void EvrRtxThreadFlagsWait(uint32_t flags, uint32_t options, function __WEAK (line 1092) | __WEAK void EvrRtxThreadFlagsWaitPending(uint32_t flags, uint32_t options, function __WEAK (line 1106) | __WEAK void EvrRtxThreadFlagsWaitTimeout(osThreadId_t thread_id) { function __WEAK (line 1117) | __WEAK void EvrRtxThreadFlagsWaitCompleted(uint32_t flags, uint32_t opti... function __WEAK (line 1134) | __WEAK void EvrRtxThreadFlagsWaitNotCompleted(uint32_t flags, function __WEAK (line 1149) | __WEAK void EvrRtxDelayError(int32_t status) { function __WEAK (line 1160) | __WEAK void EvrRtxDelay(uint32_t ticks) { function __WEAK (line 1171) | __WEAK void EvrRtxDelayUntil(uint32_t ticks) { function __WEAK (line 1182) | __WEAK void EvrRtxDelayStarted(uint32_t ticks) { function __WEAK (line 1193) | __WEAK void EvrRtxDelayUntilStarted(uint32_t ticks) { function __WEAK (line 1204) | __WEAK void EvrRtxDelayCompleted(osThreadId_t thread_id) { function __WEAK (line 1217) | __WEAK void EvrRtxTimerError(osTimerId_t timer_id, int32_t status) { function __WEAK (line 1229) | __WEAK void EvrRtxTimerCallback(osTimerFunc_t func, void *argument) { function __WEAK (line 1241) | __WEAK void EvrRtxTimerNew(osTimerFunc_t func, osTimerType_t type, function __WEAK (line 1257) | __WEAK void EvrRtxTimerCreated(osTimerId_t timer_id, const char *name) { function __WEAK (line 1269) | __WEAK void EvrRtxTimerGetName(osTimerId_t timer_id, const char *name) { function __WEAK (line 1281) | __WEAK void EvrRtxTimerStart(osTimerId_t timer_id, uint32_t ticks) { function __WEAK (line 1293) | __WEAK void EvrRtxTimerStarted(osTimerId_t timer_id) { function __WEAK (line 1304) | __WEAK void EvrRtxTimerStop(osTimerId_t timer_id) { function __WEAK (line 1315) | __WEAK void EvrRtxTimerStopped(osTimerId_t timer_id) { function __WEAK (line 1326) | __WEAK void EvrRtxTimerIsRunning(osTimerId_t timer_id, uint32_t running) { function __WEAK (line 1338) | __WEAK void EvrRtxTimerDelete(osTimerId_t timer_id) { function __WEAK (line 1349) | __WEAK void EvrRtxTimerDestroyed(osTimerId_t timer_id) { function __WEAK (line 1362) | __WEAK void EvrRtxEventFlagsError(osEventFlagsId_t ef_id, int32_t status) { function __WEAK (line 1374) | __WEAK void EvrRtxEventFlagsNew(const osEventFlagsAttr_t *attr) { function __WEAK (line 1385) | __WEAK void EvrRtxEventFlagsCreated(osEventFlagsId_t ef_id, const char *... function __WEAK (line 1397) | __WEAK void EvrRtxEventFlagsGetName(osEventFlagsId_t ef_id, const char *... function __WEAK (line 1409) | __WEAK void EvrRtxEventFlagsSet(osEventFlagsId_t ef_id, uint32_t flags) { function __WEAK (line 1421) | __WEAK void EvrRtxEventFlagsSetDone(osEventFlagsId_t ef_id, function __WEAK (line 1434) | __WEAK void EvrRtxEventFlagsClear(osEventFlagsId_t ef_id, uint32_t flags) { function __WEAK (line 1446) | __WEAK void EvrRtxEventFlagsClearDone(osEventFlagsId_t ef_id, function __WEAK (line 1459) | __WEAK void EvrRtxEventFlagsGet(osEventFlagsId_t ef_id, uint32_t event_f... function __WEAK (line 1471) | __WEAK void EvrRtxEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, function __WEAK (line 1487) | __WEAK void EvrRtxEventFlagsWaitPending(osEventFlagsId_t ef_id, uint32_t... function __WEAK (line 1503) | __WEAK void EvrRtxEventFlagsWaitTimeout(osEventFlagsId_t ef_id) { function __WEAK (line 1514) | __WEAK void EvrRtxEventFlagsWaitCompleted(osEventFlagsId_t ef_id, function __WEAK (line 1531) | __WEAK void EvrRtxEventFlagsWaitNotCompleted(osEventFlagsId_t ef_id, function __WEAK (line 1546) | __WEAK void EvrRtxEventFlagsDelete(osEventFlagsId_t ef_id) { function __WEAK (line 1557) | __WEAK void EvrRtxEventFlagsDestroyed(osEventFlagsId_t ef_id) { function __WEAK (line 1570) | __WEAK void EvrRtxMutexError(osMutexId_t mutex_id, int32_t status) { function __WEAK (line 1582) | __WEAK void EvrRtxMutexNew(const osMutexAttr_t *attr) { function __WEAK (line 1593) | __WEAK void EvrRtxMutexCreated(osMutexId_t mutex_id, const char *name) { function __WEAK (line 1605) | __WEAK void EvrRtxMutexGetName(osMutexId_t mutex_id, const char *name) { function __WEAK (line 1617) | __WEAK void EvrRtxMutexAcquire(osMutexId_t mutex_id, uint32_t timeout) { function __WEAK (line 1629) | __WEAK void EvrRtxMutexAcquirePending(osMutexId_t mutex_id, uint32_t tim... function __WEAK (line 1641) | __WEAK void EvrRtxMutexAcquireTimeout(osMutexId_t mutex_id) { function __WEAK (line 1652) | __WEAK void EvrRtxMutexAcquired(osMutexId_t mutex_id, uint32_t lock) { function __WEAK (line 1664) | __WEAK void EvrRtxMutexNotAcquired(osMutexId_t mutex_id) { function __WEAK (line 1675) | __WEAK void EvrRtxMutexRelease(osMutexId_t mutex_id) { function __WEAK (line 1686) | __WEAK void EvrRtxMutexReleased(osMutexId_t mutex_id, uint32_t lock) { function __WEAK (line 1698) | __WEAK void EvrRtxMutexGetOwner(osMutexId_t mutex_id, osThreadId_t threa... function __WEAK (line 1711) | __WEAK void EvrRtxMutexDelete(osMutexId_t mutex_id) { function __WEAK (line 1722) | __WEAK void EvrRtxMutexDestroyed(osMutexId_t mutex_id) { function __WEAK (line 1735) | __WEAK void EvrRtxSemaphoreError(osSemaphoreId_t semaphore_id, int32_t s... function __WEAK (line 1748) | __WEAK void EvrRtxSemaphoreNew(uint32_t max_count, uint32_t initial_count, function __WEAK (line 1763) | __WEAK void EvrRtxSemaphoreCreated(osSemaphoreId_t semaphore_id, function __WEAK (line 1777) | __WEAK void EvrRtxSemaphoreGetName(osSemaphoreId_t semaphore_id, function __WEAK (line 1791) | __WEAK void EvrRtxSemaphoreAcquire(osSemaphoreId_t semaphore_id, function __WEAK (line 1804) | __WEAK void EvrRtxSemaphoreAcquirePending(osSemaphoreId_t semaphore_id, function __WEAK (line 1818) | __WEAK void EvrRtxSemaphoreAcquireTimeout(osSemaphoreId_t semaphore_id) { function __WEAK (line 1829) | __WEAK void EvrRtxSemaphoreAcquired(osSemaphoreId_t semaphore_id, function __WEAK (line 1842) | __WEAK void EvrRtxSemaphoreNotAcquired(osSemaphoreId_t semaphore_id) { function __WEAK (line 1853) | __WEAK void EvrRtxSemaphoreRelease(osSemaphoreId_t semaphore_id) { function __WEAK (line 1864) | __WEAK void EvrRtxSemaphoreReleased(osSemaphoreId_t semaphore_id, function __WEAK (line 1877) | __WEAK void EvrRtxSemaphoreGetCount(osSemaphoreId_t semaphore_id, function __WEAK (line 1890) | __WEAK void EvrRtxSemaphoreDelete(osSemaphoreId_t semaphore_id) { function __WEAK (line 1901) | __WEAK void EvrRtxSemaphoreDestroyed(osSemaphoreId_t semaphore_id) { function __WEAK (line 1914) | __WEAK void EvrRtxMemoryPoolError(osMemoryPoolId_t mp_id, int32_t status) { function __WEAK (line 1926) | __WEAK void EvrRtxMemoryPoolNew(uint32_t block_count, uint32_t block_size, function __WEAK (line 1941) | __WEAK void EvrRtxMemoryPoolCreated(osMemoryPoolId_t mp_id, const char *... function __WEAK (line 1953) | __WEAK void EvrRtxMemoryPoolGetName(osMemoryPoolId_t mp_id, const char *... function __WEAK (line 1965) | __WEAK void EvrRtxMemoryPoolAlloc(osMemoryPoolId_t mp_id, uint32_t timeo... function __WEAK (line 1977) | __WEAK void EvrRtxMemoryPoolAllocPending(osMemoryPoolId_t mp_id, function __WEAK (line 1990) | __WEAK void EvrRtxMemoryPoolAllocTimeout(osMemoryPoolId_t mp_id) { function __WEAK (line 2001) | __WEAK void EvrRtxMemoryPoolAllocated(osMemoryPoolId_t mp_id, void *bloc... function __WEAK (line 2014) | __WEAK void EvrRtxMemoryPoolAllocFailed(osMemoryPoolId_t mp_id) { function __WEAK (line 2025) | __WEAK void EvrRtxMemoryPoolFree(osMemoryPoolId_t mp_id, void *block) { function __WEAK (line 2037) | __WEAK void EvrRtxMemoryPoolDeallocated(osMemoryPoolId_t mp_id, void *bl... function __WEAK (line 2050) | __WEAK void EvrRtxMemoryPoolFreeFailed(osMemoryPoolId_t mp_id, void *blo... function __WEAK (line 2063) | __WEAK void EvrRtxMemoryPoolGetCapacity(osMemoryPoolId_t mp_id, function __WEAK (line 2076) | __WEAK void EvrRtxMemoryPoolGetBlockSize(osMemoryPoolId_t mp_id, function __WEAK (line 2089) | __WEAK void EvrRtxMemoryPoolGetCount(osMemoryPoolId_t mp_id, uint32_t co... function __WEAK (line 2101) | __WEAK void EvrRtxMemoryPoolGetSpace(osMemoryPoolId_t mp_id, uint32_t sp... function __WEAK (line 2113) | __WEAK void EvrRtxMemoryPoolDelete(osMemoryPoolId_t mp_id) { function __WEAK (line 2124) | __WEAK void EvrRtxMemoryPoolDestroyed(osMemoryPoolId_t mp_id) { function __WEAK (line 2137) | __WEAK void EvrRtxMessageQueueError(osMessageQueueId_t mq_id, int32_t st... function __WEAK (line 2150) | __WEAK void EvrRtxMessageQueueNew(uint32_t msg_count, uint32_t msg_size, function __WEAK (line 2165) | __WEAK void EvrRtxMessageQueueCreated(osMessageQueueId_t mq_id, function __WEAK (line 2179) | __WEAK void EvrRtxMessageQueueGetName(osMessageQueueId_t mq_id, function __WEAK (line 2193) | __WEAK void EvrRtxMessageQueuePut(osMessageQueueId_t mq_id, const void *... function __WEAK (line 2209) | __WEAK void EvrRtxMessageQueuePutPending(osMessageQueueId_t mq_id, function __WEAK (line 2225) | __WEAK void EvrRtxMessageQueuePutTimeout(osMessageQueueId_t mq_id) { function __WEAK (line 2236) | __WEAK void EvrRtxMessageQueueInsertPending(osMessageQueueId_t mq_id, function __WEAK (line 2250) | __WEAK void EvrRtxMessageQueueInserted(osMessageQueueId_t mq_id, function __WEAK (line 2264) | __WEAK void EvrRtxMessageQueueNotInserted(osMessageQueueId_t mq_id, function __WEAK (line 2278) | __WEAK void EvrRtxMessageQueueGet(osMessageQueueId_t mq_id, void *msg_ptr, function __WEAK (line 2294) | __WEAK void EvrRtxMessageQueueGetPending(osMessageQueueId_t mq_id, function __WEAK (line 2309) | __WEAK void EvrRtxMessageQueueGetTimeout(osMessageQueueId_t mq_id) { function __WEAK (line 2320) | __WEAK void EvrRtxMessageQueueRetrieved(osMessageQueueId_t mq_id, function __WEAK (line 2334) | __WEAK void EvrRtxMessageQueueNotRetrieved(osMessageQueueId_t mq_id, function __WEAK (line 2348) | __WEAK void EvrRtxMessageQueueGetCapacity(osMessageQueueId_t mq_id, function __WEAK (line 2361) | __WEAK void EvrRtxMessageQueueGetMsgSize(osMessageQueueId_t mq_id, function __WEAK (line 2374) | __WEAK void EvrRtxMessageQueueGetCount(osMessageQueueId_t mq_id, function __WEAK (line 2387) | __WEAK void EvrRtxMessageQueueGetSpace(osMessageQueueId_t mq_id, function __WEAK (line 2400) | __WEAK void EvrRtxMessageQueueReset(osMessageQueueId_t mq_id) { function __WEAK (line 2411) | __WEAK void EvrRtxMessageQueueResetDone(osMessageQueueId_t mq_id) { function __WEAK (line 2422) | __WEAK void EvrRtxMessageQueueDelete(osMessageQueueId_t mq_id) { function __WEAK (line 2433) | __WEAK void EvrRtxMessageQueueDestroyed(osMessageQueueId_t mq_id) { FILE: rtos/rtx5/rtx_kernel.c function KernelBlock (line 45) | static void KernelBlock(void) { function KernelUnblock (line 59) | static void KernelUnblock(void) { function osStatus_t (line 76) | static osStatus_t svcRtxKernelInitialize(void) { function osStatus_t (line 194) | static osStatus_t svcRtxKernelGetInfo(osVersion_t *version, char *id_buf, function osKernelState_t (line 219) | static osKernelState_t svcRtxKernelGetState(void) { function osStatus_t (line 227) | static osStatus_t svcRtxKernelStart(void) { function svcRtxKernelLock (line 278) | static int32_t svcRtxKernelLock(void) { function svcRtxKernelUnlock (line 301) | static int32_t svcRtxKernelUnlock(void) { function svcRtxKernelRestoreLock (line 324) | static int32_t svcRtxKernelRestoreLock(int32_t lock) { function svcRtxKernelSuspend (line 357) | static uint32_t svcRtxKernelSuspend(void) { function svcRtxKernelResume (line 398) | static void svcRtxKernelResume(uint32_t sleep_ticks) { function svcRtxKernelGetTickCount (line 503) | static uint32_t svcRtxKernelGetTickCount(void) { function svcRtxKernelGetTickFreq (line 510) | static uint32_t svcRtxKernelGetTickFreq(void) { function svcRtxKernelGetSysTimerCount (line 517) | static uint32_t svcRtxKernelGetSysTimerCount(void) { function svcRtxKernelGetSysTimerFreq (line 534) | static uint32_t svcRtxKernelGetSysTimerFreq(void) { function __WEAK (line 564) | __WEAK void osRtxKernelPreInit(void) {} function osStatus_t (line 569) | osStatus_t osKernelInitialize(void) { function osStatus_t (line 584) | osStatus_t osKernelGetInfo(osVersion_t *version, char *id_buf, function osKernelState_t (line 598) | osKernelState_t osKernelGetState(void) { function osStatus_t (line 610) | osStatus_t osKernelStart(void) { function osKernelLock (line 624) | int32_t osKernelLock(void) { function osKernelUnlock (line 638) | int32_t osKernelUnlock(void) { function osKernelRestoreLock (line 652) | int32_t osKernelRestoreLock(int32_t lock) { function osKernelSuspend (line 666) | uint32_t osKernelSuspend(void) { function osKernelResume (line 680) | void osKernelResume(uint32_t sleep_ticks) { function osKernelGetTickCount (line 691) | uint32_t osKernelGetTickCount(void) { function osKernelGetTickFreq (line 703) | uint32_t osKernelGetTickFreq(void) { function osKernelGetSysTimerCount (line 715) | uint32_t osKernelGetSysTimerCount(void) { function osKernelGetSysTimerFreq (line 727) | uint32_t osKernelGetSysTimerFreq(void) { FILE: rtos/rtx5/rtx_lib.c function osRtxThreadStackCheck (line 119) | void osRtxThreadStackCheck(void) {} function osRtxTimerThread (line 225) | void osRtxTimerThread(void *argument) { (void)argument; } function __STATIC_INLINE (line 431) | __STATIC_INLINE void evr_initialize(void) { function __WEAK (line 662) | __WEAK void _platform_post_stackheap_init(void) { (void)osKernelInitiali... function set_main_stack (line 682) | void set_main_stack(void) { function __WEAK (line 694) | __WEAK void software_init_hook(void) { function osRtxKernelPreInit (line 724) | void osRtxKernelPreInit(void) { function os_kernel_is_active (line 752) | __attribute__((section(".bss.os.libspace"))); function _mutex_initialize (line 803) | int _mutex_initialize(mutex *m) { function _mutex_acquire (line 819) | void _mutex_acquire(mutex *m) { function _mutex_release (line 828) | void _mutex_release(mutex *m) { function _mutex_free (line 837) | void _mutex_free(mutex *m) { (void)osMutexDelete(*m); } FILE: rtos/rtx5/rtx_lib.h function __STATIC_INLINE (line 59) | __STATIC_INLINE os_thread_t *osRtxThreadId (osThreadId_t thread_id) { function __STATIC_INLINE (line 64) | __STATIC_INLINE os_timer_t *osRtxTimerId (osTimerId_t timer_id) { function __STATIC_INLINE (line 69) | __STATIC_INLINE os_event_flags_t *osRtxEventFlagsId (osEventFlagsId_t ef... function __STATIC_INLINE (line 74) | __STATIC_INLINE os_mutex_t *osRtxMutexId (osMutexId_t mutex_id) { function __STATIC_INLINE (line 79) | __STATIC_INLINE os_semaphore_t *osRtxSemaphoreId (osSemaphoreId_t semaph... function __STATIC_INLINE (line 84) | __STATIC_INLINE os_memory_pool_t *osRtxMemoryPoolId (osMemoryPoolId_t mp... function __STATIC_INLINE (line 89) | __STATIC_INLINE os_message_queue_t *osRtxMessageQueueId (osMessageQueueI... function __STATIC_INLINE (line 95) | __STATIC_INLINE os_object_t *osRtxObject (void *object) { function __STATIC_INLINE (line 101) | __STATIC_INLINE os_thread_t *osRtxThreadObject (os_object_t *object) { function __STATIC_INLINE (line 106) | __STATIC_INLINE os_timer_t *osRtxTimerObject (os_object_t *object) { function __STATIC_INLINE (line 111) | __STATIC_INLINE os_event_flags_t *osRtxEventFlagsObject (os_object_t *ob... function __STATIC_INLINE (line 116) | __STATIC_INLINE os_mutex_t *osRtxMutexObject (os_object_t *object) { function __STATIC_INLINE (line 121) | __STATIC_INLINE os_semaphore_t *osRtxSemaphoreObject (os_object_t *objec... function __STATIC_INLINE (line 126) | __STATIC_INLINE os_memory_pool_t *osRtxMemoryPoolObject (os_object_t *ob... function __STATIC_INLINE (line 131) | __STATIC_INLINE os_message_queue_t *osRtxMessageQueueObject (os_object_t... function __STATIC_INLINE (line 136) | __STATIC_INLINE os_message_t *osRtxMessageObject (os_object_t *object) { function osRtxKernelState (line 142) | osRtxKernelState (void) { function __STATIC_INLINE (line 148) | __STATIC_INLINE osThreadState_t osRtxThreadState (const os_thread_t *thr... function __STATIC_INLINE (line 155) | __STATIC_INLINE osPriority_t osRtxThreadPriority (const os_thread_t *thr... function __STATIC_INLINE (line 161) | __STATIC_INLINE uint8_t osRtxKernelGetState (void) { function __STATIC_INLINE (line 166) | __STATIC_INLINE os_thread_t *osRtxThreadGetRunning (void) { function __STATIC_INLINE (line 169) | __STATIC_INLINE void osRtxThreadSetRunning (os_thread_t *thread) { FILE: rtos/rtx5/rtx_memory.c type mem_head_t (line 29) | typedef struct { type mem_block_t (line 35) | typedef struct mem_block_s { function __STATIC_INLINE (line 45) | __STATIC_INLINE mem_head_t *MemHeadPtr(void *mem) { function __STATIC_INLINE (line 52) | __STATIC_INLINE mem_block_t *MemBlockPtr(void *mem, uint32_t offset) { function __WEAK (line 70) | __WEAK uint32_t osRtxMemoryInit(void *mem, uint32_t size) { function __WEAK (line 106) | __WEAK void *osRtxMemoryAlloc(void *mem, uint32_t size, uint32_t type) { function __WEAK (line 175) | __WEAK uint32_t osRtxMemoryFree(void *mem, void *block) { FILE: rtos/rtx5/rtx_mempool.c function osRtxMemoryPoolInit (line 42) | uint32_t osRtxMemoryPoolInit(os_mp_info_t *mp_info, uint32_t block_count, function osStatus_t (line 125) | osStatus_t osRtxMemoryPoolFree(os_mp_info_t *mp_info, void *block) { function osRtxMemoryPoolPostProcess (line 164) | static void osRtxMemoryPoolPostProcess(os_memory_pool_t *mp) { function osMemoryPoolId_t (line 186) | static osMemoryPoolId_t svcRtxMemoryPoolNew(uint32_t block_count, function osStatus_t (line 384) | static osStatus_t svcRtxMemoryPoolFree(osMemoryPoolId_t mp_id, void *blo... function svcRtxMemoryPoolGetCapacity (line 422) | static uint32_t svcRtxMemoryPoolGetCapacity(osMemoryPoolId_t mp_id) { function svcRtxMemoryPoolGetBlockSize (line 439) | static uint32_t svcRtxMemoryPoolGetBlockSize(osMemoryPoolId_t mp_id) { function svcRtxMemoryPoolGetCount (line 456) | static uint32_t svcRtxMemoryPoolGetCount(osMemoryPoolId_t mp_id) { function svcRtxMemoryPoolGetSpace (line 473) | static uint32_t svcRtxMemoryPoolGetSpace(osMemoryPoolId_t mp_id) { function osStatus_t (line 491) | static osStatus_t svcRtxMemoryPoolDelete(osMemoryPoolId_t mp_id) { function __STATIC_INLINE (line 579) | __STATIC_INLINE function osMemoryPoolId_t (line 607) | osMemoryPoolId_t osMemoryPoolNew(uint32_t block_count, uint32_t block_size, function osStatus_t (line 648) | osStatus_t osMemoryPoolFree(osMemoryPoolId_t mp_id, void *block) { function osMemoryPoolGetCapacity (line 661) | uint32_t osMemoryPoolGetCapacity(osMemoryPoolId_t mp_id) { function osMemoryPoolGetBlockSize (line 673) | uint32_t osMemoryPoolGetBlockSize(osMemoryPoolId_t mp_id) { function osMemoryPoolGetCount (line 685) | uint32_t osMemoryPoolGetCount(osMemoryPoolId_t mp_id) { function osMemoryPoolGetSpace (line 697) | uint32_t osMemoryPoolGetSpace(osMemoryPoolId_t mp_id) { function osStatus_t (line 709) | osStatus_t osMemoryPoolDelete(osMemoryPoolId_t mp_id) { FILE: rtos/rtx5/rtx_msgqueue.c function MessageQueuePut (line 39) | static void MessageQueuePut(os_message_queue_t *mq, os_message_t *msg) { function os_message_t (line 87) | static os_message_t *MessageQueueGet(os_message_queue_t *mq) { function MessageQueueRemove (line 141) | static void MessageQueueRemove(os_message_queue_t *mq, function osRtxMessageQueuePostProcess (line 160) | static void osRtxMessageQueuePostProcess(os_message_t *msg) { function osMessageQueueId_t (line 236) | static osMessageQueueId_t function osStatus_t (line 402) | static osStatus_t svcRtxMessageQueuePut(osMessageQueueId_t mq_id, function osStatus_t (line 482) | static osStatus_t svcRtxMessageQueueGet(osMessageQueueId_t mq_id, void *... function svcRtxMessageQueueGetCapacity (line 564) | static uint32_t svcRtxMessageQueueGetCapacity(osMessageQueueId_t mq_id) { function svcRtxMessageQueueGetMsgSize (line 581) | static uint32_t svcRtxMessageQueueGetMsgSize(osMessageQueueId_t mq_id) { function svcRtxMessageQueueGetCount (line 598) | static uint32_t svcRtxMessageQueueGetCount(osMessageQueueId_t mq_id) { function svcRtxMessageQueueGetSpace (line 615) | static uint32_t svcRtxMessageQueueGetSpace(osMessageQueueId_t mq_id) { function osStatus_t (line 632) | static osStatus_t svcRtxMessageQueueReset(osMessageQueueId_t mq_id) { function osStatus_t (line 695) | static osStatus_t svcRtxMessageQueueDelete(osMessageQueueId_t mq_id) { function __STATIC_INLINE (line 805) | __STATIC_INLINE function osMessageQueueId_t (line 846) | osMessageQueueId_t osMessageQueueNew(uint32_t msg_count, uint32_t msg_size, function osStatus_t (line 874) | osStatus_t osMessageQueuePut(osMessageQueueId_t mq_id, const void *msg_ptr, function osStatus_t (line 888) | osStatus_t osMessageQueueGet(osMessageQueueId_t mq_id, void *msg_ptr, function osMessageQueueGetCapacity (line 902) | uint32_t osMessageQueueGetCapacity(osMessageQueueId_t mq_id) { function osMessageQueueGetMsgSize (line 914) | uint32_t osMessageQueueGetMsgSize(osMessageQueueId_t mq_id) { function osMessageQueueGetCount (line 926) | uint32_t osMessageQueueGetCount(osMessageQueueId_t mq_id) { function osMessageQueueGetSpace (line 938) | uint32_t osMessageQueueGetSpace(osMessageQueueId_t mq_id) { function osStatus_t (line 950) | osStatus_t osMessageQueueReset(osMessageQueueId_t mq_id) { function osStatus_t (line 964) | osStatus_t osMessageQueueDelete(osMessageQueueId_t mq_id) { FILE: rtos/rtx5/rtx_mutex.c function osRtxMutexOwnerRelease (line 39) | void osRtxMutexOwnerRelease(os_mutex_t *mutex_list) { function osMutexId_t (line 77) | static osMutexId_t svcRtxMutexNew(const osMutexAttr_t *attr) { function osStatus_t (line 177) | static osStatus_t svcRtxMutexAcquire(osMutexId_t mutex_id, uint32_t time... function osStatus_t (line 255) | static osStatus_t svcRtxMutexRelease(osMutexId_t mutex_id) { function osThreadId_t (line 348) | static osThreadId_t svcRtxMutexGetOwner(osMutexId_t mutex_id) { function osStatus_t (line 372) | static osStatus_t svcRtxMutexDelete(osMutexId_t mutex_id) { function osStatus_t (line 488) | osStatus_t osMutexAcquire(osMutexId_t mutex_id, uint32_t timeout) { function osStatus_t (line 502) | osStatus_t osMutexRelease(osMutexId_t mutex_id) { function osThreadId_t (line 516) | osThreadId_t osMutexGetOwner(osMutexId_t mutex_id) { function osStatus_t (line 529) | osStatus_t osMutexDelete(osMutexId_t mutex_id) { FILE: rtos/rtx5/rtx_semaphore.c function SemaphoreTokenDecrement (line 39) | static uint32_t SemaphoreTokenDecrement(os_semaphore_t *semaphore) { function SemaphoreTokenIncrement (line 72) | static uint32_t SemaphoreTokenIncrement(os_semaphore_t *semaphore) { function osRtxSemaphorePostProcess (line 107) | static void osRtxSemaphorePostProcess(os_semaphore_t *semaphore) { function osSemaphoreId_t (line 126) | static osSemaphoreId_t svcRtxSemaphoreNew(uint32_t max_count, function osStatus_t (line 234) | static osStatus_t svcRtxSemaphoreAcquire(osSemaphoreId_t semaphore_id, function osStatus_t (line 272) | static osStatus_t svcRtxSemaphoreRelease(osSemaphoreId_t semaphore_id) { function svcRtxSemaphoreGetCount (line 308) | static uint32_t svcRtxSemaphoreGetCount(osSemaphoreId_t semaphore_id) { function osStatus_t (line 325) | static osStatus_t svcRtxSemaphoreDelete(osSemaphoreId_t semaphore_id) { function __STATIC_INLINE (line 409) | __STATIC_INLINE function osSemaphoreId_t (line 438) | osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, function osStatus_t (line 466) | osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t tim... function osStatus_t (line 479) | osStatus_t osSemaphoreRelease(osSemaphoreId_t semaphore_id) { function osSemaphoreGetCount (line 492) | uint32_t osSemaphoreGetCount(osSemaphoreId_t semaphore_id) { function osStatus_t (line 504) | osStatus_t osSemaphoreDelete(osSemaphoreId_t semaphore_id) { FILE: rtos/rtx5/rtx_system.c function isr_queue_put (line 33) | static uint32_t isr_queue_put(os_object_t *object) { function os_object_t (line 76) | static os_object_t *isr_queue_get(void) { function osRtxTick_Handler (line 117) | void osRtxTick_Handler(void) { function osRtxPendSV_Handler (line 170) | void osRtxPendSV_Handler(void) { function osRtxPostProcess (line 205) | void osRtxPostProcess(os_object_t *object) { FILE: rtos/rtx5/rtx_thread.c function rtx_get_hwticks (line 36) | uint32_t rtx_get_hwticks(void) { return hal_sys_timer_get(); } function ThreadFlagsSet (line 45) | static uint32_t ThreadFlagsSet(os_thread_t *thread, uint32_t flags) { function ThreadFlagsClear (line 71) | static uint32_t ThreadFlagsClear(os_thread_t *thread, uint32_t flags) { function ThreadFlagsCheck (line 99) | static uint32_t ThreadFlagsCheck(os_thread_t *thread, uint32_t flags, function osRtxThreadListPut (line 149) | void osRtxThreadListPut(os_object_t *object, os_thread_t *thread) { function os_thread_t (line 172) | os_thread_t *osRtxThreadListGet(os_object_t *object) { function osRtxThreadListSort (line 215) | void osRtxThreadListSort(os_thread_t *thread) { function osRtxThreadListRemove (line 234) | void osRtxThreadListRemove(os_thread_t *thread) { function osRtxThreadListUnlink (line 247) | static void osRtxThreadListUnlink(os_thread_t **thread_list, function osRtxThreadReadyPut (line 263) | void osRtxThreadReadyPut(os_thread_t *thread) { function osRtxThreadDelayInsert (line 272) | static void osRtxThreadDelayInsert(os_thread_t *thread, uint32_t delay) { function osRtxThreadDelayRemove (line 315) | static void osRtxThreadDelayRemove(os_thread_t *thread) { function osRtxThreadDelayTick (line 342) | void osRtxThreadDelayTick(void) { function osRtxThreadBlock (line 412) | static void osRtxThreadBlock(os_thread_t *thread) { function osRtxThreadSwitch (line 439) | void osRtxThreadSwitch(os_thread_t *thread) { function osRtxThreadDispatch (line 457) | void osRtxThreadDispatch(os_thread_t *thread) { function osRtxThreadWaitExit (line 491) | void osRtxThreadWaitExit(os_thread_t *thread, uint32_t ret_val, function bool_t (line 512) | bool_t osRtxThreadWaitEnter(uint8_t state, uint32_t timeout) { function __WEAK (line 543) | __WEAK void osRtxThreadStackCheck(void) { function osRtxTzGetModuleId (line 560) | uint32_t osRtxTzGetModuleId(void) { function osRtxThreadPostProcess (line 579) | static void osRtxThreadPostProcess(os_thread_t *thread) { function osThreadId_t (line 598) | static osThreadId_t svcRtxThreadNew(osThreadFunc_t func, void *argument, function osThreadId_t (line 876) | static osThreadId_t svcRtxThreadGetId(void) { function osThreadState_t (line 886) | static osThreadState_t svcRtxThreadGetState(osThreadId_t thread_id) { function svcRtxThreadGetStackSize (line 906) | static uint32_t svcRtxThreadGetStackSize(osThreadId_t thread_id) { function svcRtxThreadGetStackSpace (line 923) | static uint32_t svcRtxThreadGetStackSpace(osThreadId_t thread_id) { function osStatus_t (line 961) | static osStatus_t svcRtxThreadSetPriority(osThreadId_t thread_id, function osPriority_t (line 993) | static osPriority_t svcRtxThreadGetPriority(osThreadId_t thread_id) { function osStatus_t (line 1020) | static osStatus_t svcRtxThreadYield(void) { function osStatus_t (line 1041) | static osStatus_t svcRtxThreadSuspend(osThreadId_t thread_id) { function osStatus_t (line 1099) | static osStatus_t svcRtxThreadResume(osThreadId_t thread_id) { function osRtxThreadFree (line 1128) | static void osRtxThreadFree(os_thread_t *thread) { function osStatus_t (line 1165) | static osStatus_t svcRtxThreadDetach(osThreadId_t thread_id) { function osStatus_t (line 1196) | static osStatus_t svcRtxThreadJoin(osThreadId_t thread_id) { function svcRtxThreadExit (line 1243) | static void svcRtxThreadExit(void) { function osStatus_t (line 1288) | static osStatus_t svcRtxThreadTerminate(osThreadId_t thread_id) { function svcRtxThreadGetCount (line 1367) | static uint32_t svcRtxThreadGetCount(void) { function svcRtxThreadEnumerate (line 1399) | static uint32_t svcRtxThreadEnumerate(osThreadId_t *thread_array, function svcRtxThreadFlagsSet (line 1448) | static uint32_t svcRtxThreadFlagsSet(osThreadId_t thread_id, uint32_t fl... function svcRtxThreadFlagsClear (line 1494) | static uint32_t svcRtxThreadFlagsClear(uint32_t flags) { function svcRtxThreadFlagsGet (line 1523) | static uint32_t svcRtxThreadFlagsGet(void) { function svcRtxThreadFlagsWait (line 1541) | static uint32_t svcRtxThreadFlagsWait(uint32_t flags, uint32_t options, function osStatus_t (line 1585) | osStatus_t svcRtxThreadSetHungCheck(osThreadId_t thread_id, int32_t enable, function rtx_task_idle_health_check (line 1598) | int rtx_task_idle_health_check(void) { return 0; } function bool_t (line 1667) | bool_t osRtxThreadStartup(void) { function osThreadId_t (line 1689) | osThreadId_t osThreadNew(osThreadFunc_t func, void *argument, function osThreadId_t (line 1717) | osThreadId_t osThreadGetId(void) { function osThreadState_t (line 1734) | osThreadState_t osThreadGetState(osThreadId_t thread_id) { function osThreadGetStackSize (line 1747) | uint32_t osThreadGetStackSize(osThreadId_t thread_id) { function osThreadGetStackSpace (line 1761) | uint32_t osThreadGetStackSpace(osThreadId_t thread_id) { function osStatus_t (line 1774) | osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t prio... function osPriority_t (line 1788) | osPriority_t osThreadGetPriority(osThreadId_t thread_id) { function osStatus_t (line 1801) | osStatus_t osThreadYield(void) { function osStatus_t (line 1815) | osStatus_t osThreadSuspend(osThreadId_t thread_id) { function osStatus_t (line 1829) | osStatus_t osThreadResume(osThreadId_t thread_id) { function osStatus_t (line 1843) | osStatus_t osThreadDetach(osThreadId_t thread_id) { function osStatus_t (line 1857) | osStatus_t osThreadJoin(osThreadId_t thread_id) { function __NO_RETURN (line 1871) | __NO_RETURN void osThreadExit(void) { function osStatus_t (line 1880) | osStatus_t osThreadTerminate(osThreadId_t thread_id) { function osThreadGetCount (line 1894) | uint32_t osThreadGetCount(void) { function osThreadEnumerate (line 1907) | uint32_t osThreadEnumerate(osThreadId_t *thread_array, uint32_t array_it... function osThreadFlagsSet (line 1920) | uint32_t osThreadFlagsSet(osThreadId_t thread_id, uint32_t flags) { function osThreadFlagsClear (line 1933) | uint32_t osThreadFlagsClear(uint32_t flags) { function osThreadFlagsGet (line 1947) | uint32_t osThreadFlagsGet(void) { function osThreadFlagsWait (line 1961) | uint32_t osThreadFlagsWait(uint32_t flags, uint32_t options, uint32_t ti... function osStatus_t (line 1975) | osStatus_t osThreadSetHungCheck(osThreadId_t thread_id, int32_t enable, FILE: rtos/rtx5/rtx_thread_dump.c type IRQ_STACK_FRAME_T (line 34) | struct IRQ_STACK_FRAME_T { function get_IPSR (line 47) | static inline uint32_t get_IPSR(void) { function get_PSP (line 54) | static inline uint32_t get_PSP(void) { type IRQ_STACK_FRAME_T (line 61) | struct IRQ_STACK_FRAME_T type IRQ_STACK_FRAME_T (line 89) | struct IRQ_STACK_FRAME_T function FLASH_TEXT_LOC (line 92) | FLASH_TEXT_LOC function rtx_show_all_threads (line 207) | void rtx_show_all_threads(void) { function print_hung_task (line 268) | static void print_hung_task(const os_thread_t *thread, function check_hung_thread (line 276) | static void check_hung_thread(const os_thread_t *thread) { function check_hung_threads (line 289) | void check_hung_threads(void) { function print_thread_sw_statitics (line 324) | static inline void print_thread_sw_statitics(const os_thread_t *thread) { function FLASH_TEXT_LOC (line 333) | FLASH_TEXT_LOC function FLASH_TEXT_LOC (line 353) | FLASH_TEXT_LOC FILE: rtos/rtx5/rtx_timer.c function TimerInsert (line 39) | static void TimerInsert(os_timer_t *timer, uint32_t tick) { function TimerRemove (line 65) | static void TimerRemove(const os_timer_t *timer) { function TimerUnlink (line 80) | static void TimerUnlink(const os_timer_t *timer) { function osRtxTimerTick (line 91) | static void osRtxTimerTick(void) { function osRtxTimerThread (line 118) | void osRtxTimerThread(void *argument) { function osTimerId_t (line 142) | static osTimerId_t svcRtxTimerNew(osTimerFunc_t func, osTimerType_t type, function osStatus_t (line 249) | static osStatus_t svcRtxTimerStart(osTimerId_t timer_id, uint32_t ticks) { function osStatus_t (line 281) | static osStatus_t svcRtxTimerStop(osTimerId_t timer_id) { function svcRtxTimerIsRunning (line 309) | static uint32_t svcRtxTimerIsRunning(osTimerId_t timer_id) { function osStatus_t (line 333) | static osStatus_t svcRtxTimerDelete(osTimerId_t timer_id) { function osStatus_t (line 410) | osStatus_t osTimerStart(osTimerId_t timer_id, uint32_t ticks) { function osStatus_t (line 424) | osStatus_t osTimerStop(osTimerId_t timer_id) { function osTimerIsRunning (line 438) | uint32_t osTimerIsRunning(osTimerId_t timer_id) { function osStatus_t (line 451) | osStatus_t osTimerDelete(osTimerId_t timer_id) { FILE: services/anc_spp_tool/anc_parse_data.h type PROGRAMMER_STATE (line 35) | enum PROGRAMMER_STATE{ type DATA_BUF_STATE (line 41) | enum DATA_BUF_STATE { type FLASH_CMD_TYPE (line 48) | enum FLASH_CMD_TYPE { type CUST_CMD_STAGE (line 54) | enum CUST_CMD_STAGE { type CUST_CMD_PARAM (line 62) | struct CUST_CMD_PARAM { type ERR_CODE (line 72) | enum ERR_CODE type CUST_CMD_PARAM (line 72) | struct CUST_CMD_PARAM type message_t (line 77) | struct message_t FILE: services/app_ai/inc/app_ai_algorithm.h type AI_AEC_CACHE_STATE_E (line 5) | typedef enum { FILE: services/app_ai/inc/app_ai_if.h type AI_SPEC_TYPE_E (line 28) | typedef enum { type AI_CONNECTION_STATE_T (line 41) | typedef struct{ type AI_CAPTURE_BUFFER_T (line 48) | typedef struct{ FILE: services/app_ai/inc/app_ai_if_thirdparty.h type THIRDPARTY_AI_MEMPOOL_BUFFER_T (line 26) | typedef struct{ FILE: services/app_ai/inc/app_ai_tws.h type APP_AI_TWS_REBOOT_T (line 15) | typedef struct FILE: services/app_ai/src/app_ai_algorithm.cpp function CP_TEXT_SRAM_LOC (line 118) | CP_TEXT_SRAM_LOC function app_ai_aec_get_data_from_cache (line 170) | bool app_ai_aec_get_data_from_cache(uint8_t *buf, uint32_t length) { function app_ai_aec_mic_data_handle (line 199) | void app_ai_aec_mic_data_handle(uint8_t *buf, uint32_t length) { function app_ai_algorithm_mic_data_handle (line 233) | void app_ai_algorithm_mic_data_handle(uint8_t *buf, uint32_t length) { function AI_TEXT_SRAM_LOC (line 288) | AI_TEXT_SRAM_LOC function cp_aec_main (line 312) | AI_TEXT_SRAM_LOC type cp_task_desc (line 324) | struct cp_task_desc function cp_aec_init (line 326) | void cp_aec_init(void) { function cp_aec_deinit (line 349) | void cp_aec_deinit(void) { function app_ai_algorithm_init (line 360) | void app_ai_algorithm_init(void) { FILE: services/app_ai/src/app_ai_if.cpp function app_ai_key_event_handle (line 59) | void app_ai_key_event_handle(void *param1, uint32_t param2) { function ai_if_is_ai_stream_mic_open (line 82) | bool ai_if_is_ai_stream_mic_open(void) { function app_ai_if_get_ble_connection_index (line 92) | uint8_t app_ai_if_get_ble_connection_index(void) { function app_ai_if_get_ai_spec (line 102) | uint32_t app_ai_if_get_ai_spec(void) { function POSSIBLY_UNUSED (line 124) | static POSSIBLY_UNUSED void app_ai_if_mempool_init(void) { function app_ai_if_mempool_deinit (line 138) | void app_ai_if_mempool_deinit(void) { function app_ai_if_mempool_get_buff (line 148) | void app_ai_if_mempool_get_buff(uint8_t **buff, uint32_t size) { function app_ai_if_mobile_connect_handle (line 172) | void app_ai_if_mobile_connect_handle(bt_bdaddr_t *_addr) { function app_ai_voice_init (line 198) | void app_ai_voice_init(void) { function app_ai_if_inform_music_or_prompt_status (line 247) | void app_ai_if_inform_music_or_prompt_status(bool isOn, uint32_t sampleR... function app_ai_if_is_music_or_prompt_ongoing (line 252) | bool app_ai_if_is_music_or_prompt_ongoing(void) { function app_ai_if_get_music_or_prompt_sample_rate (line 260) | uint32_t app_ai_if_get_music_or_prompt_sample_rate(void) { function app_ai_if_pre_music_or_prompt_check (line 277) | void app_ai_if_pre_music_or_prompt_check(void) { FILE: services/app_ai/src/app_ai_if_custom_ui.cpp function app_ai_if_custom_ui_global_handler_ind (line 22) | static void app_ai_if_custom_ui_global_handler_ind(uint32_t cmd, void *p... function app_ai_if_custom_ui_send_cmd (line 87) | bool app_ai_if_custom_ui_send_cmd(uint8_t *cmd_buf, uint16_t cmd_len) { function app_ai_if_custom_init (line 109) | void app_ai_if_custom_init(void) { FILE: services/app_ai/src/app_ai_if_gsound.cpp function app_ai_if_gsound_service_enable_switch (line 9) | void app_ai_if_gsound_service_enable_switch(bool onOff) { FILE: services/app_ai/src/app_ai_if_thirdparty.cpp function POSSIBLY_UNUSED (line 22) | POSSIBLY_UNUSED void app_ai_if_thirdparty_mempool_init(void) { function app_ai_if_thirdparty_mempool_deinit (line 37) | void app_ai_if_thirdparty_mempool_deinit(void) { function app_ai_if_thirdparty_mempool_get_buff (line 49) | void app_ai_if_thirdparty_mempool_get_buff(uint8_t **buff, uint32_t size) { function app_ai_if_thirdparty_start_stream_by_app_audio_manager (line 74) | void app_ai_if_thirdparty_start_stream_by_app_audio_manager(void) { function app_ai_if_thirdparty_stop_stream_by_app_audio_manager (line 81) | void app_ai_if_thirdparty_stop_stream_by_app_audio_manager(void) { function app_ai_if_thirdparty_event_handle (line 88) | int app_ai_if_thirdparty_event_handle(THIRDPARTY_FUNC_ID funcId, function app_ai_if_thirdparty_init (line 97) | void app_ai_if_thirdparty_init(void) { FILE: services/app_ai/src/app_ai_manager_api.cpp function app_ai_manager_is_in_multi_ai_mode (line 12) | bool app_ai_manager_is_in_multi_ai_mode(void) { function app_ai_manager_voicekey_is_enable (line 20) | bool app_ai_manager_voicekey_is_enable(void) { function app_ai_manager_voicekey_save_status (line 28) | void app_ai_manager_voicekey_save_status(bool state) { function app_ai_manager_switch_spec (line 34) | void app_ai_manager_switch_spec(AI_SPEC_TYPE_E ai_spec) { function app_ai_manager_set_current_spec (line 40) | void app_ai_manager_set_current_spec(AI_SPEC_TYPE_E ai_spec) { function app_ai_manager_get_current_spec (line 46) | uint8_t app_ai_manager_get_current_spec(void) { function app_ai_manager_is_need_reboot (line 54) | bool app_ai_manager_is_need_reboot(void) { function app_ai_manager_enable (line 62) | void app_ai_manager_enable(bool isEnabled, AI_SPEC_TYPE_E ai_spec) { function app_ai_manager_set_spec_connected_status (line 68) | void app_ai_manager_set_spec_connected_status(AI_SPEC_TYPE_E ai_spec, function app_ai_manager_get_spec_connected_status (line 75) | int8_t app_ai_manager_get_spec_connected_status(uint8_t ai_spec) { function app_ai_manager_spec_get_status_is_in_invalid (line 83) | bool app_ai_manager_spec_get_status_is_in_invalid(void) { function app_ai_manager_set_spec_update_flag (line 91) | void app_ai_manager_set_spec_update_flag(bool onOff) { function app_ai_manager_get_spec_update_flag (line 97) | bool app_ai_manager_get_spec_update_flag(void) { function app_ai_manager_spec_update_start_reboot (line 105) | void app_ai_manager_spec_update_start_reboot(void) { function app_ai_manager_init (line 111) | void app_ai_manager_init(void) { FILE: services/app_ai/src/app_ai_tws.cpp function app_ai_role_switch_timeout_cb (line 47) | static void app_ai_role_switch_timeout_cb(void const *n) { function app_ai_ble_disc_timeout_cb (line 59) | static void app_ai_ble_disc_timeout_cb(void const *n) { function app_ai_let_slave_continue_roleswitch (line 66) | void app_ai_let_slave_continue_roleswitch(void) { function app_ai_tws_role_switch_direct (line 73) | bool app_ai_tws_role_switch_direct(void) { function app_ai_tws_role_switch_dis_ble (line 104) | bool app_ai_tws_role_switch_dis_ble(void) { function app_ai_tws_slave_request_master_role_switch (line 131) | static void app_ai_tws_slave_request_master_role_switch(void) { function app_ai_tws_master_role_switch (line 142) | bool app_ai_tws_master_role_switch(void) { function app_ai_role_switch (line 173) | bool app_ai_role_switch(void) { function app_ai_tws_role_switch_prepare (line 204) | uint32_t app_ai_tws_role_switch_prepare(uint32_t *wait_ms) { function app_ai_tws_master_role_switch_prepare (line 223) | void app_ai_tws_master_role_switch_prepare(void) { function app_ai_tws_role_switch_prepare_done (line 229) | void app_ai_tws_role_switch_prepare_done(void) { function app_ai_tws_role_switch (line 237) | void app_ai_tws_role_switch(void) { function app_ai_tws_role_switch_complete (line 245) | void app_ai_tws_role_switch_complete(void) { function app_ai_tws_sync_info_prepare_handler (line 282) | void app_ai_tws_sync_info_prepare_handler(uint8_t *buf, uint16_t *length) { function app_ai_tws_sync_info_received_handler (line 290) | void app_ai_tws_sync_info_received_handler(uint8_t *buf, uint16_t length) { function app_ai_tws_sync_init (line 296) | void app_ai_tws_sync_init(void) { function app_ai_tws_sync_ai_info (line 319) | void app_ai_tws_sync_ai_info(void) { function ai_manager_sync_info_prepare_handler (line 325) | void ai_manager_sync_info_prepare_handler(uint8_t *buf, uint16_t *length) { function ai_manager_sync_info_received_handler (line 333) | void ai_manager_sync_info_received_handler(uint8_t *buf, uint16_t length) { function ai_manager_sync_info_received_rsp_handler (line 339) | void ai_manager_sync_info_received_rsp_handler(uint8_t *buf, uint16_t le... function ai_manager_sync_init (line 345) | void ai_manager_sync_init(void) { function app_ai_tws_sync_ai_manager_info (line 359) | void app_ai_tws_sync_ai_manager_info(void) { function gsound_connect_sync_info_prepare_handler (line 366) | static void gsound_connect_sync_info_prepare_handler(uint8_t *buf, function gsound_connect_sync_info_received_handler (line 389) | static void gsound_connect_sync_info_received_handler(uint8_t *buf, function app_ai_tws_gsound_sync_init (line 397) | void app_ai_tws_gsound_sync_init(void) { function app_ai_tws_send_cmd_to_peer (line 411) | void app_ai_tws_send_cmd_to_peer(uint8_t *p_buff, uint16_t length) { function app_ai_tws_rev_peer_cmd_hanlder (line 419) | void app_ai_tws_rev_peer_cmd_hanlder(uint16_t rsp_seq, uint8_t *p_buff, function app_ai_tws_send_cmd_with_rsp_to_peer (line 426) | void app_ai_tws_send_cmd_with_rsp_to_peer(uint8_t *p_buff, uint16_t leng... function app_ai_tws_send_cmd_rsp_to_peer (line 434) | void app_ai_tws_send_cmd_rsp_to_peer(uint8_t *p_buff, uint16_t rsp_seq, function app_ai_tws_rev_peer_cmd_with_rsp_hanlder (line 443) | void app_ai_tws_rev_peer_cmd_with_rsp_hanlder(uint16_t rsp_seq, uint8_t ... function app_ai_tws_rev_cmd_rsp_from_peer_hanlder (line 450) | void app_ai_tws_rev_cmd_rsp_from_peer_hanlder(uint16_t rsp_seq, uint8_t ... function app_ai_tws_rev_cmd_rsp_timeout_hanlder (line 457) | void app_ai_tws_rev_cmd_rsp_timeout_hanlder(uint16_t rsp_seq, uint8_t *p... function app_ai_tws_init_done (line 464) | bool app_ai_tws_init_done(void) { function app_ai_tws_link_connected (line 473) | bool app_ai_tws_link_connected(void) { function app_ai_tws_reboot_record_box_state (line 498) | void app_ai_tws_reboot_record_box_state(void) { function app_ai_tws_reboot_get_box_action (line 505) | uint8_t app_ai_tws_reboot_get_box_action(void) { function app_ai_tws_clear_reboot_box_state (line 524) | void app_ai_tws_clear_reboot_box_state(void) { function app_ai_tws_disconnect_all_bt_connection (line 530) | void app_ai_tws_disconnect_all_bt_connection(void) { function app_ai_tws_get_local_role (line 536) | uint8_t app_ai_tws_get_local_role(void) { function app_ai_tws_init (line 569) | void app_ai_tws_init(void) { FILE: services/app_ai/voice_sbc/voice_sbc.cpp function voice_sbc_init_encoder (line 34) | static int voice_sbc_init_encoder(void) { function voice_sbc_init_decoder (line 51) | static int voice_sbc_init_decoder(void) { function voice_sbc_get_frame_len (line 64) | uint32_t voice_sbc_get_frame_len(void) { return voice_sbc_frame_len; } function voice_sbc_encode (line 66) | uint32_t voice_sbc_encode(uint8_t *input, uint32_t inputBytes, function voice_sbc_decode (line 117) | uint32_t voice_sbc_decode(uint8_t *pcm_buffer, CQueue *encodedDataQueue, function voice_sbc_init (line 175) | int voice_sbc_init(VOICE_SBC_CONFIG_T *pConfig) { FILE: services/app_ai/voice_sbc/voice_sbc.h type VOICE_SBC_CONFIG_T (line 11) | typedef struct FILE: services/app_ibrt/inc/app_ibrt_auto_test.h type AUTO_TEST_BT_STREAM_STATE_T (line 21) | typedef struct type AUTO_TEST_MEDIA_STATE_T (line 35) | typedef struct type AUTO_TEST_UI_STATE_T (line 42) | typedef struct type AUTO_TEST_STATE_T (line 64) | typedef struct FILE: services/app_ibrt/inc/app_ibrt_ble_adv.h type SLAVE_BLE_STATE_E (line 16) | typedef enum { type SLAVE_BLE_OP_E (line 23) | typedef enum { type SLAVE_BLE_MODE_T (line 29) | typedef struct type app_ble_adv_para_data_t (line 35) | typedef struct { type slave_ble_cmd_comp_t (line 52) | typedef struct FILE: services/app_ibrt/inc/app_ibrt_customif_cmd.h type app_ibrt_custom_cmd_code_e (line 21) | typedef enum type ibrt_custom_cmd_test_t (line 40) | typedef struct FILE: services/app_ibrt/inc/app_ibrt_if.h type AppIbrtStatus (line 23) | typedef enum { type AppIbrtA2dpState (line 39) | typedef enum { type AppIbrtAvrcpState (line 47) | typedef enum { type AppIbrtHfpState (line 55) | typedef enum { type AppIbrtCallStatus (line 69) | typedef enum { type APP_IBRT_UI_VENDER_EVENT_HANDLER_IND (line 82) | typedef APP_IBRT_UI_VENDER_EVENT_HANDLER_IND APP_IBRT_IF_VENDER_EVENT_HA... type APP_IBRT_UI_GLOBAL_HANDLER_IND (line 83) | typedef APP_IBRT_UI_GLOBAL_HANDLER_IND APP_IBRT_IF_GLOBAL_HANDLER_IND; type APP_IBRT_UI_GLOBAL_EVENT_UPDATE_IND (line 84) | typedef APP_IBRT_UI_GLOBAL_EVENT_UPDATE_IND APP_IBRT_IF_GLOBAL_EVENT_UPD... type APP_IBRT_UI_PROFILE_STATE_CHANGE_IND (line 85) | typedef APP_IBRT_UI_PROFILE_STATE_CHANGE_IND APP_IBRT_IF_PROFILE_STATE_C... type APP_IBRT_UI_CONNECT_MOBILE_HANDLER_IND (line 86) | typedef APP_IBRT_UI_CONNECT_MOBILE_HANDLER_IND APP_IBRT_IF_CONNECT_MOBIL... type APP_IBRT_UI_TWS_SWITCH_HANDLER_IND (line 87) | typedef APP_IBRT_UI_TWS_SWITCH_HANDLER_IND APP_IBRT_IF_TWS_SWITCH_NEEDED... type app_ibrt_ui_t (line 89) | typedef app_ibrt_ui_t app_ibrt_if_ui_t; type ibrt_ctrl_t (line 90) | typedef ibrt_ctrl_t app_ibrt_if_ctrl_t; type APP_IBRT_IF_SNIFF_CHECKER_USER_T (line 92) | enum APP_IBRT_IF_SNIFF_CHECKER_USER_T type APP_IBRT_IF_SLEEP_HOOK_BLOCKER_T (line 101) | enum APP_IBRT_IF_SLEEP_HOOK_BLOCKER_T type APP_IBRT_IF_SNIFF_CHECKER_USER_T (line 156) | enum APP_IBRT_IF_SNIFF_CHECKER_USER_T type APP_IBRT_IF_SNIFF_CHECKER_USER_T (line 157) | enum APP_IBRT_IF_SNIFF_CHECKER_USER_T FILE: services/app_ibrt/inc/app_ibrt_ota_cmd.h type app_ibrt_ota_tws_cmd_code_e (line 26) | typedef enum FILE: services/app_ibrt/inc/app_ibrt_ota_update.h type app_ibrt_ota_cmd_code_e (line 22) | typedef enum type ibrt_ota_check_cmd_t (line 33) | typedef struct type ibrt_ota_sync_breakpoint_cmd_t (line 39) | typedef struct type ibrt_ota_sync_validation_cmd_t (line 45) | typedef struct type ibrt_ota_update_cmd_t (line 50) | typedef struct FILE: services/app_ibrt/inc/app_ibrt_peripheral_manager.h type AUTO_TEST_CMD_T (line 32) | typedef struct { type TWS_PD_MSG_BODY (line 40) | typedef struct { type TWS_PD_MSG_BLOCK (line 48) | typedef struct { FILE: services/app_ibrt/inc/app_ibrt_rssi.h type tota_stutter_t (line 20) | typedef struct FILE: services/app_ibrt/inc/app_ibrt_ui_test.h type app_uart_handle_t (line 24) | typedef struct { FILE: services/app_ibrt/inc/app_ibrt_voice_report.h type app_ibrt_voice_report_info_t (line 20) | typedef struct { type app_ibrt_voice_report_request_t (line 27) | typedef struct { FILE: services/app_ibrt/src/app_ibrt_auto_test.cpp type BT_DEVICE_T (line 45) | struct BT_DEVICE_T type BT_DEVICE_ID_T (line 46) | enum BT_DEVICE_ID_T function app_ibrt_auto_test_get_tws_page_timeout_value (line 51) | uint16_t app_ibrt_auto_test_get_tws_page_timeout_value(void) { function app_ibrt_auto_test_print_earphone_state (line 56) | void app_ibrt_auto_test_print_earphone_state(void const *n) { function app_ibrt_auto_test_init (line 138) | void app_ibrt_auto_test_init(void) { function app_ibrt_auto_test_inform_cmd_received (line 150) | void app_ibrt_auto_test_inform_cmd_received(uint8_t group_code, FILE: services/app_ibrt/src/app_ibrt_auto_test_cmd_handle.cpp function app_ibrt_ui_reboot_test (line 73) | void app_ibrt_ui_reboot_test(void) { function app_ibrt_ui_factory_reset_test (line 93) | void app_ibrt_ui_factory_reset_test(void) { function app_ibrt_ui_disconnect_tws (line 114) | void app_ibrt_ui_disconnect_tws(void) { function app_ibrt_ui_auto_test_voice_promt_handle (line 144) | static void app_ibrt_ui_auto_test_voice_promt_handle(uint8_t operation_c... function app_ibrt_ui_auto_test_a2dp_handle (line 171) | static void app_ibrt_ui_auto_test_a2dp_handle(uint8_t operation_code, function app_ibrt_ui_auto_test_hfp_handle (line 217) | static void app_ibrt_ui_auto_test_hfp_handle(uint8_t operation_code, function app_ibrt_ui_auto_test_ui_handle (line 265) | static void app_ibrt_ui_auto_test_ui_handle(uint8_t operation_code, function app_ibrt_ui_auto_test_ai_simulate_button_action (line 364) | void app_ibrt_ui_auto_test_ai_simulate_button_action( function app_ibrt_ui_auto_test_ai_disconnect (line 387) | void app_ibrt_ui_auto_test_ai_disconnect(void) { function app_ibrt_ui_auto_test_ai_handle (line 424) | static void app_ibrt_ui_auto_test_ai_handle(uint8_t operation_code, function app_ibrt_ui_auto_test_ble_handle (line 471) | static void app_ibrt_ui_auto_test_ble_handle(uint8_t operation_code, function app_ibrt_ui_auto_test_flash_handle (line 546) | static void app_ibrt_ui_auto_test_flash_handle(uint8_t operation_code, function app_ibrt_ui_automate_test_cmd_handler (line 583) | void app_ibrt_ui_automate_test_cmd_handler(uint8_t group_code, FILE: services/app_ibrt/src/app_ibrt_ble_adv.cpp function app_ibrt_slave_ble_cmd_complete_callback (line 58) | void app_ibrt_slave_ble_cmd_complete_callback(const void *para) { function app_ibrt_ble_adv_para_data_init (line 91) | void app_ibrt_ble_adv_para_data_init(void) { function app_ibrt_ble_set_adv_para_handler (line 137) | void app_ibrt_ble_set_adv_para_handler(app_ble_adv_para_data_t *adv_para... function app_ibrt_ble_set_adv_data_handler (line 166) | void app_ibrt_ble_set_adv_data_handler(app_ble_adv_para_data_t *adv_data... function app_ibrt_ble_adv_start (line 186) | void app_ibrt_ble_adv_start(uint8_t adv_type, uint16_t advInterval) { function app_ibrt_ble_adv_stop (line 227) | void app_ibrt_ble_adv_stop(void) { function app_ibrt_ble_switch_activities (line 248) | void app_ibrt_ble_switch_activities(void) { function app_ibrt_ble_adv_data_config (line 291) | void app_ibrt_ble_adv_data_config(uint8_t *advData, uint8_t advDataLen, FILE: services/app_ibrt/src/app_ibrt_customif_cmd.cpp function app_ibrt_customif_cmd_table_get (line 120) | int app_ibrt_customif_cmd_table_get(void **cmd_tbl, uint16_t *cmd_size) { function app_ibrt_bisto_dip_sync (line 127) | static void app_ibrt_bisto_dip_sync(uint8_t *p_buff, uint16_t length) { function app_ibrt_bisto_dip_sync_handler (line 131) | static void app_ibrt_bisto_dip_sync_handler(uint16_t rsp_seq, uint8_t *p... function app_ibrt_customif_audio_send (line 137) | static void app_ibrt_customif_audio_send(uint8_t *p_buff, uint16_t lengt... function app_ibrt_customif_audio_send_handler (line 142) | static void app_ibrt_customif_audio_send_handler(uint16_t rsp_seq, function app_ibrt_customif_audio_send_done (line 149) | static void app_ibrt_customif_audio_send_done(uint16_t cmdcode, function app_ibrt_customif_cmd_test (line 157) | void app_ibrt_customif_cmd_test(ibrt_custom_cmd_test_t *cmd_test) { function app_ibrt_customif_test1_cmd_send (line 166) | void app_ibrt_customif_test1_cmd_send(uint8_t *p_buff, uint16_t length) { function app_ibrt_customif_test1_cmd_send_handler (line 171) | static void app_ibrt_customif_test1_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_customif_test2_cmd_send (line 178) | static void app_ibrt_customif_test2_cmd_send(uint8_t *p_buff, uint16_t l... function app_ibrt_customif_test2_cmd_send_handler (line 182) | static void app_ibrt_customif_test2_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_customif_test2_cmd_send_rsp_timeout_handler (line 189) | static void app_ibrt_customif_test2_cmd_send_rsp_timeout_handler( function app_ibrt_customif_test2_cmd_send_rsp_handler (line 194) | static void app_ibrt_customif_test2_cmd_send_rsp_handler(uint16_t rsp_seq, function app_ibrt_customif_test3_cmd_send (line 200) | void app_ibrt_customif_test3_cmd_send(uint8_t *p_buff, uint16_t length) { function app_ibrt_customif_test3_cmd_send_handler (line 206) | static void app_ibrt_customif_test3_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_customif_test4_cmd_send (line 218) | void app_ibrt_customif_test4_cmd_send(uint8_t *p_buff, uint16_t length) { function app_ibrt_customif_test4_cmd_send_handler (line 223) | static void app_ibrt_customif_test4_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_user_a2dp_info_sync_tws_share_cmd_send (line 241) | void app_ibrt_user_a2dp_info_sync_tws_share_cmd_send(uint8_t *p_buff, function app_ibrt_user_a2dp_info_sync (line 246) | static void app_ibrt_user_a2dp_info_sync(uint8_t *p_buff, uint16_t lengt... function app_ibrt_user_a2dp_info_sync_handler (line 252) | static void app_ibrt_user_a2dp_info_sync_handler(uint16_t rsp_seq, FILE: services/app_ibrt/src/app_ibrt_customif_ui.cpp function app_ibrt_customif_ui_vender_event_handler_ind (line 50) | void app_ibrt_customif_ui_vender_event_handler_ind(uint8_t evt_type, function app_ibrt_customif_ui_global_handler_ind (line 117) | void app_ibrt_customif_ui_global_handler_ind(ibrt_link_type_e link_type, function app_ibrt_customif_open_box_complete_ind (line 278) | void app_ibrt_customif_open_box_complete_ind(void) {} function app_ibrt_customif_close_box_complete_ind (line 279) | void app_ibrt_customif_close_box_complete_ind(void) {} function app_ibrt_customif_fetch_out_complete_ind (line 280) | void app_ibrt_customif_fetch_out_complete_ind(void) {} function app_ibrt_customif_put_in_complete_ind (line 281) | void app_ibrt_customif_put_in_complete_ind(void) {} function app_ibrt_customif_wear_up_complete_ind (line 282) | void app_ibrt_customif_wear_up_complete_ind(void) {} function app_ibrt_customif_wear_down_complete_ind (line 283) | void app_ibrt_customif_wear_down_complete_ind(void) {} function app_ibrt_customif_ui_global_event_update (line 284) | void app_ibrt_customif_ui_global_event_update(ibrt_event_type evt_type, function app_ibrt_customif_ui_tws_switch (line 362) | bool app_ibrt_customif_ui_tws_switch(void) { return app_ibrt_ui_tws_swit... function app_ibrt_customif_ui_is_tws_switching (line 368) | bool app_ibrt_customif_ui_is_tws_switching(void) { function app_ibrt_customif_ui_reconfig_bd_addr (line 375) | void app_ibrt_customif_ui_reconfig_bd_addr(bt_bdaddr_t local_addr, function app_ibrt_customif_connect_mobile_needed_ind (line 399) | bool app_ibrt_customif_connect_mobile_needed_ind(void) { return true; } function app_ibrt_customif_mobile_connected_ind (line 401) | void app_ibrt_customif_mobile_connected_ind(bt_bdaddr_t *addr) { function app_ibrt_customif_ibrt_connected_ind (line 409) | void app_ibrt_customif_ibrt_connected_ind(bt_bdaddr_t *addr) { function app_ibrt_customif_tws_connected_ind (line 413) | void app_ibrt_customif_tws_connected_ind(bt_bdaddr_t *addr) { function app_ibrt_customif_profile_state_change_ind (line 417) | void app_ibrt_customif_profile_state_change_ind(uint32_t profile, function reconnectfail_delay_reportinit (line 575) | void reconnectfail_delay_reportinit(void) { function reconnectfail_delay_reportfun (line 580) | static void reconnectfail_delay_reportfun(const void *) { function startreconnectfail_delay_report (line 590) | void startreconnectfail_delay_report(int ms) { function stopreconnectfail_delay_report (line 595) | void stopreconnectfail_delay_report(void) { function app_ibrt_customif_ui_pairing_set (line 602) | void app_ibrt_customif_ui_pairing_set( function app_ibrt_customif_ui_pairing_clear (line 607) | void app_ibrt_customif_ui_pairing_clear( function app_ibrt_customif_ui_start (line 616) | int app_ibrt_customif_ui_start(void) { FILE: services/app_ibrt/src/app_ibrt_if.cpp type BT_DEVICE_T (line 56) | struct BT_DEVICE_T function app_ibrt_if_register_tws_switch_needed_ind (line 64) | void app_ibrt_if_register_tws_switch_needed_ind( function app_ibrt_if_register_connect_mobile_needed_ind (line 69) | void app_ibrt_if_register_connect_mobile_needed_ind( function app_ibrt_if_register_vender_handler_ind (line 74) | void app_ibrt_if_register_vender_handler_ind( function app_ibrt_if_register_global_handler_ind (line 79) | void app_ibrt_if_register_global_handler_ind( function app_ibrt_if_register_global_event_update_ind (line 84) | void app_ibrt_if_register_global_event_update_ind( function app_ibrt_if_register_pairing_mode_ind (line 89) | void app_ibrt_if_register_pairing_mode_ind( function app_ibrt_if_register_cmd_complete_ind (line 95) | void app_ibrt_if_register_cmd_complete_ind( function app_ibrt_if_register_link_connected_ind (line 100) | void app_ibrt_if_register_link_connected_ind( function app_ibrt_if_register_profile_state_change_ind (line 108) | void app_ibrt_if_register_profile_state_change_ind( function app_ibrt_if_config_keeper_clear (line 123) | int app_ibrt_if_config_keeper_clear(void) { function app_ibrt_if_set_silent_mode (line 128) | void app_ibrt_if_set_silent_mode(void) { function app_ibrt_if_clear_silent_mode (line 135) | void app_ibrt_if_clear_silent_mode(void) { function app_ibrt_if_config_keeper_flush (line 143) | int app_ibrt_if_config_keeper_flush(void) { function app_ibrt_if_volume_ptr_update (line 151) | int app_ibrt_if_volume_ptr_update(void) { function app_ibrt_if_pairing_mode_refresh (line 170) | void app_ibrt_if_pairing_mode_refresh(void) { function app_ibrt_if_config_keeper_mobile_update (line 186) | int app_ibrt_if_config_keeper_mobile_update(bt_bdaddr_t *addr) { function app_ibrt_if_config_keeper_tws_update (line 209) | int app_ibrt_if_config_keeper_tws_update(bt_bdaddr_t *addr) { function app_ibrt_if_tws_switch_prepare_needed (line 237) | bool app_ibrt_if_tws_switch_prepare_needed(uint32_t *wait_ms) { function app_ibrt_if_tws_swtich_prepare (line 277) | void app_ibrt_if_tws_swtich_prepare(void) { function app_ibrt_if_tws_switch_prepare_done (line 300) | static void app_ibrt_if_tws_switch_prepare_done(IBRT_ROLE_SWITCH_USER_E ... function app_ibrt_if_tws_switch_prepare_done_in_bt_thread (line 338) | void app_ibrt_if_tws_switch_prepare_done_in_bt_thread( function app_ibrt_if_config_keeper_resume (line 344) | int app_ibrt_if_config_keeper_resume(ibrt_config_t *config) { function app_ibrt_if_config_load (line 454) | int app_ibrt_if_config_load(ibrt_config_t *config) { function app_ibrt_if_reconfig (line 465) | int app_ibrt_if_reconfig(ibrt_config_t *config) { function app_ibrt_if_ui_reconfig (line 472) | int app_ibrt_if_ui_reconfig(ibrt_ui_config_t *config) { function app_ibrt_core_if_reconfig (line 480) | int app_ibrt_core_if_reconfig(ibrt_core_config_t *config) { function app_ibrt_if_config (line 488) | int app_ibrt_if_config(ibrt_ui_config_t *ui_config) { function app_ibrt_if_event_entry (line 521) | int app_ibrt_if_event_entry(ibrt_event_type event) { function app_ibrt_if_choice_connect_second_mobile (line 538) | void app_ibrt_if_choice_connect_second_mobile(void) { function app_ibrt_if_choice_mobile_connect (line 543) | void app_ibrt_if_choice_mobile_connect(uint8_t index) { function app_ibrt_if_disconnect_mobile (line 548) | void app_ibrt_if_disconnect_mobile(void) { function app_ibrt_if_disconnect_mobile_tws_link (line 559) | void app_ibrt_if_disconnect_mobile_tws_link(void) { function app_ibrt_if_ui_t (line 564) | app_ibrt_if_ui_t *app_ibrt_if_ui_get_ctx(void) { function app_ibrt_if_ctrl_t (line 568) | app_ibrt_if_ctrl_t *app_ibrt_if_get_bt_ctrl_ctx(void) { function app_ibrt_if_enter_pairing_after_tws_connected (line 576) | void app_ibrt_if_enter_pairing_after_tws_connected(void) { function app_ibrt_if_enter_freeman_pairing (line 585) | void app_ibrt_if_enter_freeman_pairing(void) { function app_ibrt_if_ctx_checker (line 588) | void app_ibrt_if_ctx_checker(void) { function app_ibrt_if_force_audio_retrigger (line 617) | int app_ibrt_if_force_audio_retrigger(void) { function app_ibrt_if_force_audio_retrigger_slave_sync (line 624) | int app_ibrt_if_force_audio_retrigger_slave_sync(void) { function app_ibrt_if_is_audio_active (line 631) | bool app_ibrt_if_is_audio_active(void) { function app_ibrt_if_false_trigger_protect (line 637) | bool app_ibrt_if_false_trigger_protect(ibrt_event_type evt_type) { function app_ibrt_if_sco_lowlatency_scan (line 683) | void app_ibrt_if_sco_lowlatency_scan(uint16_t interval, uint16_t window, function app_ibrt_if_sco_restore_scan (line 695) | void app_ibrt_if_sco_restore_scan(void) { function app_ibrt_if_a2dp_lowlatency_scan (line 701) | void app_ibrt_if_a2dp_lowlatency_scan(uint16_t interval, uint16_t window, function app_ibrt_if_a2dp_restore_scan (line 713) | void app_ibrt_if_a2dp_restore_scan(void) { function app_ibrt_if_tws_reconnect_allowed (line 720) | bool app_ibrt_if_tws_reconnect_allowed(void) { function app_ibrt_if_sniff_event_callback (line 739) | void app_ibrt_if_sniff_event_callback(const btif_event_t *event) {} function app_ibrt_if_audio_mute (line 741) | void app_ibrt_if_audio_mute(void) {} function app_ibrt_if_audio_recover (line 743) | void app_ibrt_if_audio_recover(void) {} function app_ibrt_if_tws_sniff_block (line 745) | int app_ibrt_if_tws_sniff_block(uint32_t block_next_sec) { function app_ibrt_if_tws_sniff_block_need (line 751) | static bool app_ibrt_if_tws_sniff_block_need(void) { function app_ibrt_if_tws_sniff_allowed (line 771) | bool app_ibrt_if_tws_sniff_allowed(void) { function app_ibrt_if_sniff_checker_handler (line 805) | static void app_ibrt_if_sniff_checker_handler(void const *param) { function app_ibrt_if_sniff_checker_init (line 830) | int app_ibrt_if_sniff_checker_init(uint32_t delay_ms) { function app_ibrt_if_sniff_checker_start (line 841) | int app_ibrt_if_sniff_checker_start( function app_ibrt_if_sniff_checker_stop (line 852) | int app_ibrt_if_sniff_checker_stop(enum APP_IBRT_IF_SNIFF_CHECKER_USER_T... function app_ibrt_if_sniff_checker_reset (line 863) | int app_ibrt_if_sniff_checker_reset(void) { function app_ibrt_if_exec_sleep_hook_blocker_set (line 873) | void app_ibrt_if_exec_sleep_hook_blocker_set( function app_ibrt_if_exec_sleep_hook_blocker_clr (line 878) | void app_ibrt_if_exec_sleep_hook_blocker_clr( function app_ibrt_if_exec_sleep_hook_blocker_is_hfp_sco (line 883) | bool app_ibrt_if_exec_sleep_hook_blocker_is_hfp_sco(void) { function app_ibrt_if_exec_sleep_hook_blocker_is_a2dp_streaming (line 888) | bool app_ibrt_if_exec_sleep_hook_blocker_is_a2dp_streaming(void) { function app_ibrt_if_exec_sleep_hook_allowed (line 894) | bool app_ibrt_if_exec_sleep_hook_allowed(void) { function app_ibrt_ui_adaptive_fa_rx_gain (line 901) | void app_ibrt_ui_adaptive_fa_rx_gain(void) { function app_tws_ibrt_record_sync_id (line 914) | void app_tws_ibrt_record_sync_id(void) { function app_tws_ibrt_resume_sync_id (line 924) | void app_tws_ibrt_resume_sync_id(void) { function app_ibrt_if_start_ibrt_onporcess (line 937) | bool app_ibrt_if_start_ibrt_onporcess(void) { function app_ibrt_if_tws_switch_onporcess (line 954) | bool app_ibrt_if_tws_switch_onporcess(void) { function AppIbrtStatus (line 963) | AppIbrtStatus app_ibrt_if_get_a2dp_state(AppIbrtA2dpState *a2dp_state) { function AppIbrtStatus (line 1000) | AppIbrtStatus app_ibrt_if_get_avrcp_state(AppIbrtAvrcpState *avrcp_state) { function AppIbrtStatus (line 1020) | AppIbrtStatus app_ibrt_if_get_hfp_state(AppIbrtHfpState *hfp_state) { function AppIbrtStatus (line 1040) | AppIbrtStatus app_ibrt_if_get_hfp_call_status(AppIbrtCallStatus *call_st... function ibrt_role_e (line 1068) | ibrt_role_e app_ibrt_if_get_ibrt_role() { FILE: services/app_ibrt/src/app_ibrt_keyboard.cpp type BT_DEVICE_T (line 38) | struct BT_DEVICE_T function app_ibrt_search_ui_handle_key (line 51) | void app_ibrt_search_ui_handle_key(APP_KEY_STATUS *status, void *param) { function app_ibrt_normal_ui_handle_key (line 154) | void app_ibrt_normal_ui_handle_key(APP_KEY_STATUS *status, void *param) { function app_ibrt_if_keyboard_notify (line 205) | int app_ibrt_if_keyboard_notify(APP_KEY_STATUS *status, void *param) { function app_ibrt_poweroff_notify_force (line 214) | int app_ibrt_poweroff_notify_force(void) { function app_ibrt_reboot_notify_force (line 223) | int app_ibrt_reboot_notify_force(void) { function app_ibrt_send_keyboard_request (line 233) | void app_ibrt_send_keyboard_request(uint8_t *p_buff, uint16_t length) { function app_ibrt_keyboard_request_handler (line 240) | void app_ibrt_keyboard_request_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_if_start_user_action (line 263) | void app_ibrt_if_start_user_action(uint8_t *p_buff, uint16_t length) { function app_ibrt_ui_perform_user_action (line 278) | void app_ibrt_ui_perform_user_action(uint8_t *p_buff, uint16_t length) { FILE: services/app_ibrt/src/app_ibrt_nvrecord.cpp function app_ibrt_nvrecord_config_load (line 42) | void app_ibrt_nvrecord_config_load(void *config) { function app_ibrt_nvrecord_find (line 76) | int app_ibrt_nvrecord_find(const bt_bdaddr_t *bd_ddr, function app_ibrt_nvrecord_update_ibrt_mode_tws (line 96) | void app_ibrt_nvrecord_update_ibrt_mode_tws(bool status) { function app_ibrt_nvrecord_get_latest_mobiles_addr (line 119) | int app_ibrt_nvrecord_get_latest_mobiles_addr(bt_bdaddr_t *mobile_addr1, function app_ibrt_nvrecord_choice_mobile_addr (line 146) | int app_ibrt_nvrecord_choice_mobile_addr(bt_bdaddr_t *mobile_addr, function bt_status_t (line 188) | bt_status_t app_ibrt_nvrecord_get_mobile_addr(bt_bdaddr_t *mobile_addr) { function app_ibrt_nvrecord_delete_all_mobile_record (line 238) | void app_ibrt_nvrecord_delete_all_mobile_record(void) { function app_ibrt_nvrecord_rebuild (line 267) | void app_ibrt_nvrecord_rebuild(void) { FILE: services/app_ibrt/src/app_ibrt_ota_cmd.cpp function app_ibrt_ota_tws_cmd_table_get (line 175) | int app_ibrt_ota_tws_cmd_table_get(void **cmd_tbl, uint16_t *cmd_size) { function app_ibrt_ota_cache_slave_info (line 189) | static void app_ibrt_ota_cache_slave_info(uint8_t typeCode, uint16_t rsp... function app_ibrt_ota_get_version_cmd_send (line 200) | static void app_ibrt_ota_get_version_cmd_send(uint8_t *p_buff, function app_ibrt_ota_get_version_cmd_send_handler (line 206) | void app_ibrt_ota_get_version_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_ota_get_version_cmd_send_rsp_handler (line 219) | static void app_ibrt_ota_get_version_cmd_send_rsp_handler(uint16_t rsp_seq, function app_ibrt_ota_get_version_cmd_send_rsp_timeout_handler (line 226) | static void app_ibrt_ota_get_version_cmd_send_rsp_timeout_handler( function app_ibrt_ota_select_side_cmd_send (line 237) | static void app_ibrt_ota_select_side_cmd_send(uint8_t *p_buff, function app_ibrt_ota_select_side_cmd_send_handler (line 243) | void app_ibrt_ota_select_side_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_ota_select_side_cmd_send_rsp_handler (line 261) | static void app_ibrt_ota_select_side_cmd_send_rsp_handler(uint16_t rsp_seq, function app_ibrt_ota_select_side_cmd_send_rsp_timeout_handler (line 268) | static void app_ibrt_ota_select_side_cmd_send_rsp_timeout_handler( function app_ibrt_ota_bp_check_cmd_send (line 279) | static void app_ibrt_ota_bp_check_cmd_send(uint8_t *p_buff, uint16_t len... function app_ibrt_ota_bp_check_cmd_send_handler (line 284) | static void app_ibrt_ota_bp_check_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_ota_bp_check_cmd_send_rsp_handler (line 314) | static void app_ibrt_ota_bp_check_cmd_send_rsp_handler(uint16_t rsp_seq, function app_ibrt_ota_bp_check_cmd_send_rsp_timeout_handler (line 330) | static void app_ibrt_ota_bp_check_cmd_send_rsp_timeout_handler( function app_ibrt_ota_start_cmd_send (line 341) | static void app_ibrt_ota_start_cmd_send(uint8_t *p_buff, uint16_t length) { function app_ibrt_ota_start_cmd_send_handler (line 346) | void app_ibrt_ota_start_cmd_send_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_ota_start_cmd_send_rsp_handler (line 358) | static void app_ibrt_ota_start_cmd_send_rsp_handler(uint16_t rsp_seq, function app_ibrt_ota_start_cmd_send_rsp_timeout_handler (line 364) | static void app_ibrt_ota_start_cmd_send_rsp_timeout_handler(uint16_t rsp... function app_ibrt_ota_config_cmd_send (line 376) | static void app_ibrt_ota_config_cmd_send(uint8_t *p_buff, uint16_t lengt... function app_ibrt_ota_config_cmd_send_handler (line 381) | void app_ibrt_ota_config_cmd_send_handler(uint16_t rsp_seq, uint8_t *p_b... function app_ibrt_ota_config_cmd_send_rsp_handler (line 412) | static void app_ibrt_ota_config_cmd_send_rsp_handler(uint16_t rsp_seq, function app_ibrt_ota_config_cmd_send_rsp_timeout_handler (line 422) | static void app_ibrt_ota_config_cmd_send_rsp_timeout_handler(uint16_t rs... function app_ibrt_ota_segment_crc_cmd_send (line 434) | static void app_ibrt_ota_segment_crc_cmd_send(uint8_t *p_buff, function app_ibrt_ota_segment_crc_cmd_send_handler (line 440) | void app_ibrt_ota_segment_crc_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_ota_segment_crc_cmd_send_rsp_handler (line 475) | static void app_ibrt_ota_segment_crc_cmd_send_rsp_handler(uint16_t rsp_seq, function app_ibrt_ota_segment_crc_cmd_send_rsp_timeout_handler (line 486) | static void app_ibrt_ota_segment_crc_cmd_send_rsp_timeout_handler( function app_ibrt_ota_image_crc_cmd_send (line 497) | static void app_ibrt_ota_image_crc_cmd_send(uint8_t *p_buff, uint16_t le... function app_ibrt_ota_image_crc_cmd_send_handler (line 502) | void app_ibrt_ota_image_crc_cmd_send_handler(uint16_t rsp_seq, uint8_t *... function app_ibrt_ota_image_crc_cmd_send_rsp_handler (line 524) | static void app_ibrt_ota_image_crc_cmd_send_rsp_handler(uint16_t rsp_seq, function app_ibrt_ota_image_crc_cmd_send_rsp_timeout_handler (line 535) | static void app_ibrt_ota_image_crc_cmd_send_rsp_timeout_handler( function app_ibrt_ota_image_overwrite_cmd_send (line 546) | static void app_ibrt_ota_image_overwrite_cmd_send(uint8_t *p_buff, function app_ibrt_ota_image_overwrite_cmd_send_handler (line 552) | void app_ibrt_ota_image_overwrite_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_ota_image_overwrite_cmd_send_rsp_handler (line 576) | static void app_ibrt_ota_image_overwrite_cmd_send_rsp_handler(uint16_t r... function app_ibrt_ota_image_overwrite_cmd_send_rsp_timeout_handler (line 587) | static void app_ibrt_ota_image_overwrite_cmd_send_rsp_timeout_handler( function app_ibrt_ota_image_buff_cmd_send (line 598) | static void app_ibrt_ota_image_buff_cmd_send(uint8_t *p_buff, uint16_t l... function app_ibrt_ota_image_buff_cmd_send_handler (line 603) | static void app_ibrt_ota_image_buff_cmd_send_handler(uint16_t rsp_seq, function app_ibrt_common_ota_cmd_send (line 610) | static void app_ibrt_common_ota_cmd_send(uint8_t *p_buff, uint16_t lengt... function app_ibrt_common_ota_cmd_received (line 615) | static void app_ibrt_common_ota_cmd_received(uint16_t rsp_seq, uint8_t *... function app_ibrt_ota_start_role_switch_cmd_send (line 621) | static void app_ibrt_ota_start_role_switch_cmd_send(uint8_t *p_buff, function app_ibrt_ota_start_role_switch_cmd_send_handler (line 627) | static void app_ibrt_ota_start_role_switch_cmd_send_handler(uint16_t rsp... FILE: services/app_ibrt/src/app_ibrt_ota_update.cpp function app_ota_reset_timer_handler (line 47) | static void app_ota_reset_timer_handler(void const *param) { function app_ibrt_view_update_list (line 105) | void app_ibrt_view_update_list(void) { function app_ibrt_view_update_sector (line 115) | void app_ibrt_view_update_sector(void) { function reset_error_list (line 136) | void reset_error_list() { memset(error_list, 0, sizeof(error_list)); } function set_all_error_list (line 138) | void set_all_error_list() { function set_error_list (line 142) | void set_error_list(uint16_t list) { function clr_error_list (line 147) | void clr_error_list(uint16_t list) { function get_error_list (line 152) | uint32_t get_error_list() { function app_ibrt_ota_cmd_table_get (line 185) | int app_ibrt_ota_cmd_table_get(void **cmd_tbl, uint16_t *cmd_size) { function app_ibrt_ota_update_immediately (line 192) | void app_ibrt_ota_update_immediately(void) { function app_ibrt_ota_update_now (line 204) | void app_ibrt_ota_update_now(uint8_t *p_buff, uint16_t length) { function app_ibrt_ota_update_now_handler (line 208) | void app_ibrt_ota_update_now_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_ota_update_now_rsp_timeout_handler (line 213) | void app_ibrt_ota_update_now_rsp_timeout_handler(uint16_t rsp_seq, function app_ibrt_ota_update_now_rsp_handler (line 219) | void app_ibrt_ota_update_now_rsp_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_ota_check_update_info (line 225) | void app_ibrt_ota_check_update_info(void) { function app_ibrt_check_update_info (line 232) | void app_ibrt_check_update_info(uint8_t *p_buff, uint16_t length) { function app_ibrt_check_update_info_handler (line 254) | void app_ibrt_check_update_info_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_check_update_info2_handler (line 262) | void app_ibrt_check_update_info2_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_sync_breakpoint (line 293) | void app_ibrt_sync_breakpoint(uint8_t *p_buff, uint16_t length) { function app_ibrt_sync_breakpoint_handler (line 301) | void app_ibrt_sync_breakpoint_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_sync_breakpoint_rsp_handler (line 310) | void app_ibrt_sync_breakpoint_rsp_handler(uint16_t rsp_seq, uint8_t *p_b... function app_ibrt_sync_breakpoint_rsp_timeout_handler (line 315) | void app_ibrt_sync_breakpoint_rsp_timeout_handler(uint16_t rsp_seq, function app_ibrt_validation (line 319) | void app_ibrt_validation(uint8_t *p_buff, uint16_t length) { function app_ibrt_validation_handler (line 333) | void app_ibrt_validation_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_validation_rsp_handler (line 345) | void app_ibrt_validation_rsp_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_validation_rsp_timeout_handler (line 352) | void app_ibrt_validation_rsp_timeout_handler(uint16_t rsp_seq, uint8_t *... function app_ibrt_ota_force_update (line 356) | void app_ibrt_ota_force_update(void) { function app_ibrt_update_section (line 390) | void app_ibrt_update_section(uint8_t *p_buff, uint16_t length) { function app_ibrt_update_section_handler (line 394) | void app_ibrt_update_section_handler(uint16_t rsp_seq, uint8_t *p_buff, function app_ibrt_update_section_rsp_timeout_handler (line 439) | void app_ibrt_update_section_rsp_timeout_handler(uint16_t rsp_seq, function app_ibrt_update_section_rsp_handler (line 445) | void app_ibrt_update_section_rsp_handler(uint16_t rsp_seq, uint8_t *p_buff, FILE: services/app_ibrt/src/app_ibrt_peripheral_manager.cpp function app_ibrt_peripheral_mailbox_init (line 50) | static int app_ibrt_peripheral_mailbox_init(void) { function app_ibrt_peripheral_mailbox_put (line 61) | int app_ibrt_peripheral_mailbox_put(TWS_PD_MSG_BLOCK *msg_src) { function app_ibrt_peripheral_mailbox_free (line 83) | int app_ibrt_peripheral_mailbox_free(TWS_PD_MSG_BLOCK *msg_p) { function app_ibrt_peripheral_mailbox_get (line 97) | int app_ibrt_peripheral_mailbox_get(TWS_PD_MSG_BLOCK **msg_p) { function app_ibrt_peripheral_heap_init (line 117) | void app_ibrt_peripheral_heap_init(void) { function app_ibrt_peripheral_heap_free (line 142) | void app_ibrt_peripheral_heap_free(void *rmem) { function app_ibrt_peripheral_auto_test_stop (line 148) | void app_ibrt_peripheral_auto_test_stop(void) { function app_ibrt_peripheral_thread (line 175) | void app_ibrt_peripheral_thread(void const *argument) { function app_ibrt_peripheral_automate_test_handler (line 220) | void app_ibrt_peripheral_automate_test_handler(uint8_t *cmd_buf, function app_ibrt_peripheral_automate_test (line 246) | void app_ibrt_peripheral_automate_test(const char *ibrt_cmd, function app_ibrt_peripheral_perform_test (line 282) | void app_ibrt_peripheral_perform_test(const char *ibrt_cmd) { function app_ibrt_peripheral_run0 (line 291) | void app_ibrt_peripheral_run0(uint32_t ptr) { function app_ibrt_peripheral_run1 (line 298) | void app_ibrt_peripheral_run1(uint32_t ptr, uint32_t param0) { function app_ibrt_peripheral_run2 (line 306) | void app_ibrt_peripheral_run2(uint32_t ptr, uint32_t param0, uint32_t pa... function app_ibrt_peripheral_thread_init (line 315) | void app_ibrt_peripheral_thread_init(void) { FILE: services/app_ibrt/src/app_ibrt_rssi.cpp type rssi_window_struct (line 36) | struct rssi_window_struct { type rssi_window_struct (line 42) | struct rssi_window_struct type rssi_window_struct (line 43) | struct rssi_window_struct function rssi_window_push (line 46) | static void rssi_window_push(struct rssi_window_struct *p, int8_t data) { function app_ibrt_ui_rssi_reset (line 65) | void app_ibrt_ui_rssi_reset(void) { function app_ibrt_ui_rssi_process (line 115) | void app_ibrt_ui_rssi_process(void) { function app_ibrt_ui_tws_switch_according_rssi_needed (line 195) | bool app_ibrt_ui_tws_switch_according_rssi_needed(void) { function app_ibrt_ui_check_roleswitch_timer_cb (line 229) | void app_ibrt_ui_check_roleswitch_timer_cb(void const *current_evt) { function app_ibrt_get_peer_mobile_rssi (line 261) | void app_ibrt_get_peer_mobile_rssi(uint8_t *p_buff, uint16_t length) { function app_ibrt_get_peer_mobile_rssi_handler (line 282) | void app_ibrt_get_peer_mobile_rssi_handler(uint16_t rsp_seq, uint8_t *p_... function app_ibrt_print_rssi_info (line 321) | static void app_ibrt_print_rssi_info(void) { function app_ibrt_get_peer_mobile_rssi_rsp_handler (line 340) | void app_ibrt_get_peer_mobile_rssi_rsp_handler(uint16_t rsp_seq, function app_ibrt_rssi_get_stutter (line 386) | void app_ibrt_rssi_get_stutter(uint8_t *data, uint32_t *data_len) { function app_ibrt_debug_parse (line 490) | void app_ibrt_debug_parse(uint8_t *data, uint32_t data_len) { FILE: services/app_ibrt/src/app_ibrt_search_pair_ui.cpp function app_box_handle_timehandler (line 73) | static void app_box_handle_timehandler(void const *param) { function app_tws_inquiry_timeout_handler (line 83) | static void app_tws_inquiry_timeout_handler(void const *param) { function app_tws_delay_connect_handler (line 89) | static void app_tws_delay_connect_handler(void const *parma) { function app_tws_is_addr_in_tws_inq_array (line 94) | bool app_tws_is_addr_in_tws_inq_array(const bt_bdaddr_t *addr) { function app_tws_clear_tws_inq_array (line 105) | void app_tws_clear_tws_inq_array(void) { function app_tws_fill_addr_to_array (line 109) | int app_tws_fill_addr_to_array(const bt_bdaddr_t *addr) { function app_tws_get_tws_addr_inq_num (line 122) | uint8_t app_tws_get_tws_addr_inq_num(void) { function app_tws_ibrt_update_info (line 148) | void app_tws_ibrt_update_info(ibrt_role_e ibrtRole, bt_bdaddr_t *ibrtPee... function tws_app_stop_find (line 159) | void tws_app_stop_find(void) { function app_bt_manager_ibrt_role_process (line 164) | void app_bt_manager_ibrt_role_process(const btif_event_t *Event) { function app_ibrt_config_the_same_bd_addr (line 221) | void app_ibrt_config_the_same_bd_addr(bt_bdaddr_t *ibrtSearchedAddr) { function app_ibrt_reconfig_btAddr_from_nv (line 246) | void app_ibrt_reconfig_btAddr_from_nv() { function app_bt_inquiry_call_back (line 258) | void app_bt_inquiry_call_back(const btif_event_t *event) { function is_find_tws_peer_device_onprocess (line 425) | uint8_t is_find_tws_peer_device_onprocess(void) { return tws_find_proces... function find_tws_peer_device_start (line 427) | void find_tws_peer_device_start(void) { function find_tws_peer_device_stop (line 459) | void find_tws_peer_device_stop(void) { function app_start_tws_serching_direactly (line 464) | void app_start_tws_serching_direactly() { function app_ibrt_battery_handle_process_normal (line 487) | static void function app_ibrt_battery_callback (line 535) | void app_ibrt_battery_callback(APP_BATTERY_MV_T currvolt, uint8_t currle... type HAL_GPIO_IRQ_POLARITY_T (line 553) | enum HAL_GPIO_IRQ_POLARITY_T function box_det_pin_irq_update (line 555) | static void box_det_pin_irq_update(void) { function box_det_handler (line 562) | static void box_det_handler(uint32_t val) { function box_det_irq_handler (line 581) | static void box_det_irq_handler(enum HAL_GPIO_PIN_T pin) { function box_det_pin_irq_set (line 587) | static void box_det_pin_irq_set(enum HAL_GPIO_IRQ_POLARITY_T polarity) { function box_det_pin_init (line 598) | static void box_det_pin_init(void) { function app_ibrt_search_ui_init (line 611) | void app_ibrt_search_ui_init(bool boxOperation, ibrt_event_type evt_type) { function app_ibrt_remove_history_paired_device (line 633) | void app_ibrt_remove_history_paired_device(void) { function app_bt_enter_mono_pairing_mode (line 664) | void app_bt_enter_mono_pairing_mode(void) { function app_ibrt_enter_limited_mode (line 684) | void app_ibrt_enter_limited_mode(void) { FILE: services/app_ibrt/src/app_ibrt_ui_test.cpp type BT_DEVICE_T (line 67) | struct BT_DEVICE_T type APP_BATTERY_STATUS_T (line 75) | enum APP_BATTERY_STATUS_T function app_ibrt_simulate_charger_plug_in_test (line 78) | void app_ibrt_simulate_charger_plug_in_test(void) { function app_ibrt_simulate_charger_plug_out_test (line 83) | void app_ibrt_simulate_charger_plug_out_test(void) { function app_ibrt_simulate_charger_plug_box_test (line 88) | void app_ibrt_simulate_charger_plug_box_test(void) { function app_ibrt_search_ui_gpio_key_handle (line 98) | void app_ibrt_search_ui_gpio_key_handle(APP_KEY_STATUS *status, void *pa... function app_uart_test_function_handle (line 244) | app_uart_test_function_handle app_ibrt_ui_find_uart_handle(unsigned char... function app_ibrt_ui_test_cmd_handler (line 273) | int app_ibrt_ui_test_cmd_handler(unsigned char *buf, function app_ibrt_key1 (line 292) | void app_ibrt_key1(APP_KEY_STATUS *status, void *param) { function app_ibrt_key2 (line 300) | void app_ibrt_key2(APP_KEY_STATUS *status, void *param) { function app_ibrt_key3 (line 308) | void app_ibrt_key3(APP_KEY_STATUS *status, void *param) { function app_ibrt_key4 (line 316) | void app_ibrt_key4(APP_KEY_STATUS *status, void *param) { function app_ibrt_key5 (line 324) | void app_ibrt_key5(APP_KEY_STATUS *status, void *param) { function app_ibrt_key6 (line 332) | void app_ibrt_key6(APP_KEY_STATUS *status, void *param) { function app_bt_sleep (line 341) | void app_bt_sleep(APP_KEY_STATUS *status, void *param) { function app_wakeup_sleep (line 347) | void app_wakeup_sleep(APP_KEY_STATUS *status, void *param) { function app_test_key (line 353) | void app_test_key(APP_KEY_STATUS *status, void *param) { function app_ibrt_ui_test_key (line 361) | void app_ibrt_ui_test_key(APP_KEY_STATUS *status, void *param) { function app_ibrt_ui_test_key (line 374) | void app_ibrt_ui_test_key(APP_KEY_STATUS *status, void *param) { function app_ibrt_ui_test_key_io_event (line 419) | void app_ibrt_ui_test_key_io_event(APP_KEY_STATUS *status, void *param) { function app_ibrt_ui_test_key_custom_event (line 459) | void app_ibrt_ui_test_key_custom_event(APP_KEY_STATUS *status, void *par... function app_ibrt_ui_test_voice_assistant_key (line 485) | void app_ibrt_ui_test_voice_assistant_key(APP_KEY_STATUS *status, void *... function app_ibrt_ui_test_config_load (line 718) | int app_ibrt_ui_test_config_load(void *config) { function app_ibrt_ui_test_key_init (line 759) | void app_ibrt_ui_test_key_init(void) { function app_ibrt_ui_test_init (line 766) | void app_ibrt_ui_test_init(void) { function app_ibrt_ui_sync_status (line 773) | void app_ibrt_ui_sync_status(uint8_t status) { FILE: services/app_ibrt/src/app_ibrt_ui_test_cmd_if.cpp function btif_pts_hf_create_link_with_pts (line 66) | void btif_pts_hf_create_link_with_pts(void) { function btif_pts_av_create_channel_with_pts (line 69) | void btif_pts_av_create_channel_with_pts(void) { function btif_pts_ar_connect_with_pts (line 72) | void btif_pts_ar_connect_with_pts(void) { btif_pts_ar_connect(&pts_bt_ad... function app_ibrt_ui_audio_play_test (line 74) | void app_ibrt_ui_audio_play_test(void) { function app_ibrt_ui_audio_pause_test (line 78) | void app_ibrt_ui_audio_pause_test(void) { function app_ibrt_ui_audio_forward_test (line 82) | void app_ibrt_ui_audio_forward_test(void) { function app_ibrt_ui_audio_backward_test (line 86) | void app_ibrt_ui_audio_backward_test(void) { function app_ibrt_ui_avrcp_volume_up_test (line 90) | void app_ibrt_ui_avrcp_volume_up_test(void) { function app_ibrt_ui_avrcp_volume_down_test (line 94) | void app_ibrt_ui_avrcp_volume_down_test(void) { function app_ibrt_ui_hfsco_create_test (line 98) | void app_ibrt_ui_hfsco_create_test(void) { function app_ibrt_ui_hfsco_disc_test (line 102) | void app_ibrt_ui_hfsco_disc_test(void) { function app_ibrt_ui_call_redial_test (line 106) | void app_ibrt_ui_call_redial_test(void) { function app_ibrt_ui_call_answer_test (line 110) | void app_ibrt_ui_call_answer_test(void) { function app_ibrt_ui_call_hangup_test (line 114) | void app_ibrt_ui_call_hangup_test(void) { function app_ibrt_ui_local_volume_up_test (line 118) | void app_ibrt_ui_local_volume_up_test(void) { function app_ibrt_ui_local_volume_down_test (line 122) | void app_ibrt_ui_local_volume_down_test(void) { function app_ibrt_ui_get_tws_conn_state_test (line 127) | void app_ibrt_ui_get_tws_conn_state_test(void) { function app_ibrt_ui_soft_reset_test (line 150) | void app_ibrt_ui_soft_reset_test(void) { app_reset(); } function app_ibrt_ui_iic_uart_switch_test (line 153) | void app_ibrt_ui_iic_uart_switch_test(void) { bt_change_to_iic(NULL, NUL... function app_ibrt_ui_get_a2dp_state_test (line 155) | void app_ibrt_ui_get_a2dp_state_test(void) { function app_ibrt_ui_get_avrcp_state_test (line 168) | void app_ibrt_ui_get_avrcp_state_test(void) { function app_ibrt_ui_get_hfp_state_test (line 181) | void app_ibrt_ui_get_hfp_state_test(void) { function app_ibrt_ui_get_call_status_test (line 196) | void app_ibrt_ui_get_call_status_test() { function app_ibrt_ui_get_ibrt_role_test (line 209) | void app_ibrt_ui_get_ibrt_role_test(void) { function app_ibrt_ui_open_box_event_test (line 236) | void app_ibrt_ui_open_box_event_test(void) { function app_ibrt_ui_fetch_out_box_event_test (line 254) | void app_ibrt_ui_fetch_out_box_event_test(void) { function app_ibrt_ui_put_in_box_event_test (line 272) | void app_ibrt_ui_put_in_box_event_test(void) { function app_ibrt_ui_close_box_event_test (line 290) | void app_ibrt_ui_close_box_event_test(void) { function app_ibrt_ui_reconnect_event_test (line 308) | void app_ibrt_ui_reconnect_event_test(void) { function app_ibrt_ui_ware_up_event_test (line 326) | void app_ibrt_ui_ware_up_event_test(void) { function app_ibrt_ui_ware_down_event_test (line 344) | void app_ibrt_ui_ware_down_event_test(void) { function app_ibrt_ui_phone_connect_event_test (line 362) | void app_ibrt_ui_phone_connect_event_test(void) { function app_ibrt_ui_shut_down_test (line 381) | void app_ibrt_ui_shut_down_test(void) { function app_ibrt_enable_tports_test (line 402) | void app_ibrt_enable_tports_test(void) { bt_enable_tports(); } function app_ibrt_ui_tws_swtich_test (line 418) | void app_ibrt_ui_tws_swtich_test(void) { function app_ibrt_ui_suspend_ibrt_test (line 444) | void app_ibrt_ui_suspend_ibrt_test(void) { function app_ibrt_ui_resume_ibrt_test (line 468) | void app_ibrt_ui_resume_ibrt_test(void) { btif_me_resume_ibrt(1); } function app_ibrt_ui_pairing_mode_test (line 484) | void app_ibrt_ui_pairing_mode_test(void) { function app_ibrt_ui_freeman_pairing_mode_test (line 502) | void app_ibrt_ui_freeman_pairing_mode_test(void) { function app_ibrt_inquiry_start_test (line 506) | void app_ibrt_inquiry_start_test(void) { app_bt_start_search(); } function app_ibrt_role_switch_test (line 508) | void app_ibrt_role_switch_test(void) { app_tws_if_trigger_role_switch(); } FILE: services/app_ibrt/src/app_ibrt_voice_report.cpp function app_ibrt_voice_report_trigger_timeout_cb (line 55) | static void app_ibrt_voice_report_trigger_timeout_cb(void const *n) { function app_ibrt_voice_report_trigger_checker_init (line 60) | static int app_ibrt_voice_report_trigger_checker_init(void) { function app_ibrt_voice_report_trigger_checker_start (line 68) | static int app_ibrt_voice_report_trigger_checker_start(void) { function app_ibrt_voice_report_trigger_checker_stop (line 75) | static int app_ibrt_voice_report_trigger_checker_stop(void) { function app_ibrt_voice_report_trigger_checker (line 81) | int app_ibrt_voice_report_trigger_checker(void) { function voice_report_role_t (line 96) | voice_report_role_t app_ibrt_voice_report_get_role(void) { function app_ibrt_voice_report_set_trigger_time (line 124) | static void app_ibrt_voice_report_set_trigger_time(uint32_t tg_tick) { function app_ibrt_voice_report_trigger_init (line 149) | int app_ibrt_voice_report_trigger_init(uint32_t aud_id, uint32_t aud_pra... function app_ibrt_voice_report_trigger_deinit (line 225) | int app_ibrt_voice_report_trigger_deinit(void) { function app_ibrt_if_voice_report_filter (line 242) | int app_ibrt_if_voice_report_filter(uint32_t aud_id) { function app_ibrt_if_voice_report_local_only (line 286) | int app_ibrt_if_voice_report_local_only(uint32_t aud_id) { function app_ibrt_if_voice_report_force_audio_retrigger_hander (line 297) | int app_ibrt_if_voice_report_force_audio_retrigger_hander(uint32_t msg_id, function app_ibrt_if_voice_report_init (line 311) | static int app_ibrt_if_voice_report_init(uint32_t aud_id, uint16_t aud_p... function app_ibrt_if_voice_report_trig_retrigger (line 380) | int app_ibrt_if_voice_report_trig_retrigger(void) { function app_ibrt_if_voice_report_handler (line 385) | int app_ibrt_if_voice_report_handler(uint32_t aud_id, uint16_t aud_pram) { function app_ibrt_send_voice_report_request_req (line 389) | void app_ibrt_send_voice_report_request_req(uint8_t *p_buff, uint16_t le... function app_ibrt_voice_report_request_req_handler (line 398) | void app_ibrt_voice_report_request_req_handler(uint16_t rsp_seq, function app_ibrt_send_voice_report_start_req (line 413) | void app_ibrt_send_voice_report_start_req(uint8_t *p_buff, uint16_t leng... function app_ibrt_voice_report_request_start_handler (line 426) | void app_ibrt_voice_report_request_start_handler(uint16_t rsp_seq, function app_ibrt_voice_report_is_me (line 457) | bool app_ibrt_voice_report_is_me(uint32_t voice_chnlsel) { FILE: services/app_tws/inc/app_tws_if.h type APP_TWS_SIDE_T (line 31) | typedef enum { type TWS_SYNC_USER_E (line 45) | typedef enum { type TWS_SYNC_USER_T (line 59) | typedef struct { type TWS_ENV_T (line 67) | typedef struct { type TWS_SYNC_DATA_T (line 71) | typedef struct { FILE: services/app_tws/src/app_tws_if.cpp type BT_DEVICE_ID_T (line 105) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 106) | enum BT_DEVICE_ID_T function app_tws_if_init (line 131) | void app_tws_if_init(void) { function app_tws_if_role_switch_started_handler (line 173) | void app_tws_if_role_switch_started_handler(void) { function app_post_roleswitch_handling_timer_handler (line 188) | static int app_post_roleswitch_handling_timer_handler(void const *param) { function app_tws_if_post_roleswitch_handler (line 195) | static void app_tws_if_post_roleswitch_handler(void) { function app_tws_if_tws_role_switch_complete_handler (line 208) | void app_tws_if_tws_role_switch_complete_handler(uint8_t newRole) { function app_tws_if_register_sync_user (line 244) | void app_tws_if_register_sync_user(uint8_t id, TWS_SYNC_USER_T *user) { function app_tws_if_deregister_sync_user (line 248) | void app_tws_if_deregister_sync_user(uint8_t id) { function app_tws_if_sync_info (line 252) | void app_tws_if_sync_info(TWS_SYNC_USER_E id) { function app_tws_if_sync_info_received_handler (line 278) | void app_tws_if_sync_info_received_handler(uint16_t rsp_seq, uint8_t *p_... function app_tws_if_sync_info_rsp_received_handler (line 310) | void app_tws_if_sync_info_rsp_received_handler(uint16_t rsp_seq, function app_tws_if_sync_info_rsp_timeout_handler (line 326) | void app_tws_if_sync_info_rsp_timeout_handler(uint16_t rsp_seq, uint8_t ... function app_tws_if_tws_role_updated_handler (line 340) | void app_tws_if_tws_role_updated_handler(uint8_t newRole) { function app_tws_if_tws_connected_sync_info (line 353) | void app_tws_if_tws_connected_sync_info(void) { function app_tws_if_tws_connected_handler (line 376) | void app_tws_if_tws_connected_handler(void) { function app_tws_if_tws_disconnected_handler (line 381) | void app_tws_if_tws_disconnected_handler(void) { function app_tws_if_mobile_connected_handler (line 397) | void app_tws_if_mobile_connected_handler(uint8_t *addr) { function app_tws_if_mobile_disconnected_handler (line 410) | void app_tws_if_mobile_disconnected_handler(uint8_t *addr) { function app_tws_if_ibrt_connected_handler (line 414) | void app_tws_if_ibrt_connected_handler(void) { function app_tws_if_ibrt_disconnected_handler (line 427) | void app_tws_if_ibrt_disconnected_handler(void) { function app_tws_if_ble_connected_handler (line 431) | void app_tws_if_ble_connected_handler(void) { function app_tws_if_ble_disconnected_handler (line 446) | void app_tws_if_ble_disconnected_handler(void) { function app_tws_if_trigger_role_switch (line 458) | void app_tws_if_trigger_role_switch(void) { function app_tws_if_handle_click (line 467) | void app_tws_if_handle_click(void) { function app_tws_if_ai_send_cmd_to_peer (line 478) | void app_tws_if_ai_send_cmd_to_peer(uint8_t *p_buff, uint16_t length) { function app_tws_if_ai_rev_peer_cmd_hanlder (line 484) | void app_tws_if_ai_rev_peer_cmd_hanlder(uint16_t rsp_seq, uint8_t *p_buff, function app_tws_if_ai_send_cmd_with_rsp_to_peer (line 493) | void app_tws_if_ai_send_cmd_with_rsp_to_peer(uint8_t *p_buff, uint16_t l... function app_tws_if_ai_send_cmd_rsp_to_peer (line 499) | void app_tws_if_ai_send_cmd_rsp_to_peer(uint8_t *p_buff, uint16_t rsp_seq, function app_tws_if_ai_rev_peer_cmd_with_rsp_hanlder (line 507) | void app_tws_if_ai_rev_peer_cmd_with_rsp_hanlder(uint16_t rsp_seq, function app_tws_if_ai_rev_cmd_rsp_from_peer_hanlder (line 517) | void app_tws_if_ai_rev_cmd_rsp_from_peer_hanlder(uint16_t rsp_seq, function app_tws_if_ai_rev_cmd_rsp_timeout_hanlder (line 527) | void app_tws_if_ai_rev_cmd_rsp_timeout_hanlder(uint16_t rsp_seq, function app_tws_if_master_prepare_rs (line 537) | void app_tws_if_master_prepare_rs(uint8_t *p_buff, uint16_t length) { function app_tws_if_slave_continue_rs (line 556) | void app_tws_if_slave_continue_rs(uint8_t *p_buff, uint16_t length) { function app_ibrt_share_fastpair_info (line 573) | void app_ibrt_share_fastpair_info(uint8_t *p_buff, uint16_t length) { function app_tws_send_fastpair_info_to_slave (line 578) | void app_tws_send_fastpair_info_to_slave(void) { function app_ibrt_shared_fastpair_info_received_handler (line 585) | void app_ibrt_shared_fastpair_info_received_handler(uint16_t rsp_seq, function app_tws_is_master_mode (line 594) | bool app_tws_is_master_mode(void) { function app_tws_is_slave_mode (line 598) | bool app_tws_is_slave_mode(void) { function app_tws_is_freeman_mode (line 602) | bool app_tws_is_freeman_mode(void) { function app_tws_nv_is_master_role (line 606) | bool app_tws_nv_is_master_role(void) { function app_ibrt_sync_volume_info (line 612) | void app_ibrt_sync_volume_info(void) { function app_tws_set_side (line 624) | void app_tws_set_side(APP_TWS_SIDE_T side) { function app_tws_is_left_side (line 631) | bool app_tws_is_left_side(void) { return (app_tws_side == EAR_SIDE_LEFT); } function app_tws_is_right_side (line 633) | bool app_tws_is_right_side(void) { return (app_tws_side == EAR_SIDE_RIGH... function app_tws_is_unknown_side (line 635) | bool app_tws_is_unknown_side(void) { function app_tws_set_side_from_gpio (line 651) | void app_tws_set_side_from_gpio(void) { FILE: services/audio_dump/src/audio_dump.c function audio_dump_clear_up (line 56) | void audio_dump_clear_up(void) { function audio_dump_init (line 62) | void audio_dump_init(int frame_len, int sample_bytes, int channel_num) { function audio_dump_deinit (line 106) | void audio_dump_deinit(void) { ; } function audio_dump_add_channel_data_from_multi_channels (line 108) | void audio_dump_add_channel_data_from_multi_channels(int channel_id, function audio_dump_add_channel_data (line 143) | void audio_dump_add_channel_data(int channel_id, void *pcm_buf, int pcm_... function audio_debug_add_index (line 149) | static void audio_debug_add_index(void) { function audio_debug_add_crc (line 171) | static void audio_debug_add_crc(void) { function audio_dump_run (line 179) | void audio_dump_run(void) { function data_dump_init (line 214) | void data_dump_init(void) { function data_dump_deinit (line 220) | void data_dump_deinit(void) { ; } function data_dump_run (line 222) | void data_dump_run(const char *str, void *data_buf, uint32_t data_len) { function audio_dump_clear_up (line 269) | void audio_dump_clear_up(void) { ; } function audio_dump_init (line 270) | void audio_dump_init(int frame_len, int sample_bytes, int channel_num) {... function audio_dump_deinit (line 271) | void audio_dump_deinit(void) { ; } function audio_dump_add_channel_data_from_multi_channels (line 272) | void audio_dump_add_channel_data_from_multi_channels(int channel_id, function audio_dump_add_channel_data (line 278) | void audio_dump_add_channel_data(int channel_id, void *pcm_buf, int pcm_... function audio_dump_run (line 281) | void audio_dump_run(void) { ; } function data_dump_init (line 282) | void data_dump_init(void) { ; } function data_dump_deinit (line 283) | void data_dump_deinit(void) { ; } function data_dump_run (line 284) | void data_dump_run(const char *str, void *data_buf, uint32_t data_len) {... FILE: services/audio_process/audio_cfg.c type AUDIO_CFG_T_ (line 26) | struct AUDIO_CFG_T_ { type AUDIO_SECTION_AUDIO_CFG_T (line 33) | typedef struct { function sizeof_audio_cfg (line 41) | int sizeof_audio_cfg(void) { return sizeof(AUDIO_CFG_T); } function store_audio_cfg_into_audio_section (line 43) | int store_audio_cfg_into_audio_section(AUDIO_CFG_T *cfg) { type AUDIO_PROCESS_TYPE_T (line 61) | enum AUDIO_PROCESS_TYPE_T FILE: services/audio_process/audio_cfg.h type AUDIO_PROCESS_TYPE_T (line 25) | enum AUDIO_PROCESS_TYPE_T { type AUDIO_CFG_T_ (line 32) | struct AUDIO_CFG_T_ type AUDIO_CFG_T (line 33) | typedef struct AUDIO_CFG_T_ AUDIO_CFG_T; type AUDIO_PROCESS_TYPE_T (line 37) | enum AUDIO_PROCESS_TYPE_T FILE: services/audio_process/audio_process.c type pcm_24bits_t (line 158) | typedef signed int pcm_24bits_t; type pcm_16bits_t (line 159) | typedef signed short int pcm_16bits_t; type AUDIO_PROCESS_T (line 161) | typedef struct { function audio_eq_set_cfg (line 300) | int audio_eq_set_cfg(const FIR_CFG_T *fir_cfg, const IIR_CFG_T *iir_cfg, function audio_process_run (line 403) | int SRAM_TEXT_LOC audio_process_run(uint8_t *buf, uint32_t len) { function audio_process_open (line 532) | int audio_process_open(enum AUD_SAMPRATE_T sample_rate, function audio_process_close (line 651) | int audio_process_close(void) { function audio_ping_callback (line 707) | int audio_ping_callback(uint8_t *buf, uint32_t len) { function audio_eq_sw_iir_callback (line 714) | int audio_eq_sw_iir_callback(uint8_t *buf, uint32_t len) { function audio_eq_sw_iir_callback (line 745) | int audio_eq_sw_iir_callback(uint8_t *buf, uint32_t len) { function audio_eq_hw_fir_callback (line 770) | int audio_eq_hw_fir_callback(uint8_t *buf, uint32_t len) { function audio_drc_callback (line 806) | int audio_drc_callback(uint8_t *buf, uint32_t len) { function audio_drc2_callback (line 831) | int audio_drc2_callback(uint8_t *buf, uint32_t len) { function audio_eq_hw_dac_iir_callback (line 856) | int audio_eq_hw_dac_iir_callback(uint8_t *buf, uint32_t len) { function audio_eq_hw_iir_callback (line 914) | int audio_eq_hw_iir_callback(uint8_t *buf, uint32_t len) { function audio_eq_usb_iir_callback (line 959) | int audio_eq_usb_iir_callback(uint8_t *buf, uint32_t len) { function audio_eq_usb_eq_update (line 1040) | void audio_eq_usb_eq_update(void) { type query_eq_info_t (line 1094) | typedef struct { function audio_cmd_callback (line 1106) | int audio_cmd_callback(uint8_t *buf, uint32_t len) { function audio_cfg_burn_callback (line 1132) | int audio_cfg_burn_callback(uint8_t *buf, uint32_t len) { function audio_process_init (line 1154) | int audio_process_init(void) { FILE: services/audio_process/audio_process.h type AUDIO_EQ_TYPE_T (line 27) | typedef enum { type AUD_SAMPRATE_T (line 35) | enum AUD_SAMPRATE_T type AUD_BITS_T (line 35) | enum AUD_BITS_T type AUD_CHANNEL_NUM_T (line 35) | enum AUD_CHANNEL_NUM_T type AUD_CHANNEL_NUM_T (line 35) | enum AUD_CHANNEL_NUM_T FILE: services/audio_process/audio_spectrum.cpp type AudioSpectrum (line 25) | struct AudioSpectrum { type AUD_BITS_T (line 27) | enum AUD_BITS_T function audio_spectrum_open (line 36) | void audio_spectrum_open(int sample_rate, enum AUD_BITS_T sample_bits) { function audio_spectrum_close (line 52) | void audio_spectrum_close(void) { function convertTo16Bit (line 62) | static inline int16_t convertTo16Bit(int16_t x) { return x; } function convertTo16Bit (line 64) | static inline int16_t convertTo16Bit(int32_t x) { return (x >> 8); } function convertToMono16Bit (line 68) | static void convertToMono16Bit(int16_t *out, DataType *in, int frame_siz... function audio_spectrum_run_impl (line 75) | void audio_spectrum_run_impl(const uint8_t *buf, int len) { function audio_spectrum_run (line 104) | void audio_spectrum_run(const uint8_t *buf, int len) { FILE: services/audio_process/audio_spectrum.h type AUD_BITS_T (line 19) | enum AUD_BITS_T FILE: services/audioflinger/audioflinger.c type AF_BOOL_T (line 134) | enum AF_BOOL_T { AF_FALSE = 0, AF_TRUE = 1 } type AF_RESULT_T (line 136) | enum AF_RESULT_T { AF_RES_SUCCESS = 0, AF_RES_FAILD = 1 } type AF_DAC_PA_STATE_T (line 138) | enum AF_DAC_PA_STATE_T { type AF_STATUS_T (line 149) | enum AF_STATUS_T { type af_stream_ctl_t (line 158) | struct af_stream_ctl_t { type af_stream_cfg_t (line 165) | struct af_stream_cfg_t { type af_stream_cfg_t (line 187) | struct af_stream_cfg_t type SW_GAIN_IIR_T (line 197) | typedef struct { type AF_DAC_PA_STATE_T (line 222) | enum AF_DAC_PA_STATE_T type af_stream_fade_out_t (line 237) | struct af_stream_fade_out_t { type af_stream_fade_out_t (line 245) | struct af_stream_fade_out_t function af_lock_thread (line 276) | void af_lock_thread(void) { function af_unlock_thread (line 289) | void af_unlock_thread(void) { function af_stream_fadeout_start (line 304) | int af_stream_fadeout_start(uint32_t sample) { function af_stream_fadeout_stop (line 311) | int af_stream_fadeout_stop(void) { function af_stream_fadeout (line 317) | uint32_t af_stream_fadeout(int16_t *buf, uint32_t len, function af_stream_stop_wait_finish (line 391) | void af_stream_stop_wait_finish() { function af_stream_stop_process (line 401) | void af_stream_stop_process(struct af_stream_cfg_t *af_cfg, uint8_t *buf, type af_stream_cfg_t (line 423) | struct af_stream_cfg_t type AUD_STREAM_ID_T (line 424) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 424) | enum AUD_STREAM_T function af_set_status (line 431) | static void af_set_status(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T str... function af_clear_status (line 440) | static void af_clear_status(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T s... function af_stream_get_cfg (line 450) | uint32_t af_stream_get_cfg(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T st... function af_dump_cfg (line 475) | static void af_dump_cfg() function af_codec_output_gain_changed (line 498) | static void af_codec_output_gain_changed(float coef) { function af_codec_sw_gain_filter (line 502) | static float af_codec_sw_gain_filter(float gain_in) { function af_codec_sw_gain_process (line 516) | static void af_codec_sw_gain_process(uint8_t *buf, uint32_t size, function af_codec_get_sample_count (line 574) | static uint32_t POSSIBLY_UNUSED af_codec_get_sample_count( function af_zero_mem (line 587) | static void POSSIBLY_UNUSED af_zero_mem(void *dst, unsigned int size) { function af_codec_playback_pre_handler (line 596) | static bool af_codec_playback_pre_handler(uint8_t *buf, uint32_t len, function af_codec_playback_sw_dc_calib (line 640) | static void af_codec_playback_sw_dc_calib(uint8_t *buf, uint32_t len, function af_codec_playback_post_handler (line 728) | static void af_codec_playback_post_handler(uint8_t *buf, uint32_t len, function af_thread_stream_handler (line 819) | static inline void af_thread_stream_handler(enum AUD_STREAM_ID_T id, function af_thread (line 937) | static void af_thread(void const *argument) { function af_set_flag (line 972) | static void af_set_flag(volatile uint32_t *flag, uint32_t set) { function af_clear_flag (line 980) | static void af_clear_flag(volatile uint32_t *flag, uint32_t clear) { function af_flag_active (line 988) | static bool af_flag_active(volatile uint32_t *flag, uint32_t bits) { function af_thread (line 992) | void af_thread(void const *argument) { function af_dma_irq_handler (line 1023) | static void af_dma_irq_handler(uint8_t ch, uint32_t remain_dst_tsize, function af_codec_async_close (line 1058) | static void af_codec_async_close(void) { function af_codec_anc_boost_delay (line 1074) | static void af_codec_anc_boost_delay(uint32_t ms) { function af_open (line 1083) | uint32_t af_open(void) { function af_stream_update_dma_buffer (line 1169) | static void af_stream_update_dma_buffer(enum AUD_STREAM_T stream, function af_stream_open (line 1330) | uint32_t af_stream_open(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T stream, function af_stream_setup (line 1663) | uint32_t af_stream_setup(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T stream, function else (line 1784) | else if (device == AUD_STREAM_USE_TDM0_MASTER || function else (line 1820) | else if (device == AUD_STREAM_USE_INT_CODEC) { function else (line 1837) | else if (device == AUD_STREAM_USE_INT_SPDIF) { function else (line 1850) | else if (device == AUD_STREAM_USE_BT_PCM) { function else (line 1863) | else if (device == AUD_STREAM_USE_DPD_RX) { function else (line 1868) | else if (device == AUD_STREAM_USE_MC) { function af_stream_mute (line 1887) | uint32_t af_stream_mute(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T stream, function af_stream_set_chan_vol (line 1918) | uint32_t af_stream_set_chan_vol(enum AUD_STREAM_ID_T id, function af_stream_restore_chan_vol (line 1950) | uint32_t af_stream_restore_chan_vol(enum AUD_STREAM_ID_T id, type af_stream_cfg_t (line 1982) | struct af_stream_cfg_t function af_codec_stream_pre_start (line 1984) | static void af_codec_stream_pre_start(enum AUD_STREAM_T stream) { function af_codec_stream_post_start (line 2005) | static void af_codec_stream_post_start(enum AUD_STREAM_T stream) { function af_codec_stream_pre_stop (line 2018) | static void af_codec_stream_pre_stop(enum AUD_STREAM_T stream) { function af_codec_stream_post_stop (line 2039) | static void af_codec_stream_post_stop(enum AUD_STREAM_T stream) { function af_stream_start (line 2053) | uint32_t af_stream_start(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T stre... function af_stream_stop (line 2231) | uint32_t af_stream_stop(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T strea... function af_stream_pause (line 2385) | uint32_t af_stream_pause(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T stre... function af_stream_restart (line 2435) | uint32_t af_stream_restart(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T st... function af_stream_close (line 2490) | uint32_t af_stream_close(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T stre... function af_close (line 2610) | uint32_t af_close(void) { function af_stream_get_cur_dma_addr (line 2631) | uint32_t af_stream_get_cur_dma_addr(enum AUD_STREAM_ID_T id, function af_stream_get_cur_dma_pos (line 2661) | int af_stream_get_cur_dma_pos(enum AUD_STREAM_ID_T id, function af_stream_buffer_error (line 2702) | int af_stream_buffer_error(enum AUD_STREAM_ID_T id, enum AUD_STREAM_T st... function af_stream_dma_tc_irq_enable (line 2706) | uint32_t af_stream_dma_tc_irq_enable(enum AUD_STREAM_ID_T id, function af_stream_dma_tc_irq_disable (line 2723) | uint32_t af_stream_dma_tc_irq_disable(enum AUD_STREAM_ID_T id, function af_set_irq_notification (line 2741) | void af_set_irq_notification(AF_IRQ_NOTIFICATION_T notif) { irq_notif = ... function af_set_priority (line 2745) | void af_set_priority(AF_USER_E user, int priority) { function af_get_priority (line 2761) | int af_get_priority(void) { return (int)osThreadGetPriority(af_thread_ti... function af_get_default_priority (line 2763) | int af_get_default_priority(void) { return af_default_priority; } function af_reset_priority (line 2765) | void af_reset_priority(void) { function af_codec_tune_resample_rate (line 2770) | void af_codec_tune_resample_rate(enum AUD_STREAM_T stream, float ratio) { function af_codec_direct_tune_resample_rate (line 2778) | void af_codec_direct_tune_resample_rate(enum AUD_STREAM_T stream, float ... function af_codec_tune_both_resample_rate (line 2784) | void af_codec_tune_both_resample_rate(float ratio) { function af_codec_tune_pll (line 2792) | void af_codec_tune_pll(float ratio) { function af_codec_tune_xtal (line 2800) | void af_codec_tune_xtal(float ratio) { function af_codec_tune (line 2808) | void af_codec_tune(enum AUD_STREAM_T stream, float ratio) { function af_codec_direct_tune (line 2816) | void af_codec_direct_tune(enum AUD_STREAM_T stream, float ratio) { function af_codec_set_perf_test_power (line 2833) | void af_codec_set_perf_test_power(int type) { function af_codec_set_noise_reduction (line 2841) | void af_codec_set_noise_reduction(bool enable) { function af_codec_bt_trigger_config (line 2849) | void af_codec_bt_trigger_config(bool en, function af_codec_sync_config (line 2859) | void af_codec_sync_config(enum AUD_STREAM_T stream, function af_i2s_sync_config (line 2882) | void af_i2s_sync_config(enum AUD_STREAM_T stream, enum AF_I2S_SYNC_TYPE_... function af_codec_sync_resample_rate_config (line 2905) | void af_codec_sync_resample_rate_config(enum AUD_STREAM_T stream, function af_codec_sync_gain_config (line 2929) | void af_codec_sync_gain_config(enum AUD_STREAM_T stream, function af_codec_swap_output (line 2952) | void af_codec_swap_output(bool swap) { function af_codec_set_playback_post_handler (line 2960) | void af_codec_set_playback_post_handler(AF_CODEC_PLAYBACK_POST_HANDLER_T... function af_anc_open (line 2964) | int af_anc_open(enum ANC_TYPE_T type, enum AUD_SAMPRATE_T play_rate, function af_anc_close (line 2977) | int af_anc_close(enum ANC_TYPE_T type) { function af_vad_open (line 2990) | int af_vad_open(const struct AUD_VAD_CONFIG_T *cfg) { function af_vad_close (line 3002) | int af_vad_close(void) { function af_vad_start (line 3014) | int af_vad_start(void) { function af_vad_stop (line 3026) | int af_vad_stop(void) { function af_vad_get_data (line 3038) | uint32_t af_vad_get_data(uint8_t *buf, uint32_t len) { function af_vad_get_data_info (line 3042) | void af_vad_get_data_info(struct CODEC_VAD_BUF_INFO_T *vad_buf_info) { function af_dsd_enable (line 3049) | void af_dsd_enable(void) { function af_dsd_disable (line 3083) | void af_dsd_disable(void) { function random_mic_is_on (line 3118) | uint8_t random_mic_is_on(uint8_t *deviceId) { FILE: services/audioflinger/audioflinger.h type AUD_STREAM_ID_T (line 28) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 28) | enum AUD_STREAM_T type AF_PP_T (line 32) | enum AF_PP_T{ type AF_USER_E (line 37) | typedef enum { type AF_STREAM_CONFIG_T (line 47) | struct AF_STREAM_CONFIG_T { type AUD_STREAM_ID_T (line 70) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 70) | enum AUD_STREAM_T type AF_STREAM_CONFIG_T (line 70) | struct AF_STREAM_CONFIG_T type AUD_STREAM_ID_T (line 71) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 71) | enum AUD_STREAM_T type AF_STREAM_CONFIG_T (line 71) | struct AF_STREAM_CONFIG_T type AUD_STREAM_ID_T (line 72) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 72) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 73) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 73) | enum AUD_STREAM_T type AUD_CHANNEL_MAP_T (line 73) | enum AUD_CHANNEL_MAP_T type AUD_STREAM_ID_T (line 74) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 74) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 75) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 75) | enum AUD_STREAM_T type AF_STREAM_CONFIG_T (line 75) | struct AF_STREAM_CONFIG_T type AUD_STREAM_ID_T (line 76) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 76) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 77) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 77) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 78) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 78) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 79) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 79) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 80) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 80) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 82) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 82) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 83) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 83) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 84) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 84) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 85) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 85) | enum AUD_STREAM_T type AUD_STREAM_ID_T (line 86) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 86) | enum AUD_STREAM_T type AUD_STREAM_T (line 96) | enum AUD_STREAM_T type AUD_STREAM_T (line 97) | enum AUD_STREAM_T type AUD_STREAM_T (line 101) | enum AUD_STREAM_T type AUD_STREAM_T (line 102) | enum AUD_STREAM_T type AF_CODEC_SYNC_TYPE_T (line 109) | enum AF_CODEC_SYNC_TYPE_T { type AF_I2S_SYNC_TYPE_T (line 116) | enum AF_I2S_SYNC_TYPE_T { type AUD_STREAM_T (line 123) | enum AUD_STREAM_T type AF_CODEC_SYNC_TYPE_T (line 123) | enum AF_CODEC_SYNC_TYPE_T type AUD_STREAM_T (line 124) | enum AUD_STREAM_T type AF_CODEC_SYNC_TYPE_T (line 124) | enum AF_CODEC_SYNC_TYPE_T type AUD_STREAM_T (line 125) | enum AUD_STREAM_T type AF_CODEC_SYNC_TYPE_T (line 125) | enum AF_CODEC_SYNC_TYPE_T type AUD_STREAM_T (line 126) | enum AUD_STREAM_T type AF_I2S_SYNC_TYPE_T (line 126) | enum AF_I2S_SYNC_TYPE_T type AUD_STREAM_T (line 128) | enum AUD_STREAM_T type AUD_SAMPRATE_T (line 128) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 128) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 128) | enum AUD_SAMPRATE_T type ANC_TYPE_T (line 130) | enum ANC_TYPE_T type AUD_SAMPRATE_T (line 130) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 130) | enum AUD_SAMPRATE_T type ANC_TYPE_T (line 131) | enum ANC_TYPE_T type AUD_VAD_CONFIG_T (line 133) | struct AUD_VAD_CONFIG_T type CODEC_VAD_BUF_INFO_T (line 138) | struct CODEC_VAD_BUF_INFO_T FILE: services/auto_test/at_thread.cpp function at_mailbox_init (line 27) | static int at_mailbox_init(void) { function at_mailbox_put (line 38) | static int at_mailbox_put(AT_MESSAGE *msg_src) { function at_mailbox_free (line 61) | static int at_mailbox_free(AT_MESSAGE *msg_p) { function at_mailbox_get (line 72) | static int at_mailbox_get(AT_MESSAGE **msg_p) { function at_thread (line 82) | static void at_thread(void const *argument) { function at_os_init (line 99) | int at_os_init(void) { function at_enqueue_cmd (line 115) | int at_enqueue_cmd(uint32_t cmd_id, uint32_t param, uint32_t pfunc) { FILE: services/auto_test/at_thread.h type AT_MESSAGE (line 25) | typedef struct { FILE: services/auto_test/at_thread_user.cpp function at_mailbox_user_put (line 63) | static int at_mailbox_user_put(enum THREAD_USER_ID user_id, function at_mailbox_user_free (line 89) | static int at_mailbox_user_free(enum THREAD_USER_ID user_id, function at_mailbox_user_get (line 102) | static int at_mailbox_user_get(enum THREAD_USER_ID user_id, function at_thread_user0 (line 113) | static void at_thread_user0(const void *argument) { function at_thread_user1 (line 139) | static void at_thread_user1(void const *argument) { function at_thread_user2 (line 158) | static void at_thread_user2(void const *argument) { function at_thread_user3 (line 175) | static void at_thread_user3(void const *argument) { function at_thread_user4 (line 193) | static void at_thread_user4(void const *argument) { function at_thread_user_init (line 212) | int at_thread_user_init(enum THREAD_USER_ID user_id) { function at_thread_user_is_inited (line 256) | bool at_thread_user_is_inited(enum THREAD_USER_ID user_id) { function at_thread_user_enqueue_cmd (line 260) | int at_thread_user_enqueue_cmd(enum THREAD_USER_ID user_id, uint32_t cmd... FILE: services/auto_test/at_thread_user.h type THREAD_USER_ID (line 23) | enum THREAD_USER_ID type AT_USER_MESSAGE (line 33) | typedef struct { type RF_FREQUENCY_E (line 40) | typedef enum type RF_CHANNEL_E (line 52) | typedef enum type RF_TXRX_E (line 61) | typedef enum type GTK_FACTORY_TEST_TWS_MODE (line 68) | typedef enum type THREAD_USER_ID (line 88) | enum THREAD_USER_ID type THREAD_USER_ID (line 89) | enum THREAD_USER_ID type THREAD_USER_ID (line 90) | enum THREAD_USER_ID FILE: services/auto_test/auto_test.cpp function _at_trim (line 342) | void _at_trim(uint8_t *buff) { function AT_CMD_ID_ENUM_T (line 446) | static AT_CMD_ID_ENUM_T _at_get_cur_cmd_id(void) { function _at_set_status (line 450) | static void _at_set_status(AT_CMD_ID_ENUM_T cmd_id, AT_STATUS_T status, function _at_resp (line 461) | static void _at_resp(void) { function auto_test_prase (line 494) | int auto_test_prase(uint8_t *cmd) { function auto_test_send (line 572) | int auto_test_send(char *resp) { function at_test (line 610) | void at_test(uint32_t param0, uint32_t param1) { function at_power_off (line 619) | void at_power_off(uint32_t param0, uint32_t param1) { function at_reboot (line 628) | void at_reboot(uint32_t param0, uint32_t param1) { function at_pmu_shutdown (line 637) | void at_pmu_shutdown(uint32_t param0, uint32_t param1) { function at_connet (line 653) | void at_connet(uint32_t param0, uint32_t param1) { function at_disconnet (line 661) | void at_disconnet(uint32_t param0, uint32_t param1) { function at_pairing (line 669) | void at_pairing(uint32_t param0, uint32_t param1) { function at_connect_tws (line 677) | void at_connect_tws(uint32_t param0, uint32_t param1) { function at_call_setup (line 685) | void at_call_setup(uint32_t param0, uint32_t param1) { function at_call_hangup (line 693) | void at_call_hangup(uint32_t param0, uint32_t param1) { function music_on_callback (line 706) | static void music_on_callback(void) { function at_music_on (line 710) | void at_music_on(uint32_t param0, uint32_t param1) { function at_music_suspend (line 726) | void at_music_suspend(uint32_t param0, uint32_t param1) { function at_sleep (line 735) | void at_sleep(uint32_t param0, uint32_t param1) { function at_sleep_clean (line 747) | void at_sleep_clean(uint32_t param0, uint32_t param1) { function at_wakeup (line 763) | void at_wakeup(uint32_t param0, uint32_t param1) { function at_switch_freq (line 771) | void at_switch_freq(uint32_t param0, uint32_t param1) { function at_power_on (line 822) | void at_power_on(uint32_t param0, uint32_t param1) { function at_bt_init (line 830) | void at_bt_init(uint32_t param0, uint32_t param1) { function at_simulate_key (line 881) | void at_simulate_key(uint32_t param0, uint32_t param1) { type AT_FLASH_REGION_ID (line 947) | enum AT_FLASH_REGION_ID { type _flash_region_info (line 957) | struct _flash_region_info { type AT_FLASH_REGION_ID (line 958) | enum AT_FLASH_REGION_ID function _at_norflash_test (line 1023) | int32_t _at_norflash_test(uint32_t addr, uint32_t size, uint8_t is_resto... function AT_FLASH_REGION_INFO (line 1117) | AT_FLASH_REGION_INFO *_at_norflash_get_region_info(enum AT_FLASH_REGION_... function at_norflash (line 1128) | void at_norflash(uint32_t param0, uint32_t param1) { function at_norflash_life_test (line 1262) | int32_t at_norflash_life_test(uint32_t count) function norflash_life_test (line 1371) | void norflash_life_test(void) type NORFLASH_ASYNC_CMD (line 1399) | enum NORFLASH_ASYNC_CMD { type NORFLASH_ASYNC_STATE (line 1417) | enum NORFLASH_ASYNC_STATE { type NORFLASH_ASYNC_STATE (line 1427) | enum NORFLASH_ASYNC_STATE type NORFLASH_API_MODULE_ID_T (line 1429) | enum NORFLASH_API_MODULE_ID_T function at_w_buff_set (line 1452) | void at_w_buff_set(uint8_t *buff, uint32_t len) { function at_get_scene_index (line 1463) | uint32_t at_get_scene_index(uint32_t addr) { function at_opera_result_notify (line 1475) | void at_opera_result_notify(void *param) { function at_user_func (line 1550) | void at_user_func(uint32_t param0, uint32_t param1) { function at_norflash_async_init (line 1688) | void at_norflash_async_init(enum THREAD_USER_ID user_id) { function at_norflash_suspend (line 1708) | void at_norflash_suspend(uint32_t param0, uint32_t param1) { function _at_memory_test (line 1783) | int32_t _at_memory_test(uint8_t *buff, uint32_t size) { function at_memory (line 1803) | void at_memory(uint32_t param0, uint32_t param1) { function at_get_mac (line 1838) | void at_get_mac(uint32_t param0, uint32_t param1) { function at_get_devicename (line 1854) | void at_get_devicename(uint32_t param0, uint32_t param1) { function at_set_loopback (line 1867) | void at_set_loopback(uint32_t param0, uint32_t param1) { function at_set_led (line 1897) | void at_set_led(uint32_t param0, uint32_t param1) { function at_enter_signaling_mode (line 1923) | void at_enter_signaling_mode(uint32_t param0, uint32_t param1) { function at_enter_no_signaling_mode (line 1930) | void at_enter_no_signaling_mode(uint32_t param0, uint32_t param1) { function BleFrequencyTestStop (line 2050) | void BleFrequencyTestStop() { function BtFrequencyTestStop (line 2054) | void BtFrequencyTestStop() { function BleFrequencyTestStart (line 2059) | void BleFrequencyTestStart(uint8_t index) { function BleFrequencyTestStartRx (line 2065) | void BleFrequencyTestStartRx(uint8_t index) { function BtFrequencyTestStart (line 2071) | void BtFrequencyTestStart(uint8_t index) { function at_no_signaling_ble_test (line 2084) | void at_no_signaling_ble_test(uint32_t param0, uint32_t param1) { function at_no_signaling_bt_test (line 2126) | void at_no_signaling_bt_test(uint32_t param0, uint32_t param1) { function at_get_battery (line 2139) | void at_get_battery(uint32_t param0, uint32_t param1) { function at_set_volume (line 2153) | void at_set_volume(uint32_t param0, uint32_t param1) { function at_get_fwversion (line 2181) | void at_get_fwversion(uint32_t param0, uint32_t param1) { function at_get_bootmode (line 2197) | void at_get_bootmode(uint32_t param0, uint32_t param1) { function at_Init (line 2212) | int32_t at_Init(void) { FILE: services/ble_app/app_amsc/app_amsc.c function app_amsc_add_amsc (line 51) | void app_amsc_add_amsc(void) { function app_amsc_enable (line 77) | void app_amsc_enable(uint8_t conidx) { FILE: services/ble_app/app_amsc/app_amsc_task.c function amsc_anc_enable_rsp_handler (line 59) | int amsc_anc_enable_rsp_handler(ke_msg_id_t const msgid, type ke_msg_handler (line 68) | struct ke_msg_handler type ke_state_handler (line 72) | struct ke_state_handler type ke_msg_handler (line 74) | struct ke_msg_handler FILE: services/ble_app/app_amsc/app_amsc_task.h type ke_state_handler (line 44) | struct ke_state_handler FILE: services/ble_app/app_ancc/app_ancc.c function app_ancc_add_ancc (line 51) | void app_ancc_add_ancc(void) { function app_ancc_enable (line 79) | void app_ancc_enable(uint8_t conidx) { FILE: services/ble_app/app_ancc/app_ancc_task.c function ancc_anc_enable_rsp_handler (line 58) | int ancc_anc_enable_rsp_handler(ke_msg_id_t const msgid, type ke_msg_handler (line 67) | struct ke_msg_handler type ke_state_handler (line 71) | struct ke_state_handler type ke_msg_handler (line 73) | struct ke_msg_handler FILE: services/ble_app/app_ancc/app_ancc_task.h type ke_state_handler (line 44) | struct ke_state_handler FILE: services/ble_app/app_batt/app_batt.c type app_batt_env_tag (line 53) | struct app_batt_env_tag function app_batt_init (line 60) | void app_batt_init(void) { function app_batt_add_bas (line 68) | void app_batt_add_bas(void) { function app_batt_enable_prf (line 98) | void app_batt_enable_prf(uint8_t conidx) { function app_batt_send_lvl (line 117) | void app_batt_send_lvl(uint8_t conidx, uint8_t batt_lvl) { function bass_batt_level_ntf_cfg_ind_handler (line 134) | static int bass_batt_level_ntf_cfg_ind_handler( function batt_level_upd_handler (line 140) | static int batt_level_upd_handler(ke_msg_id_t const msgid, function bass_enable_rsp_handler (line 147) | static int bass_enable_rsp_handler(ke_msg_id_t const msgid, function app_batt_msg_dflt_handler (line 166) | static int app_batt_msg_dflt_handler(ke_msg_id_t const msgid, void const... type ke_msg_handler (line 180) | struct ke_msg_handler type ke_state_handler (line 189) | struct ke_state_handler type ke_msg_handler (line 191) | struct ke_msg_handler FILE: services/ble_app/app_batt/app_batt.h type app_batt_env_tag (line 48) | struct app_batt_env_tag type app_batt_env_tag (line 62) | struct app_batt_env_tag type ke_state_handler (line 65) | struct ke_state_handler FILE: services/ble_app/app_ble_key.cpp function app_ble_key_init (line 36) | uint32_t app_ble_key_init() { register_ble_key_handle_cb(app_ble_key_han... function ble_key_handle_up_key (line 38) | void ble_key_handle_up_key(enum APP_KEY_EVENT_T event) { function ble_key_handle_down_key (line 54) | void ble_key_handle_down_key(enum APP_KEY_EVENT_T event) { function app_ble_key_handle (line 70) | void app_ble_key_handle(APP_KEY_STATUS ble_key) { FILE: services/ble_app/app_ble_uart.cpp type HAL_UART_ID_T (line 25) | enum HAL_UART_ID_T function app_ble_send_data (line 36) | void app_ble_send_data(uint8_t *buffer, uint32_t length) { function uart_rx (line 51) | static void uart_rx(uint32_t xfer_size, int dma_error, function uart_tx (line 83) | static void uart_tx(uint32_t xfer_size, int dma_error) { function app_ble_uart_write_request_cb (line 91) | void app_ble_uart_write_request_cb(uint8_t *buf, uint32_t len) { function app_ble_uart_open (line 97) | uint32_t app_ble_uart_open() { FILE: services/ble_app/app_datapath/app_ble_cmd_handler.c type BLE_CUSTOM_CMD_WAITING_RSP_SUPERVISOR_T (line 36) | typedef struct { type BLE_CUSTOM_CMD_ENV_T (line 45) | typedef struct { function ble_custom_cmd_rsp_supervision_timer_cb (line 87) | static void ble_custom_cmd_rsp_supervision_timer_cb(void const *n) { function BLE_get_response_handler (line 99) | void BLE_get_response_handler(uint32_t funcCode, uint8_t *ptrParam, function BLE_control_raw_data_xfer (line 128) | void BLE_control_raw_data_xfer(bool isStartXfer) { function BLE_set_raw_data_xfer_received_callback (line 140) | void BLE_set_raw_data_xfer_received_callback( function BLE_raw_data_xfer_control_handler (line 145) | void BLE_raw_data_xfer_control_handler(uint32_t funcCode, uint8_t *ptrPa... function BLE_start_raw_data_xfer_control_rsp_handler (line 159) | void BLE_start_raw_data_xfer_control_rsp_handler( function BLE_stop_raw_data_xfer_control_rsp_handler (line 169) | void BLE_stop_raw_data_xfer_control_rsp_handler( function ble_custom_cmd_refresh_supervisor_env (line 181) | static void ble_custom_cmd_refresh_supervisor_env(void) { function BLE_remove_waiting_rsp_timeout_supervision (line 217) | static void BLE_remove_waiting_rsp_timeout_supervision(uint16_t entryInd... function BLE_add_waiting_rsp_timeout_supervision (line 265) | static void BLE_add_waiting_rsp_timeout_supervision(uint16_t entryIndex) { function BLE_custom_command_received_raw_data_size (line 339) | uint16_t BLE_custom_command_received_raw_data_size(void) { function BLE_CUSTOM_CMD_RET_STATUS_E (line 351) | BLE_CUSTOM_CMD_RET_STATUS_E function BLE_send_out_data (line 413) | static void BLE_send_out_data(BLE_CUSTOM_CMD_TRANSMISSION_PATH_E path, function BLE_CUSTOM_CMD_RET_STATUS_E (line 456) | BLE_CUSTOM_CMD_RET_STATUS_E function BLE_CUSTOM_CMD_RET_STATUS_E (line 499) | BLE_CUSTOM_CMD_RET_STATUS_E function BLE_CUSTOM_CMD_INSTANCE_T (line 535) | BLE_CUSTOM_CMD_INSTANCE_T * function BLE_custom_command_get_entry_index_from_cmd_code (line 549) | uint16_t BLE_custom_command_get_entry_index_from_cmd_code(uint16_t cmdCo... function BLE_custom_command_init (line 566) | void BLE_custom_command_init(void) { FILE: services/ble_app/app_datapath/app_ble_cmd_handler.h type BLE_CUSTOM_CMD_RET_STATUS_E (line 45) | typedef enum type BLE_CUSTOM_CMD_TRANSMISSION_PATH_E (line 60) | typedef enum type BLE_CUSTOM_CMD_INSTANCE_T (line 103) | typedef struct type BLE_CUSTOM_CMD_PAYLOAD_T (line 119) | typedef struct type BLE_CUSTOM_CMD_RSP_T (line 130) | typedef struct FILE: services/ble_app/app_datapath/app_ble_custom_cmd.c function BLE_dummy_handler (line 35) | void BLE_dummy_handler(uint32_t funcCode, uint8_t *ptrParam, function BLE_test_no_response_print_handler (line 38) | void BLE_test_no_response_print_handler(uint32_t funcCode, uint8_t *ptrP... function BLE_test_with_response_print_handler (line 43) | void BLE_test_with_response_print_handler(uint32_t funcCode, uint8_t *pt... function BLE_test_with_response_print_rsp_handler (line 53) | void BLE_test_with_response_print_rsp_handler( function app_otaMode_enter (line 67) | static void app_otaMode_enter(void) { function BLE_enter_OTA_mode_handler (line 74) | void BLE_enter_OTA_mode_handler(uint32_t funcCode, uint8_t *ptrParam, function BLE_iir_eq_handler (line 82) | void BLE_iir_eq_handler(uint32_t funcCode, uint8_t *ptrParam, function BLE_get_bt_address_handler (line 93) | void BLE_get_bt_address_handler(uint32_t funcCode, uint8_t *ptrParam, FILE: services/ble_app/app_datapath/app_ble_custom_cmd.h type BLE_CUSTOM_CMD_CODE_E (line 28) | typedef enum FILE: services/ble_app/app_datapath/app_datapath_server.c type app_datapath_server_env_tag (line 53) | struct app_datapath_server_env_tag function app_datapath_server_mtu_exchanged_handler (line 62) | void app_datapath_server_mtu_exchanged_handler(uint8_t conidx, uint16_t ... function app_datapath_server_connected_evt_handler (line 64) | void app_datapath_server_connected_evt_handler(uint8_t conidx) { function app_datapath_server_disconnected_evt_handler (line 74) | void app_datapath_server_disconnected_evt_handler(uint8_t conidx) { function app_datapath_server_init (line 84) | void app_datapath_server_init(void) { function app_datapath_add_datapathps (line 90) | void app_datapath_add_datapathps(void) { function app_datapath_server_send_data_via_notification (line 107) | void app_datapath_server_send_data_via_notification(uint8_t *ptrData, function app_datapath_server_send_data_via_indication (line 120) | void app_datapath_server_send_data_via_indication(uint8_t *ptrData, function app_datapath_server_send_data_via_write_command (line 133) | void app_datapath_server_send_data_via_write_command(uint8_t *ptrData, function app_datapath_server_send_data_via_write_request (line 145) | void app_datapath_server_send_data_via_write_request(uint8_t *ptrData, function app_datapath_server_control_notification (line 157) | void app_datapath_server_control_notification(uint8_t conidx, bool isEna... function app_datapath_server_msg_handler (line 178) | static int app_datapath_server_msg_handler(ke_msg_id_t const msgid, function app_datapath_server_tx_ccc_changed_handler (line 187) | static int app_datapath_server_tx_ccc_changed_handler( function app_datapath_server_tx_data_sent_handler (line 205) | static int app_datapath_server_tx_data_sent_handler( function app_datapath_server_rx_data_received_handler (line 216) | static int app_datapath_server_rx_data_received_handler( function app_datapath_server_register_tx_done (line 238) | void app_datapath_server_register_tx_done( type ke_msg_handler (line 249) | struct ke_msg_handler type ke_state_handler (line 264) | struct ke_state_handler type ke_msg_handler (line 267) | struct ke_msg_handler FILE: services/ble_app/app_datapath/app_datapath_server.h type app_env_tag (line 62) | struct app_env_tag type app_datapath_server_env_tag (line 65) | struct app_datapath_server_env_tag type app_datapath_server_env_tag (line 81) | struct app_datapath_server_env_tag type ke_state_handler (line 84) | struct ke_state_handler FILE: services/ble_app/app_dis/app_dis.c function diss_value_req_ind_handler (line 44) | static int diss_value_req_ind_handler(ke_msg_id_t const msgid, function app_dis_init (line 136) | void app_dis_init(void) { function app_dis_add_dis (line 140) | void app_dis_add_dis(void) { type ke_msg_handler (line 172) | struct ke_msg_handler type ke_state_handler (line 176) | struct ke_state_handler type ke_msg_handler (line 178) | struct ke_msg_handler FILE: services/ble_app/app_dis/app_dis.h type ke_state_handler (line 103) | struct ke_state_handler FILE: services/ble_app/app_gfps/app_gfps.c type app_gfps_env_tag (line 93) | struct app_gfps_env_tag function app_gfps_init_env (line 99) | static void app_gfps_init_env(void) { function big_little_switch (line 108) | static void big_little_switch(const uint8_t *in, uint8_t *out, uint8_t l... function app_gfps_connected_evt_handler (line 123) | void app_gfps_connected_evt_handler(uint8_t conidx) { function app_gfps_disconnected_evt_handler (line 142) | void app_gfps_disconnected_evt_handler(uint8_t conidx) { function gfpsp_value_req_ind_handler (line 164) | static int gfpsp_value_req_ind_handler(ke_msg_id_t const msgid, function app_gfps_init (line 232) | void app_gfps_init(void) { function app_gfps_set_bt_access_mode (line 257) | void app_gfps_set_bt_access_mode(gfps_enter_pairing_mode cb) { function app_gfps_set_io_cap (line 261) | void app_gfps_set_io_cap(gfps_bt_io_cap_set cb) { function app_gfps_set_authrequirements (line 265) | void app_gfps_set_authrequirements(gfps_bt_io_authrequirements_set cb) { function app_gfps_set_battery_info_acquire_handler (line 269) | void app_gfps_set_battery_info_acquire_handler( function app_gfps_add_gfps (line 274) | void app_gfps_add_gfps(void) { function app_gfps_send_keybase_pairing_via_notification (line 300) | void app_gfps_send_keybase_pairing_via_notification(uint8_t *ptrData, function app_gfps_send_passkey_via_notification (line 315) | int app_gfps_send_passkey_via_notification(uint8_t *ptrData, uint32_t le... function app_gfps_send_naming_packet_via_notification (line 331) | static void app_gfps_send_naming_packet_via_notification(uint8_t *ptrData, function app_gfps_handling_on_mobile_link_disconnection (line 346) | void app_gfps_handling_on_mobile_link_disconnection( function app_gfps_is_last_response_pending (line 418) | bool app_gfps_is_last_response_pending(void) { function app_gfps_handle_decrypted_keybase_pairing_request (line 422) | static uint8_t function app_gfps_update_local_bt_name (line 519) | static void app_gfps_update_local_bt_name(void) { function app_gfps_decrypt_keybase_pairing_request (line 532) | static bool app_gfps_decrypt_keybase_pairing_request(uint8_t *pairing_req, function app_gfps_write_key_based_pairing_ind_hander (line 598) | int app_gfps_write_key_based_pairing_ind_hander( function app_gfps_write_passkey_ind_hander (line 666) | int app_gfps_write_passkey_ind_hander(ke_msg_id_t const msgid, function app_gfps_write_name_ind_hander (line 708) | static int app_gfps_write_name_ind_hander(ke_msg_id_t const msgid, function app_gfps_write_accountkey_ind_hander (line 757) | static int app_gfps_write_accountkey_ind_hander( function app_gfps_set_battery_datatype (line 785) | void app_gfps_set_battery_datatype(GFPS_BATTERY_DATA_TYPE_E batteryDataT... function GFPS_BATTERY_DATA_TYPE_E (line 792) | GFPS_BATTERY_DATA_TYPE_E app_gfps_get_battery_datatype(void) { function app_gfps_enable_battery_info (line 796) | void app_gfps_enable_battery_info(bool isEnable) { function app_gfps_get_battery_levels (line 801) | void app_gfps_get_battery_levels(uint8_t *pCount, uint8_t *pBatteryLevel) { function app_gfps_update_random_salt (line 808) | void app_gfps_update_random_salt(void) { function app_gfps_generate_accountkey_data (line 812) | uint8_t app_gfps_generate_accountkey_data(uint8_t *outputData) { function gfpsp_update_connection_state (line 926) | static void gfpsp_update_connection_state(uint8_t conidx) { function app_gfpsp_key_based_pairing_ntf_handler (line 932) | static int app_gfpsp_key_based_pairing_ntf_handler( function app_gfpsp_pass_key_ntf_handler (line 945) | static int app_gfpsp_pass_key_ntf_handler( type ke_msg_handler (line 963) | struct ke_msg_handler type ke_state_handler (line 978) | struct ke_state_handler type ke_msg_handler (line 980) | struct ke_msg_handler function app_is_in_fastpairing_mode (line 985) | bool app_is_in_fastpairing_mode(void) { return is_in_fastpairing_mode; } function app_set_in_fastpairing_mode_flag (line 987) | void app_set_in_fastpairing_mode_flag(bool isEnabled) { function app_exit_fastpairing_mode (line 992) | void app_exit_fastpairing_mode(void) { function app_fast_pairing_timeout_timehandler (line 1005) | void app_fast_pairing_timeout_timehandler(void) { app_exit_fastpairing_m... function app_enter_fastpairing_mode (line 1007) | void app_enter_fastpairing_mode(void) { function gfps_info_prepare_handler (line 1106) | void gfps_info_prepare_handler(uint8_t *buf, uint16_t *length) { function gfps_info_received_handler (line 1113) | void gfps_info_received_handler(uint8_t *buf, uint16_t length) { function app_gfps_tws_sync_init (line 1118) | void app_gfps_tws_sync_init(void) { function app_bt_get_model_id (line 1129) | uint32_t app_bt_get_model_id(void) { return g_fast_pair_info.model_id; } function app_bt_get_fast_pair_info (line 1132) | void app_bt_get_fast_pair_info(void) { function app_bt_set_fast_pair_info (line 1159) | void app_bt_set_fast_pair_info(FastPairInfo fast_pair_info) { function app_gfps_set_tx_power_in_adv (line 1163) | void app_gfps_set_tx_power_in_adv(char rssi) { function app_bt_set_fast_pair_tx_power (line 1167) | void app_bt_set_fast_pair_tx_power(int8_t tx_power) { FILE: services/ble_app/app_gfps/app_gfps.h type bd_addr_t (line 41) | typedef struct type GFPS_BATTERY_DATA_TYPE_E (line 118) | typedef enum type GFPS_BATTERY_STATUS_E (line 125) | typedef enum type app_gfps_env_tag (line 133) | struct app_gfps_env_tag type FastPairInfo (line 160) | typedef struct { type ke_state_handler (line 172) | struct ke_state_handler FILE: services/ble_app/app_hid/app_hid.c type app_hid_states (line 85) | enum app_hid_states { type app_hid_env_tag (line 106) | struct app_hid_env_tag function app_hid_init (line 177) | void app_hid_init(void) { function app_hid_start_mouse (line 207) | void app_hid_start_mouse(void) { function app_hid_add_hids (line 234) | void app_hid_add_hids(void) { function app_hid_enable_prf (line 286) | void app_hid_enable_prf(uint8_t conidx) { function app_hid_send_mouse_report (line 362) | void app_hid_send_mouse_report(struct ps2_mouse_msg report) { function hogpd_ctnl_pt_ind_handler (line 489) | static int hogpd_ctnl_pt_ind_handler(ke_msg_id_t const msgid, function hogpd_ntf_cfg_ind_handler (line 523) | static int hogpd_ntf_cfg_ind_handler(ke_msg_id_t const msgid, function hogpd_report_req_ind_handler (line 551) | static int hogpd_report_req_ind_handler( function hogpd_proto_mode_req_ind_handler (line 679) | static int hogpd_proto_mode_req_ind_handler( function hogpd_report_upd_handler (line 721) | static int hogpd_report_upd_handler(ke_msg_id_t const msgid, function hogpd_enable_rsp_handler (line 744) | static int hogpd_enable_rsp_handler(ke_msg_id_t const msgid, function app_hid_mouse_timeout_timer_handler (line 764) | static int app_hid_mouse_timeout_timer_handler(ke_msg_id_t const msgid, function app_hid_msg_dflt_handler (line 831) | static int app_hid_msg_dflt_handler(ke_msg_id_t const msgid, void const ... type ke_msg_handler (line 852) | struct ke_msg_handler type ke_state_handler (line 870) | struct ke_state_handler type ke_msg_handler (line 872) | struct ke_msg_handler FILE: services/ble_app/app_hid/app_hid.h type app_hid_env_tag (line 52) | struct app_hid_env_tag type ps2_mouse_msg (line 66) | struct ps2_mouse_msg type ke_state_handler (line 80) | struct ke_state_handler type ps2_mouse_msg (line 132) | struct ps2_mouse_msg FILE: services/ble_app/app_hrps/app_hrps.c type app_hrps_env_tag (line 32) | struct app_hrps_env_tag function app_hrps_init (line 34) | void app_hrps_init(void) { function app_hrps_connected_evt_handler (line 42) | void app_hrps_connected_evt_handler(uint8_t conidx) { function app_hrps_disconnected_evt_handler (line 46) | void app_hrps_disconnected_evt_handler(void) { function app_hrps_send_measument_via_notification (line 51) | void app_hrps_send_measument_via_notification(void) { function app_hrps_add_profile (line 63) | void app_hrps_add_profile(void) { function app_hrps_msg_handler (line 94) | static int app_hrps_msg_handler(ke_msg_id_t const msgid, void const *param, function app_hrps_measurement_ccc_changed_handler (line 102) | static int app_hrps_measurement_ccc_changed_handler( function app_hrps_measurement_sent_handler (line 111) | static int app_hrps_measurement_sent_handler(ke_msg_id_t const msgid, function app_hrps_ctrl_point_received_handler (line 119) | static int app_hrps_ctrl_point_received_handler( type ke_msg_handler (line 128) | struct ke_msg_handler type ke_state_handler (line 142) | struct ke_state_handler type ke_msg_handler (line 144) | struct ke_msg_handler FILE: services/ble_app/app_hrps/app_hrps.h type ke_state_handler (line 37) | struct ke_state_handler type hrp_msg_id (line 46) | enum hrp_msg_id type ble_hrp_measurement_notif_config_t (line 56) | struct ble_hrp_measurement_notif_config_t type app_hrps_env_tag (line 61) | struct app_hrps_env_tag FILE: services/ble_app/app_htp/app_ht.c type app_ht_env_tag (line 69) | struct app_ht_env_tag function app_ht_temp_send (line 76) | static void app_ht_temp_send(void) { function app_ht_update_type_string (line 100) | static void app_ht_update_type_string(uint8_t temp_type) { function app_ht_init (line 143) | void app_ht_init(void) { function app_stop_timer (line 159) | void app_stop_timer(void) { function app_ht_add_hts (line 167) | void app_ht_add_hts(void) { function app_ht_enable_prf (line 203) | void app_ht_enable_prf(uint8_t conidx) { function app_ht_temp_inc (line 224) | void app_ht_temp_inc(void) { function app_ht_temp_dec (line 234) | void app_ht_temp_dec(void) { function app_ht_temp_type_inc (line 244) | void app_ht_temp_type_inc(void) { function app_ht_temp_type_dec (line 254) | void app_ht_temp_type_dec(void) { function htpt_meas_intv_chg_req_ind_handler (line 285) | static int htpt_meas_intv_chg_req_ind_handler( function htpt_temp_send_rsp_handler (line 330) | static int htpt_temp_send_rsp_handler(ke_msg_id_t const msgid, function htpt_cfg_indntf_ind_handler (line 338) | static int htpt_cfg_indntf_ind_handler(ke_msg_id_t const msgid, function app_ht_meas_intv_timer_handler (line 359) | static int app_ht_meas_intv_timer_handler(ke_msg_id_t const msgid, function app_ht_msg_handler (line 405) | static int app_ht_msg_handler(ke_msg_id_t const msgid, void const *param, type ke_msg_handler (line 419) | struct ke_msg_handler type ke_state_handler (line 433) | struct ke_state_handler type ke_msg_handler (line 435) | struct ke_msg_handler FILE: services/ble_app/app_htp/app_ht.h type app_env_tag (line 47) | struct app_env_tag type app_ht_env_tag (line 50) | struct app_ht_env_tag type app_ht_env_tag (line 74) | struct app_ht_env_tag type ke_state_handler (line 77) | struct ke_state_handler FILE: services/ble_app/app_main/app.c type appm_svc_list (line 237) | enum appm_svc_list { type ke_task_desc (line 307) | struct ke_task_desc type app_env_tag (line 371) | struct app_env_tag function appm_refresh_ble_irk (line 380) | void appm_refresh_ble_irk(void) { function appm_init (line 389) | void appm_init() { function appm_add_svc (line 520) | bool appm_add_svc(void) { function appm_get_conhdl_from_conidx (line 545) | uint16_t appm_get_conhdl_from_conidx(uint8_t conidx) { function appm_disconnect (line 549) | void appm_disconnect(uint8_t conidx) { function gapm_update_ble_adv_data_right_before_started (line 570) | void gapm_update_ble_adv_data_right_before_started(uint8_t *pAdvData, function appm_start_advertising (line 594) | void appm_start_advertising(void *param) { function appm_stop_advertising (line 662) | void appm_stop_advertising(void) { function appm_start_scanning (line 688) | void appm_start_scanning(uint16_t intervalInMs, uint16_t windowInMs, function appm_stop_scanning (line 707) | void appm_stop_scanning(void) { function appm_add_dev_into_whitelist (line 724) | void appm_add_dev_into_whitelist(struct gap_bdaddr *ptBdAddr) { type gap_bdaddr (line 736) | struct gap_bdaddr function pts_ble_addr_init (line 737) | void pts_ble_addr_init(void) { function appm_start_connecting (line 743) | void appm_start_connecting(struct gap_bdaddr *ptBdAddr) { function appm_stop_connecting (line 766) | void appm_stop_connecting(void) { function appm_update_param (line 780) | void appm_update_param(uint8_t conidx, struct gapc_conn_param *conn_para... function l2cap_update_param (line 800) | void l2cap_update_param(uint8_t conidx, uint32_t min_interval_in_ms, function appm_get_dev_name (line 825) | uint8_t appm_get_dev_name(uint8_t *name) { function appm_exchange_mtu (line 832) | void appm_exchange_mtu(uint8_t conidx) { function appm_check_and_resolve_ble_address (line 843) | void appm_check_and_resolve_ble_address(uint8_t conidx) { function appm_resolve_random_ble_addr_from_nv (line 883) | bool appm_resolve_random_ble_addr_from_nv(uint8_t conidx, uint8_t *rando... function appm_resolve_random_ble_addr_with_sepcific_irk (line 908) | void appm_resolve_random_ble_addr_with_sepcific_irk(uint8_t conidx, function appm_random_ble_addr_solved (line 921) | void appm_random_ble_addr_solved(bool isSolvedSuccessfully, function app_ble_connection_count (line 964) | uint8_t app_ble_connection_count(void) { return app_env.conn_cnt; } function app_is_arrive_at_max_ble_connections (line 966) | bool app_is_arrive_at_max_ble_connections(void) { function app_is_resolving_ble_bd_addr (line 976) | bool app_is_resolving_ble_bd_addr(void) { function app_trigger_ble_service_discovery (line 986) | void app_trigger_ble_service_discovery(uint8_t conidx, uint16_t shl, function appm_update_adv_data (line 997) | void appm_update_adv_data(uint8_t *pAdvData, uint32_t advDataLen, function app_ble_connected_evt_handler (line 1016) | __attribute__((weak)) void function app_ble_disconnected_evt_handler (line 1019) | __attribute__((weak)) void app_ble_disconnected_evt_handler(uint8_t coni... function app_advertising_stopped (line 1021) | __attribute__((weak)) void app_advertising_stopped(void) {} function app_advertising_started (line 1023) | __attribute__((weak)) void app_advertising_started(void) {} function app_connecting_started (line 1025) | __attribute__((weak)) void app_connecting_started(void) {} function app_scanning_stopped (line 1027) | __attribute__((weak)) void app_scanning_stopped(void) {} function app_connecting_stopped (line 1029) | __attribute__((weak)) void app_connecting_stopped(void) {} function app_scanning_started (line 1031) | __attribute__((weak)) void app_scanning_started(void) {} function app_ble_system_ready (line 1033) | __attribute__((weak)) void app_ble_system_ready(void) {} function app_adv_reported_scanned (line 1035) | __attribute__((weak)) void function app_ble_reset_conn_param_mode (line 1078) | void app_ble_reset_conn_param_mode(uint8_t conidx) { function app_ble_update_conn_param_mode (line 1084) | void app_ble_update_conn_param_mode(BLE_CONN_PARAM_MODE_E mode, bool isE... function app_ble_is_parameter_mode_enabled (line 1093) | bool app_ble_is_parameter_mode_enabled(uint8_t conidx, function app_ble_parameter_mode_clear (line 1103) | void app_ble_parameter_mode_clear(uint8_t conidx, BLE_CONN_PARAM_MODE_E ... function app_ble_update_conn_param_mode_of_specific_connection (line 1109) | void app_ble_update_conn_param_mode_of_specific_connection( function app_ble_save_negotiated_conn_param (line 1228) | void app_ble_save_negotiated_conn_param( function app_ble_get_connection_interval (line 1235) | bool app_ble_get_connection_interval( function fp_update_ble_connect_param_timer_handler (line 1254) | static void fp_update_ble_connect_param_timer_handler(void const *param) { function fp_update_ble_connect_param_start (line 1274) | void fp_update_ble_connect_param_start(uint8_t ble_conidx) { function fp_update_ble_connect_param_stop (line 1287) | void fp_update_ble_connect_param_stop(uint8_t ble_conidx) { FILE: services/ble_app/app_main/app.h type BLE_CONN_PARAM_MODE_E (line 76) | typedef enum type BLE_CONN_PARAM_PRIORITY_E (line 88) | typedef enum type BLE_CONNECT_STATE (line 97) | enum BLE_CONNECT_STATE { type BLE_CONN_PARAM_CONFIG_T (line 103) | typedef struct type APP_BLE_CONN_CONTEXT_T (line 114) | typedef struct { type app_env_tag (line 131) | struct app_env_tag type BLE_ADV_CURRENT_STATE_T (line 149) | typedef struct type APP_BLE_NEGOTIATED_CONN_PARAM_T (line 158) | typedef struct type app_env_tag (line 177) | struct app_env_tag type gapc_conn_param (line 221) | struct gapc_conn_param type gap_bdaddr (line 285) | struct gap_bdaddr type gapm_adv_report_ind (line 315) | struct gapm_adv_report_ind type gap_bdaddr (line 319) | struct gap_bdaddr FILE: services/ble_app/app_main/app_ble_core.c function app_ble_core_register_global_handler_ind (line 50) | void app_ble_core_register_global_handler_ind( function app_ble_core_register_global_callback_handle_ind (line 55) | void app_ble_core_register_global_callback_handle_ind( function ble_connect_event_handler (line 60) | static void ble_connect_event_handler(ble_evnet_t *event, void *output) { function ble_disconnect_event_handler (line 76) | static void ble_disconnect_event_handler(ble_evnet_t *event, void *outpu... function ble_conn_param_update_req_event_handler (line 85) | static void ble_conn_param_update_req_event_handler(ble_evnet_t *event, function ble_set_random_bd_addr_event_handler (line 92) | static void ble_set_random_bd_addr_event_handler(ble_evnet_t *event, function app_ble_core_global_handle (line 105) | void app_ble_core_global_handle(ble_evnet_t *event, void *output) { function ble_callback_roleswitch_start_handler (line 123) | static void ble_callback_roleswitch_start_handler(ble_callback_evnet_t *... function ble_callback_roleswitch_complete_handler (line 130) | static void function ble_callback_role_update_handler (line 144) | static void ble_callback_role_update_handler(ble_callback_evnet_t *event, function ble_callback_ibrt_event_entry_handler (line 156) | static void ble_callback_ibrt_event_entry_handler(ble_callback_evnet_t *... function app_ble_core_global_callback_event (line 179) | void app_ble_core_global_callback_event(ble_callback_evnet_t *event, function app_ble_stub_user_data_fill_handler (line 198) | static void app_ble_stub_user_data_fill_handler(void *param) { function app_ble_stub_user_init (line 221) | void app_ble_stub_user_init(void) { function ble_sync_info_prepare_handler (line 229) | static void ble_sync_info_prepare_handler(uint8_t *buf, uint16_t *length) { function ble_sync_info_received_handler (line 237) | static void ble_sync_info_received_handler(uint8_t *buf, uint16_t length) { function ble_sync_info_rsp_received_handler (line 254) | static void ble_sync_info_rsp_received_handler(uint8_t *buf, uint16_t le... function app_ble_mode_tws_sync_init (line 264) | void app_ble_mode_tws_sync_init(void) { function app_ble_sync_ble_info (line 276) | void app_ble_sync_ble_info(void) { function ble_adv_data_parse (line 281) | void ble_adv_data_parse(uint8_t *bleBdAddr, int8_t rssi, unsigned char *... FILE: services/ble_app/app_main/app_ble_core.h type ble_evnet_type_e (line 29) | typedef enum{ type ble_callback_evnet_type_e (line 42) | typedef enum{ type ble_evnet_t (line 51) | typedef struct { type ble_callback_evnet_t (line 77) | typedef struct { type ble_event_handler_t (line 97) | typedef struct { type ble_callback_event_handler_t (line 105) | typedef struct { FILE: services/ble_app/app_main/app_ble_customif.c function app_ble_customif_connect_event_handler (line 41) | static void app_ble_customif_connect_event_handler(ble_evnet_t *event, function app_ble_customif_disconnect_event_handler (line 44) | static void app_ble_customif_disconnect_event_handler(ble_evnet_t *event, function app_ble_customif_conn_param_update_req_event_handler (line 47) | static void function app_ble_customif_set_random_bd_addr_event_handler (line 51) | static void function app_ble_customif_global_handler_ind (line 67) | void app_ble_customif_global_handler_ind(ble_evnet_t *event, void *outpu... function app_ble_customif_callback_roleswitch_start_handler (line 81) | static void function app_ble_customif_callback_roleswitch_complete_handler (line 85) | static void app_ble_customif_callback_roleswitch_complete_handler( function app_ble_customif_callback_role_update_handler (line 88) | static void function app_ble_customif_callback_ibrt_event_entry_handler (line 92) | static void function app_ble_customif_global_callback_handler_ind (line 109) | void app_ble_customif_global_callback_handler_ind(ble_callback_evnet_t *... function app_ble_customif_init (line 125) | void app_ble_customif_init(void) { FILE: services/ble_app/app_main/app_ble_mode_switch.c type BLE_ADV_USER_E (line 117) | enum BLE_ADV_USER_E type BLE_ADV_USER_E (line 269) | enum BLE_ADV_USER_E type BLE_ADV_USER_E (line 327) | enum BLE_ADV_USER_E function app_ble_mode_init (line 348) | void app_ble_mode_init(void) { function ble_adv_config_param (line 359) | static void ble_adv_config_param(uint8_t advType, uint16_t advInterval) { function ble_adv_is_allowed (line 415) | static bool ble_adv_is_allowed(void) { function ble_start_adv (line 444) | static void ble_start_adv(void *param) { function ble_start_adv_failed_cb (line 493) | static void ble_start_adv_failed_cb(void) { function ble_start_scan (line 501) | static void ble_start_scan(void *param) { function ble_start_connect (line 544) | static void ble_start_connect(uint8_t *bleBdAddr) { function ble_stop_all_activities (line 575) | static void ble_stop_all_activities(void) { function ble_execute_pending_op (line 618) | static void ble_execute_pending_op(void) { function ble_switch_activities (line 647) | static void ble_switch_activities(void) { function app_advertising_started (line 681) | void app_advertising_started(void) { function app_advertising_starting_failed (line 686) | void app_advertising_starting_failed(void) { function app_advertising_stopped (line 692) | void app_advertising_stopped(void) { function app_adv_data_updated (line 699) | void app_adv_data_updated(void) { function app_scanning_started (line 705) | void app_scanning_started(void) { function app_scanning_stopped (line 710) | void app_scanning_stopped(void) { function app_connecting_started (line 716) | void app_connecting_started(void) { function app_connecting_stopped (line 721) | void app_connecting_stopped(void) { function app_ble_connecting_failed_handler (line 730) | static void app_ble_connecting_failed_handler(void) { function app_connecting_failed (line 738) | void app_connecting_failed(void) { function app_ble_connected_evt_handler (line 742) | void app_ble_connected_evt_handler(uint8_t conidx, function app_ble_disconnected_evt_handler (line 764) | void app_ble_disconnected_evt_handler(uint8_t conidx) { function app_ble_data_fill_enable (line 775) | void app_ble_data_fill_enable(enum BLE_ADV_USER_E user, bool enable) { function app_ble_get_data_fill_enable (line 787) | bool app_ble_get_data_fill_enable(enum BLE_ADV_USER_E user) { function app_ble_scanning_starting_failed_handler (line 797) | static void app_ble_scanning_starting_failed_handler(void) { function app_scanning_starting_failed (line 803) | void app_scanning_starting_failed(void) { function app_ble_register_data_fill_handle (line 809) | void app_ble_register_data_fill_handle(enum BLE_ADV_USER_E user, function app_ble_system_ready (line 828) | void app_ble_system_ready(void) { function ble_adv_refreshing (line 845) | static void ble_adv_refreshing(void *param) { function app_ble_start_adv (line 866) | static bool app_ble_start_adv(uint8_t advType, uint16_t advInterval) { function app_ble_start_connectable_adv (line 905) | void app_ble_start_connectable_adv(uint16_t advInterval) { function app_ble_refresh_adv_state (line 912) | void app_ble_refresh_adv_state(uint16_t advInterval) { function app_ble_start_scan (line 919) | void app_ble_start_scan(enum BLE_SCAN_FILTER_POLICY scanFilterPolicy, function app_ble_start_connect (line 929) | void app_ble_start_connect(uint8_t *bdAddrToConnect) { function app_ble_is_connection_on (line 935) | bool app_ble_is_connection_on(uint8_t index) { function app_ble_is_any_connection_exist (line 939) | bool app_ble_is_any_connection_exist(void) { function app_ble_start_disconnect (line 950) | void app_ble_start_disconnect(uint8_t conIdx) { function app_ble_disconnect_all (line 962) | void app_ble_disconnect_all(void) { function app_ble_stop_activities (line 968) | void app_ble_stop_activities(void) { function app_ble_force_switch_adv (line 978) | void app_ble_force_switch_adv(uint8_t user, bool onOff) { function app_ble_is_in_advertising_state (line 998) | bool app_ble_is_in_advertising_state(void) { function ble_get_manufacture_data_ptr (line 1004) | static uint32_t POSSIBLY_UNUSED ble_get_manufacture_data_ptr( function app_adv_reported_scanned (line 1042) | void app_adv_reported_scanned(struct gapm_adv_report_ind *ptInd) { function app_ibrt_ui_disconnect_ble (line 1054) | void app_ibrt_ui_disconnect_ble(void) { app_ble_disconnect_all(); } function app_ble_get_user_register (line 1056) | uint32_t app_ble_get_user_register(void) { function app_ble_get_current_state (line 1060) | enum BLE_STATE_E app_ble_get_current_state(void) { return bleModeEnv.sta... function app_ble_get_current_operation (line 1062) | enum BLE_OP_E app_ble_get_current_operation(void) { return bleModeEnv.op; } function app_ble_get_runtime_adv_param (line 1064) | void app_ble_get_runtime_adv_param(uint8_t *pAdvType, FILE: services/ble_app/app_main/app_ble_mode_switch.h type BLE_STATE_E (line 51) | enum BLE_STATE_E { type BLE_OP_E (line 68) | enum BLE_OP_E { type BLE_ADV_USER_E (line 78) | enum BLE_ADV_USER_E { type BLE_ADV_SWITCH_USER_E (line 89) | enum BLE_ADV_SWITCH_USER_E { type BLE_SCAN_FILTER_POLICY (line 101) | enum BLE_SCAN_FILTER_POLICY { type BLE_ADV_PARAM_T (line 112) | typedef struct { type BLE_SCAN_PARAM_T (line 124) | typedef struct { type BLE_MODE_ENV_T (line 130) | typedef struct { type BLE_ADV_USER_E (line 182) | enum BLE_ADV_USER_E type BLE_ADV_USER_E (line 199) | enum BLE_ADV_USER_E type BLE_ADV_USER_E (line 215) | enum BLE_ADV_USER_E type BLE_SCAN_FILTER_POLICY (line 279) | enum BLE_SCAN_FILTER_POLICY type BLE_STATE_E (line 418) | enum BLE_STATE_E type BLE_OP_E (line 433) | enum BLE_OP_E FILE: services/ble_app/app_main/app_ble_rx_handler.c function app_ble_rx_event_mailbox_init (line 55) | static int32_t app_ble_rx_event_mailbox_init(void) { function update_init_state (line 64) | static void update_init_state(bool state) { ble_rx_thread_init_done = st... function get_init_state (line 66) | static bool get_init_state(void) { return ble_rx_thread_init_done; } function app_ble_rx_mailbox_free (line 68) | static void app_ble_rx_mailbox_free(BLE_RX_EVENT_T *rx_event) { function app_ble_rx_handler_init (line 75) | void app_ble_rx_handler_init(void) { function app_ble_push_rx_data (line 89) | void app_ble_push_rx_data(uint8_t flag, uint8_t conidx, uint8_t *ptr, function app_ble_rx_mailbox_get (line 107) | static int32_t app_ble_rx_mailbox_get(BLE_RX_EVENT_T **rx_event) { function app_ble_rx_handler_thread (line 120) | static void app_ble_rx_handler_thread(void const *argument) { FILE: services/ble_app/app_main/app_ble_rx_handler.h type ble_rx_data_handler_num (line 25) | enum ble_rx_data_handler_num { type BLE_RX_EVENT_T (line 35) | typedef struct { FILE: services/ble_app/app_main/app_task.c function appm_get_handler (line 138) | static uint8_t appm_get_handler(const struct ke_state_handler *handler_l... function app_adv_timeout_handler (line 178) | static int app_adv_timeout_handler(ke_msg_id_t const msgid, void const *... function gapm_device_ready_ind_handler (line 202) | static int gapm_device_ready_ind_handler(ke_msg_id_t const msgid, function gapm_cmp_evt_handler (line 248) | static int gapm_cmp_evt_handler(ke_msg_id_t const msgid, function gapc_get_dev_info_req_ind_handler (line 404) | static int gapc_get_dev_info_req_ind_handler( function gapc_set_dev_info_req_ind_handler (line 476) | static int gapc_set_dev_info_req_ind_handler( function gapc_refresh_remote_dev_feature (line 491) | static void POSSIBLY_UNUSED gapc_refresh_remote_dev_feature(uint8_t coni... function gpac_exchange_data_packet_length (line 505) | static void POSSIBLY_UNUSED gpac_exchange_data_packet_length(uint8_t con... function gapc_peer_features_ind_handler (line 521) | static int gapc_peer_features_ind_handler(ke_msg_id_t const msgid, function app_exchange_remote_feature (line 535) | void app_exchange_remote_feature(uint8_t conidx) { function gapc_connection_req_ind_handler (line 564) | static int gapc_connection_req_ind_handler( function gapc_cmp_evt_handler (line 668) | static int gapc_cmp_evt_handler(ke_msg_id_t const msgid, function gapc_disconnect_ind_handler (line 698) | static int gapc_disconnect_ind_handler(ke_msg_id_t const msgid, function gapm_profile_added_ind_handler (line 753) | static int gapm_profile_added_ind_handler(ke_msg_id_t const msgid, function appm_msg_handler (line 774) | static int appm_msg_handler(ke_msg_id_t const msgid, void *param, function gapm_adv_report_ind_handler (line 924) | static int gapm_adv_report_ind_handler(ke_msg_id_t const msgid, function gapm_addr_solved_ind_handler (line 932) | static int gapm_addr_solved_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 941) | __STATIC int gattc_mtu_changed_ind_handler( function __STATIC (line 972) | __STATIC int gapc_conn_param_update_req_ind_handler( function gapc_conn_param_updated_handler (line 1015) | static int gapc_conn_param_updated_handler(ke_msg_id_t const msgid, function gapm_dev_addr_ind_handler (line 1053) | static int gapm_dev_addr_ind_handler(ke_msg_id_t const msgid, type ke_task_desc (line 1110) | struct ke_task_desc FILE: services/ble_app/app_main/app_task.h type appm_state (line 60) | enum appm_state type appm_msg (line 83) | enum appm_msg FILE: services/ble_app/app_ota/app_ota.c type app_ota_env_tag (line 56) | struct app_ota_env_tag function app_ota_connected_evt_handler (line 64) | void app_ota_connected_evt_handler(uint8_t conidx) { function app_ota_disconnected_evt_handler (line 72) | void app_ota_disconnected_evt_handler(uint8_t conidx) { function app_ota_ble_data_fill_handler (line 81) | static void app_ota_ble_data_fill_handler(void *param) { function app_ota_init (line 110) | void app_ota_init(void) { function app_ota_add_ota (line 120) | void app_ota_add_ota(void) { function app_ota_send_notification (line 142) | void app_ota_send_notification(uint8_t *ptrData, uint32_t length) { function app_ota_send_indication (line 158) | void app_ota_send_indication(uint8_t *ptrData, uint32_t length) { function app_ota_msg_handler (line 171) | static int app_ota_msg_handler(ke_msg_id_t const msgid, void const *param, function app_ota_ccc_changed_handler (line 178) | static int app_ota_ccc_changed_handler(ke_msg_id_t const msgid, function app_ota_tx_data_sent_handler (line 199) | static int app_ota_tx_data_sent_handler(ke_msg_id_t const msgid, function app_ota_data_received_handler (line 212) | static int app_ota_data_received_handler(ke_msg_id_t const msgid, function app_ota_register_tx_done (line 221) | void app_ota_register_tx_done(app_ota_tx_done_t callback) { function app_ota_mtu_exchanged_handler (line 225) | void app_ota_mtu_exchanged_handler(uint8_t conidx, uint16_t MTU) { function app_ota_get_conidx (line 233) | uint8_t app_ota_get_conidx(void) { return app_ota_env.connectionIndex; } type ke_msg_handler (line 240) | struct ke_msg_handler type ke_state_handler (line 250) | struct ke_state_handler type ke_msg_handler (line 252) | struct ke_msg_handler FILE: services/ble_app/app_ota/app_ota.h type app_env_tag (line 61) | struct app_env_tag type app_ota_env_tag (line 64) | struct app_ota_env_tag type app_ota_env_tag (line 79) | struct app_ota_env_tag type ke_state_handler (line 82) | struct ke_state_handler FILE: services/ble_app/app_sec/app_sec.c type app_sec_env_tag (line 84) | struct app_sec_env_tag function app_sec_init (line 91) | void app_sec_init(void) { function app_sec_get_bond_status (line 103) | bool app_sec_get_bond_status(void) { return app_sec_env.bonded; } function app_sec_send_security_req (line 105) | void app_sec_send_security_req(uint8_t conidx, enum gap_auth authority) { function gapc_bond_req_ind_handler (line 124) | static int gapc_bond_req_ind_handler(ke_msg_id_t const msgid, function app_sec_reset_env_on_connection (line 236) | void app_sec_reset_env_on_connection(void) { function gapc_bond_ind_handler (line 242) | static int gapc_bond_ind_handler(ke_msg_id_t const msgid, function gapc_encrypt_req_ind_handler (line 320) | static int gapc_encrypt_req_ind_handler( function gapc_encrypt_ind_handler (line 373) | static int gapc_encrypt_ind_handler(ke_msg_id_t const msgid, function app_sec_msg_dflt_handler (line 382) | static int app_sec_msg_dflt_handler(ke_msg_id_t const msgid, void *param, type ke_msg_handler (line 396) | struct ke_msg_handler type ke_state_handler (line 408) | struct ke_state_handler type ke_msg_handler (line 410) | struct ke_msg_handler FILE: services/ble_app/app_sec/app_sec.h type app_sec_env_tag (line 47) | struct app_sec_env_tag type app_sec_env_tag (line 59) | struct app_sec_env_tag type ke_state_handler (line 62) | struct ke_state_handler type gap_auth (line 99) | enum gap_auth FILE: services/ble_app/app_tota/app_tota_ble.c type app_tota_env_tag (line 53) | struct app_tota_env_tag function app_tota_connected_evt_handler (line 61) | void app_tota_connected_evt_handler(uint8_t conidx) { function app_tota_disconnected_evt_handler (line 68) | void app_tota_disconnected_evt_handler(uint8_t conidx) { function app_tota_ble_init (line 80) | void app_tota_ble_init(void) { function app_tota_add_tota (line 86) | void app_tota_add_tota(void) { function app_tota_send_notification (line 107) | void app_tota_send_notification(uint8_t *ptrData, uint32_t length) { function app_tota_send_indication (line 122) | void app_tota_send_indication(uint8_t *ptrData, uint32_t length) { function app_tota_msg_handler (line 136) | static int app_tota_msg_handler(ke_msg_id_t const msgid, void const *param, function tota_update_MTU (line 144) | void tota_update_MTU(uint16_t mtu) { function app_tota_ccc_changed_handler (line 151) | static int app_tota_ccc_changed_handler( function app_tota_tx_data_sent_handler (line 173) | static int app_tota_tx_data_sent_handler(ke_msg_id_t const msgid, function app_tota_data_received_handler (line 186) | static int app_tota_data_received_handler(ke_msg_id_t const msgid, function app_tota_register_tx_done (line 195) | void app_tota_register_tx_done(app_tota_tx_done_t callback) { function app_tota_mtu_exchanged_handler (line 199) | void app_tota_mtu_exchanged_handler(uint8_t conidx, uint16_t MTU) { type ke_msg_handler (line 214) | struct ke_msg_handler type ke_state_handler (line 224) | struct ke_state_handler type ke_msg_handler (line 226) | struct ke_msg_handler FILE: services/ble_app/app_tota/app_tota_ble.h type app_env_tag (line 61) | struct app_env_tag type app_tota_env_tag (line 64) | struct app_tota_env_tag type app_tota_env_tag (line 79) | struct app_tota_env_tag type ke_state_handler (line 82) | struct ke_state_handler FILE: services/ble_app/app_vob/voice_over_ble.c type VOB_STATE_E (line 38) | typedef enum { type VOB_DATA_BUF_MANAGEMENT_T (line 54) | typedef struct { type gap_bdaddr (line 167) | struct gap_bdaddr type APP_RESAMPLE_T (line 173) | struct APP_RESAMPLE_T function ble_resample_iter (line 175) | static int ble_resample_iter(uint8_t *buf, uint32_t len) { function a2dp_audio_prepare_pcm_data (line 188) | uint32_t a2dp_audio_prepare_pcm_data(uint8_t *buf, uint32_t len) { function stream_a2dp_speaker_more_pcm_data (line 219) | static uint32_t stream_a2dp_speaker_more_pcm_data(uint8_t *buf, uint32_t... function encoded_data_received (line 257) | int encoded_data_received(unsigned char *buf, unsigned int len) { function kick_off_a2dp_speaker_stream (line 285) | void kick_off_a2dp_speaker_stream(void) { function ble_send_data (line 339) | bool ble_send_data(uint8_t *ptrBuf, uint32_t length) { function ble_receive_data (line 352) | bool ble_receive_data(uint8_t *ptrBuf, uint32_t length) {} function vob_stop_mic_input_stream (line 358) | void vob_stop_mic_input_stream(void) { function vob_stop_speaker_output_stream (line 370) | void vob_stop_speaker_output_stream(void) { function vob_stop_voice_stream (line 382) | static void vob_stop_voice_stream(void) { function vob_receiving_stop_voice_stream_handler (line 418) | static void vob_receiving_stop_voice_stream_handler(void) { function vob_start_advertising (line 446) | static void vob_start_advertising(void) { function vob_need_more_voice_data (line 462) | static uint32_t vob_need_more_voice_data(uint8_t *ptrBuf, uint32_t lengt... function vob_kick_off_speaker_output_stream (line 522) | void vob_kick_off_speaker_output_stream(void) { function vob_send_encoded_audio_data (line 567) | static void vob_send_encoded_audio_data(void) { function vob_data_sent_out_handler (line 609) | void vob_data_sent_out_handler(void) { vob_send_encoded_audio_data(); } function vob_start_voice_stream_rsp_handler (line 616) | void vob_start_voice_stream_rsp_handler(BLE_CUSTOM_CMD_RET_STATUS_E retS... function vob_audio_data_reiceived_handler (line 632) | void vob_audio_data_reiceived_handler(uint8_t *ptrBuf, uint32_t length) { function vob_start_voice_stream_cmd_handler (line 674) | void vob_start_voice_stream_cmd_handler(uint32_t funcCode, uint8_t *ptrP... function vob_stop_voice_stream_rsp_handler (line 703) | void vob_stop_voice_stream_rsp_handler(BLE_CUSTOM_CMD_RET_STATUS_E retSt... function vob_stop_voice_stream_cmd_handler (line 715) | void vob_stop_voice_stream_cmd_handler(uint32_t funcCode, uint8_t *ptrPa... function vob_encoded_data_sent_done (line 736) | static void vob_encoded_data_sent_done(void) { function vob_connected_evt_handler (line 749) | void vob_connected_evt_handler(void) { function vob_disconnected_evt_handler (line 779) | void vob_disconnected_evt_handler(void) { function ble_app_thread (line 815) | static void ble_app_thread(void const *argument) { function ble_app_init (line 849) | int ble_app_init(void) { function connecting_supervisor_timer_cb (line 864) | static void connecting_supervisor_timer_cb(void const *n) { function vob_start_connecting (line 884) | void vob_start_connecting(void) { function vob_voice_data_come (line 908) | static uint32_t vob_voice_data_come(uint8_t *ptrBuf, uint32_t length) { function vob_init_audio_streams (line 970) | static void vob_init_audio_streams(void) { function vob_kick_off_mic_input_stream (line 994) | void vob_kick_off_mic_input_stream(void) { function vob_start_voice_stream (line 1038) | static void vob_start_voice_stream(void) { function vob_ble_activity_stopped (line 1047) | static void vob_ble_activity_stopped(void) { function vob_switch_state_handler (line 1063) | void vob_switch_state_handler(void) { function voice_over_ble_handler (line 1089) | static int voice_over_ble_handler(APP_MESSAGE_BODY *msg_body) { function notify_vob (line 1116) | void notify_vob(VOB_MESSAGE_ID_E message, uint8_t *ptrParam, function voice_over_ble_init (line 1136) | void voice_over_ble_init(void) { FILE: services/ble_app/app_voice/app_voicepath_ble.c function app_ble_voicepath_init (line 39) | void app_ble_voicepath_init(void) { app_gsound_ble_init(); } type ke_state_handler (line 41) | struct ke_state_handler function app_ble_voicepath_add_svc (line 45) | void app_ble_voicepath_add_svc(void) { return app_gsound_ble_add_svc(); } type prf_task_cbs (line 47) | struct prf_task_cbs function app_ble_bms_add_svc (line 51) | void app_ble_bms_add_svc(void) { function app_ble_ancsp_add_svc (line 72) | void app_ble_ancsp_add_svc(void) { function app_ble_amsp_add_svc (line 91) | void app_ble_amsp_add_svc(void) { function app_voicepath_mtu_exchanged_handler (line 111) | void app_voicepath_mtu_exchanged_handler(uint8_t conidx, uint16_t MTU) { function app_voicepath_disconnected_evt_handler (line 115) | void app_voicepath_disconnected_evt_handler(uint8_t conidx) { function app_voicepath_ble_conn_parameter_updated (line 124) | void app_voicepath_ble_conn_parameter_updated(uint8_t conidx, FILE: services/ble_app/app_voice/app_voicepath_ble.h type ke_state_handler (line 23) | struct ke_state_handler FILE: services/ble_profiles/ams/ams_common.h type ams_remote_cmd (line 59) | struct ams_remote_cmd type ams_entity_update (line 66) | struct ams_entity_update FILE: services/ble_profiles/ams/amsc/amsc.c function amsc_init (line 61) | static uint8_t amsc_init(struct prf_task_env *env, uint16_t *start_hdl, function amsc_cleanup (line 104) | static void amsc_cleanup(struct prf_task_env *env, uint8_t conidx, function amsc_destroy (line 131) | static void amsc_destroy(struct prf_task_env *env) { function amsc_create (line 153) | static void amsc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 159) | struct prf_task_cbs type prf_task_cbs (line 166) | struct prf_task_cbs function amsc_enable_rsp_send (line 168) | void amsc_enable_rsp_send(struct amsc_env_tag *amsc_env, uint8_t conidx, FILE: services/ble_profiles/ams/amsc/amsc.h type amsc_states (line 58) | enum amsc_states type amsc_chars (line 71) | enum amsc_chars type amsc_descs (line 84) | enum amsc_descs type amsc_ams_content (line 112) | struct amsc_ams_content type amsc_cnx_env (line 129) | struct amsc_cnx_env type amsc_env_tag (line 146) | struct amsc_env_tag type prf_task_cbs (line 173) | struct prf_task_cbs type amsc_env_tag (line 174) | struct amsc_env_tag type ke_task_desc (line 175) | struct ke_task_desc FILE: services/ble_profiles/ams/amsc/amsc_task.c type att_uuid_128 (line 58) | struct att_uuid_128 type prf_char_def_128 (line 63) | struct prf_char_def_128 type prf_char_desc_def (line 87) | struct prf_char_desc_def function amsc_enable_req_handler (line 111) | static int amsc_enable_req_handler(ke_msg_id_t const msgid, function amsc_read_cmd_handler (line 169) | static int amsc_read_cmd_handler(ke_msg_id_t const msgid, function gattc_read_ind_handler (line 197) | static int gattc_read_ind_handler(ke_msg_id_t const msgid, function amsc_write_cmd_handler (line 231) | static int amsc_write_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 272) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function amsc_gattc_cmp_evt_handler (line 327) | static int amsc_gattc_cmp_evt_handler(ke_msg_id_t const msgid, function gattc_event_ind_handler (line 470) | static int gattc_event_ind_handler(ke_msg_id_t const msgid, function amsc_task_init (line 512) | void amsc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/ams/amsc/amsc_task.h type amsc_enable_req (line 79) | struct amsc_enable_req type amsc_enable_rsp (line 88) | struct amsc_enable_rsp FILE: services/ble_profiles/anc/anc_common.h type ancc_ntf_attr_present (line 159) | enum ancc_ntf_attr_present type anc_ntf_src (line 203) | struct anc_ntf_src FILE: services/ble_profiles/anc/ancc/ancc.c function ancc_init (line 61) | static uint8_t ancc_init(struct prf_task_env *env, uint16_t *start_hdl, function ancc_cleanup (line 104) | static void ancc_cleanup(struct prf_task_env *env, uint8_t conidx, function ancc_destroy (line 131) | static void ancc_destroy(struct prf_task_env *env) { function ancc_create (line 153) | static void ancc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 159) | struct prf_task_cbs type prf_task_cbs (line 166) | struct prf_task_cbs function ancc_enable_rsp_send (line 168) | void ancc_enable_rsp_send(struct ancc_env_tag *ancc_env, uint8_t conidx, FILE: services/ble_profiles/anc/ancc/ancc.h type ancc_states (line 53) | enum ancc_states type ancc_anc_chars (line 72) | enum ancc_anc_chars type ancc_anc_descs (line 85) | enum ancc_anc_descs type ancc_anc_content (line 108) | struct ancc_anc_content type ancc_cnx_env (line 125) | struct ancc_cnx_env type ancc_env_tag (line 142) | struct ancc_env_tag type prf_task_cbs (line 167) | struct prf_task_cbs type ancc_env_tag (line 168) | struct ancc_env_tag type ke_task_desc (line 169) | struct ke_task_desc FILE: services/ble_profiles/anc/ancc/ancc_task.c type att_uuid_128 (line 58) | struct att_uuid_128 type prf_char_def_128 (line 63) | struct prf_char_def_128 type prf_char_desc_def (line 85) | struct prf_char_desc_def function ancc_enable_req_handler (line 109) | static int ancc_enable_req_handler(ke_msg_id_t const msgid, function ancc_read_cmd_handler (line 165) | static int ancc_read_cmd_handler(ke_msg_id_t const msgid, function gattc_read_ind_handler (line 192) | static int gattc_read_ind_handler(ke_msg_id_t const msgid, function ancc_write_cmd_handler (line 226) | static int ancc_write_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 267) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function gattc_cmp_evt_handler (line 323) | static int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function gattc_event_ind_handler (line 443) | static int gattc_event_ind_handler(ke_msg_id_t const msgid, function ancc_task_init (line 482) | void ancc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/anc/ancc/ancc_task.h type ancc_enable_req (line 84) | struct ancc_enable_req type ancc_enable_rsp (line 91) | struct ancc_enable_rsp type ancc_disable_ind (line 100) | struct ancc_disable_ind FILE: services/ble_profiles/anp/anp_common.h type anp_alert_codes (line 126) | enum anp_alert_codes type anp_cat_id_bit_mask (line 139) | struct anp_cat_id_bit_mask type anp_new_alert (line 148) | struct anp_new_alert type anp_unread_alert (line 162) | struct anp_unread_alert type anp_ctnl_pt (line 171) | struct anp_ctnl_pt FILE: services/ble_profiles/anp/anpc/api/anpc_task.h type anpc_msg_ids (line 30) | enum anpc_msg_ids type anpc_op_codes (line 50) | enum anpc_op_codes type anpc_ans_chars (line 85) | enum anpc_ans_chars type anpc_ans_descs (line 102) | enum anpc_ans_descs type anpc_ans_content (line 122) | struct anpc_ans_content type anpc_enable_req (line 142) | struct anpc_enable_req type anpc_enable_rsp (line 157) | struct anpc_enable_rsp type anpc_read_cmd (line 166) | struct anpc_read_cmd type anpc_write_cmd (line 175) | struct anpc_write_cmd type anpc_value_ind (line 194) | struct anpc_value_ind type anpc_cmp_evt (line 213) | struct anpc_cmp_evt FILE: services/ble_profiles/anp/anpc/src/anpc.c function anpc_init (line 50) | static uint8_t anpc_init(struct prf_task_env *env, uint16_t *start_hdl, function anpc_cleanup (line 89) | static void anpc_cleanup(struct prf_task_env *env, uint8_t conidx, function anpc_destroy (line 112) | static void anpc_destroy(struct prf_task_env *env) { function anpc_create (line 134) | static void anpc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 140) | struct prf_task_cbs type prf_task_cbs (line 152) | struct prf_task_cbs function anpc_enable_rsp_send (line 154) | void anpc_enable_rsp_send(struct anpc_env_tag *anpc_env, uint8_t conidx, function anpc_found_next_alert_cat (line 174) | bool anpc_found_next_alert_cat(struct anpc_env_tag *idx_env, uint8_t con... function anpc_write_alert_ntf_ctnl_pt (line 208) | void anpc_write_alert_ntf_ctnl_pt(struct anpc_env_tag *idx_env, uint8_t ... function anpc_send_cmp_evt (line 219) | void anpc_send_cmp_evt(struct anpc_env_tag *anpc_env, uint8_t conidx, FILE: services/ble_profiles/anp/anpc/src/anpc.h type anpc_states (line 41) | enum anpc_states type anpc_rd_wr_ntf_codes (line 57) | enum anpc_rd_wr_ntf_codes type anpc_cmd (line 83) | struct anpc_cmd type anpc_cnx_env (line 91) | struct anpc_cnx_env type anpc_env_tag (line 106) | struct anpc_env_tag type anpc_env_tag (line 129) | struct anpc_env_tag type anpc_env_tag (line 137) | struct anpc_env_tag type anp_cat_id_bit_mask (line 138) | struct anp_cat_id_bit_mask type anpc_env_tag (line 146) | struct anpc_env_tag type anpc_env_tag (line 154) | struct anpc_env_tag type prf_task_cbs (line 162) | struct prf_task_cbs type ke_task_desc (line 176) | struct ke_task_desc FILE: services/ble_profiles/anp/anpc/src/anpc_task.c type prf_char_def (line 33) | struct prf_char_def type prf_char_desc_def (line 53) | struct prf_char_desc_def function __STATIC (line 78) | __STATIC int anpc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 141) | __STATIC int anpc_read_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 245) | __STATIC int anpc_write_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 359) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 617) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 660) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 723) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function anpc_task_init (line 808) | void anpc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/anp/anps/api/anps_task.h type anps_msg_ids (line 29) | enum anps_msg_ids type anps_op_codes (line 48) | enum anps_op_codes type anps_db_cfg (line 64) | struct anps_db_cfg type anps_enable_req (line 73) | struct anps_enable_req type anps_enable_rsp (line 82) | struct anps_enable_rsp type anps_ntf_alert_cmd (line 89) | struct anps_ntf_alert_cmd type anps_ntf_immediate_req_ind (line 104) | struct anps_ntf_immediate_req_ind type anps_ntf_status_update_ind (line 113) | struct anps_ntf_status_update_ind type anps_cmp_evt (line 124) | struct anps_cmp_evt FILE: services/ble_profiles/anp/anps/src/anps.c type attm_desc (line 31) | struct attm_desc type anp_cat_id_bit_mask (line 41) | struct anp_cat_id_bit_mask type anp_cat_id_bit_mask (line 60) | struct anp_cat_id_bit_mask type anp_unread_alert (line 68) | struct anp_unread_alert function anps_init (line 113) | static uint8_t anps_init(struct prf_task_env *env, uint16_t *start_hdl, function anps_destroy (line 177) | static void anps_destroy(struct prf_task_env *env) { function anps_create (line 201) | static void anps_create(struct prf_task_env *env, uint8_t conidx) { function anps_cleanup (line 220) | static void anps_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 240) | struct prf_task_cbs type prf_task_cbs (line 252) | struct prf_task_cbs function anps_send_cmp_evt (line 259) | void anps_send_cmp_evt(ke_task_id_t src_id, ke_task_id_t dest_id, function anps_send_ntf_status_update_ind (line 276) | void anps_send_ntf_status_update_ind(uint8_t conidx, function anps_send_ntf_immediate_req_ind (line 304) | void anps_send_ntf_immediate_req_ind(uint8_t conidx, FILE: services/ble_profiles/anp/anps/src/anps.h type anps_states (line 41) | enum anps_states type anps_ans_att_list (line 54) | enum anps_ans_att_list type anps_cnx_env (line 123) | struct anps_cnx_env type anps_env_tag (line 150) | struct anps_env_tag type prf_task_cbs (line 183) | struct prf_task_cbs type anps_env_tag (line 203) | struct anps_env_tag type anps_env_tag (line 215) | struct anps_env_tag type ke_task_desc (line 242) | struct ke_task_desc FILE: services/ble_profiles/anp/anps/src/anps_task.c function __STATIC (line 42) | __STATIC int anps_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 97) | __STATIC int anps_ntf_alert_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 240) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 270) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 341) | __STATIC int gattc_write_req_ind_handler( function anps_task_init (line 578) | void anps_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/bas/basc/api/basc_task.h type basc_msg_id (line 40) | enum basc_msg_id type basc_info (line 62) | enum basc_info type bass_char_type (line 76) | enum bass_char_type type bass_desc_type (line 85) | enum bass_desc_type type bas_content (line 101) | struct bas_content type basc_enable_req (line 118) | struct basc_enable_req type basc_enable_rsp (line 130) | struct basc_enable_rsp type basc_read_info_req (line 142) | struct basc_read_info_req type basc_read_info_rsp (line 151) | struct basc_read_info_rsp type basc_batt_level_ntf_cfg_req (line 173) | struct basc_batt_level_ntf_cfg_req type basc_batt_level_ntf_cfg_rsp (line 182) | struct basc_batt_level_ntf_cfg_rsp type basc_batt_level_ind (line 191) | struct basc_batt_level_ind FILE: services/ble_profiles/bas/basc/src/basc.c function basc_init (line 50) | static uint8_t basc_init(struct prf_task_env *env, uint16_t *start_hdl, function basc_destroy (line 89) | static void basc_destroy(struct prf_task_env *env) { function basc_create (line 116) | static void basc_create(struct prf_task_env *env, uint8_t conidx) { function basc_cleanup (line 130) | static void basc_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 153) | struct prf_task_cbs type prf_task_cbs (line 165) | struct prf_task_cbs function basc_enable_rsp_send (line 167) | void basc_enable_rsp_send(struct basc_env_tag *basc_env, uint8_t conidx, FILE: services/ble_profiles/bas/basc/src/basc.h type basc_state (line 36) | enum basc_state type basc_cnx_env (line 62) | struct basc_cnx_env type basc_env_tag (line 74) | struct basc_env_tag type prf_task_cbs (line 103) | struct prf_task_cbs type basc_env_tag (line 110) | struct basc_env_tag type ke_task_desc (line 124) | struct ke_task_desc FILE: services/ble_profiles/bas/basc/src/basc_task.c type prf_char_def (line 32) | struct prf_char_def type prf_char_desc_def (line 40) | struct prf_char_desc_def function __STATIC (line 66) | __STATIC int basc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 128) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 175) | __STATIC int basc_read_info_req_handler(ke_msg_id_t const msgid, function __STATIC (line 276) | __STATIC int basc_batt_level_ntf_cfg_req_handler( function __STATIC (line 350) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 465) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 531) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function basc_task_init (line 585) | void basc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/bas/bass/api/bass_task.h type bass_msg_id (line 43) | enum bass_msg_id type bass_features (line 58) | enum bass_features type bass_db_cfg (line 73) | struct bass_db_cfg type bass_enable_req (line 84) | struct bass_enable_req type bass_enable_rsp (line 95) | struct bass_enable_rsp type bass_batt_level_upd_req (line 104) | struct bass_batt_level_upd_req type bass_batt_level_upd_rsp (line 113) | struct bass_batt_level_upd_rsp type bass_batt_level_ntf_cfg_ind (line 120) | struct bass_batt_level_ntf_cfg_ind FILE: services/ble_profiles/bas/bass/src/bass.c type attm_desc (line 29) | struct attm_desc function bass_init (line 77) | static uint8_t bass_init(struct prf_task_env *env, uint16_t *start_hdl, function bass_destroy (line 184) | static void bass_destroy(struct prf_task_env *env) { function bass_create (line 205) | static void bass_create(struct prf_task_env *env, uint8_t conidx) { function bass_cleanup (line 222) | static void bass_cleanup(struct prf_task_env *env, uint8_t conidx, function bass_notify_batt_lvl (line 240) | static void bass_notify_batt_lvl(struct bass_env_tag *bass_env, uint8_t ... type prf_task_cbs (line 265) | struct prf_task_cbs type prf_task_cbs (line 277) | struct prf_task_cbs function bass_get_att_handle (line 279) | uint16_t bass_get_att_handle(uint8_t svc_idx, uint8_t att_idx) { function bass_get_att_idx (line 320) | uint8_t bass_get_att_idx(uint16_t handle, uint8_t *svc_idx, uint8_t *att... function bass_exe_operation (line 364) | void bass_exe_operation(void) { FILE: services/ble_profiles/bas/bass/src/bass.h type bass_state (line 45) | enum bass_state type bass_env_tag (line 74) | struct bass_env_tag type prf_task_cbs (line 116) | struct prf_task_cbs type ke_task_desc (line 165) | struct ke_task_desc FILE: services/ble_profiles/bas/bass/src/bass_task.c function __STATIC (line 43) | __STATIC int bass_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 93) | __STATIC int bass_batt_level_upd_req_handler( function __STATIC (line 142) | __STATIC int gattc_att_info_req_ind_handler( function __STATIC (line 184) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 245) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 319) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function bass_task_init (line 345) | void bass_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/blp/blp_common.h type bps_bp_meas (line 140) | struct bps_bp_meas FILE: services/ble_profiles/blp/blpc/api/blpc_task.h type bps_content (line 77) | struct bps_content type blpc_enable_req (line 96) | struct blpc_enable_req type blpc_enable_rsp (line 105) | struct blpc_enable_rsp type blpc_rd_char_req (line 115) | struct blpc_rd_char_req type blpc_rd_char_rsp (line 122) | struct blpc_rd_char_rsp type blpc_cfg_indntf_req (line 129) | struct blpc_cfg_indntf_req type blpc_cfg_indntf_rsp (line 139) | struct blpc_cfg_indntf_rsp type blpc_bp_meas_ind (line 146) | struct blpc_bp_meas_ind FILE: services/ble_profiles/blp/blpc/src/blpc.c function blpc_init (line 50) | static uint8_t blpc_init(struct prf_task_env *env, uint16_t *start_hdl, function blpc_cleanup (line 89) | static void blpc_cleanup(struct prf_task_env *env, uint8_t conidx, function blpc_destroy (line 112) | static void blpc_destroy(struct prf_task_env *env) { function blpc_create (line 134) | static void blpc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 140) | struct prf_task_cbs type prf_task_cbs (line 152) | struct prf_task_cbs function blpc_enable_rsp_send (line 159) | void blpc_enable_rsp_send(struct blpc_env_tag *blpc_env, uint8_t conidx, function blpc_unpack_meas_value (line 181) | void blpc_unpack_meas_value(struct bps_bp_meas *pmeas_val, uint8_t *pack... FILE: services/ble_profiles/blp/blpc/src/blpc.h type blpc_cnx_env (line 80) | struct blpc_cnx_env type blpc_env_tag (line 95) | struct blpc_env_tag type prf_task_cbs (line 116) | struct prf_task_cbs type blpc_env_tag (line 123) | struct blpc_env_tag type bps_bp_meas (line 134) | struct bps_bp_meas type ke_task_desc (line 148) | struct ke_task_desc FILE: services/ble_profiles/blp/blpc/src/blpc_task.c type prf_char_def (line 32) | struct prf_char_def type prf_char_desc_def (line 46) | struct prf_char_desc_def function __STATIC (line 71) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 114) | __STATIC int blpc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 177) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 266) | __STATIC int blpc_rd_char_req_handler(ke_msg_id_t const msgid, function __STATIC (line 320) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 348) | __STATIC int blpc_cfg_indntf_req_handler( function __STATIC (line 424) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function blpc_task_init (line 488) | void blpc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/blp/blps/api/blps_task.h type blps_enable_req (line 63) | struct blps_enable_req type blps_enable_rsp (line 75) | struct blps_enable_rsp type blps_cfg_indntf_ind (line 84) | struct blps_cfg_indntf_ind type blps_meas_send_req (line 96) | struct blps_meas_send_req type blps_meas_send_rsp (line 108) | struct blps_meas_send_rsp type blps_db_cfg (line 117) | struct blps_db_cfg FILE: services/ble_profiles/blp/blps/src/blps.c type attm_desc (line 31) | struct attm_desc function blps_init (line 97) | static uint8_t blps_init(struct prf_task_env *env, uint16_t *start_hdl, function blps_destroy (line 160) | static void blps_destroy(struct prf_task_env *env) { function blps_create (line 176) | static void blps_create(struct prf_task_env *env, uint8_t conidx) { function blps_cleanup (line 193) | static void blps_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 207) | struct prf_task_cbs type prf_task_cbs (line 219) | struct prf_task_cbs function blps_pack_meas_value (line 221) | uint8_t blps_pack_meas_value(uint8_t *packed_bp, function blps_meas_send_rsp_send (line 273) | void blps_meas_send_rsp_send(uint8_t conidx, uint8_t status) { FILE: services/ble_profiles/blp/blps/src/blps.h type blps_cnx_env (line 133) | struct blps_cnx_env type blps_env_tag (line 140) | struct blps_env_tag type prf_task_cbs (line 177) | struct prf_task_cbs type bps_bp_meas (line 188) | struct bps_bp_meas type ke_task_desc (line 208) | struct ke_task_desc FILE: services/ble_profiles/blp/blps/src/blps_task.c function __STATIC (line 40) | __STATIC int blps_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 87) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 153) | __STATIC int blps_meas_send_req_handler(ke_msg_id_t const msgid, function __STATIC (line 236) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 317) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function blps_task_init (line 353) | void blps_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/cpp/cpp_common.h type cpp_cpps_char (line 71) | enum cpp_cpps_char type cpp_meas_flags (line 88) | enum cpp_meas_flags type cpp_feat_flags (line 122) | enum cpp_feat_flags type cpp_sensor_loc (line 168) | enum cpp_sensor_loc type cpp_vector_flags (line 205) | enum cpp_vector_flags type cpp_ctnl_pt_code (line 225) | enum cpp_ctnl_pt_code type cpp_ctnl_pt_resp_val (line 266) | enum cpp_ctnl_pt_resp_val type cpp_cp_meas (line 287) | struct cpp_cp_meas type cpp_cp_meas_ind (line 327) | struct cpp_cp_meas_ind type cpp_cp_vector (line 368) | struct cpp_cp_vector type cpp_ctnl_pt_req (line 385) | struct cpp_ctnl_pt_req type cpp_ctnl_pt_rsp (line 410) | struct cpp_ctnl_pt_rsp FILE: services/ble_profiles/cpp/cppc/api/cppc_task.h type cppc_cps_descs (line 32) | enum cppc_cps_descs type cppc_msg_ids (line 49) | enum cppc_msg_ids type cppc_op_code (line 78) | enum cppc_op_code type cppc_cps_content (line 106) | struct cppc_cps_content type cppc_enable_req (line 127) | struct cppc_enable_req type cppc_enable_rsp (line 136) | struct cppc_enable_rsp type cpps_read_cmd (line 145) | struct cpps_read_cmd type cppc_cfg_ntfind_cmd (line 154) | struct cppc_cfg_ntfind_cmd type cppc_ctnl_pt_cfg_req (line 165) | struct cppc_ctnl_pt_cfg_req type cppc_value_ind (line 174) | struct cppc_value_ind type cppc_value_meas_ind (line 196) | struct cppc_value_meas_ind type cppc_ctnl_pt_rsp (line 220) | struct cppc_ctnl_pt_rsp type cppc_cmp_evt (line 227) | struct cppc_cmp_evt FILE: services/ble_profiles/cpp/cppc/src/cppc.c function cppc_init (line 56) | static uint8_t cppc_init(struct prf_task_env *env, uint16_t *start_hdl, function cppc_cleanup (line 95) | static void cppc_cleanup(struct prf_task_env *env, uint8_t conidx, function cppc_destroy (line 123) | static void cppc_destroy(struct prf_task_env *env) { function cppc_create (line 145) | static void cppc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 151) | struct prf_task_cbs type prf_task_cbs (line 163) | struct prf_task_cbs function cppc_enable_rsp_send (line 165) | void cppc_enable_rsp_send(struct cppc_env_tag *cppc_env, uint8_t conidx, function cppc_send_no_conn_cmp_evt (line 185) | void cppc_send_no_conn_cmp_evt(uint8_t src_id, uint8_t dest_id, function cppc_send_cmp_evt (line 197) | void cppc_send_cmp_evt(struct cppc_env_tag *cppc_env, uint8_t conidx, function cppc_get_read_handle_req (line 227) | uint16_t cppc_get_read_handle_req(struct cppc_env_tag *cppc_env, uint8_t... function cppc_get_write_desc_handle_req (line 274) | uint8_t cppc_get_write_desc_handle_req(uint8_t conidx, function cppc_unpack_meas_ind (line 349) | uint8_t cppc_unpack_meas_ind(uint8_t conidx, function cppc_unpack_vector_ind (line 449) | uint8_t cppc_unpack_vector_ind(uint8_t conidx, function cppc_pack_ctnl_pt_req (line 513) | uint8_t cppc_pack_ctnl_pt_req(struct cppc_ctnl_pt_cfg_req *param, uint8_... function cppc_unpack_ctln_pt_ind (line 591) | uint8_t cppc_unpack_ctln_pt_ind(uint8_t conidx, FILE: services/ble_profiles/cpp/cppc/src/cppc.h type cppc_states (line 42) | enum cppc_states type cppc_code (line 58) | enum cppc_code type cppc_cnx_env (line 87) | struct cppc_cnx_env type cppc_env_tag (line 100) | struct cppc_env_tag type cppc_cmd (line 111) | struct cppc_cmd type prf_task_cbs (line 136) | struct prf_task_cbs type cppc_env_tag (line 146) | struct cppc_env_tag type cppc_env_tag (line 167) | struct cppc_env_tag type cppc_env_tag (line 178) | struct cppc_env_tag type cpps_read_cmd (line 178) | struct cpps_read_cmd type cppc_cfg_ntfind_cmd (line 190) | struct cppc_cfg_ntfind_cmd type cppc_env_tag (line 190) | struct cppc_env_tag type gattc_event_ind (line 201) | struct gattc_event_ind type cppc_env_tag (line 201) | struct cppc_env_tag type gattc_event_ind (line 212) | struct gattc_event_ind type cppc_env_tag (line 212) | struct cppc_env_tag type cppc_ctnl_pt_cfg_req (line 223) | struct cppc_ctnl_pt_cfg_req type gattc_event_ind (line 234) | struct gattc_event_ind type cppc_env_tag (line 234) | struct cppc_env_tag type ke_task_desc (line 248) | struct ke_task_desc FILE: services/ble_profiles/cpp/cppc/src/cppc_task.c type prf_char_def (line 35) | struct prf_char_def type prf_char_desc_def (line 53) | struct prf_char_desc_def function __STATIC (line 86) | __STATIC int cppc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 145) | __STATIC int cppc_read_req_handler(ke_msg_id_t const msgid, function __STATIC (line 215) | __STATIC int cppc_cfg_ntfind_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 279) | __STATIC int cppc_ctnl_pt_cfg_req_handler(ke_msg_id_t const msgid, function __STATIC (line 366) | __STATIC int cppc_timeout_timer_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 401) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 443) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 547) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 616) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function cppc_task_init (line 696) | void cppc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/cpp/cpps/api/cpps_task.h type cpps_msg_id (line 37) | enum cpps_msg_id type cpps_op_code (line 77) | enum cpps_op_code type cpps_db_cfg (line 135) | struct cpps_db_cfg type cpps_enable_req (line 165) | struct cpps_enable_req type cpps_enable_rsp (line 180) | struct cpps_enable_rsp type cpps_get_adv_data_req (line 189) | struct cpps_get_adv_data_req type cpps_get_adv_data_rsp (line 196) | struct cpps_get_adv_data_rsp type cpps_ntf_cp_meas_req (line 206) | struct cpps_ntf_cp_meas_req type cpps_ntf_cp_meas_rsp (line 213) | struct cpps_ntf_cp_meas_rsp type cpps_ntf_cp_vector_req (line 220) | struct cpps_ntf_cp_vector_req type cpps_ntf_cp_vector_rsp (line 227) | struct cpps_ntf_cp_vector_rsp type cpps_ctnl_pt_req_ind (line 234) | struct cpps_ctnl_pt_req_ind type cpps_ctnl_pt_cfm (line 261) | struct cpps_ctnl_pt_cfm type cpps_cfg_ntfind_ind (line 299) | struct cpps_cfg_ntfind_ind type cpps_vector_cfg_req_ind (line 310) | struct cpps_vector_cfg_req_ind type cpps_vector_cfg_cfm (line 321) | struct cpps_vector_cfg_cfm type cpps_cmp_evt (line 332) | struct cpps_cmp_evt FILE: services/ble_profiles/cpp/cpps/src/cpps.c type attm_desc (line 33) | struct attm_desc function cpps_init (line 118) | static uint8_t cpps_init(struct prf_task_env *env, uint16_t *start_hdl, function cpps_destroy (line 239) | static void cpps_destroy(struct prf_task_env *env) { function cpps_create (line 263) | static void cpps_create(struct prf_task_env *env, uint8_t conidx) { function cpps_cleanup (line 278) | static void cpps_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 292) | struct prf_task_cbs type prf_task_cbs (line 304) | struct prf_task_cbs function cpps_pack_meas_ntf (line 306) | uint8_t cpps_pack_meas_ntf(struct cpp_cp_meas *param, uint8_t *pckd_meas) { function cpps_split_meas_ntf (line 469) | uint8_t cpps_split_meas_ntf(uint8_t conidx, function cpps_update_characteristic_config (line 573) | uint8_t function cpps_pack_vector_ntf (line 667) | uint8_t cpps_pack_vector_ntf(struct cpp_cp_vector *param, function cpps_send_rsp_ind (line 754) | void cpps_send_rsp_ind(uint8_t conidx, uint8_t req_op_code, uint8_t stat... function cpps_unpack_ctnl_point_ind (line 780) | uint8_t cpps_unpack_ctnl_point_ind(uint8_t conidx, function cpps_pack_ctnl_point_cfm (line 1014) | uint8_t cpps_pack_ctnl_point_cfm(uint8_t conidx, struct cpps_ctnl_pt_cfm... function cpps_update_cfg_char_value (line 1188) | int cpps_update_cfg_char_value(uint8_t conidx, uint8_t con_type, uint8_t... function cpps_send_cmp_evt (line 1203) | void cpps_send_cmp_evt(uint8_t conidx, uint8_t src_id, uint8_t dest_id, function cpps_exe_operation (line 1226) | void cpps_exe_operation(void) { FILE: services/ble_profiles/cpp/cpps/src/cpps.h type cpps_state (line 104) | enum cpps_state type cpps_cps_att_list (line 115) | enum cpps_cps_att_list type cpps_prf_cfg_flag (line 145) | enum cpps_prf_cfg_flag type cpps_op (line 171) | struct cpps_op type cpps_cnx_env (line 183) | struct cpps_cnx_env type cpps_env_tag (line 192) | struct cpps_env_tag type prf_task_cbs (line 242) | struct prf_task_cbs type cpp_cp_meas (line 252) | struct cpp_cp_meas type gattc_send_evt_cmd (line 262) | struct gattc_send_evt_cmd type gattc_write_req_ind (line 273) | struct gattc_write_req_ind type cpp_cp_vector (line 283) | struct cpp_cp_vector type gattc_write_req_ind (line 293) | struct gattc_write_req_ind type cpps_ctnl_pt_cfm (line 304) | struct cpps_ctnl_pt_cfm type ke_task_desc (line 360) | struct ke_task_desc FILE: services/ble_profiles/cpp/cpps/src/cpps_task.c function cpps_enable_req_handler (line 49) | static int cpps_enable_req_handler(ke_msg_id_t const msgid, function cpps_get_adv_data_req_handler (line 91) | static int cpps_get_adv_data_req_handler(ke_msg_id_t const msgid, function cpps_ntf_cp_meas_req_handler (line 150) | static int cpps_ntf_cp_meas_req_handler(ke_msg_id_t const msgid, function cpps_ntf_cp_vector_req_handler (line 214) | static int cpps_ntf_cp_vector_req_handler(ke_msg_id_t const msgid, function gattc_write_req_ind_handler (line 267) | static int gattc_write_req_ind_handler(ke_msg_id_t const msgid, function gattc_att_info_req_ind_handler (line 385) | static int gattc_att_info_req_ind_handler(ke_msg_id_t const msgid, function gattc_read_req_ind_handler (line 436) | static int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function cpps_vector_cfg_cfm_handler (line 535) | static int cpps_vector_cfg_cfm_handler(ke_msg_id_t const msgid, function cpps_ctnl_pt_cfm_handler (line 581) | static int cpps_ctnl_pt_cfm_handler(ke_msg_id_t const msgid, function gattc_cmp_evt_handler (line 653) | static int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function cpps_task_init (line 708) | void cpps_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/cscp/cscp_common.h type cscp_cscs_char (line 55) | enum cscp_cscs_char type cscp_meas_flags (line 70) | enum cscp_meas_flags type cscp_feat_flags (line 82) | enum cscp_feat_flags type cscp_sensor_loc (line 96) | enum cscp_sensor_loc type cscp_sc_ctnl_pt_op_code (line 125) | enum cscp_sc_ctnl_pt_op_code type cscp_ctnl_pt_resp_val (line 144) | enum cscp_ctnl_pt_resp_val type cscp_csc_meas (line 165) | struct cscp_csc_meas type cscp_sc_ctnl_pt_req (line 180) | struct cscp_sc_ctnl_pt_req type cscp_sc_ctnl_pt_rsp (line 195) | struct cscp_sc_ctnl_pt_rsp FILE: services/ble_profiles/cscp/cscpc/api/cscpc_task.h type cscpc_msg_ids (line 29) | enum cscpc_msg_ids type cscpc_op_codes (line 58) | enum cscpc_op_codes type cscpc_cscs_descs (line 80) | enum cscpc_cscs_descs type cscpc_cscs_content (line 96) | struct cscpc_cscs_content type cscpc_enable_req (line 115) | struct cscpc_enable_req type cscpc_enable_rsp (line 124) | struct cscpc_enable_rsp type cscpc_read_cmd (line 133) | struct cscpc_read_cmd type cscpc_cfg_ntfind_cmd (line 142) | struct cscpc_cfg_ntfind_cmd type cscpc_ctnl_pt_cfg_req (line 153) | struct cscpc_ctnl_pt_cfg_req type cscpc_ctnl_pt_rsp (line 162) | struct cscpc_ctnl_pt_rsp type cscpc_value_ind (line 170) | struct cscpc_value_ind type cscpc_cmp_evt (line 189) | struct cscpc_cmp_evt FILE: services/ble_profiles/cscp/cscpc/src/cscpc.c function cscpc_init (line 57) | static uint8_t cscpc_init(struct prf_task_env *env, uint16_t *start_hdl, function cscpc_cleanup (line 96) | static void cscpc_cleanup(struct prf_task_env *env, uint8_t conidx, function cscpc_destroy (line 125) | static void cscpc_destroy(struct prf_task_env *env) { function cscpc_create (line 147) | static void cscpc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 153) | struct prf_task_cbs type prf_task_cbs (line 165) | struct prf_task_cbs function cscpc_enable_rsp_send (line 167) | void cscpc_enable_rsp_send(struct cscpc_env_tag *cscpc_env, uint8_t conidx, function cscpc_send_no_conn_cmp_evt (line 187) | void cscpc_send_no_conn_cmp_evt(uint8_t src_id, uint8_t dest_id, function cscpc_send_cmp_evt (line 199) | void cscpc_send_cmp_evt(struct cscpc_env_tag *cscpc_env, uint8_t conidx, FILE: services/ble_profiles/cscp/cscpc/src/cscpc.h type cscpc_states (line 41) | enum cscpc_states type cscpc_codes (line 58) | enum cscpc_codes type cscpc_cnx_env (line 81) | struct cscpc_cnx_env type cscpc_env_tag (line 95) | struct cscpc_env_tag type cscpc_cmd (line 106) | struct cscpc_cmd type prf_task_cbs (line 132) | struct prf_task_cbs type cscpc_env_tag (line 139) | struct cscpc_env_tag type cscpc_env_tag (line 153) | struct cscpc_env_tag type ke_task_desc (line 167) | struct ke_task_desc FILE: services/ble_profiles/cscp/cscpc/src/cscpc_task.c type prf_char_def (line 34) | struct prf_char_def type prf_char_desc_def (line 51) | struct prf_char_desc_def function __STATIC (line 77) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 119) | __STATIC int cscpc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 178) | __STATIC int cscpc_read_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 283) | __STATIC int cscpc_cfg_ntfind_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 386) | __STATIC int cscpc_ctnl_pt_cfg_req_handler(ke_msg_id_t const msgid, function __STATIC (line 507) | __STATIC int cscpc_timeout_timer_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 541) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 646) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 711) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function cscpc_task_init (line 854) | void cscpc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/cscp/cscps/api/cscps_task.h type cscps_msg_id (line 29) | enum cscps_msg_id type cscps_op_code (line 54) | enum cscps_op_code type cscps_db_cfg (line 82) | struct cscps_db_cfg type cscps_enable_req (line 103) | struct cscps_enable_req type cscps_enable_rsp (line 114) | struct cscps_enable_rsp type cscps_ntf_csc_meas_req (line 123) | struct cscps_ntf_csc_meas_req type cscps_ntf_csc_meas_rsp (line 138) | struct cscps_ntf_csc_meas_rsp type cscps_sc_ctnl_pt_req_ind (line 148) | struct cscps_sc_ctnl_pt_req_ind type cscps_sc_ctnl_pt_cfm (line 165) | struct cscps_sc_ctnl_pt_cfm type cscps_cfg_ntfind_ind (line 186) | struct cscps_cfg_ntfind_ind type cscps_cmp_evt (line 197) | struct cscps_cmp_evt FILE: services/ble_profiles/cscp/cscps/src/cscps.c type attm_desc (line 32) | struct attm_desc function cscps_init (line 105) | static uint8_t cscps_init(struct prf_task_env *env, uint16_t *start_hdl, function cscps_destroy (line 199) | static void cscps_destroy(struct prf_task_env *env) { function cscps_create (line 220) | static void cscps_create(struct prf_task_env *env, uint8_t conidx) { function cscps_cleanup (line 234) | static void cscps_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 248) | struct prf_task_cbs type prf_task_cbs (line 260) | struct prf_task_cbs function cscps_send_cmp_evt (line 262) | void cscps_send_cmp_evt(uint8_t conidx, uint8_t src_id, uint8_t dest_id, function cscps_exe_operation (line 286) | void cscps_exe_operation(void) { function cscps_send_rsp_ind (line 340) | void cscps_send_rsp_ind(uint8_t conidx, uint8_t req_op_code, uint8_t sta... FILE: services/ble_profiles/cscp/cscps/src/cscps.h type cscps_state (line 79) | enum cscps_state type cscps_cscs_att_list (line 91) | enum cscps_cscs_att_list type cscps_prf_cfg_flag (line 115) | enum cscps_prf_cfg_flag type cscps_sensor_loc_supp (line 127) | enum cscps_sensor_loc_supp type cscps_ntf (line 141) | struct cscps_ntf type cscps_env_tag (line 152) | struct cscps_env_tag type prf_task_cbs (line 192) | struct prf_task_cbs type ke_task_desc (line 231) | struct ke_task_desc FILE: services/ble_profiles/cscp/cscps/src/cscps_task.c function __STATIC (line 42) | __STATIC int cscps_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 96) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 178) | __STATIC int gattc_att_info_req_ind_handler( function __STATIC (line 223) | __STATIC int cscps_ntf_csc_meas_req_handler( function __STATIC (line 326) | __STATIC int cscps_sc_ctnl_pt_cfm_handler(ke_msg_id_t const msgid, function __STATIC (line 452) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 705) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function cscps_task_init (line 757) | void cscps_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/datapath/datapathps/api/datapathps_task.h type datapathps_msg_id (line 30) | enum datapathps_msg_id type ble_datapath_tx_notif_config_t (line 57) | struct ble_datapath_tx_notif_config_t type ble_datapath_rx_data_ind_t (line 62) | struct ble_datapath_rx_data_ind_t type ble_datapath_tx_sent_ind_t (line 68) | struct ble_datapath_tx_sent_ind_t type ble_datapath_send_data_req_t (line 73) | struct ble_datapath_send_data_req_t type ble_datapath_control_notification_t (line 80) | struct ble_datapath_control_notification_t FILE: services/ble_profiles/datapath/datapathps/src/datapathps.c type attm_desc_128 (line 65) | struct attm_desc_128 type attm_desc (line 107) | struct attm_desc function datapathps_init (line 163) | static uint8_t datapathps_init(struct prf_task_env *env, uint16_t *start... function datapathps_destroy (line 226) | static void datapathps_destroy(struct prf_task_env *env) { function datapathps_create (line 243) | static void datapathps_create(struct prf_task_env *env, uint8_t conidx) { function datapathps_cleanup (line 260) | static void datapathps_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 271) | struct prf_task_cbs type prf_task_cbs (line 283) | struct prf_task_cbs FILE: services/ble_profiles/datapath/datapathps/src/datapathps.h type datapathps_env_tag (line 109) | struct datapathps_env_tag type prf_task_cbs (line 140) | struct prf_task_cbs type ke_task_desc (line 154) | struct ke_task_desc FILE: services/ble_profiles/datapath/datapathps/src/datapathps_task.c function gapc_disconnect_ind_handler (line 31) | static int gapc_disconnect_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 54) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 139) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 180) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function send_notifiction (line 232) | static void send_notifiction(uint8_t conidx, const uint8_t *ptrData, function __STATIC (line 255) | __STATIC int send_data_via_notification_handler( function send_indication (line 262) | static void send_indication(uint8_t conidx, const uint8_t *ptrData, function __STATIC (line 285) | __STATIC int send_data_via_indication_handler( function __STATIC (line 292) | __STATIC int send_data_via_write_command_handler( function __STATIC (line 307) | __STATIC int send_data_via_write_request_handler( function __STATIC (line 321) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 363) | __STATIC int control_notification_handler( function gattc_att_info_req_ind_handler (line 393) | static int gattc_att_info_req_ind_handler(ke_msg_id_t const msgid, function datapathps_task_init (line 452) | void datapathps_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/dis/disc/api/disc_task.h type disc_dis_content (line 58) | struct disc_dis_content type disc_enable_req (line 68) | struct disc_enable_req type disc_enable_rsp (line 78) | struct disc_enable_rsp type disc_rd_char_req (line 88) | struct disc_rd_char_req type disc_rd_char_rsp (line 95) | struct disc_rd_char_rsp FILE: services/ble_profiles/dis/disc/src/disc.c function disc_init (line 49) | static uint8_t disc_init(struct prf_task_env *env, uint16_t *start_hdl, function disc_destroy (line 88) | static void disc_destroy(struct prf_task_env *env) { function disc_create (line 112) | static void disc_create(struct prf_task_env *env, uint8_t conidx) { function disc_cleanup (line 126) | static void disc_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 146) | struct prf_task_cbs type prf_task_cbs (line 158) | struct prf_task_cbs function disc_enable_rsp_send (line 160) | void disc_enable_rsp_send(struct disc_env_tag *disc_env, uint8_t conidx, FILE: services/ble_profiles/dis/disc/src/disc.h type disc_cnx_env (line 65) | struct disc_cnx_env type disc_env_tag (line 76) | struct disc_env_tag type prf_task_cbs (line 104) | struct prf_task_cbs type disc_env_tag (line 111) | struct disc_env_tag type ke_task_desc (line 125) | struct ke_task_desc FILE: services/ble_profiles/dis/disc/src/disc_task.c type prf_char_def (line 25) | struct prf_char_def function __STATIC (line 67) | __STATIC int disc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 124) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 165) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 219) | __STATIC int disc_rd_char_req_handler(ke_msg_id_t const msgid, function __STATIC (line 279) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function disc_task_init (line 307) | void disc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/dis/diss/api/diss_task.h type diss_info (line 43) | enum diss_info type diss_features (line 68) | enum diss_features type diss_db_cfg (line 98) | struct diss_db_cfg type diss_set_value_req (line 106) | struct diss_set_value_req type diss_set_value_rsp (line 117) | struct diss_set_value_rsp type diss_value_req_ind (line 126) | struct diss_value_req_ind type diss_value_cfm (line 133) | struct diss_value_cfm FILE: services/ble_profiles/dis/diss/src/diss.c type attm_desc (line 43) | struct attm_desc function diss_init (line 138) | static uint8_t diss_init(struct prf_task_env *env, uint16_t *start_hdl, function diss_destroy (line 192) | static void diss_destroy(struct prf_task_env *env) { function diss_create (line 214) | static void diss_create(struct prf_task_env *env, uint8_t conidx) { function diss_cleanup (line 227) | static void diss_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 238) | struct prf_task_cbs type prf_task_cbs (line 250) | struct prf_task_cbs function diss_compute_cfg_flag (line 252) | uint32_t diss_compute_cfg_flag(uint16_t features) { function diss_handle_to_value (line 265) | uint8_t diss_handle_to_value(struct diss_env_tag *env, uint16_t handle) { function diss_value_to_handle (line 285) | uint16_t diss_value_to_handle(struct diss_env_tag *env, uint8_t value) { function diss_check_val_len (line 304) | uint8_t diss_check_val_len(uint8_t char_code, uint8_t val_len) { FILE: services/ble_profiles/dis/diss/src/diss.h type diss_att_db_handles (line 47) | enum diss_att_db_handles type diss_val_elmt (line 82) | struct diss_val_elmt type diss_env_tag (line 95) | struct diss_env_tag type prf_task_cbs (line 131) | struct prf_task_cbs type diss_env_tag (line 166) | struct diss_env_tag type diss_env_tag (line 178) | struct diss_env_tag type ke_task_desc (line 191) | struct ke_task_desc FILE: services/ble_profiles/dis/diss/src/diss_task.c function __STATIC (line 40) | __STATIC int diss_set_value_req_handler(ke_msg_id_t const msgid, function __STATIC (line 112) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 190) | __STATIC int diss_value_cfm_handler(ke_msg_id_t const msgid, function diss_task_init (line 243) | void diss_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/find/find_common.h type find_error_code (line 42) | enum find_error_code type find_filter (line 51) | struct find_filter type find_racp_req (line 84) | struct find_racp_req FILE: services/ble_profiles/find/findl/api/findl_task.h type findl_msg_id (line 33) | enum findl_msg_id type ias_content (line 59) | struct ias_content type findl_enable_req (line 70) | struct findl_enable_req type findl_enable_rsp (line 79) | struct findl_enable_rsp type findl_set_alert_req (line 88) | struct findl_set_alert_req type findl_set_alert_rsp (line 95) | struct findl_set_alert_rsp FILE: services/ble_profiles/find/findl/src/findl.c function findl_init (line 50) | static uint8_t findl_init(struct prf_task_env *env, uint16_t *start_hdl, function findl_destroy (line 89) | static void findl_destroy(struct prf_task_env *env) { function findl_create (line 113) | static void findl_create(struct prf_task_env *env, uint8_t conidx) { function findl_cleanup (line 127) | static void findl_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 147) | struct prf_task_cbs type prf_task_cbs (line 159) | struct prf_task_cbs function findl_enable_rsp_send (line 161) | void findl_enable_rsp_send(struct findl_env_tag *findl_env, uint8_t conidx, FILE: services/ble_profiles/find/findl/src/findl.h type findl_state (line 79) | enum findl_state type findl_cnx_env (line 106) | struct findl_cnx_env type findl_env_tag (line 117) | struct findl_env_tag type prf_task_cbs (line 144) | struct prf_task_cbs type findl_env_tag (line 152) | struct findl_env_tag type ke_task_desc (line 166) | struct ke_task_desc FILE: services/ble_profiles/find/findl/src/findl_task.c type prf_char_def (line 29) | struct prf_char_def function __STATIC (line 50) | __STATIC int findl_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 107) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 149) | __STATIC int findl_set_alert_req_handler( function __STATIC (line 212) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function findl_task_init (line 261) | void findl_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/find/findt/api/findt_task.h type findt_msg_id (line 32) | enum findt_msg_id type findt_alert_ind (line 40) | struct findt_alert_ind type findt_db_cfg (line 54) | struct findt_db_cfg FILE: services/ble_profiles/find/findt/src/findt.c type attm_desc (line 26) | struct attm_desc function findt_init (line 66) | static uint8_t findt_init(struct prf_task_env *env, uint16_t *start_hdl, function findt_destroy (line 116) | static void findt_destroy(struct prf_task_env *env) { function findt_create (line 132) | static void findt_create(struct prf_task_env *env, uint8_t conidx) { function findt_cleanup (line 145) | static void findt_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 156) | struct prf_task_cbs type prf_task_cbs (line 168) | struct prf_task_cbs FILE: services/ble_profiles/find/findt/src/findt.h type findt_state (line 54) | enum findt_state type findt_env_tag (line 64) | struct findt_env_tag type findt_att_db_handles (line 94) | enum findt_att_db_handles type prf_task_cbs (line 134) | struct prf_task_cbs type ke_task_desc (line 149) | struct ke_task_desc FILE: services/ble_profiles/find/findt/src/findt_task.c function __STATIC (line 41) | __STATIC int gattc_write_req_ind_handler( function findt_task_init (line 92) | void findt_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/gfps/gfps_provider/api/gfps_provider.h type gfpsp_att_db_handles (line 56) | enum gfpsp_att_db_handles type gfpsp_val_elmt (line 80) | struct gfpsp_val_elmt type gfpsp_env_tag (line 93) | struct gfpsp_env_tag type gfpsp_encrypted_req_uint128 (line 112) | typedef struct _gfpsp_encrypted_req_uint128{ type gfpsp_64B_public_key (line 116) | typedef struct _gfpsp_64B_public_key_{ type GFPS_MESSAGE_TYPE_E (line 120) | typedef enum type gfpsp_raw_req_t (line 127) | typedef struct { type gfpsp_key_based_pairing_req_t (line 132) | typedef struct { type gfpsp_action_req_t (line 145) | typedef struct { type gfpsp_raw_resp (line 158) | typedef struct { type gfpsp_raw_pass_key_resp (line 164) | typedef struct _gfpsp_raw_passkey_resp{ type gfpsp_encrypted_resp (line 170) | typedef struct _gfpsp_encrypted_resp{ type gfpsp_req_resp (line 174) | typedef struct _gfpsp_req_resp{ type gfpsp_Key_based_Pairing_req (line 186) | typedef struct _gfpsp_Key_based_Pairing_req{ type prf_task_cbs (line 209) | struct prf_task_cbs type gfpsp_env_tag (line 244) | struct gfpsp_env_tag type gfpsp_env_tag (line 256) | struct gfpsp_env_tag type ke_task_desc (line 269) | struct ke_task_desc FILE: services/ble_profiles/gfps/gfps_provider/api/gfps_provider_task.h type gfpsp_info (line 58) | enum gfpsp_info type gfpsp_features (line 83) | enum gfpsp_features type gfpsp_db_cfg (line 113) | struct gfpsp_db_cfg type gfpsp_set_value_req (line 121) | struct gfpsp_set_value_req type gfpsp_set_value_rsp (line 132) | struct gfpsp_set_value_rsp type gfpsp_value_req_ind (line 141) | struct gfpsp_value_req_ind type gfpsp_value_cfm (line 148) | struct gfpsp_value_cfm type gfpsp_send_write_rsp_t (line 158) | struct gfpsp_send_write_rsp_t type gfpsp_write_ind_t (line 166) | struct gfpsp_write_ind_t type gfpsp_send_data_req_t (line 172) | struct gfpsp_send_data_req_t type app_gfps_key_based_notif_config_t (line 179) | struct app_gfps_key_based_notif_config_t type app_gfps_pass_key_notif_config_t (line 184) | struct app_gfps_pass_key_notif_config_t FILE: services/ble_profiles/gfps/gfps_provider/src/gfps_provider.c type attm_desc_128 (line 85) | struct attm_desc_128 type attm_desc (line 160) | struct attm_desc function gfpsp_init (line 236) | static uint8_t gfpsp_init(struct prf_task_env *env, uint16_t *start_hdl, function gfpsp_destroy (line 299) | static void gfpsp_destroy(struct prf_task_env *env) { function gfpsp_create (line 321) | static void gfpsp_create(struct prf_task_env *env, uint8_t conidx) { function gfpsp_cleanup (line 334) | static void gfpsp_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 345) | struct prf_task_cbs type prf_task_cbs (line 357) | struct prf_task_cbs function gfpsp_compute_cfg_flag (line 359) | uint32_t gfpsp_compute_cfg_flag(uint16_t features) { function gfpsp_handle_to_value (line 372) | uint8_t gfpsp_handle_to_value(struct gfpsp_env_tag *env, uint16_t handle) { function gfpsp_value_to_handle (line 392) | uint16_t gfpsp_value_to_handle(struct gfpsp_env_tag *env, uint8_t value) { function gfpsp_check_val_len (line 411) | uint8_t gfpsp_check_val_len(uint8_t char_code, uint8_t val_len) { function gfpsp_crypto_gen_DHKey (line 443) | uint32_t gfpsp_crypto_gen_DHKey(const uint8_t *in_PubKey, function gfpsp_crypto_make_P256_key (line 449) | uint32_t gfpsp_crypto_make_P256_key(uint8_t *out_public_key, function gfpsp_crypto_gen_DHKey (line 456) | uint32_t gfpsp_crypto_gen_DHKey(const uint8_t *in_PubKey, function gfpsp_crypto_make_P256_key (line 462) | uint32_t gfpsp_crypto_make_P256_key(uint8_t *out_public_key, FILE: services/ble_profiles/gfps/gfps_provider/src/gfps_provider_task.c function send_notifiction (line 31) | static void send_notifiction(uint8_t conidx, uint8_t contentType, function __STATIC (line 53) | __STATIC int send_data_via_notification_handler( function __STATIC (line 61) | __STATIC int send_passkey_data_via_notification_handler( function __STATIC (line 69) | __STATIC int send_name_via_notification_handler( function __STATIC (line 102) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 219) | __STATIC int gfpsp_send_write_rsp_handler( function gattc_att_info_req_ind_handler (line 232) | static int gattc_att_info_req_ind_handler(ke_msg_id_t const msgid, function gfpsp_task_init (line 312) | void gfpsp_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/glp/glp_common.h type glp_error_code (line 42) | enum glp_error_code type glp_meas_flag (line 51) | enum glp_meas_flag type glp_meas_ctx_flag (line 83) | enum glp_meas_ctx_flag type glp_srv_feature_flag (line 133) | enum glp_srv_feature_flag type glp_meas_type (line 204) | enum glp_meas_type type glp_meas_loc (line 239) | enum glp_meas_loc type glp_meas_state (line 258) | enum glp_meas_state type glp_meas_ctx_carbo (line 299) | enum glp_meas_ctx_carbo type glp_meas_ctx_meal (line 324) | enum glp_meas_ctx_meal type glp_meas_ctx_tester_type (line 343) | enum glp_meas_ctx_tester_type type glp_meas_ctx_feeling (line 359) | enum glp_meas_ctx_feeling type glp_meas_ctx_med_id (line 381) | enum glp_meas_ctx_med_id type glp_racp_op_code (line 401) | enum glp_racp_op_code type glp_racp_operator (line 423) | enum glp_racp_operator type glp_racp_status (line 445) | enum glp_racp_status type glp_racp_filter (line 477) | enum glp_racp_filter type glp_meas (line 496) | struct glp_meas type glp_meas_ctx (line 515) | struct glp_meas_ctx type glp_filter (line 547) | struct glp_filter type glp_racp_req (line 582) | struct glp_racp_req type glp_racp_rsp (line 594) | struct glp_racp_rsp FILE: services/ble_profiles/glp/glpc/api/glpc_task.h type glpc_msg_id (line 38) | enum glpc_msg_id type gls_content (line 101) | struct gls_content type glpc_enable_req (line 122) | struct glpc_enable_req type glpc_enable_rsp (line 131) | struct glpc_enable_rsp type glpc_register_req (line 140) | struct glpc_register_req type glpc_register_rsp (line 146) | struct glpc_register_rsp type glpc_read_features_rsp (line 153) | struct glpc_read_features_rsp type glpc_racp_req (line 162) | struct glpc_racp_req type glpc_racp_rsp (line 168) | struct glpc_racp_rsp type glpc_meas_ind (line 177) | struct glpc_meas_ind type glpc_meas_ctx_ind (line 186) | struct glpc_meas_ctx_ind FILE: services/ble_profiles/glp/glpc/src/glpc.c function glpc_init (line 55) | static uint8_t glpc_init(struct prf_task_env *env, uint16_t *start_hdl, function glpc_destroy (line 94) | static void glpc_destroy(struct prf_task_env *env) { function glpc_create (line 118) | static void glpc_create(struct prf_task_env *env, uint8_t conidx) { function glpc_cleanup (line 132) | static void glpc_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 152) | struct prf_task_cbs type prf_task_cbs (line 164) | struct prf_task_cbs function glpc_enable_rsp_send (line 166) | void glpc_enable_rsp_send(struct glpc_env_tag *glpc_env, uint8_t conidx, function glpc_unpack_meas_value (line 186) | uint8_t glpc_unpack_meas_value(uint8_t *packed_meas, struct glp_meas *me... function glpc_unpack_meas_ctx_value (line 228) | uint8_t glpc_unpack_meas_ctx_value(uint8_t *packed_meas_ctx, function glpc_pack_racp_req (line 302) | uint8_t glpc_pack_racp_req(uint8_t *packed_val, function glpc_unpack_racp_rsp (line 368) | uint8_t glpc_unpack_racp_rsp(uint8_t *packed_val, function glpc_validate_request (line 395) | uint8_t glpc_validate_request(struct glpc_env_tag *glpc_env, uint8_t con... FILE: services/ble_profiles/glp/glpc/src/glpc.h type glpc_state (line 47) | enum glpc_state type glpc_cnx_env (line 68) | struct glpc_cnx_env type glpc_env_tag (line 81) | struct glpc_env_tag type prf_task_cbs (line 109) | struct prf_task_cbs type glpc_env_tag (line 116) | struct glpc_env_tag type glp_meas (line 129) | struct glp_meas type glp_meas_ctx (line 145) | struct glp_meas_ctx type glp_racp_req (line 161) | struct glp_racp_req type glp_racp_rsp (line 175) | struct glp_racp_rsp type glpc_env_tag (line 188) | struct glpc_env_tag type ke_task_desc (line 203) | struct ke_task_desc FILE: services/ble_profiles/glp/glpc/src/glpc_task.c type prf_char_def (line 38) | struct prf_char_def type prf_char_desc_def (line 56) | struct prf_char_desc_def function __STATIC (line 86) | __STATIC int glpc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 145) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 188) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 332) | __STATIC int glpc_read_features_req_handler(ke_msg_id_t const msgid, function __STATIC (line 387) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 428) | __STATIC int glpc_register_req_handler(ke_msg_id_t const msgid, function __STATIC (line 501) | __STATIC int glpc_racp_req_handler(ke_msg_id_t const msgid, function __STATIC (line 565) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 671) | __STATIC int glpc_racp_req_timeout_handler(ke_msg_id_t const msgid, function glpc_task_init (line 716) | void glpc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/glp/glps/api/glps.h type glps_state (line 90) | enum glps_state type glps_cnx_env (line 189) | struct glps_cnx_env type glps_env_tag (line 198) | struct glps_env_tag type prf_task_cbs (line 233) | struct prf_task_cbs type glp_meas (line 246) | struct glp_meas type glp_meas_ctx (line 262) | struct glp_meas_ctx type glp_racp_req (line 278) | struct glp_racp_req type glp_racp_rsp (line 292) | struct glp_racp_rsp type glp_racp_rsp (line 304) | struct glp_racp_rsp type ke_task_desc (line 318) | struct ke_task_desc FILE: services/ble_profiles/glp/glps/api/glps_task.h type glps_msg_id (line 39) | enum glps_msg_id type glps_db_cfg (line 65) | struct glps_db_cfg type glps_enable_req (line 75) | struct glps_enable_req type glps_enable_rsp (line 82) | struct glps_enable_rsp type glps_cfg_indntf_ind (line 89) | struct glps_cfg_indntf_ind type glps_send_meas_with_ctx_cmd (line 96) | struct glps_send_meas_with_ctx_cmd type glps_send_meas_without_ctx_cmd (line 108) | struct glps_send_meas_without_ctx_cmd type glps_racp_req_rcv_ind (line 118) | struct glps_racp_req_rcv_ind type glps_send_racp_rsp_cmd (line 125) | struct glps_send_racp_rsp_cmd type glps_cmp_evt (line 136) | struct glps_cmp_evt FILE: services/ble_profiles/glp/glps/src/glps.c type attm_desc (line 31) | struct attm_desc function glps_init (line 113) | static uint8_t glps_init(struct prf_task_env *env, uint16_t *start_hdl, function glps_destroy (line 176) | static void glps_destroy(struct prf_task_env *env) { function glps_create (line 200) | static void glps_create(struct prf_task_env *env, uint8_t conidx) { function glps_cleanup (line 220) | static void glps_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 240) | struct prf_task_cbs type prf_task_cbs (line 252) | struct prf_task_cbs function glps_pack_meas_value (line 254) | uint8_t glps_pack_meas_value(uint8_t *packed_meas, function glps_pack_meas_ctx_value (line 295) | uint8_t glps_pack_meas_ctx_value(uint8_t *packed_meas_ctx, function glps_unpack_racp_req (line 369) | uint8_t glps_unpack_racp_req(uint8_t *packed_val, uint16_t length, function glps_pack_racp_rsp (line 493) | uint8_t glps_pack_racp_rsp(uint8_t *packed_val, struct glp_racp_rsp *rac... FILE: services/ble_profiles/glp/glps/src/glps_task.c function __STATIC (line 48) | __STATIC int glps_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 85) | __STATIC int glps_meas_send_req_handler( function __STATIC (line 188) | __STATIC int glps_send_racp_rsp_cmd_handler( function __STATIC (line 278) | __STATIC int gattc_att_info_req_ind_handler( function __STATIC (line 327) | __STATIC int gattc_write_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 497) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 563) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function glps_task_init (line 640) | void glps_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/hogp/hogp_common.h type hogp_info_bit (line 37) | enum hogp_info_bit type hogp_ctnl_pt (line 46) | enum hogp_ctnl_pt type hogp_boot_prot_mode (line 55) | enum hogp_boot_prot_mode type hids_report_ref (line 69) | struct hids_report_ref type hids_hid_info (line 78) | struct hids_hid_info FILE: services/ble_profiles/hogp/hogpbh/api/hogpbh_task.h type hogpbh_msg_id (line 43) | enum hogpbh_msg_id type hogpbh_chars (line 66) | enum hogpbh_chars type hogpbh_descs (line 82) | enum hogpbh_descs type hogpbh_info (line 94) | enum hogpbh_info type hogpbh_content (line 119) | struct hogpbh_content type hogpbh_enable_req (line 138) | struct hogpbh_enable_req type hogpbh_enable_rsp (line 149) | struct hogpbh_enable_rsp type hogpbh_boot_report (line 160) | struct hogpbh_boot_report type hogpbh_boot_report (line 184) | struct hogpbh_boot_report type hogpbh_read_info_req (line 190) | struct hogpbh_read_info_req type hogpbh_read_info_rsp (line 199) | struct hogpbh_read_info_rsp type hogpbh_write_req (line 213) | struct hogpbh_write_req type hogpbh_write_rsp (line 228) | struct hogpbh_write_rsp type hogpbh_boot_report_ind (line 240) | struct hogpbh_boot_report_ind FILE: services/ble_profiles/hogp/hogpbh/src/hogpbh.c function hogpbh_init (line 51) | static uint8_t hogpbh_init(struct prf_task_env *env, uint16_t *start_hdl, function hogpbh_destroy (line 90) | static void hogpbh_destroy(struct prf_task_env *env) { function hogpbh_create (line 117) | static void hogpbh_create(struct prf_task_env *env, uint8_t conidx) { function hogpbh_cleanup (line 131) | static void hogpbh_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 154) | struct prf_task_cbs type prf_task_cbs (line 166) | struct prf_task_cbs function hogpbh_enable_rsp_send (line 168) | void hogpbh_enable_rsp_send(struct hogpbh_env_tag *hogpbh_env, uint8_t c... FILE: services/ble_profiles/hogp/hogpbh/src/hogpbh.h type hogpbh_state (line 49) | enum hogpbh_state type hogpbh_cnx_env (line 68) | struct hogpbh_cnx_env type hogpbh_env_tag (line 79) | struct hogpbh_env_tag type prf_task_cbs (line 107) | struct prf_task_cbs type hogpbh_env_tag (line 114) | struct hogpbh_env_tag type ke_task_desc (line 128) | struct ke_task_desc FILE: services/ble_profiles/hogp/hogpbh/src/hogpbh_task.c type prf_char_def (line 34) | struct prf_char_def type prf_char_desc_def (line 53) | struct prf_char_desc_def function __STATIC (line 80) | __STATIC int hogpbh_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 142) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 190) | __STATIC int hogpbh_read_info_req_handler( function __STATIC (line 309) | __STATIC int hogpbh_write_req_handler(ke_msg_id_t const msgid, function __STATIC (line 444) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 545) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 618) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function hogpbh_task_init (line 688) | void hogpbh_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/hogp/hogpd/api/hogpd_task.h type hogpd_msg_id (line 43) | enum hogpd_msg_id type hogpd_report_cfg (line 73) | enum hogpd_report_cfg type hogpd_cfg (line 87) | enum hogpd_cfg type hogpd_report_type (line 110) | enum hogpd_report_type type hogpd_op (line 125) | enum hogpd_op type hogpd_ext_ref (line 142) | struct hogpd_ext_ref type hogpd_hids_cfg (line 151) | struct hogpd_hids_cfg type hogpd_db_cfg (line 169) | struct hogpd_db_cfg type hogpd_enable_req (line 178) | struct hogpd_enable_req type hogpd_enable_rsp (line 187) | struct hogpd_enable_rsp type hogpd_ntf_cfg_ind (line 196) | struct hogpd_ntf_cfg_ind type hogpd_proto_mode_req_ind (line 206) | struct hogpd_proto_mode_req_ind type hogpd_proto_mode_cfm (line 219) | struct hogpd_proto_mode_cfm type hogpd_report_info (line 232) | struct hogpd_report_info type hogpd_report_upd_req (line 248) | struct hogpd_report_upd_req type hogpd_report_upd_rsp (line 257) | struct hogpd_report_upd_rsp type hogpd_report_req_ind (line 266) | struct hogpd_report_req_ind type hogpd_report_cfm (line 277) | struct hogpd_report_cfm type hogpd_ctnl_pt_ind (line 291) | struct hogpd_ctnl_pt_ind FILE: services/ble_profiles/hogp/hogpd/src/hogpd.c type attm_desc (line 53) | struct attm_desc type hids_hid_info (line 65) | struct hids_hid_info type hids_report_ref (line 147) | struct hids_report_ref function hogpd_init (line 178) | static uint8_t hogpd_init(struct prf_task_env *env, uint16_t *start_hdl, function hogpd_destroy (line 466) | static void hogpd_destroy(struct prf_task_env *env) { function hogpd_create (line 482) | static void hogpd_create(struct prf_task_env *env, uint8_t conidx) { function hogpd_cleanup (line 495) | static void hogpd_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 514) | struct prf_task_cbs type prf_task_cbs (line 526) | struct prf_task_cbs function hogpd_get_att_handle (line 528) | uint16_t hogpd_get_att_handle(struct hogpd_env_tag *hogpd_env, uint8_t s... function hogpd_get_att_idx (line 626) | uint8_t hogpd_get_att_idx(struct hogpd_env_tag *hogpd_env, uint16_t handle, function hogpd_ntf_send (line 744) | uint8_t hogpd_ntf_send(uint8_t conidx, const struct hogpd_report_info *r... function hogpd_ntf_cfg_ind_send (line 837) | uint8_t hogpd_ntf_cfg_ind_send(uint8_t conidx, uint8_t svc_idx, uint8_t ... FILE: services/ble_profiles/hogp/hogpd/src/hogpd.h type hogpd_state (line 57) | enum hogpd_state type hogpd_svc_cfg (line 131) | struct hogpd_svc_cfg type hogpd_operation (line 148) | struct hogpd_operation type hogpd_env_tag (line 159) | struct hogpd_env_tag type prf_task_cbs (line 193) | struct prf_task_cbs type hogpd_env_tag (line 207) | struct hogpd_env_tag type hogpd_env_tag (line 222) | struct hogpd_env_tag type hogpd_report_info (line 235) | struct hogpd_report_info type ke_task_desc (line 265) | struct ke_task_desc FILE: services/ble_profiles/hogp/hogpd/src/hogpd_task.c function __STATIC (line 48) | __STATIC int hogpd_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 94) | __STATIC int hogpd_report_upd_req_handler( function __STATIC (line 146) | __STATIC int hogpd_report_cfm_handler(ke_msg_id_t const msgid, function __STATIC (line 249) | __STATIC int hogpd_proto_mode_cfm_handler( function __STATIC (line 322) | __STATIC int gattc_att_info_req_ind_handler( function __STATIC (line 377) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 526) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 665) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function hogpd_task_init (line 706) | void hogpd_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/hogp/hogprh/api/hogprh_task.h type hogprh_msg_id (line 47) | enum hogprh_msg_id type hogprh_chars (line 70) | enum hogprh_chars type hogprh_descs (line 88) | enum hogprh_descs type hogprh_info (line 101) | enum hogprh_info type hogprh_content (line 131) | struct hogprh_content type hogprh_enable_req (line 151) | struct hogprh_enable_req type hogprh_enable_rsp (line 163) | struct hogprh_enable_rsp type hogprh_report (line 176) | struct hogprh_report type hogprh_report_ref (line 185) | struct hogprh_report_ref type hogprh_report_map (line 194) | struct hogprh_report_map type hogprh_report_map_ref (line 203) | struct hogprh_report_map_ref type hids_hid_info (line 220) | struct hids_hid_info type hogprh_report (line 228) | struct hogprh_report type hogprh_report_ref (line 236) | struct hogprh_report_ref type hogprh_report_map (line 240) | struct hogprh_report_map type hogprh_report_map_ref (line 244) | struct hogprh_report_map_ref type hogprh_read_info_req (line 250) | struct hogprh_read_info_req type hogprh_read_info_rsp (line 264) | struct hogprh_read_info_rsp type hogprh_write_req (line 283) | struct hogprh_write_req type hogprh_write_rsp (line 302) | struct hogprh_write_rsp type hogprh_report_ind (line 319) | struct hogprh_report_ind FILE: services/ble_profiles/hogp/hogprh/src/hogprh.c function hogprh_init (line 47) | static uint8_t hogprh_init(struct prf_task_env *env, uint16_t *start_hdl, function hogprh_destroy (line 86) | static void hogprh_destroy(struct prf_task_env *env) { function hogprh_create (line 113) | static void hogprh_create(struct prf_task_env *env, uint8_t conidx) { function hogprh_cleanup (line 127) | static void hogprh_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 150) | struct prf_task_cbs type prf_task_cbs (line 162) | struct prf_task_cbs function hogprh_enable_rsp_send (line 164) | void hogprh_enable_rsp_send(struct hogprh_env_tag *hogprh_env, uint8_t c... FILE: services/ble_profiles/hogp/hogprh/src/hogprh.h type hogprh_state (line 42) | enum hogprh_state type hogprh_cnx_env (line 61) | struct hogprh_cnx_env type hogprh_env_tag (line 72) | struct hogprh_env_tag type prf_task_cbs (line 101) | struct prf_task_cbs type hogprh_env_tag (line 108) | struct hogprh_env_tag type ke_task_desc (line 122) | struct ke_task_desc FILE: services/ble_profiles/hogp/hogprh/src/hogprh_task.c type prf_char_def (line 35) | struct prf_char_def function __STATIC (line 69) | __STATIC int hogprh_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 131) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 232) | __STATIC int hogprh_read_info_req_handler( function __STATIC (line 359) | __STATIC int hogprh_write_req_handler(ke_msg_id_t const msgid, function __STATIC (line 481) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 627) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 735) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function hogprh_task_init (line 815) | void hogprh_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/hrp/hrp_common.h type hrs_hr_meas (line 117) | struct hrs_hr_meas FILE: services/ble_profiles/hrp/hrpc/api/hrpc_task.h type hrs_content (line 85) | struct hrs_content type hrpc_enable_req (line 102) | struct hrpc_enable_req type hrpc_enable_rsp (line 111) | struct hrpc_enable_rsp type hrpc_cfg_indntf_req (line 120) | struct hrpc_cfg_indntf_req type hrpc_cfg_indntf_rsp (line 128) | struct hrpc_cfg_indntf_rsp type hrpc_rd_char_req (line 135) | struct hrpc_rd_char_req type hrpc_rd_char_rsp (line 142) | struct hrpc_rd_char_rsp type hrpc_wr_cntl_point_req (line 149) | struct hrpc_wr_cntl_point_req type hrpc_wr_cntl_point_rsp (line 156) | struct hrpc_wr_cntl_point_rsp type hrpc_hr_meas_ind (line 163) | struct hrpc_hr_meas_ind FILE: services/ble_profiles/hrp/hrpc/src/hrpc.c function hrpc_init (line 54) | static uint8_t hrpc_init(struct prf_task_env *env, uint16_t *start_hdl, function hrpc_cleanup (line 93) | static void hrpc_cleanup(struct prf_task_env *env, uint8_t conidx, function hrpc_destroy (line 116) | static void hrpc_destroy(struct prf_task_env *env) { function hrpc_create (line 138) | static void hrpc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 144) | struct prf_task_cbs type prf_task_cbs (line 156) | struct prf_task_cbs function hrpc_enable_rsp_send (line 163) | void hrpc_enable_rsp_send(struct hrpc_env_tag *hrpc_env, uint8_t conidx, function hrpc_unpack_meas_value (line 184) | void hrpc_unpack_meas_value(struct hrs_hr_meas *pmeas_val, uint8_t *pack... function hrpc_error_ind_send (line 223) | void hrpc_error_ind_send(struct hrpc_env_tag *hrpc_env, uint8_t conidx, FILE: services/ble_profiles/hrp/hrpc/src/hrpc.h type hrpc_cnx_env (line 81) | struct hrpc_cnx_env type hrpc_env_tag (line 96) | struct hrpc_env_tag type prf_task_cbs (line 122) | struct prf_task_cbs type hrpc_env_tag (line 129) | struct hrpc_env_tag type hrs_hr_meas (line 141) | struct hrs_hr_meas type ke_task_desc (line 155) | struct ke_task_desc FILE: services/ble_profiles/hrp/hrpc/src/hrpc_task.c type prf_char_def (line 33) | struct prf_char_def type prf_char_desc_def (line 47) | struct prf_char_desc_def function __STATIC (line 69) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 112) | __STATIC int hrpc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 173) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 265) | __STATIC int hrpc_rd_char_req_handler(ke_msg_id_t const msgid, function __STATIC (line 339) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 367) | __STATIC int hrpc_cfg_indntf_req_handler( function __STATIC (line 441) | __STATIC int hrpc_wr_cntl_point_req_handler( function __STATIC (line 513) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function hrpc_task_init (line 556) | void hrpc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/hrp/hrps/api/hrps_task.h type hrps_db_cfg (line 58) | struct hrps_db_cfg type hrps_enable_req (line 67) | struct hrps_enable_req type hrps_enable_rsp (line 76) | struct hrps_enable_rsp type hrps_cfg_indntf_ind (line 85) | struct hrps_cfg_indntf_ind type hrps_meas_send_req (line 94) | struct hrps_meas_send_req type hrps_meas_send_rsp (line 101) | struct hrps_meas_send_rsp type hrps_energy_exp_reset_ind (line 108) | struct hrps_energy_exp_reset_ind FILE: services/ble_profiles/hrp/hrps/src/hrps.c type attm_desc (line 32) | struct attm_desc function hrps_init (line 87) | static uint8_t hrps_init(struct prf_task_env *env, uint16_t *start_hdl, function hrps_destroy (line 151) | static void hrps_destroy(struct prf_task_env *env) { function hrps_create (line 170) | static void hrps_create(struct prf_task_env *env, uint8_t conidx) { function hrps_cleanup (line 183) | static void hrps_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 194) | struct prf_task_cbs type prf_task_cbs (line 206) | struct prf_task_cbs function hrps_meas_send_rsp_send (line 213) | void hrps_meas_send_rsp_send(uint8_t status) { function hrps_pack_meas_value (line 227) | uint8_t hrps_pack_meas_value(uint8_t *packed_hr, function hrps_exe_operation (line 272) | void hrps_exe_operation(void) { FILE: services/ble_profiles/hrp/hrps/src/hrps.h type hrps_op (line 132) | struct hrps_op type hrps_env_tag (line 143) | struct hrps_env_tag type prf_task_cbs (line 181) | struct prf_task_cbs type hrs_hr_meas (line 199) | struct hrs_hr_meas type ke_task_desc (line 222) | struct ke_task_desc FILE: services/ble_profiles/hrp/hrps/src/hrps_task.c function __STATIC (line 42) | __STATIC int hrps_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 89) | __STATIC int hrps_meas_send_req_handler(ke_msg_id_t const msgid, function __STATIC (line 139) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 222) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 245) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function hrps_task_init (line 312) | void hrps_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/htp/htp_common.h type htp_temp_flag (line 28) | enum htp_temp_flag type htp_temp_type (line 41) | enum htp_temp_type type htp_temp_info (line 64) | enum htp_temp_info type htp_temp_meas (line 77) | struct htp_temp_meas FILE: services/ble_profiles/htp/htpc/api/htpc_task.h type htpc_msg_id (line 32) | enum htpc_msg_id type htpc_chars (line 64) | enum htpc_chars type htpc_descs (line 79) | enum htpc_descs type htpc_rd_char (line 94) | enum htpc_rd_char type htpc_hts_content (line 121) | struct htpc_hts_content type htpc_enable_req (line 134) | struct htpc_enable_req type htpc_enable_rsp (line 144) | struct htpc_enable_rsp type htpc_health_temp_ntf_cfg_req (line 153) | struct htpc_health_temp_ntf_cfg_req type htpc_health_temp_ntf_cfg_rsp (line 162) | struct htpc_health_temp_ntf_cfg_rsp type htpc_wr_meas_intv_req (line 169) | struct htpc_wr_meas_intv_req type htpc_wr_meas_intv_rsp (line 176) | struct htpc_wr_meas_intv_rsp type htpc_temp_ind (line 183) | struct htpc_temp_ind type htpc_meas_intv_ind (line 192) | struct htpc_meas_intv_ind type htpc_rd_char_req (line 199) | struct htpc_rd_char_req type htpc_rd_char_rsp (line 206) | struct htpc_rd_char_rsp FILE: services/ble_profiles/htp/htpc/src/htpc.c function htpc_init (line 50) | static uint8_t htpc_init(struct prf_task_env *env, uint16_t *start_hdl, function htpc_destroy (line 89) | static void htpc_destroy(struct prf_task_env *env) { function htpc_create (line 117) | static void htpc_create(struct prf_task_env *env, uint8_t conidx) { function htpc_cleanup (line 131) | static void htpc_cleanup(struct prf_task_env *env, uint8_t conidx, function htpc_unpack_temp (line 149) | void htpc_unpack_temp(struct htpc_env_tag *htpc_env, uint8_t *packed_temp, function htpc_get_next_desc_char_code (line 188) | uint8_t htpc_get_next_desc_char_code(struct htpc_env_tag *htpc_env, type prf_task_cbs (line 220) | struct prf_task_cbs type prf_task_cbs (line 232) | struct prf_task_cbs function htpc_enable_rsp_send (line 234) | void htpc_enable_rsp_send(struct htpc_env_tag *htpc_env, uint8_t conidx, FILE: services/ble_profiles/htp/htpc/src/htpc.h type htpc_state (line 62) | enum htpc_state type htpc_cnx_env (line 92) | struct htpc_cnx_env type htpc_env_tag (line 107) | struct htpc_env_tag type prf_task_cbs (line 135) | struct prf_task_cbs type htpc_env_tag (line 142) | struct htpc_env_tag type htpc_env_tag (line 149) | struct htpc_env_tag type htpc_env_tag (line 158) | struct htpc_env_tag type prf_char_desc_def (line 159) | struct prf_char_desc_def type ke_task_desc (line 173) | struct ke_task_desc FILE: services/ble_profiles/htp/htpc/src/htpc_task.c type prf_char_def (line 27) | struct prf_char_def type prf_char_desc_def (line 44) | struct prf_char_desc_def function __STATIC (line 76) | __STATIC int htpc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 133) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 175) | __STATIC int htpc_wr_meas_intv_req_handler( function __STATIC (line 242) | __STATIC int htpc_health_temp_ntf_cfg_req_handler( function __STATIC (line 329) | __STATIC int htpc_rd_char_req_handler(ke_msg_id_t const msgid, function __STATIC (line 428) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 454) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 538) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function htpc_task_init (line 607) | void htpc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/htp/htpt/api/htpt_task.h type htpt_msg_id (line 30) | enum htpt_msg_id type htpt_features (line 59) | enum htpt_features type htpt_ntf_ind_cfg (line 78) | enum htpt_ntf_ind_cfg type htpt_db_cfg (line 94) | struct htpt_db_cfg type htpt_enable_req (line 110) | struct htpt_enable_req type htpt_enable_rsp (line 119) | struct htpt_enable_rsp type htpt_temp_send_req (line 128) | struct htpt_temp_send_req type htpt_temp_send_rsp (line 137) | struct htpt_temp_send_rsp type htpt_meas_intv_upd_req (line 144) | struct htpt_meas_intv_upd_req type htpt_meas_intv_upd_rsp (line 151) | struct htpt_meas_intv_upd_rsp type htpt_meas_intv_chg_req_ind (line 159) | struct htpt_meas_intv_chg_req_ind type htpt_meas_intv_chg_cfm (line 168) | struct htpt_meas_intv_chg_cfm type htpt_cfg_indntf_ind (line 177) | struct htpt_cfg_indntf_ind FILE: services/ble_profiles/htp/htpt/src/htpt.c type attm_desc (line 29) | struct attm_desc function htpt_init (line 87) | static uint8_t htpt_init(struct prf_task_env *env, uint16_t *start_hdl, function htpt_destroy (line 159) | static void htpt_destroy(struct prf_task_env *env) { function htpt_create (line 175) | static void htpt_create(struct prf_task_env *env, uint8_t conidx) { function htpt_cleanup (line 185) | static void htpt_cleanup(struct prf_task_env *env, uint8_t conidx, function htpt_compute_att_table (line 204) | static uint16_t htpt_compute_att_table(uint16_t features) { type prf_task_cbs (line 246) | struct prf_task_cbs function htpt_get_valid_rge_offset (line 258) | uint8_t htpt_get_valid_rge_offset(uint16_t features) { function htpt_pack_temp_value (line 272) | uint8_t htpt_pack_temp_value(uint8_t *packed_temp, function htpt_exe_operation (line 301) | void htpt_exe_operation(void) { function htpt_update_ntf_ind_cfg (line 365) | uint8_t htpt_update_ntf_ind_cfg(uint8_t conidx, uint8_t cfg, uint16_t va... type prf_task_cbs (line 396) | struct prf_task_cbs function htpt_att_hdl_get (line 398) | uint16_t htpt_att_hdl_get(struct htpt_env_tag *htpt_env, uint8_t att_idx) { function htpt_att_idx_get (line 477) | uint8_t htpt_att_idx_get(struct htpt_env_tag *htpt_env, uint16_t handle) { FILE: services/ble_profiles/htp/htpt/src/htpt.h type htpt_state (line 92) | enum htpt_state type hts_att_db_list (line 104) | enum hts_att_db_list type htpt_op (line 129) | struct htpt_op type htpt_env_tag (line 150) | struct htpt_env_tag type prf_task_cbs (line 206) | struct prf_task_cbs type htp_temp_meas (line 216) | struct htp_temp_meas type htpt_env_tag (line 257) | struct htpt_env_tag type htpt_env_tag (line 269) | struct htpt_env_tag type ke_task_desc (line 282) | struct ke_task_desc FILE: services/ble_profiles/htp/htpt/src/htpt_task.c function __STATIC (line 42) | __STATIC int htpt_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 76) | __STATIC int htpt_temp_send_req_handler(ke_msg_id_t const msgid, function __STATIC (line 143) | __STATIC int htpt_meas_intv_upd_req_handler( function __STATIC (line 218) | __STATIC int gattc_att_info_req_ind_handler( function __STATIC (line 265) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 380) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 463) | __STATIC int htpt_meas_intv_chg_cfm_handler( function __STATIC (line 517) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function htpt_task_init (line 546) | void htpt_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/lan/lan_common.h type lanp_lans_char (line 72) | enum lanp_lans_char type lanp_feat_flags (line 89) | enum lanp_feat_flags type lanp_lspeed_flags (line 139) | enum lanp_lspeed_flags type lanp_posq_flags (line 173) | enum lanp_posq_flags type lanp_ln_ctnl_pt_code (line 199) | enum lanp_ln_ctnl_pt_code type lanp_ctnl_pt_resp_val (line 225) | enum lanp_ctnl_pt_resp_val type lanp_navi_control (line 241) | enum lanp_navi_control type lanp_navi_flags (line 258) | enum lanp_navi_flags type lanp_loc_speed (line 289) | struct lanp_loc_speed type lanp_posq (line 312) | struct lanp_posq type lan_ln_ctnl_pt_req (line 333) | struct lan_ln_ctnl_pt_req type lanp_ln_ctnl_pt_rsp (line 357) | struct lanp_ln_ctnl_pt_rsp type lanp_navigation (line 380) | struct lanp_navigation FILE: services/ble_profiles/lan/lanc/api/lanc_task.h type lanc_lns_descs (line 33) | enum lanc_lns_descs type lanc_msg_ids (line 48) | enum lanc_msg_ids type lanc_op_code (line 76) | enum lanc_op_code type lanc_lns_content (line 103) | struct lanc_lns_content type lanc_enable_req (line 124) | struct lanc_enable_req type lanc_enable_rsp (line 133) | struct lanc_enable_rsp type lanc_read_cmd (line 142) | struct lanc_read_cmd type lanc_value_ind (line 151) | struct lanc_value_ind type lanc_cfg_ntfind_cmd (line 172) | struct lanc_cfg_ntfind_cmd type lanc_ln_ctnl_pt_cfg_req (line 183) | struct lanc_ln_ctnl_pt_cfg_req type lanc_ln_ctnl_pt_rsp (line 192) | struct lanc_ln_ctnl_pt_rsp type lanc_cmp_evt (line 199) | struct lanc_cmp_evt FILE: services/ble_profiles/lan/lanc/src/lanc.c function lanc_init (line 58) | static uint8_t lanc_init(struct prf_task_env *env, uint16_t *start_hdl, function lanc_cleanup (line 97) | static void lanc_cleanup(struct prf_task_env *env, uint8_t conidx, function lanc_destroy (line 126) | static void lanc_destroy(struct prf_task_env *env) { function lanc_create (line 148) | static void lanc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 154) | struct prf_task_cbs type prf_task_cbs (line 166) | struct prf_task_cbs function lanc_enable_rsp_send (line 168) | void lanc_enable_rsp_send(struct lanc_env_tag *lanc_env, uint8_t conidx, function lanc_send_no_conn_cmp_evt (line 188) | void lanc_send_no_conn_cmp_evt(uint8_t src_id, uint8_t dest_id, function lanc_send_cmp_evt (line 200) | void lanc_send_cmp_evt(struct lanc_env_tag *lanc_env, uint8_t conidx, function lanc_get_read_handle_req (line 225) | uint16_t lanc_get_read_handle_req(struct lanc_env_tag *lanc_env, uint8_t... function lanc_get_write_desc_handle_req (line 267) | uint8_t lanc_get_write_desc_handle_req(uint8_t conidx, function lanc_unpack_loc_speed_ind (line 330) | uint8_t lanc_unpack_loc_speed_ind(uint8_t conidx, function lanc_unpack_navigation_ind (line 400) | uint8_t lanc_unpack_navigation_ind(uint8_t conidx, function lanc_unpack_pos_q_ind (line 452) | uint8_t lanc_unpack_pos_q_ind(struct gattc_read_ind const *param, function lanc_pack_ln_ctnl_pt_req (line 509) | uint8_t lanc_pack_ln_ctnl_pt_req(struct lanc_ln_ctnl_pt_cfg_req *param, function lanc_unpack_ln_ctln_pt_ind (line 574) | uint8_t lanc_unpack_ln_ctln_pt_ind(struct gattc_event_ind const *param, FILE: services/ble_profiles/lan/lanc/src/lanc.h type lanc_states (line 41) | enum lanc_states type lanc_code (line 58) | enum lanc_code type lanc_cnx_env (line 88) | struct lanc_cnx_env type lanc_env_tag (line 101) | struct lanc_env_tag type lanc_cmd (line 112) | struct lanc_cmd type prf_task_cbs (line 138) | struct prf_task_cbs type lanc_env_tag (line 149) | struct lanc_env_tag type lanc_env_tag (line 171) | struct lanc_env_tag type lanc_env_tag (line 182) | struct lanc_env_tag type lanc_read_cmd (line 182) | struct lanc_read_cmd type lanc_cfg_ntfind_cmd (line 194) | struct lanc_cfg_ntfind_cmd type lanc_env_tag (line 194) | struct lanc_env_tag type gattc_event_ind (line 205) | struct gattc_event_ind type lanc_env_tag (line 205) | struct lanc_env_tag type gattc_event_ind (line 216) | struct gattc_event_ind type lanc_env_tag (line 216) | struct lanc_env_tag type gattc_read_ind (line 226) | struct gattc_read_ind type lanc_value_ind (line 226) | struct lanc_value_ind type lanc_ln_ctnl_pt_cfg_req (line 237) | struct lanc_ln_ctnl_pt_cfg_req type gattc_event_ind (line 248) | struct gattc_event_ind type ke_task_desc (line 262) | struct ke_task_desc FILE: services/ble_profiles/lan/lanc/src/lanc_task.c type prf_char_def (line 35) | struct prf_char_def type prf_char_desc_def (line 55) | struct prf_char_desc_def function __STATIC (line 85) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 127) | __STATIC int lanc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 187) | __STATIC int lanc_read_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 257) | __STATIC int lanc_cfg_ntfind_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 321) | __STATIC int lanc_ln_ctnl_pt_cfg_req_handler( function __STATIC (line 410) | __STATIC int lanc_timeout_timer_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 444) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 548) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 618) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function lanc_task_init (line 699) | void lanc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/lan/lans/api/lans_task.h type lans_msg_id (line 34) | enum lans_msg_id type lans_op_code (line 69) | enum lans_op_code type lans_db_cfg (line 116) | struct lans_db_cfg type lans_enable_req (line 132) | struct lans_enable_req type lans_enable_rsp (line 146) | struct lans_enable_rsp type lans_cmp_evt (line 155) | struct lans_cmp_evt type lans_cfg_ntfind_ind (line 166) | struct lans_cfg_ntfind_ind type lans_ntf_loc_speed_req (line 177) | struct lans_ntf_loc_speed_req type lans_ntf_loc_speed_rsp (line 184) | struct lans_ntf_loc_speed_rsp type lans_ntf_navigation_req (line 191) | struct lans_ntf_navigation_req type lans_ntf_navigation_rsp (line 198) | struct lans_ntf_navigation_rsp type lans_upd_pos_q_req (line 205) | struct lans_upd_pos_q_req type lans_upd_pos_q_rsp (line 212) | struct lans_upd_pos_q_rsp type lans_ln_ctnl_pt_req_ind (line 219) | struct lans_ln_ctnl_pt_req_ind type lans_ln_ctnl_pt_cfm (line 244) | struct lans_ln_ctnl_pt_cfm FILE: services/ble_profiles/lan/lans/src/lans.c type attm_desc (line 35) | struct attm_desc function lans_init (line 119) | static uint8_t lans_init(struct prf_task_env *env, uint16_t *start_hdl, function lans_destroy (line 242) | static void lans_destroy(struct prf_task_env *env) { function lans_create (line 271) | static void lans_create(struct prf_task_env *env, uint8_t conidx) { function lans_cleanup (line 286) | static void lans_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 295) | struct prf_task_cbs type prf_task_cbs (line 307) | struct prf_task_cbs function lans_send_cmp_evt (line 309) | void lans_send_cmp_evt(uint8_t conidx, uint8_t src_id, uint8_t dest_id, function lans_pack_loc_speed_ntf (line 333) | uint8_t lans_pack_loc_speed_ntf(struct lanp_loc_speed *param, function lans_split_loc_speed_ntf (line 443) | uint8_t lans_split_loc_speed_ntf(uint8_t conidx, function lans_update_characteristic_config (line 544) | uint8_t function lans_pack_navigation_ntf (line 593) | uint8_t lans_pack_navigation_ntf(struct lanp_navigation *param, function lans_upd_posq (line 657) | void lans_upd_posq(struct lanp_posq param) { function lans_pack_posq (line 754) | uint8_t lans_pack_posq(uint8_t *pckd_posq) { function lans_pack_ln_ctnl_point_cfm (line 864) | uint8_t lans_pack_ln_ctnl_point_cfm(uint8_t conidx, function lans_unpack_ln_ctnl_point_ind (line 964) | uint8_t lans_unpack_ln_ctnl_point_ind(uint8_t conidx, function lans_exe_operation (line 1139) | void lans_exe_operation(void) { function lans_send_rsp_ind (line 1266) | void lans_send_rsp_ind(uint8_t conidx, uint8_t req_op_code, uint8_t stat... FILE: services/ble_profiles/lan/lans/src/lans.h type lans_state (line 103) | enum lans_state type lans_cps_att_list (line 115) | enum lans_cps_att_list type lans_prf_cfg_flag (line 143) | enum lans_prf_cfg_flag type lans_prf_cfg_ntfind_flag (line 155) | enum lans_prf_cfg_ntfind_flag type lans_op (line 178) | struct lans_op type lans_cnx_env (line 190) | struct lans_cnx_env type lans_env_tag (line 202) | struct lans_env_tag type prf_task_cbs (line 244) | struct prf_task_cbs type lanp_loc_speed (line 266) | struct lanp_loc_speed type lanp_navigation (line 276) | struct lanp_navigation type gattc_send_evt_cmd (line 286) | struct gattc_send_evt_cmd type gattc_write_req_ind (line 297) | struct gattc_write_req_ind type lanp_posq (line 305) | struct lanp_posq type lans_ln_ctnl_pt_cfm (line 325) | struct lans_ln_ctnl_pt_cfm type gattc_write_req_ind (line 335) | struct gattc_write_req_ind type ke_task_desc (line 366) | struct ke_task_desc FILE: services/ble_profiles/lan/lans/src/lans_task.c function __STATIC (line 46) | __STATIC int lans_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 87) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 202) | __STATIC int gattc_att_info_req_ind_handler( function __STATIC (line 248) | __STATIC int lans_ntf_loc_speed_req_handler( function __STATIC (line 291) | __STATIC int lans_upd_pos_q_req_handler(ke_msg_id_t const msgid, function __STATIC (line 331) | __STATIC int lans_ntf_navigation_req_handler( function __STATIC (line 374) | __STATIC int lans_ln_ctnl_pt_cfm_handler(ke_msg_id_t const msgid, function __STATIC (line 444) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 551) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function lans_task_init (line 603) | void lans_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/ota/ota.c type attm_desc_128 (line 51) | struct attm_desc_128 function ota_init (line 88) | static uint8_t ota_init(struct prf_task_env *env, uint16_t *start_hdl, function ota_destroy (line 145) | static void ota_destroy(struct prf_task_env *env) { function ota_create (line 161) | static void ota_create(struct prf_task_env *env, uint8_t conidx) { function ota_cleanup (line 176) | static void ota_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 187) | struct prf_task_cbs type prf_task_cbs (line 199) | struct prf_task_cbs FILE: services/ble_profiles/ota/ota.h type ota_env_tag (line 98) | struct ota_env_tag type prf_task_cbs (line 128) | struct prf_task_cbs type ke_task_desc (line 142) | struct ke_task_desc FILE: services/ble_profiles/ota/ota_task.c function gapc_disconnect_ind_handler (line 47) | static int gapc_disconnect_ind_handler(ke_msg_id_t const msgid, function app_ota_send_rx_cfm (line 57) | void app_ota_send_rx_cfm(uint8_t conidx) { function __STATIC (line 80) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 167) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 205) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function send_notifiction (line 249) | static void send_notifiction(uint8_t conidx, const uint8_t *ptrData, function send_indication (line 279) | static void send_indication(uint8_t conidx, const uint8_t *ptrData, function __STATIC (line 306) | __STATIC int send_notification_handler( function __STATIC (line 313) | __STATIC int function gattc_att_info_req_ind_handler (line 332) | static int gattc_att_info_req_ind_handler(ke_msg_id_t const msgid, function ota_task_init (line 379) | void ota_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/ota/ota_task.h type ota_msg_id (line 51) | enum ota_msg_id type ble_ota_tx_notif_config_t (line 69) | struct ble_ota_tx_notif_config_t type ble_ota_rx_data_ind_t (line 74) | struct ble_ota_rx_data_ind_t type ble_ota_tx_sent_ind_t (line 80) | struct ble_ota_tx_sent_ind_t type ble_ota_send_data_req_t (line 85) | struct ble_ota_send_data_req_t FILE: services/ble_profiles/pasp/paspc/api/paspc_task.h type paspc_msg_ids (line 29) | enum paspc_msg_ids type paspc_op_codes (line 49) | enum paspc_op_codes type paspc_pass_content (line 97) | struct paspc_pass_content type paspc_enable_req (line 116) | struct paspc_enable_req type paspc_enable_rsp (line 125) | struct paspc_enable_rsp type paspc_read_cmd (line 134) | struct paspc_read_cmd type paspc_write_cmd (line 141) | struct paspc_write_cmd type paspc_value_ind (line 158) | struct paspc_value_ind type paspc_cmp_evt (line 177) | struct paspc_cmp_evt FILE: services/ble_profiles/pasp/paspc/src/paspc.c function paspc_init (line 51) | static uint8_t paspc_init(struct prf_task_env *env, uint16_t *start_hdl, function paspc_cleanup (line 90) | static void paspc_cleanup(struct prf_task_env *env, uint8_t conidx, function paspc_destroy (line 113) | static void paspc_destroy(struct prf_task_env *env) { function paspc_create (line 135) | static void paspc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 141) | struct prf_task_cbs type prf_task_cbs (line 153) | struct prf_task_cbs function paspc_enable_rsp_send (line 155) | void paspc_enable_rsp_send(struct paspc_env_tag *paspc_env, uint8_t conidx, function paspc_send_cmp_evt (line 175) | void paspc_send_cmp_evt(struct paspc_env_tag *paspc_env, uint8_t conidx, FILE: services/ble_profiles/pasp/paspc/src/paspc.h type paspc_states (line 41) | enum paspc_states type paspc_cnx_env (line 81) | struct paspc_cnx_env type paspc_env_tag (line 96) | struct paspc_env_tag type prf_task_cbs (line 117) | struct prf_task_cbs type paspc_env_tag (line 127) | struct paspc_env_tag type paspc_env_tag (line 134) | struct paspc_env_tag type ke_task_desc (line 149) | struct ke_task_desc FILE: services/ble_profiles/pasp/paspc/src/paspc_task.c type prf_char_def (line 34) | struct prf_char_def type prf_char_desc_def (line 48) | struct prf_char_desc_def function __STATIC (line 73) | __STATIC int paspc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 152) | __STATIC int paspc_read_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 255) | __STATIC int paspc_write_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 371) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 413) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 502) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 564) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function paspc_task_init (line 621) | void paspc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/pasp/pasps/api/pasps_task.h type pasps_msg_ids (line 28) | enum pasps_msg_ids type pasps_op_codes (line 45) | enum pasps_op_codes type pasps_db_cfg (line 63) | struct pasps_db_cfg type pasps_enable_req (line 72) | struct pasps_enable_req type pasps_enable_rsp (line 81) | struct pasps_enable_rsp type pasps_update_char_val_cmd (line 88) | struct pasps_update_char_val_cmd type pasps_written_char_val_ind (line 97) | struct pasps_written_char_val_ind type pasps_cmp_evt (line 114) | struct pasps_cmp_evt FILE: services/ble_profiles/pasp/pasps/src/pasps.c type attm_desc (line 29) | struct attm_desc function pasps_init (line 96) | static uint8_t pasps_init(struct prf_task_env *env, uint16_t *start_hdl, function pasps_destroy (line 158) | static void pasps_destroy(struct prf_task_env *env) { function pasps_create (line 182) | static void pasps_create(struct prf_task_env *env, uint8_t conidx) { function pasps_cleanup (line 203) | static void pasps_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 223) | struct prf_task_cbs type prf_task_cbs (line 235) | struct prf_task_cbs function pasps_send_cmp_evt (line 242) | void pasps_send_cmp_evt(ke_task_id_t src_id, ke_task_id_t dest_id, FILE: services/ble_profiles/pasp/pasps/src/pasps.h type pasps_states (line 63) | enum pasps_states type pasps_pass_att_list (line 77) | enum pasps_pass_att_list type pasps_att_code (line 96) | enum pasps_att_code type pasps_cnx_env (line 119) | struct pasps_cnx_env type pasps_env_tag (line 133) | struct pasps_env_tag type prf_task_cbs (line 165) | struct prf_task_cbs type ke_task_desc (line 192) | struct ke_task_desc FILE: services/ble_profiles/pasp/pasps/src/pasps_task.c function __STATIC (line 40) | __STATIC int pasps_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 92) | __STATIC int pasps_update_char_val_cmd_handler( function __STATIC (line 215) | __STATIC int gattc_att_info_req_ind_handler( function __STATIC (line 261) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 336) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 468) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function pasps_task_init (line 503) | void pasps_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/prf/prf.c type prf_task_cbs (line 20) | struct prf_task_cbs type prf_task_cbs (line 24) | struct prf_task_cbs type prf_task_cbs (line 28) | struct prf_task_cbs type prf_task_cbs (line 32) | struct prf_task_cbs type prf_task_cbs (line 36) | struct prf_task_cbs type prf_task_cbs (line 40) | struct prf_task_cbs type prf_task_cbs (line 44) | struct prf_task_cbs type prf_task_cbs (line 48) | struct prf_task_cbs type prf_task_cbs (line 52) | struct prf_task_cbs type prf_task_cbs (line 56) | struct prf_task_cbs type prf_task_cbs (line 60) | struct prf_task_cbs type prf_task_cbs (line 64) | struct prf_task_cbs type prf_task_cbs (line 68) | struct prf_task_cbs type prf_task_cbs (line 72) | struct prf_task_cbs type prf_task_cbs (line 76) | struct prf_task_cbs type prf_task_cbs (line 80) | struct prf_task_cbs type prf_task_cbs (line 84) | struct prf_task_cbs type prf_task_cbs (line 88) | struct prf_task_cbs type prf_task_cbs (line 92) | struct prf_task_cbs type prf_task_cbs (line 96) | struct prf_task_cbs type prf_task_cbs (line 100) | struct prf_task_cbs type prf_task_cbs (line 104) | struct prf_task_cbs type prf_task_cbs (line 108) | struct prf_task_cbs type prf_task_cbs (line 112) | struct prf_task_cbs type prf_task_cbs (line 116) | struct prf_task_cbs type prf_task_cbs (line 120) | struct prf_task_cbs type prf_task_cbs (line 124) | struct prf_task_cbs type prf_task_cbs (line 128) | struct prf_task_cbs type prf_task_cbs (line 132) | struct prf_task_cbs type prf_task_cbs (line 136) | struct prf_task_cbs type prf_task_cbs (line 140) | struct prf_task_cbs type prf_task_cbs (line 144) | struct prf_task_cbs type prf_task_cbs (line 148) | struct prf_task_cbs type prf_task_cbs (line 152) | struct prf_task_cbs type prf_task_cbs (line 156) | struct prf_task_cbs type prf_task_cbs (line 160) | struct prf_task_cbs type prf_task_cbs (line 164) | struct prf_task_cbs type prf_task_cbs (line 168) | struct prf_task_cbs type prf_task_cbs (line 172) | struct prf_task_cbs type prf_task_cbs (line 176) | struct prf_task_cbs type prf_task_cbs (line 180) | struct prf_task_cbs type prf_task_cbs (line 184) | struct prf_task_cbs type prf_task_cbs (line 188) | struct prf_task_cbs type prf_task_cbs (line 192) | struct prf_task_cbs type prf_task_cbs (line 196) | struct prf_task_cbs type prf_task_cbs (line 200) | struct prf_task_cbs type prf_task_cbs (line 204) | struct prf_task_cbs type prf_task_cbs (line 208) | struct prf_task_cbs type prf_task_cbs (line 212) | struct prf_task_cbs type prf_task_cbs (line 216) | struct prf_task_cbs type prf_task_cbs (line 220) | struct prf_task_cbs type prf_task_cbs (line 224) | struct prf_task_cbs type prf_task_cbs (line 228) | struct prf_task_cbs type prf_task_cbs (line 232) | struct prf_task_cbs type prf_task_cbs (line 236) | struct prf_task_cbs type prf_task_cbs (line 240) | struct prf_task_cbs type prf_task_cbs (line 241) | struct prf_task_cbs type prf_task_cbs (line 245) | struct prf_task_cbs type prf_env_tag (line 267) | struct prf_env_tag type prf_task_cbs (line 279) | struct prf_task_cbs type prf_task_cbs (line 280) | struct prf_task_cbs function prf_init (line 641) | void prf_init(bool reset) { function prf_add_profile (line 687) | uint8_t prf_add_profile(struct gapm_profile_task_add_cmd *params, function prf_create (line 738) | void prf_create(uint8_t conidx) { function prf_cleanup (line 754) | void prf_cleanup(uint8_t conidx, uint8_t reason) { function prf_env_t (line 770) | prf_env_t *prf_env_get(uint16_t prf_id) { function ke_task_id_t (line 786) | ke_task_id_t prf_src_task_get(prf_env_t *env, uint8_t conidx) { function ke_task_id_t (line 797) | ke_task_id_t prf_dst_task_get(prf_env_t *env, uint8_t conidx) { function ke_task_id_t (line 808) | ke_task_id_t prf_get_id_from_task(ke_msg_id_t task) { function ke_task_id_t (line 827) | ke_task_id_t prf_get_task_from_id(ke_msg_id_t id) { FILE: services/ble_profiles/prf/prf_utils.c function prf_pack_char_pres_fmt (line 42) | void prf_pack_char_pres_fmt(uint8_t *packed_val, function prf_unpack_char_pres_fmt (line 53) | void prf_unpack_char_pres_fmt(const uint8_t *packed_val, function prf_read_char_send (line 65) | void prf_read_char_send(prf_env_t *prf_env, uint8_t conidx, uint16_t shdl, function prf_register_atthdl2gatt (line 81) | void prf_register_atthdl2gatt(prf_env_t *prf_env, uint8_t conidx, function prf_unregister_atthdl2gatt (line 97) | void prf_unregister_atthdl2gatt(prf_env_t *prf_env, uint8_t conidx, function prf_disc_svc_send (line 113) | void prf_disc_svc_send(prf_env_t *prf_env, uint8_t conidx, uint16_t uuid) { function prf_gatt_write (line 138) | void prf_gatt_write(prf_env_t *prf_env, uint8_t conidx, uint16_t handle, function prf_gatt_write_ntf_ind (line 165) | void prf_gatt_write_ntf_ind(prf_env_t *prf_env, uint8_t conidx, uint16_t... function prf_check_svc_char_validity (line 175) | uint8_t prf_check_svc_char_validity(uint8_t nb_chars, function prf_check_svc_char_desc_validity (line 198) | uint8_t function prf_extract_svc_info (line 222) | void prf_extract_svc_info(const struct gattc_sdp_svc_ind *param, function prf_client_att_info_rsp (line 301) | void prf_client_att_info_rsp(prf_env_t *prf_env, uint8_t conidx, function prf_pack_date_time (line 331) | uint8_t prf_pack_date_time(uint8_t *packed_date, function prf_unpack_date_time (line 342) | uint8_t prf_unpack_date_time(uint8_t *packed_date, FILE: services/ble_profiles/prf/prf_utils_128.c function prf_disc_svc_send_128 (line 29) | void prf_disc_svc_send_128(prf_env_t *prf_env, uint8_t conidx, function prf_check_svc_char_validity_128 (line 53) | uint8_t function prf_extract_svc_info_128 (line 77) | void prf_extract_svc_info_128(const struct gattc_sdp_svc_ind *param, FILE: services/ble_profiles/prox/proxm/api/proxm_task.h type svc_content (line 73) | struct svc_content type proxm_enable_req (line 85) | struct proxm_enable_req type proxm_enable_rsp (line 99) | struct proxm_enable_rsp type proxm_wr_alert_lvl_req (line 114) | struct proxm_wr_alert_lvl_req type proxm_wr_alert_lvl_rsp (line 123) | struct proxm_wr_alert_lvl_rsp type proxm_rd_req (line 130) | struct proxm_rd_req type proxm_rd_rsp (line 137) | struct proxm_rd_rsp FILE: services/ble_profiles/prox/proxm/src/proxm.c function proxm_init (line 56) | static uint8_t proxm_init(struct prf_task_env *env, uint16_t *start_hdl, function proxm_destroy (line 95) | static void proxm_destroy(struct prf_task_env *env) { function proxm_create (line 119) | static void proxm_create(struct prf_task_env *env, uint8_t conidx) { function proxm_cleanup (line 133) | static void proxm_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 152) | struct prf_task_cbs type prf_task_cbs (line 164) | struct prf_task_cbs function proxm_enable_rsp_send (line 166) | void proxm_enable_rsp_send(struct proxm_env_tag *proxm_env, uint8_t conidx, function proxm_validate_request (line 190) | uint8_t proxm_validate_request(struct proxm_env_tag *proxm_env, uint8_t ... FILE: services/ble_profiles/prox/proxm/src/proxm.h type proxm_state (line 66) | enum proxm_state type proxm_cnx_env (line 145) | struct proxm_cnx_env type proxm_env_tag (line 158) | struct proxm_env_tag type prf_task_cbs (line 187) | struct prf_task_cbs type proxm_env_tag (line 195) | struct proxm_env_tag type proxm_env_tag (line 208) | struct proxm_env_tag type ke_task_desc (line 222) | struct ke_task_desc FILE: services/ble_profiles/prox/proxm/src/proxm_task.c type prf_char_def (line 29) | struct prf_char_def function __STATIC (line 54) | __STATIC int proxm_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 111) | __STATIC int proxm_rd_req_handler(ke_msg_id_t const msgid, function __STATIC (line 182) | __STATIC int proxm_wr_alert_lvl_req_handler( function __STATIC (line 256) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 315) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 415) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function proxm_task_init (line 452) | void proxm_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/prox/proxr/api/proxr_task.h type proxr_feature (line 36) | enum proxr_feature type proxr_msg_id (line 45) | enum proxr_msg_id type proxr_db_cfg (line 65) | struct proxr_db_cfg type proxr_alert_ind (line 73) | struct proxr_alert_ind FILE: services/ble_profiles/prox/proxr/src/proxr.c type attm_desc (line 30) | struct attm_desc type attm_desc (line 43) | struct attm_desc type attm_desc (line 56) | struct attm_desc function proxr_init (line 71) | static uint8_t proxr_init(struct prf_task_env *env, uint16_t *start_hdl, function proxr_destroy (line 142) | static void proxr_destroy(struct prf_task_env *env) { function proxr_create (line 158) | static void proxr_create(struct prf_task_env *env, uint8_t conidx) { function proxr_cleanup (line 173) | static void proxr_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 203) | struct prf_task_cbs type prf_task_cbs (line 215) | struct prf_task_cbs FILE: services/ble_profiles/prox/proxr/src/proxr.h type proxr_env_tag (line 119) | struct proxr_env_tag type att_char_desc (line 152) | struct att_char_desc type att_char_desc (line 157) | struct att_char_desc type att_char_desc (line 162) | struct att_char_desc type prf_task_cbs (line 182) | struct prf_task_cbs type ke_task_desc (line 203) | struct ke_task_desc FILE: services/ble_profiles/prox/proxr/src/proxr_task.c function __STATIC (line 41) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 107) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 173) | __STATIC int gapm_dev_adv_tx_power_ind_handler( function __STATIC (line 208) | __STATIC int gapm_cmp_evt_handler(ke_msg_id_t const msgid, function proxr_task_init (line 247) | void proxr_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/rscp/rscp_common.h type rscp_rscs_char (line 55) | enum rscp_rscs_char type rscp_meas_flags (line 71) | enum rscp_meas_flags type rscp_feat_flags (line 85) | enum rscp_feat_flags type rscp_sensor_loc (line 103) | enum rscp_sensor_loc type rscp_sc_ctnl_pt_op_code (line 121) | enum rscp_sc_ctnl_pt_op_code type rscp_sc_ctnl_pt_resp_val (line 140) | enum rscp_sc_ctnl_pt_resp_val type rscp_rsc_meas (line 161) | struct rscp_rsc_meas type rscp_sc_ctnl_pt_req (line 176) | struct rscp_sc_ctnl_pt_req type rscp_sc_ctnl_pt_rsp (line 191) | struct rscp_sc_ctnl_pt_rsp FILE: services/ble_profiles/rscp/rscpc/api/rscpc_task.h type rscpc_msg_ids (line 28) | enum rscpc_msg_ids type rscpc_op_codes (line 56) | enum rscpc_op_codes type rscpc_rscs_descs (line 80) | enum rscpc_rscs_descs type rscpc_rscs_content (line 96) | struct rscpc_rscs_content type rscpc_enable_req (line 115) | struct rscpc_enable_req type rscpc_enable_rsp (line 124) | struct rscpc_enable_rsp type rscpc_read_cmd (line 133) | struct rscpc_read_cmd type rscpc_value_ind (line 142) | struct rscpc_value_ind type rscpc_cfg_ntfind_cmd (line 161) | struct rscpc_cfg_ntfind_cmd type rscpc_ctnl_pt_cfg_req (line 172) | struct rscpc_ctnl_pt_cfg_req type rscpc_ctnl_pt_cfg_rsp (line 181) | struct rscpc_ctnl_pt_cfg_rsp type rscpc_cmp_evt (line 188) | struct rscpc_cmp_evt FILE: services/ble_profiles/rscp/rscpc/src/rscpc.c function rscpc_init (line 56) | static uint8_t rscpc_init(struct prf_task_env *env, uint16_t *start_hdl, function rscpc_cleanup (line 95) | static void rscpc_cleanup(struct prf_task_env *env, uint8_t conidx, function rscpc_destroy (line 123) | static void rscpc_destroy(struct prf_task_env *env) { function rscpc_create (line 145) | static void rscpc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 151) | struct prf_task_cbs type prf_task_cbs (line 163) | struct prf_task_cbs function rscpc_enable_rsp_send (line 165) | void rscpc_enable_rsp_send(struct rscpc_env_tag *rscpc_env, uint8_t conidx, function rscps_send_no_conn_cmp_evt (line 185) | void rscps_send_no_conn_cmp_evt(uint8_t src_id, uint8_t dest_id, function rscpc_send_cmp_evt (line 197) | void rscpc_send_cmp_evt(struct rscpc_env_tag *rscpc_env, uint8_t conidx, FILE: services/ble_profiles/rscp/rscpc/src/rscpc.h type rscpc_states (line 41) | enum rscpc_states type rscpc_codes (line 58) | enum rscpc_codes type rscpc_cnx_env (line 82) | struct rscpc_cnx_env type rscpc_env_tag (line 95) | struct rscpc_env_tag type rscpc_cmd (line 106) | struct rscpc_cmd type prf_task_cbs (line 132) | struct prf_task_cbs type rscpc_env_tag (line 139) | struct rscpc_env_tag type rscpc_env_tag (line 153) | struct rscpc_env_tag type ke_task_desc (line 167) | struct ke_task_desc FILE: services/ble_profiles/rscp/rscpc/src/rscpc_task.c type prf_char_def (line 36) | struct prf_char_def type prf_char_desc_def (line 53) | struct prf_char_desc_def function __STATIC (line 78) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 120) | __STATIC int rscpc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 179) | __STATIC int rscpc_read_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 285) | __STATIC int rscpc_cfg_ntfind_cmd_handler(ke_msg_id_t const msgid, function __STATIC (line 387) | __STATIC int rscpc_ctnl_pt_cfg_req_handler(ke_msg_id_t const msgid, function __STATIC (line 513) | __STATIC int rscpc_timeout_timer_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 547) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 652) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 717) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function rscpc_task_init (line 851) | void rscpc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/rscp/rscps/api/rscps_task.h type rscps_msg_id (line 28) | enum rscps_msg_id type rscps_op_code (line 53) | enum rscps_op_code type rscps_db_cfg (line 85) | struct rscps_db_cfg type rscps_enable_req (line 104) | struct rscps_enable_req type rscps_enable_rsp (line 115) | struct rscps_enable_rsp type rscps_ntf_rsc_meas_req (line 124) | struct rscps_ntf_rsc_meas_req type rscps_ntf_rsc_meas_rsp (line 139) | struct rscps_ntf_rsc_meas_rsp type rscps_sc_ctnl_pt_req_ind (line 146) | struct rscps_sc_ctnl_pt_req_ind type rscps_sc_ctnl_pt_cfm (line 163) | struct rscps_sc_ctnl_pt_cfm type rscps_cfg_ntfind_ind (line 182) | struct rscps_cfg_ntfind_ind type rscps_cmp_evt (line 193) | struct rscps_cmp_evt FILE: services/ble_profiles/rscp/rscps/src/rscps.c type attm_desc (line 34) | struct attm_desc function rscps_init (line 107) | static uint8_t rscps_init(struct prf_task_env *env, uint16_t *start_hdl, function rscps_destroy (line 199) | static void rscps_destroy(struct prf_task_env *env) { function rscps_create (line 220) | static void rscps_create(struct prf_task_env *env, uint8_t conidx) { function rscps_cleanup (line 234) | static void rscps_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 248) | struct prf_task_cbs type prf_task_cbs (line 260) | struct prf_task_cbs function rscps_send_cmp_evt (line 262) | void rscps_send_cmp_evt(uint8_t conidx, uint8_t src_id, uint8_t dest_id, function rscps_exe_operation (line 285) | void rscps_exe_operation(void) { function rscps_send_rsp_ind (line 338) | void rscps_send_rsp_ind(uint8_t conidx, uint8_t req_op_code, uint8_t sta... FILE: services/ble_profiles/rscp/rscps/src/rscps.h type rscps_state (line 79) | enum rscps_state type rscps_rscs_att_list (line 91) | enum rscps_rscs_att_list type rscps_prf_cfg_flag (line 115) | enum rscps_prf_cfg_flag type rscps_sensor_loc_supp (line 127) | enum rscps_sensor_loc_supp type rscps_ntf (line 143) | struct rscps_ntf type rscps_cnx_env (line 154) | struct rscps_cnx_env type rscps_env_tag (line 161) | struct rscps_env_tag type prf_task_cbs (line 204) | struct prf_task_cbs type ke_task_desc (line 240) | struct ke_task_desc FILE: services/ble_profiles/rscp/rscps/src/rscps_task.c function __STATIC (line 43) | __STATIC int rscps_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 97) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 179) | __STATIC int gattc_att_info_req_ind_handler( function __STATIC (line 224) | __STATIC int rscps_ntf_rsc_meas_req_handler( function __STATIC (line 306) | __STATIC int rscps_sc_ctnl_pt_cfm_handler(ke_msg_id_t const msgid, function __STATIC (line 437) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 702) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function rscps_task_init (line 754) | void rscps_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/tip/tip_common.h type tip_curr_time (line 98) | struct tip_curr_time type tip_time_zone (line 116) | typedef int8_t tip_time_zone; type tip_dst_offset (line 123) | typedef uint8_t tip_dst_offset; type tip_loc_time_info (line 126) | struct tip_loc_time_info type tip_time_source (line 143) | typedef uint8_t tip_time_source; type tip_time_accuracy (line 152) | typedef uint8_t tip_time_accuracy; type tip_ref_time_info (line 155) | struct tip_ref_time_info type tip_time_with_dst (line 178) | struct tip_time_with_dst type tip_time_upd_contr_pt (line 198) | typedef uint8_t tip_time_upd_contr_pt; type tip_time_upd_state (line 201) | struct tip_time_upd_state FILE: services/ble_profiles/tip/tipc/api/tipc_task.h type tipc_cts_content (line 113) | struct tipc_cts_content type tipc_ndcs_content (line 133) | struct tipc_ndcs_content type tipc_rtus_content (line 147) | struct tipc_rtus_content type tipc_enable_req (line 160) | struct tipc_enable_req type tipc_enable_rsp (line 174) | struct tipc_enable_rsp type tipc_ct_ntf_cfg_req (line 188) | struct tipc_ct_ntf_cfg_req type tipc_ct_ntf_cfg_rsp (line 195) | struct tipc_ct_ntf_cfg_rsp type tipc_rd_char_req (line 202) | struct tipc_rd_char_req type tipc_rd_char_rsp (line 209) | struct tipc_rd_char_rsp type tipc_wr_time_udp_ctnl_pt_req (line 234) | struct tipc_wr_time_udp_ctnl_pt_req type tipc_wr_time_upd_ctnl_pt_rsp (line 241) | struct tipc_wr_time_upd_ctnl_pt_rsp type tipc_ct_ind (line 248) | struct tipc_ct_ind FILE: services/ble_profiles/tip/tipc/src/tipc.c function tipc_init (line 45) | static uint8_t tipc_init(struct prf_task_env *env, uint16_t *start_hdl, function tipc_cleanup (line 84) | static void tipc_cleanup(struct prf_task_env *env, uint8_t conidx, function tipc_destroy (line 107) | static void tipc_destroy(struct prf_task_env *env) { function tipc_create (line 129) | static void tipc_create(struct prf_task_env *env, uint8_t conidx) { type prf_task_cbs (line 135) | struct prf_task_cbs type prf_task_cbs (line 147) | struct prf_task_cbs function tipc_enable_rsp_send (line 154) | void tipc_enable_rsp_send(struct tipc_env_tag *tipc_env, uint8_t conidx, function tipc_unpack_curr_time_value (line 179) | void tipc_unpack_curr_time_value(struct tip_curr_time *p_curr_time_val, function tipc_unpack_time_dst_value (line 194) | void tipc_unpack_time_dst_value(struct tip_time_with_dst *p_time_dst_val, FILE: services/ble_profiles/tip/tipc/src/tipc.h type tipc_cnx_env (line 77) | struct tipc_cnx_env type tipc_env_tag (line 98) | struct tipc_env_tag type prf_task_cbs (line 119) | struct prf_task_cbs type tipc_env_tag (line 126) | struct tipc_env_tag type tip_curr_time (line 135) | struct tip_curr_time type tip_time_with_dst (line 137) | struct tip_time_with_dst type ke_task_desc (line 151) | struct ke_task_desc FILE: services/ble_profiles/tip/tipc/src/tipc_task.c type prf_char_def (line 36) | struct prf_char_def type prf_char_desc_def (line 50) | struct prf_char_desc_def type prf_char_def (line 59) | struct prf_char_def type prf_char_def (line 67) | struct prf_char_def function __STATIC (line 93) | __STATIC int gattc_sdp_svc_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 162) | __STATIC int tipc_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 229) | __STATIC int tipc_rd_char_req_handler(ke_msg_id_t const msgid, function __STATIC (line 324) | __STATIC int tipc_ct_ntf_cfg_req_handler( function __STATIC (line 383) | __STATIC int tipc_wr_time_upd_ctnl_pt_req_handler( function __STATIC (line 444) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 591) | __STATIC int gattc_read_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 668) | __STATIC int gattc_event_ind_handler(ke_msg_id_t const msgid, function tipc_task_init (line 711) | void tipc_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/tip/tips/api/tips_task.h type tips_enable_req (line 60) | struct tips_enable_req type tips_enable_rsp (line 67) | struct tips_enable_rsp type tips_upd_curr_time_req (line 74) | struct tips_upd_curr_time_req type tips_upd_curr_time_rsp (line 94) | struct tips_upd_curr_time_rsp type tips_rd_req_ind (line 101) | struct tips_rd_req_ind type tips_rd_cfm (line 108) | struct tips_rd_cfm type tips_current_time_ccc_ind (line 128) | struct tips_current_time_ccc_ind type tips_time_upd_ctnl_pt_ind (line 135) | struct tips_time_upd_ctnl_pt_ind type tips_db_cfg (line 142) | struct tips_db_cfg FILE: services/ble_profiles/tip/tips/src/tips.c type attm_desc (line 27) | struct attm_desc type tip_loc_time_info (line 49) | struct tip_loc_time_info type tip_ref_time_info (line 57) | struct tip_ref_time_info type attm_desc (line 61) | struct attm_desc type attm_desc (line 74) | struct attm_desc type tip_time_upd_state (line 93) | struct tip_time_upd_state function tips_init (line 119) | static uint8_t tips_init(struct prf_task_env *env, uint16_t *start_hdl, function tips_destroy (line 242) | static void tips_destroy(struct prf_task_env *env) { function tips_create (line 266) | static void tips_create(struct prf_task_env *env, uint8_t conidx) { function tips_cleanup (line 286) | static void tips_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 303) | struct prf_task_cbs type prf_task_cbs (line 315) | struct prf_task_cbs function tips_pack_curr_time_value (line 317) | uint8_t tips_pack_curr_time_value(uint8_t *p_pckd_time, function tips_pack_time_dst_value (line 334) | uint8_t FILE: services/ble_profiles/tip/tips/src/tips.h type tips_cnx_env (line 157) | struct tips_cnx_env type tips_env_tag (line 167) | struct tips_env_tag type prf_task_cbs (line 216) | struct prf_task_cbs type tip_curr_time (line 226) | struct tip_curr_time type tip_time_with_dst (line 236) | struct tip_time_with_dst type ke_task_desc (line 250) | struct ke_task_desc FILE: services/ble_profiles/tip/tips/src/tips_task.c function __STATIC (line 40) | __STATIC int tips_enable_req_handler(ke_msg_id_t const msgid, function __STATIC (line 82) | __STATIC int tips_upd_curr_time_req_handler( function __STATIC (line 156) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function __STATIC (line 267) | __STATIC int tips_rd_cfm_handler(ke_msg_id_t const msgid, function __STATIC (line 348) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 389) | __STATIC int gattc_write_req_ind_handler( function tips_task_init (line 481) | void tips_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/tota/tota_ble.c type attm_desc_128 (line 61) | struct attm_desc_128 function tota_init (line 100) | static uint8_t tota_init(struct prf_task_env *env, uint16_t *start_hdl, function tota_destroy (line 152) | static void tota_destroy(struct prf_task_env *env) { function tota_create (line 168) | static void tota_create(struct prf_task_env *env, uint8_t conidx) { function tota_cleanup (line 183) | static void tota_cleanup(struct prf_task_env *env, uint8_t conidx, type prf_task_cbs (line 194) | struct prf_task_cbs type prf_task_cbs (line 206) | struct prf_task_cbs FILE: services/ble_profiles/tota/tota_ble.h type tota_env_tag (line 98) | struct tota_env_tag type prf_task_cbs (line 128) | struct prf_task_cbs type ke_task_desc (line 142) | struct ke_task_desc FILE: services/ble_profiles/tota/tota_task.c function gapc_disconnect_ind_handler (line 47) | static int gapc_disconnect_ind_handler(ke_msg_id_t const msgid, function app_tota_send_rx_cfm (line 58) | void app_tota_send_rx_cfm(uint8_t conidx) { function __STATIC (line 82) | __STATIC int gattc_write_req_ind_handler( function __STATIC (line 162) | __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, function __STATIC (line 201) | __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, function send_notifiction (line 247) | static void send_notifiction(uint8_t conidx, const uint8_t *ptrData, function send_indication (line 276) | static void send_indication(uint8_t conidx, const uint8_t *ptrData, function __STATIC (line 304) | __STATIC int send_notification_handler( function __STATIC (line 311) | __STATIC int function gattc_att_info_req_ind_handler (line 330) | static int gattc_att_info_req_ind_handler(ke_msg_id_t const msgid, function tota_task_init (line 378) | void tota_task_init(struct ke_task_desc *task_desc) { FILE: services/ble_profiles/tota/tota_task.h type tota_msg_id (line 52) | enum tota_msg_id type ble_tota_tx_notif_config_t (line 70) | struct ble_tota_tx_notif_config_t type ble_tota_rx_data_ind_t (line 75) | struct ble_tota_rx_data_ind_t type ble_tota_tx_sent_ind_t (line 81) | struct ble_tota_tx_sent_ind_t type ble_tota_send_data_req_t (line 86) | struct ble_tota_send_data_req_t FILE: services/ble_stack/ble_ip/rwip.h type rwip_sleep_state (line 43) | enum rwip_sleep_state type prevent_sleep (line 55) | enum prevent_sleep type PARAM_STATUS (line 76) | enum PARAM_STATUS type rwip_eif_types (line 97) | enum rwip_eif_types type rwip_eif_status (line 111) | enum rwip_eif_status type rwip_rf_mod (line 127) | enum rwip_rf_mod type rwip_time_t (line 140) | typedef struct type rwip_rf_api (line 151) | struct rwip_rf_api type rwip_param_api (line 190) | struct rwip_param_api type rwip_prio (line 219) | struct rwip_prio type rwip_eif_api (line 239) | struct rwip_eif_api type rwip_rf_api (line 288) | struct rwip_rf_api type rwip_param_api (line 290) | struct rwip_param_api type rwip_prio (line 293) | struct rwip_prio type rwip_eif_api (line 391) | struct rwip_eif_api FILE: services/ble_stack/ble_ip/rwip_config.h type KE_EVENT_TYPE (line 482) | enum KE_EVENT_TYPE { type KE_TASK_TYPE (line 503) | enum KE_TASK_TYPE { type PARAM_ID (line 606) | enum PARAM_ID { type PARAM_LEN (line 702) | enum PARAM_LEN { type rwip_coex_config_idx (line 828) | enum rwip_coex_config_idx { type rwip_prio_idx (line 858) | enum rwip_prio_idx { type rwip_prio_dft (line 920) | enum rwip_prio_dft { type rwip_incr_dft (line 983) | enum rwip_incr_dft { FILE: services/ble_stack/ble_ip/rwip_task.h type TASK_API_ID (line 38) | enum TASK_API_ID FILE: services/ble_stack/common/api/co_bt_defines.h type ble_feature (line 163) | enum ble_feature type le_evt_mask (line 1370) | enum le_evt_mask type le_phys_preference (line 1612) | enum le_phys_preference type le_phy_value (line 1620) | enum le_phy_value type le_phy_opt (line 1632) | enum le_phy_opt type le_phy_mode (line 1643) | enum le_phy_mode type rnd_addr_type (line 1789) | enum rnd_addr_type type adv_channel_map (line 1800) | enum adv_channel_map type adv_filter_policy (line 1813) | enum adv_filter_policy type scan_filter_policy (line 1844) | enum scan_filter_policy type scan_dup_filter_policy (line 1866) | enum scan_dup_filter_policy type ble_adv_type (line 1937) | enum ble_adv_type type ble_ext_header_flags (line 2089) | enum ble_ext_header_flags type ble_aux_ptr (line 2115) | enum ble_aux_ptr type ble_adi (line 2135) | enum ble_adi type ble_adv_mode (line 2146) | enum ble_adv_mode type adv_data_op (line 2159) | enum adv_data_op type adv_data_frag_pref (line 2174) | enum adv_data_frag_pref type bd_name (line 2188) | struct bd_name type device_name (line 2197) | struct device_name type name_vect (line 2204) | struct name_vect type lap (line 2210) | struct lap type devclass (line 2217) | struct devclass type eir (line 2224) | struct eir type evt_mask (line 2231) | struct evt_mask type host_cmpl_pkts (line 2238) | struct host_cmpl_pkts type bd_addr (line 2247) | struct bd_addr type access_addr (line 2254) | struct access_addr type adv_data (line 2261) | struct adv_data type scan_rsp_data (line 2268) | struct scan_rsp_data type chnl_map (line 2275) | struct chnl_map type le_chnl_map (line 2282) | struct le_chnl_map type ltk (line 2289) | struct ltk type irk (line 2296) | struct irk type initialization_vector (line 2303) | struct initialization_vector type bd_addr_plus_key (line 2310) | struct bd_addr_plus_key type rand_nb (line 2319) | struct rand_nb type adv_report (line 2326) | struct adv_report type dir_adv_report (line 2347) | struct dir_adv_report type ext_adv_report (line 2365) | struct ext_adv_report type le_features (line 2396) | struct le_features type hash (line 2403) | struct hash type randomizer (line 2410) | struct randomizer type pin_code (line 2417) | struct pin_code type sres_nb (line 2424) | struct sres_nb type aco (line 2431) | struct aco type byte16 (line 2438) | struct byte16 type nb_cmpl_pk (line 2444) | struct nb_cmpl_pk type features (line 2453) | struct features type supp_cmds (line 2460) | struct supp_cmds type lmp_features (line 2467) | struct lmp_features type io_capability (line 2474) | struct io_capability type pub_key_192 (line 2485) | struct pub_key_192 type pub_key_256 (line 2491) | struct pub_key_256 type sp_pub_key_192 (line 2497) | struct sp_pub_key_192 type sp_pub_key_256 (line 2506) | struct sp_pub_key_256 type le_states (line 2515) | struct le_states type white_list (line 2522) | struct white_list type crc_init (line 2531) | struct crc_init type sess_k_div_x (line 2538) | struct sess_k_div_x type sess_k_div (line 2545) | struct sess_k_div type init_vect (line 2552) | struct init_vect type t_public_key (line 2558) | typedef struct t_public_key type pdu_con_req (line 2566) | struct pdu_con_req type link_pref_t (line 2597) | typedef struct FILE: services/ble_stack/common/api/co_endian.h function co_bswap32 (line 38) | uint32_t co_bswap32(uint32_t val32) function co_bswap16 (line 51) | uint16_t co_bswap16(uint16_t val16) function co_htonl (line 92) | uint32_t co_htonl(uint32_t hostlong) function co_htons (line 110) | uint16_t co_htons(uint16_t hostshort) function co_ntohl (line 128) | uint32_t co_ntohl(uint32_t netlong) function co_ntohs (line 142) | uint16_t co_ntohs(uint16_t netshort) function co_htobl (line 177) | uint32_t co_htobl(uint32_t hostlong) function co_htobs (line 195) | uint16_t co_htobs(uint16_t hostshort) function co_btohl (line 214) | uint32_t co_btohl(uint32_t btlong) function co_btohs (line 229) | uint16_t co_btohs(uint16_t btshort) FILE: services/ble_stack/common/api/co_error.h type co_error (line 18) | enum co_error FILE: services/ble_stack/common/api/co_hci.h type hci_acl_hdr_fields (line 73) | enum hci_acl_hdr_fields type hci_opcode (line 198) | enum hci_opcode type hci_evt_code (line 531) | enum hci_evt_code type hci_evt_mask_page (line 627) | enum hci_evt_mask_page type hci_ble_acl_data_rx (line 642) | struct hci_ble_acl_data_rx type hci_ble_acl_data_tx (line 657) | struct hci_ble_acl_data_tx type hci_bt_acl_data_tx (line 671) | struct hci_bt_acl_data_tx type hci_bt_acl_data_rx (line 678) | struct hci_bt_acl_data_rx type hci_bt_sync_data_tx (line 687) | struct hci_bt_sync_data_tx type hci_bt_sync_data_rx (line 694) | struct hci_bt_sync_data_rx type hci_basic_conhdl_cmd (line 714) | struct hci_basic_conhdl_cmd type hci_basic_bd_addr_cmd (line 721) | struct hci_basic_bd_addr_cmd type hci_accept_con_req_cmd (line 728) | struct hci_accept_con_req_cmd type hci_accept_sync_con_req_cmd (line 737) | struct hci_accept_sync_con_req_cmd type hci_enh_accept_sync_con_cmd (line 756) | struct hci_enh_accept_sync_con_cmd type hci_reject_con_req_cmd (line 788) | struct hci_reject_con_req_cmd type hci_reject_sync_con_req_cmd (line 797) | struct hci_reject_sync_con_req_cmd type hci_lk_req_reply_cmd (line 806) | struct hci_lk_req_reply_cmd type hci_pin_code_req_reply_cmd (line 815) | struct hci_pin_code_req_reply_cmd type hci_switch_role_cmd (line 826) | struct hci_switch_role_cmd type hci_flow_spec_cmd (line 835) | struct hci_flow_spec_cmd type hci_enh_flush_cmd (line 856) | struct hci_enh_flush_cmd type hci_rd_auto_flush_to_cmd_cmp_evt (line 865) | struct hci_rd_auto_flush_to_cmd_cmp_evt type hci_wr_auto_flush_to_cmd (line 876) | struct hci_wr_auto_flush_to_cmd type hci_chg_con_pkt_type_cmd (line 885) | struct hci_chg_con_pkt_type_cmd type hci_rd_link_pol_stg_cmd_cmp_evt (line 894) | struct hci_rd_link_pol_stg_cmd_cmp_evt type hci_wr_link_pol_stg_cmd (line 905) | struct hci_wr_link_pol_stg_cmd type hci_sniff_mode_cmd (line 914) | struct hci_sniff_mode_cmd type hci_sniff_sub_cmd (line 929) | struct hci_sniff_sub_cmd type hci_role_discovery_cmd_cmp_evt (line 942) | struct hci_role_discovery_cmd_cmp_evt type hci_rd_fail_contact_cnt_cmd_cmp_evt (line 954) | struct hci_rd_fail_contact_cnt_cmd_cmp_evt type hci_rd_link_qual_cmd_cmp_evt (line 965) | struct hci_rd_link_qual_cmd_cmp_evt type hci_rd_afh_ch_map_cmd_cmp_evt (line 976) | struct hci_rd_afh_ch_map_cmd_cmp_evt type hci_rd_lmp_hdl_cmd_cmp_evt (line 989) | struct hci_rd_lmp_hdl_cmd_cmp_evt type hci_rd_rem_ext_feats_cmd (line 1002) | struct hci_rd_rem_ext_feats_cmd type hci_rd_enc_key_size_cmd_cmp_evt (line 1011) | struct hci_rd_enc_key_size_cmd_cmp_evt type hci_rd_enh_tx_pwr_lvl_cmd (line 1022) | struct hci_rd_enh_tx_pwr_lvl_cmd type hci_rd_enh_tx_pwr_lvl_cmd_cmp_evt (line 1031) | struct hci_rd_enh_tx_pwr_lvl_cmd_cmp_evt type hci_inq_cmd (line 1053) | struct hci_inq_cmd type hci_per_inq_mode_cmd (line 1062) | struct hci_per_inq_mode_cmd type hci_create_con_cmd (line 1075) | struct hci_create_con_cmd type hci_disconnect_cmd (line 1099) | struct hci_disconnect_cmd type hci_master_lk_cmd (line 1108) | struct hci_master_lk_cmd type hci_set_con_enc_cmd (line 1115) | struct hci_set_con_enc_cmd type hci_rem_name_req_cmd (line 1123) | struct hci_rem_name_req_cmd type hci_rem_name_req_cmp_evt (line 1143) | struct hci_rem_name_req_cmp_evt type hci_setup_sync_con_cmd (line 1154) | struct hci_setup_sync_con_cmd type hci_enh_setup_sync_con_cmd (line 1173) | struct hci_enh_setup_sync_con_cmd type hci_io_cap_req_reply_cmd (line 1202) | struct hci_io_cap_req_reply_cmd type hci_io_cap_req_neg_reply_cmd (line 1216) | struct hci_io_cap_req_neg_reply_cmd type hci_user_passkey_req_reply_cmd (line 1225) | struct hci_user_passkey_req_reply_cmd type hci_rem_oob_data_req_reply_cmd (line 1234) | struct hci_rem_oob_data_req_reply_cmd type hci_send_keypress_notif_cmd (line 1245) | struct hci_send_keypress_notif_cmd type hci_trunc_page_cmd (line 1254) | struct hci_trunc_page_cmd type hci_trunc_page_can_cmd (line 1272) | struct hci_trunc_page_can_cmd type hci_set_con_slv_bcst_cmd (line 1279) | struct hci_set_con_slv_bcst_cmd type hci_set_con_slv_bcst_cmd_cmp_evt (line 1298) | struct hci_set_con_slv_bcst_cmd_cmp_evt type hci_set_con_slv_bcst_rec_cmd (line 1309) | struct hci_set_con_slv_bcst_rec_cmd type hci_set_con_slv_bcst_rec_cmd_cmp_evt (line 1336) | struct hci_set_con_slv_bcst_rec_cmd_cmp_evt type hci_rec_sync_train_cmd (line 1347) | struct hci_rec_sync_train_cmd type hci_rem_oob_ext_data_req_reply_cmd (line 1360) | struct hci_rem_oob_ext_data_req_reply_cmd type hci_le_generate_dh_key_cmd (line 1375) | struct hci_le_generate_dh_key_cmd type hci_qos_setup_cmd (line 1385) | struct hci_qos_setup_cmd type hci_rd_dft_link_pol_stg_cmd_cmp_evt (line 1404) | struct hci_rd_dft_link_pol_stg_cmd_cmp_evt type hci_wr_dft_link_pol_stg_cmd (line 1412) | struct hci_wr_dft_link_pol_stg_cmd type hci_set_evt_mask_cmd (line 1424) | struct hci_set_evt_mask_cmd type hci_set_evt_filter_cmd (line 1431) | struct hci_set_evt_filter_cmd type hci_flush_cmd_cmp_evt (line 1514) | struct hci_flush_cmd_cmp_evt type hci_rd_pin_type_cmd_cmp_evt (line 1523) | struct hci_rd_pin_type_cmd_cmp_evt type hci_wr_pin_type_cmd (line 1531) | struct hci_wr_pin_type_cmd type hci_rd_stored_lk_cmd (line 1537) | struct hci_rd_stored_lk_cmd type hci_rd_stored_lk_cmd_cmp_evt (line 1546) | struct hci_rd_stored_lk_cmd_cmp_evt type hci_wr_stored_lk_cmd (line 1557) | struct hci_wr_stored_lk_cmd type hci_wr_stored_lk_cmd_cmp_evt (line 1568) | struct hci_wr_stored_lk_cmd_cmp_evt type hci_del_stored_lk_cmd (line 1576) | struct hci_del_stored_lk_cmd type hci_del_stored_lk_cmd_cmp_evt (line 1585) | struct hci_del_stored_lk_cmd_cmp_evt type hci_wr_local_name_cmd (line 1593) | struct hci_wr_local_name_cmd type hci_rd_local_name_cmd_cmp_evt (line 1600) | struct hci_rd_local_name_cmd_cmp_evt type hci_rd_con_accept_to_cmd_cmp_evt (line 1609) | struct hci_rd_con_accept_to_cmd_cmp_evt type hci_wr_con_accept_to_cmd (line 1617) | struct hci_wr_con_accept_to_cmd type hci_rd_page_to_cmd_cmp_evt (line 1624) | struct hci_rd_page_to_cmd_cmp_evt type hci_wr_page_to_cmd (line 1632) | struct hci_wr_page_to_cmd type hci_rd_scan_en_cmd_cmp_evt (line 1639) | struct hci_rd_scan_en_cmd_cmp_evt type hci_wr_scan_en_cmd (line 1647) | struct hci_wr_scan_en_cmd type hci_rd_page_scan_act_cmd_cmp_evt (line 1654) | struct hci_rd_page_scan_act_cmd_cmp_evt type hci_wr_page_scan_act_cmd (line 1664) | struct hci_wr_page_scan_act_cmd type hci_rd_inq_scan_act_cmd_cmp_evt (line 1673) | struct hci_rd_inq_scan_act_cmd_cmp_evt type hci_wr_inq_scan_act_cmd (line 1683) | struct hci_wr_inq_scan_act_cmd type hci_rd_auth_en_cmd_cmp_evt (line 1692) | struct hci_rd_auth_en_cmd_cmp_evt type hci_wr_auth_en_cmd (line 1700) | struct hci_wr_auth_en_cmd type hci_rd_class_of_dev_cmd_cmp_evt (line 1707) | struct hci_rd_class_of_dev_cmd_cmp_evt type hci_wr_class_of_dev_cmd (line 1715) | struct hci_wr_class_of_dev_cmd type hci_rd_voice_stg_cmd_cmp_evt (line 1722) | struct hci_rd_voice_stg_cmd_cmp_evt type hci_wr_voice_stg_cmd (line 1730) | struct hci_wr_voice_stg_cmd type hci_rd_nb_bdcst_retx_cmd_cmp_evt (line 1737) | struct hci_rd_nb_bdcst_retx_cmd_cmp_evt type hci_wr_nb_bdcst_retx_cmd (line 1745) | struct hci_wr_nb_bdcst_retx_cmd type hci_rd_sync_flow_ctrl_en_cmd_cmp_evt (line 1752) | struct hci_rd_sync_flow_ctrl_en_cmd_cmp_evt type hci_wr_sync_flow_ctrl_en_cmd (line 1760) | struct hci_wr_sync_flow_ctrl_en_cmd type hci_set_ctrl_to_host_flow_ctrl_cmd (line 1767) | struct hci_set_ctrl_to_host_flow_ctrl_cmd type hci_host_buf_size_cmd (line 1774) | struct hci_host_buf_size_cmd type hci_host_nb_cmp_pkts_cmd (line 1788) | struct hci_host_nb_cmp_pkts_cmd type hci_host_nb_cmp_pkts_cmd (line 1799) | struct hci_host_nb_cmp_pkts_cmd type hci_rd_link_supv_to_cmd_cmp_evt (line 1811) | struct hci_rd_link_supv_to_cmd_cmp_evt type hci_wr_link_supv_to_cmd (line 1822) | struct hci_wr_link_supv_to_cmd type hci_rd_nb_supp_iac_cmd_cmp_evt (line 1831) | struct hci_rd_nb_supp_iac_cmd_cmp_evt type hci_rd_curr_iac_lap_cmd_cmp_evt (line 1840) | struct hci_rd_curr_iac_lap_cmd_cmp_evt type hci_wr_curr_iac_lap_cmd (line 1851) | struct hci_wr_curr_iac_lap_cmd type hci_set_afh_host_ch_class_cmd (line 1859) | struct hci_set_afh_host_ch_class_cmd type hci_rd_inq_scan_type_cmd_cmp_evt (line 1866) | struct hci_rd_inq_scan_type_cmd_cmp_evt type hci_wr_inq_scan_type_cmd (line 1874) | struct hci_wr_inq_scan_type_cmd type hci_rd_inq_mode_cmd_cmp_evt (line 1881) | struct hci_rd_inq_mode_cmd_cmp_evt type hci_wr_inq_mode_cmd (line 1889) | struct hci_wr_inq_mode_cmd type hci_rd_page_scan_type_cmd_cmp_evt (line 1896) | struct hci_rd_page_scan_type_cmd_cmp_evt type hci_wr_page_scan_type_cmd (line 1904) | struct hci_wr_page_scan_type_cmd type hci_rd_afh_ch_assess_mode_cmd_cmp_evt (line 1911) | struct hci_rd_afh_ch_assess_mode_cmd_cmp_evt type hci_wr_afh_ch_assess_mode_cmd (line 1919) | struct hci_wr_afh_ch_assess_mode_cmd type hci_rd_ext_inq_rsp_cmd_cmp_evt (line 1926) | struct hci_rd_ext_inq_rsp_cmd_cmp_evt type hci_wr_ext_inq_rsp_cmd (line 1936) | struct hci_wr_ext_inq_rsp_cmd type hci_rd_sp_mode_cmd_cmp_evt (line 1945) | struct hci_rd_sp_mode_cmd_cmp_evt type hci_wr_sp_mode_cmd (line 1953) | struct hci_wr_sp_mode_cmd type hci_rd_loc_oob_data_cmd_cmp_evt (line 1960) | struct hci_rd_loc_oob_data_cmd_cmp_evt type hci_rd_inq_rsp_tx_pwr_lvl_cmd_cmp_evt (line 1971) | struct hci_rd_inq_rsp_tx_pwr_lvl_cmd_cmp_evt type hci_wr_inq_tx_pwr_lvl_cmd (line 1979) | struct hci_wr_inq_tx_pwr_lvl_cmd type hci_rd_dft_err_data_rep_cmd_cmp_evt (line 1986) | struct hci_rd_dft_err_data_rep_cmd_cmp_evt type hci_wr_dft_err_data_rep_cmd (line 1994) | struct hci_wr_dft_err_data_rep_cmd type hci_rd_le_host_supp_cmd_cmp_evt (line 2001) | struct hci_rd_le_host_supp_cmd_cmp_evt type hci_wr_le_host_supp_cmd (line 2012) | struct hci_wr_le_host_supp_cmd type hci_set_mws_channel_params_cmd (line 2021) | struct hci_set_mws_channel_params_cmd type hci_set_external_frame_config_cmd (line 2038) | struct hci_set_external_frame_config_cmd type hci_set_mws_signaling_cmd (line 2055) | struct hci_set_mws_signaling_cmd type hci_set_mws_signaling_cmd_cmp_evt (line 2090) | struct hci_set_mws_signaling_cmd_cmp_evt type hci_set_mws_transport_layer_cmd (line 2129) | struct hci_set_mws_transport_layer_cmd type hci_set_mws_scan_freq_table_cmd (line 2140) | struct hci_set_mws_scan_freq_table_cmd type hci_set_mws_pattern_config_cmd (line 2151) | struct hci_set_mws_pattern_config_cmd type hci_get_mws_transport_layer_config_cmd_cmp_evt (line 2164) | struct hci_get_mws_transport_layer_config_cmd_cmp_evt type hci_rd_sec_con_host_supp_cmd_cmp_evt (line 2181) | struct hci_rd_sec_con_host_supp_cmd_cmp_evt type hci_wr_sec_con_host_supp_cmd (line 2190) | struct hci_wr_sec_con_host_supp_cmd type hci_set_res_lt_addr_cmd (line 2197) | struct hci_set_res_lt_addr_cmd type hci_set_res_lt_addr_cmd_cmp_evt (line 2204) | struct hci_set_res_lt_addr_cmd_cmp_evt type hci_del_res_lt_addr_cmd (line 2213) | struct hci_del_res_lt_addr_cmd type hci_del_res_lt_addr_cmd_cmp_evt (line 2220) | struct hci_del_res_lt_addr_cmd_cmp_evt type hci_set_con_slv_bcst_data_cmd (line 2229) | struct hci_set_con_slv_bcst_data_cmd type hci_set_con_slv_bcst_data_cmd_cmp_evt (line 2242) | struct hci_set_con_slv_bcst_data_cmd_cmp_evt type hci_rd_sync_train_param_cmd_cmp_evt (line 2251) | struct hci_rd_sync_train_param_cmd_cmp_evt type hci_wr_sync_train_param_cmd (line 2264) | struct hci_wr_sync_train_param_cmd type hci_wr_sync_train_param_cmd_cmp_evt (line 2277) | struct hci_wr_sync_train_param_cmd_cmp_evt type hci_sync_train_cmp_evt (line 2286) | struct hci_sync_train_cmp_evt type hci_rd_auth_payl_to_cmd (line 2293) | struct hci_rd_auth_payl_to_cmd type hci_rd_auth_payl_to_cmd_cmp_evt (line 2300) | struct hci_rd_auth_payl_to_cmd_cmp_evt type hci_rd_loc_oob_ext_data_cmd_cmp_evt (line 2311) | struct hci_rd_loc_oob_ext_data_cmd_cmp_evt type hci_rd_ext_page_to_cmd_cmp_evt (line 2326) | struct hci_rd_ext_page_to_cmd_cmp_evt type hci_wr_ext_page_to_cmd (line 2339) | struct hci_wr_ext_page_to_cmd type hci_rd_ext_inq_len_cmd_cmp_evt (line 2350) | struct hci_rd_ext_inq_len_cmd_cmp_evt type hci_wr_ext_inq_len_cmd (line 2359) | struct hci_wr_ext_inq_len_cmd type hci_rd_local_ver_info_cmd_cmp_evt (line 2371) | struct hci_rd_local_ver_info_cmd_cmp_evt type hci_rd_local_supp_cmds_cmd_cmp_evt (line 2388) | struct hci_rd_local_supp_cmds_cmd_cmp_evt type hci_rd_local_supp_feats_cmd_cmp_evt (line 2397) | struct hci_rd_local_supp_feats_cmd_cmp_evt type hci_rd_local_ext_feats_cmd (line 2405) | struct hci_rd_local_ext_feats_cmd type hci_rd_local_ext_feats_cmd_cmp_evt (line 2412) | struct hci_rd_local_ext_feats_cmd_cmp_evt type hci_rd_buff_size_cmd_cmp_evt (line 2425) | struct hci_rd_buff_size_cmd_cmp_evt type hci_rd_bd_addr_cmd_cmp_evt (line 2440) | struct hci_rd_bd_addr_cmd_cmp_evt type hci_rd_local_supp_codecs_cmd_cmp_evt (line 2449) | struct hci_rd_local_supp_codecs_cmd_cmp_evt type hci_rd_rssi_cmd_cmp_evt (line 2466) | struct hci_rd_rssi_cmd_cmp_evt type hci_rd_clk_cmd (line 2476) | struct hci_rd_clk_cmd type hci_rd_clk_cmd_cmp_evt (line 2485) | struct hci_rd_clk_cmd_cmp_evt type hci_rd_loopback_mode_cmd_cmp_evt (line 2504) | struct hci_rd_loopback_mode_cmd_cmp_evt type hci_wr_loopback_mode_cmd (line 2512) | struct hci_wr_loopback_mode_cmd type hci_wr_sp_dbg_mode_cmd (line 2517) | struct hci_wr_sp_dbg_mode_cmd type tci_evt_subcode (line 2525) | enum tci_evt_subcode type hci_tci_lmp_evt (line 2543) | struct hci_tci_lmp_evt type hci_le_set_evt_mask_cmd (line 2563) | struct hci_le_set_evt_mask_cmd type hci_le_set_rand_addr_cmd (line 2570) | struct hci_le_set_rand_addr_cmd type hci_le_set_adv_param_cmd (line 2577) | struct hci_le_set_adv_param_cmd type hci_le_set_adv_data_cmd (line 2598) | struct hci_le_set_adv_data_cmd type hci_le_set_scan_rsp_data_cmd (line 2607) | struct hci_le_set_scan_rsp_data_cmd type hci_le_set_adv_en_cmd (line 2616) | struct hci_le_set_adv_en_cmd type hci_le_set_scan_param_cmd (line 2623) | struct hci_le_set_scan_param_cmd type hci_le_set_scan_en_cmd (line 2638) | struct hci_le_set_scan_en_cmd type hci_le_create_con_cmd (line 2647) | struct hci_le_create_con_cmd type hci_le_add_dev_to_wlst_cmd (line 2676) | struct hci_le_add_dev_to_wlst_cmd type hci_le_rmv_dev_from_wlst_cmd (line 2685) | struct hci_le_rmv_dev_from_wlst_cmd type hci_le_set_ext_scan_param_cmd (line 2694) | struct hci_le_set_ext_scan_param_cmd type hci_le_set_ext_scan_en_cmd (line 2715) | struct hci_le_set_ext_scan_en_cmd type hci_le_ext_create_con_cmd (line 2728) | struct hci_le_ext_create_con_cmd type hci_le_per_adv_create_sync_cmd (line 2763) | struct hci_le_per_adv_create_sync_cmd type hci_le_per_adv_term_sync_cmd (line 2780) | struct hci_le_per_adv_term_sync_cmd type hci_le_add_dev_to_per_adv_list_cmd (line 2787) | struct hci_le_add_dev_to_per_adv_list_cmd type hci_le_rmv_dev_from_per_adv_list_cmd (line 2798) | struct hci_le_rmv_dev_from_per_adv_list_cmd type hci_le_set_priv_mode_cmd (line 2809) | struct hci_le_set_priv_mode_cmd type hci_le_set_host_ch_class_cmd (line 2820) | struct hci_le_set_host_ch_class_cmd type hci_le_rx_test_cmd (line 2828) | struct hci_le_rx_test_cmd type hci_le_tx_test_cmd (line 2835) | struct hci_le_tx_test_cmd type hci_le_enc_cmd (line 2846) | struct hci_le_enc_cmd type hci_le_con_update_cmd (line 2855) | struct hci_le_con_update_cmd type hci_le_start_enc_cmd (line 2874) | struct hci_le_start_enc_cmd type hci_le_ltk_req_reply_cmd (line 2887) | struct hci_le_ltk_req_reply_cmd type hci_le_ltk_req_neg_reply_cmd (line 2896) | struct hci_le_ltk_req_neg_reply_cmd type hci_le_rem_con_param_req_reply_cmd (line 2903) | struct hci_le_rem_con_param_req_reply_cmd type hci_le_rem_con_param_req_neg_reply_cmd (line 2922) | struct hci_le_rem_con_param_req_neg_reply_cmd type hci_le_set_data_len_cmd (line 2932) | struct hci_le_set_data_len_cmd type hci_le_wr_suggted_dft_data_len_cmd (line 2945) | struct hci_le_wr_suggted_dft_data_len_cmd type hci_le_add_dev_to_rslv_list_cmd (line 2954) | struct hci_le_add_dev_to_rslv_list_cmd type hci_le_rmv_dev_from_rslv_list_cmd (line 2967) | struct hci_le_rmv_dev_from_rslv_list_cmd type hci_le_rd_peer_rslv_addr_cmd (line 2976) | struct hci_le_rd_peer_rslv_addr_cmd type hci_le_rd_loc_rslv_addr_cmd (line 2985) | struct hci_le_rd_loc_rslv_addr_cmd type hci_le_set_addr_resol_en_cmd (line 2994) | struct hci_le_set_addr_resol_en_cmd type hci_le_set_rslv_priv_addr_to_cmd (line 3001) | struct hci_le_set_rslv_priv_addr_to_cmd type hci_inq_cmp_evt (line 3013) | struct hci_inq_cmp_evt type hci_inq_res_evt (line 3021) | struct hci_inq_res_evt type hci_inq_res_with_rssi_evt (line 3042) | struct hci_inq_res_with_rssi_evt type hci_ext_inq_res_evt (line 3062) | struct hci_ext_inq_res_evt type hci_disc_cmp_evt (line 3083) | struct hci_disc_cmp_evt type hci_basic_cmd_cmp_evt (line 3094) | struct hci_basic_cmd_cmp_evt type hci_basic_conhdl_cmd_cmp_evt (line 3101) | struct hci_basic_conhdl_cmd_cmp_evt type hci_basic_bd_addr_cmd_cmp_evt (line 3110) | struct hci_basic_bd_addr_cmd_cmp_evt type hci_basic_stat_bd_addr_evt (line 3119) | struct hci_basic_stat_bd_addr_evt type hci_basic_conhdl_evt (line 3128) | struct hci_basic_conhdl_evt type hci_cmd_stat_event (line 3135) | struct hci_cmd_stat_event type hci_nb_cmp_pkts_evt (line 3142) | struct hci_nb_cmp_pkts_evt type hci_data_buf_ovflw_evt (line 3153) | struct hci_data_buf_ovflw_evt type hci_hw_err_evt (line 3160) | struct hci_hw_err_evt type hci_enc_change_evt (line 3167) | struct hci_enc_change_evt type hci_enc_key_ref_cmp_evt (line 3178) | struct hci_enc_key_ref_cmp_evt type hci_auth_payl_to_exp_evt (line 3187) | struct hci_auth_payl_to_exp_evt type hci_con_cmp_evt (line 3194) | struct hci_con_cmp_evt type hci_qos_setup_cmp_evt (line 3209) | struct hci_qos_setup_cmp_evt type hci_flow_spec_cmp_evt (line 3230) | struct hci_flow_spec_cmp_evt type hci_role_chg_evt (line 3253) | struct hci_role_chg_evt type hci_rd_clk_off_cmp_evt (line 3264) | struct hci_rd_clk_off_cmp_evt type hci_flush_occurred_evt (line 3275) | struct hci_flush_occurred_evt type hci_max_slot_chg_evt (line 3282) | struct hci_max_slot_chg_evt type hci_sniff_sub_evt (line 3291) | struct hci_sniff_sub_evt type hci_rd_rem_ext_feats_cmp_evt (line 3308) | struct hci_rd_rem_ext_feats_cmp_evt type hci_rem_host_supp_feats_notif_evt (line 3323) | struct hci_rem_host_supp_feats_notif_evt type hci_rd_rem_supp_feats_cmp_evt (line 3332) | struct hci_rd_rem_supp_feats_cmp_evt type hci_rd_rem_ver_info_cmp_evt (line 3343) | struct hci_rd_rem_ver_info_cmp_evt type hci_enc_chg_evt (line 3358) | struct hci_enc_chg_evt type hci_mode_chg_evt (line 3369) | struct hci_mode_chg_evt type hci_sp_cmp_evt (line 3382) | struct hci_sp_cmp_evt type hci_auth_cmp_evt (line 3391) | struct hci_auth_cmp_evt type hci_chg_con_lk_cmp_evt (line 3400) | struct hci_chg_con_lk_cmp_evt type hci_enc_key_refresh_cmp_evt (line 3409) | struct hci_enc_key_refresh_cmp_evt type hci_master_lk_cmp_evt (line 3418) | struct hci_master_lk_cmp_evt type hci_sync_con_cmp_evt (line 3428) | struct hci_sync_con_cmp_evt type hci_sync_con_chg_evt (line 3452) | struct hci_sync_con_chg_evt type hci_con_pkt_type_chg_evt (line 3469) | struct hci_con_pkt_type_chg_evt type hci_link_supv_to_chg_evt (line 3480) | struct hci_link_supv_to_chg_evt type hci_lk_req_evt (line 3489) | struct hci_lk_req_evt type hci_enc_key_refresh_evt (line 3496) | struct hci_enc_key_refresh_evt type hci_con_req_evt (line 3505) | struct hci_con_req_evt type hci_qos_viol_evt (line 3516) | struct hci_qos_viol_evt type hci_io_cap_rsp_evt (line 3523) | struct hci_io_cap_rsp_evt type hci_io_cap_req_evt (line 3537) | struct hci_io_cap_req_evt type hci_return_link_keys_evt (line 3544) | struct hci_return_link_keys_evt type hci_pin_code_req_evt (line 3555) | struct hci_pin_code_req_evt type hci_user_passkey_req_evt (line 3562) | struct hci_user_passkey_req_evt type hci_user_passkey_notif_evt (line 3569) | struct hci_user_passkey_notif_evt type hci_rem_oob_data_req_evt (line 3578) | struct hci_rem_oob_data_req_evt type hci_user_cfm_req_evt (line 3585) | struct hci_user_cfm_req_evt type hci_keypress_notif_evt (line 3594) | struct hci_keypress_notif_evt type hci_lk_notif_evt (line 3603) | struct hci_lk_notif_evt type hci_le_rd_local_supp_feats_cmd_cmp_evt (line 3623) | struct hci_le_rd_local_supp_feats_cmd_cmp_evt type hci_rd_adv_chnl_tx_pw_cmd_cmp_evt (line 3632) | struct hci_rd_adv_chnl_tx_pw_cmd_cmp_evt type hci_le_rd_wlst_size_cmd_cmp_evt (line 3641) | struct hci_le_rd_wlst_size_cmd_cmp_evt type hci_le_rd_buff_size_cmd_cmp_evt (line 3650) | struct hci_le_rd_buff_size_cmd_cmp_evt type hci_le_rand_cmd_cmp_evt (line 3661) | struct hci_le_rand_cmd_cmp_evt type hci_rd_supp_states_cmd_cmp_evt (line 3670) | struct hci_rd_supp_states_cmd_cmp_evt type hci_rd_tx_pwr_cmd_cmp_evt (line 3679) | struct hci_rd_tx_pwr_cmd_cmp_evt type hci_test_end_cmd_cmp_evt (line 3690) | struct hci_test_end_cmd_cmp_evt type hci_le_enc_cmd_cmp_evt (line 3699) | struct hci_le_enc_cmd_cmp_evt type hci_le_adv_report_evt (line 3709) | struct hci_le_adv_report_evt type hci_le_ext_adv_report_evt (line 3720) | struct hci_le_ext_adv_report_evt type hci_le_per_adv_sync_est_evt (line 3731) | struct hci_le_per_adv_sync_est_evt type hci_le_per_adv_report_evt (line 3754) | struct hci_le_per_adv_report_evt type hci_le_per_adv_sync_lost_evt (line 3775) | struct hci_le_per_adv_sync_lost_evt type hci_le_scan_timeout_evt (line 3784) | struct hci_le_scan_timeout_evt type hci_le_rd_chnl_map_cmd_cmp_evt (line 3793) | struct hci_le_rd_chnl_map_cmd_cmp_evt type hci_le_ltk_req_reply_cmd_cmp_evt (line 3804) | struct hci_le_ltk_req_reply_cmd_cmp_evt type hci_le_ltk_req_neg_reply_cmd_cmp_evt (line 3813) | struct hci_le_ltk_req_neg_reply_cmd_cmp_evt type hci_le_rd_suggted_dft_data_len_cmd_cmp_evt (line 3822) | struct hci_le_rd_suggted_dft_data_len_cmd_cmp_evt type hci_le_rd_max_data_len_cmd_cmp_evt (line 3832) | struct hci_le_rd_max_data_len_cmd_cmp_evt type hci_le_rd_peer_rslv_addr_cmd_cmp_evt (line 3847) | struct hci_le_rd_peer_rslv_addr_cmd_cmp_evt type hci_le_rd_loc_rslv_addr_cmd_cmp_evt (line 3856) | struct hci_le_rd_loc_rslv_addr_cmd_cmp_evt type hci_le_rd_rslv_list_size_cmd_cmp_evt (line 3865) | struct hci_le_rd_rslv_list_size_cmd_cmp_evt type hci_wr_auth_payl_to_cmd (line 3875) | struct hci_wr_auth_payl_to_cmd type hci_wr_auth_payl_to_cmd_cmp_evt (line 3884) | struct hci_wr_auth_payl_to_cmd_cmp_evt type hci_le_con_update_cmp_evt (line 3893) | struct hci_le_con_update_cmp_evt type hci_le_con_cmp_evt (line 3910) | struct hci_le_con_cmp_evt type hci_le_rd_rem_feats_cmd (line 3935) | struct hci_le_rd_rem_feats_cmd type hci_le_rd_rem_feats_cmd_cmp_evt (line 3942) | struct hci_le_rd_rem_feats_cmd_cmp_evt type hci_rd_tx_pwr_lvl_cmd (line 3955) | struct hci_rd_tx_pwr_lvl_cmd type hci_rd_tx_pwr_lvl_cmd_cmp_evt (line 3964) | struct hci_rd_tx_pwr_lvl_cmd_cmp_evt type hci_rd_rem_ver_info_cmd (line 3975) | struct hci_rd_rem_ver_info_cmd type hci_le_rem_con_param_req_evt (line 3982) | struct hci_le_rem_con_param_req_evt type hci_le_enh_con_cmp_evt (line 4000) | struct hci_le_enh_con_cmp_evt type hci_generate_dhkey_cmp_evt (line 4029) | struct hci_generate_dhkey_cmp_evt type hci_rd_local_p256_public_key_cmp_evt (line 4040) | struct hci_rd_local_p256_public_key_cmp_evt type hci_le_dir_adv_rep_evt (line 4053) | struct hci_le_dir_adv_rep_evt type hci_le_ltk_request_evt (line 4065) | struct hci_le_ltk_request_evt type hci_le_data_len_chg_evt (line 4078) | struct hci_le_data_len_chg_evt type hci_sync_train_rec_evt (line 4096) | struct hci_sync_train_rec_evt type hci_con_slv_bcst_rec_evt (line 4117) | struct hci_con_slv_bcst_rec_evt type hci_con_slv_bcst_to_evt (line 4138) | struct hci_con_slv_bcst_to_evt type hci_con_slv_bcst_ch_map_chg_evt (line 4147) | struct hci_con_slv_bcst_ch_map_chg_evt type hci_le_generate_dhkey_cmp_evt (line 4154) | struct hci_le_generate_dhkey_cmp_evt type hci_le_generate_p256_public_key_cmp_evt (line 4162) | struct hci_le_generate_p256_public_key_cmp_evt type buffer_tag (line 4176) | struct buffer_tag type hci_dbg_basic_rd_data_cmd_cmp_evt (line 4185) | struct hci_dbg_basic_rd_data_cmd_cmp_evt type hci_dbg_rd_mem_cmd (line 4194) | struct hci_dbg_rd_mem_cmd type hci_dbg_wr_mem_cmd (line 4205) | struct hci_dbg_wr_mem_cmd type hci_dbg_del_param_cmd (line 4216) | struct hci_dbg_del_param_cmd type hci_dbg_er_flash_cmd (line 4223) | struct hci_dbg_er_flash_cmd type hci_dbg_wr_flash_cmd (line 4234) | struct hci_dbg_wr_flash_cmd type hci_dbg_rd_flash_cmd (line 4245) | struct hci_dbg_rd_flash_cmd type hci_dbg_rd_par_cmd (line 4256) | struct hci_dbg_rd_par_cmd type hci_dbg_wr_par_cmd (line 4263) | struct hci_dbg_wr_par_cmd type hci_dbg_test_crypto_func_cmd (line 4272) | struct hci_dbg_test_crypto_func_cmd type hci_dbg_rd_ke_stats_cmd_cmp_evt (line 4282) | struct hci_dbg_rd_ke_stats_cmd_cmp_evt type hci_dbg_rd_mem_info_cmd_cmp_evt (line 4300) | struct hci_dbg_rd_mem_info_cmd_cmp_evt type hci_dbg_id_flash_cmd_cmp_evt (line 4311) | struct hci_dbg_id_flash_cmd_cmp_evt type hci_dbg_rf_reg_rd_cmd (line 4320) | struct hci_dbg_rf_reg_rd_cmd type hci_dbg_rf_reg_rd_cmd_cmp_evt (line 4327) | struct hci_dbg_rf_reg_rd_cmd_cmp_evt type hci_dbg_rf_reg_wr_cmd (line 4338) | struct hci_dbg_rf_reg_wr_cmd type hci_dbg_rf_reg_wr_cmd_cmp_evt (line 4347) | struct hci_dbg_rf_reg_wr_cmd_cmp_evt type hci_dbg_plf_reset_cmd (line 4356) | struct hci_dbg_plf_reset_cmd type hci_dbg_bt_send_lmp_cmd (line 4364) | struct hci_dbg_bt_send_lmp_cmd type hci_dbg_bt_discard_lmp_en_cmd (line 4373) | struct hci_dbg_bt_discard_lmp_en_cmd type hci_dbg_wlan_coex_cmd (line 4384) | struct hci_dbg_wlan_coex_cmd type hci_dbg_wlan_coextst_scen_cmd (line 4391) | struct hci_dbg_wlan_coextst_scen_cmd type hci_dbg_mws_coex_cmd (line 4401) | struct hci_dbg_mws_coex_cmd type hci_dbg_mws_coextst_scen_cmd (line 4408) | struct hci_dbg_mws_coextst_scen_cmd type hci_dbg_hw_reg_rd_cmd (line 4417) | struct hci_dbg_hw_reg_rd_cmd type hci_dbg_hw_reg_wr_cmd (line 4424) | struct hci_dbg_hw_reg_wr_cmd type hci_dbg_hw_reg_rd_cmd_cmp_evt (line 4435) | struct hci_dbg_hw_reg_rd_cmd_cmp_evt type hci_dbg_hw_reg_wr_cmd_cmp_evt (line 4446) | struct hci_dbg_hw_reg_wr_cmd_cmp_evt type hci_dbg_wr_dle_dft_value_cmd (line 4455) | struct hci_dbg_wr_dle_dft_value_cmd type hci_dbg_set_bd_addr_cmd (line 4470) | struct hci_dbg_set_bd_addr_cmd type hci_dbg_set_crc_cmd (line 4477) | struct hci_dbg_set_crc_cmd type hci_dbg_llcp_discard_cmd (line 4486) | struct hci_dbg_llcp_discard_cmd type hci_dbg_reset_rx_cnt_cmd (line 4495) | struct hci_dbg_reset_rx_cnt_cmd type hci_dbg_reset_tx_cnt_cmd (line 4502) | struct hci_dbg_reset_tx_cnt_cmd type hci_dbg_set_tx_pw_cmd (line 4509) | struct hci_dbg_set_tx_pw_cmd type hci_dbg_audio_configure_audio_cmd (line 4519) | struct hci_dbg_audio_configure_audio_cmd type hci_dbg_audio_set_pointer_cmd (line 4543) | struct hci_dbg_audio_set_pointer_cmd type hci_audio_set_mode_cmd (line 4555) | struct hci_audio_set_mode_cmd type hci_dbg_audio_reset_cmd (line 4564) | struct hci_dbg_audio_reset_cmd type hci_dbg_audio_allocate_cmd (line 4571) | struct hci_dbg_audio_allocate_cmd type hci_dbg_audio_get_vx_ch_cmd (line 4580) | struct hci_dbg_audio_get_vx_ch_cmd type hci_tester_set_le_params_cmd (line 4586) | struct hci_tester_set_le_params_cmd type hci_dbg_ble_tst_llcp_pt_en_cmd (line 4609) | struct hci_dbg_ble_tst_llcp_pt_en_cmd type hci_dbg_ble_tst_send_llcp_cmd (line 4618) | struct hci_dbg_ble_tst_send_llcp_cmd type hci_dbg_ble_tst_llcp_recv_evt (line 4630) | struct hci_dbg_ble_tst_llcp_recv_evt type hci_dbg_assert_err_evt (line 4646) | struct hci_dbg_assert_err_evt type hci_le_rd_phy_cmd (line 4662) | struct hci_le_rd_phy_cmd type hci_le_set_dft_phy_cmd (line 4669) | struct hci_le_set_dft_phy_cmd type hci_le_set_phy_cmd (line 4680) | struct hci_le_set_phy_cmd type hci_le_set_ext_adv_param_cmd_cmp_evt (line 4695) | struct hci_le_set_ext_adv_param_cmd_cmp_evt type hci_le_enh_rx_test_cmd (line 4704) | struct hci_le_enh_rx_test_cmd type hci_le_enh_tx_test_cmd (line 4715) | struct hci_le_enh_tx_test_cmd type hci_le_set_adv_set_rand_addr_cmd (line 4728) | struct hci_le_set_adv_set_rand_addr_cmd type hci_le_set_ext_adv_param_cmd (line 4737) | struct hci_le_set_ext_adv_param_cmd type hci_le_set_ext_adv_data_cmd (line 4772) | struct hci_le_set_ext_adv_data_cmd type hci_le_set_ext_scan_rsp_data_cmd (line 4800) | struct hci_le_set_ext_scan_rsp_data_cmd type hci_le_set_ext_adv_en_cmd (line 4828) | struct hci_le_set_ext_adv_en_cmd type hci_le_rd_max_adv_data_len_cmd_cmp_evt (line 4843) | struct hci_le_rd_max_adv_data_len_cmd_cmp_evt type hci_le_rem_adv_set_cmd (line 4852) | struct hci_le_rem_adv_set_cmd type hci_le_rd_nb_supp_adv_sets_cmd_cmp_evt (line 4859) | struct hci_le_rd_nb_supp_adv_sets_cmd_cmp_evt type hci_le_set_per_adv_param_cmd (line 4868) | struct hci_le_set_per_adv_param_cmd type hci_le_set_per_adv_data_cmd (line 4881) | struct hci_le_set_per_adv_data_cmd type hci_le_set_per_adv_en_cmd (line 4901) | struct hci_le_set_per_adv_en_cmd type hci_le_adv_set_term_evt (line 4910) | struct hci_le_adv_set_term_evt type hci_le_scan_req_rcvd_evt (line 4925) | struct hci_le_scan_req_rcvd_evt type hci_le_rd_per_adv_list_size_cmd_cmp_evt (line 4938) | struct hci_le_rd_per_adv_list_size_cmd_cmp_evt type hci_le_ch_sel_algo_evt (line 4947) | struct hci_le_ch_sel_algo_evt type hci_le_rd_phy_cmd_cmp_evt (line 4958) | struct hci_le_rd_phy_cmd_cmp_evt type hci_le_phy_update_cmp_evt (line 4971) | struct hci_le_phy_update_cmp_evt FILE: services/ble_stack/common/api/co_list.h type co_list_hdr (line 40) | struct co_list_hdr type co_list (line 47) | struct co_list type co_list (line 76) | struct co_list type co_list (line 91) | struct co_list type co_list (line 107) | struct co_list type co_list_hdr (line 107) | struct co_list_hdr type co_list (line 120) | struct co_list type co_list_hdr (line 120) | struct co_list_hdr type co_list_hdr (line 120) | struct co_list_hdr type co_list (line 130) | struct co_list type co_list_hdr (line 130) | struct co_list_hdr type co_list_hdr (line 139) | struct co_list_hdr type co_list (line 139) | struct co_list type co_list (line 151) | struct co_list type co_list_hdr (line 151) | struct co_list_hdr type co_list (line 164) | struct co_list type co_list_hdr (line 164) | struct co_list_hdr type co_list_hdr (line 164) | struct co_list_hdr type co_list (line 177) | struct co_list type co_list_hdr (line 177) | struct co_list_hdr type co_list_hdr (line 177) | struct co_list_hdr type co_list (line 189) | struct co_list type co_list_hdr (line 189) | struct co_list_hdr type co_list (line 202) | struct co_list type co_list (line 202) | struct co_list type co_list (line 215) | struct co_list type co_list_hdr (line 216) | struct co_list_hdr type co_list_hdr (line 216) | struct co_list_hdr type co_list (line 229) | struct co_list type co_list_hdr (line 230) | struct co_list_hdr type co_list_hdr (line 230) | struct co_list_hdr type co_list (line 242) | struct co_list function co_list_is_empty (line 251) | bool co_list_is_empty(const struct co_list *const list) type co_list_hdr (line 267) | struct co_list_hdr type co_list (line 267) | struct co_list type co_list_hdr (line 282) | struct co_list_hdr type co_list_hdr (line 282) | struct co_list_hdr FILE: services/ble_stack/common/api/co_llcp.h type co_llcp_op_code (line 28) | enum co_llcp_op_code type co_llcp_length (line 91) | enum co_llcp_length type co_pdu_length (line 123) | enum co_pdu_length type llcp_con_update_ind (line 136) | struct llcp_con_update_ind type llcp_channel_map_ind (line 155) | struct llcp_channel_map_ind type llcp_terminate_ind (line 166) | struct llcp_terminate_ind type llcp_enc_req (line 175) | struct llcp_enc_req type llcp_enc_rsp (line 190) | struct llcp_enc_rsp type llcp_start_enc_req (line 201) | struct llcp_start_enc_req type llcp_start_enc_rsp (line 208) | struct llcp_start_enc_rsp type llcp_unknown_rsp (line 215) | struct llcp_unknown_rsp type llcp_feats_req (line 224) | struct llcp_feats_req type llcp_feats_rsp (line 234) | struct llcp_feats_rsp type llcp_pause_enc_req (line 243) | struct llcp_pause_enc_req type llcp_pause_enc_rsp (line 250) | struct llcp_pause_enc_rsp type llcp_vers_ind (line 257) | struct llcp_vers_ind type llcp_reject_ind (line 270) | struct llcp_reject_ind type llcp_slave_feature_req (line 279) | struct llcp_slave_feature_req type llcp_con_param_req (line 288) | struct llcp_con_param_req type llcp_con_param_rsp (line 319) | struct llcp_con_param_rsp type llcp_reject_ind_ext (line 350) | struct llcp_reject_ind_ext type llcp_ping_req (line 361) | struct llcp_ping_req type llcp_ping_rsp (line 368) | struct llcp_ping_rsp type llcp_length_req (line 375) | struct llcp_length_req type llcp_length_rsp (line 390) | struct llcp_length_rsp type llcp_phy_req (line 404) | struct llcp_phy_req type llcp_phy_rsp (line 415) | struct llcp_phy_rsp type llcp_phy_upd_ind (line 426) | struct llcp_phy_upd_ind type llcp_min_used_ch_ind (line 439) | struct llcp_min_used_ch_ind type llcp_con_update_ind (line 455) | struct llcp_con_update_ind type llcp_channel_map_ind (line 456) | struct llcp_channel_map_ind type llcp_terminate_ind (line 457) | struct llcp_terminate_ind type llcp_enc_req (line 458) | struct llcp_enc_req type llcp_enc_rsp (line 459) | struct llcp_enc_rsp type llcp_start_enc_req (line 460) | struct llcp_start_enc_req type llcp_start_enc_rsp (line 461) | struct llcp_start_enc_rsp type llcp_unknown_rsp (line 462) | struct llcp_unknown_rsp type llcp_feats_req (line 463) | struct llcp_feats_req type llcp_feats_rsp (line 464) | struct llcp_feats_rsp type llcp_pause_enc_req (line 465) | struct llcp_pause_enc_req type llcp_pause_enc_rsp (line 466) | struct llcp_pause_enc_rsp type llcp_vers_ind (line 467) | struct llcp_vers_ind type llcp_reject_ind (line 468) | struct llcp_reject_ind type llcp_slave_feature_req (line 469) | struct llcp_slave_feature_req type llcp_con_param_req (line 470) | struct llcp_con_param_req type llcp_con_param_rsp (line 471) | struct llcp_con_param_rsp type llcp_reject_ind_ext (line 472) | struct llcp_reject_ind_ext type llcp_ping_req (line 473) | struct llcp_ping_req type llcp_ping_rsp (line 474) | struct llcp_ping_rsp type llcp_length_req (line 475) | struct llcp_length_req type llcp_length_rsp (line 476) | struct llcp_length_rsp type llcp_phy_req (line 477) | struct llcp_phy_req type llcp_phy_rsp (line 478) | struct llcp_phy_rsp type llcp_phy_upd_ind (line 479) | struct llcp_phy_upd_ind FILE: services/ble_stack/common/api/co_lmp.h type lmp_name_req (line 228) | struct lmp_name_req type lmp_name_res (line 237) | struct lmp_name_res type lmp_accepted (line 250) | struct lmp_accepted type lmp_not_accepted (line 259) | struct lmp_not_accepted type lmp_clk_off_req (line 270) | struct lmp_clk_off_req type lmp_clk_off_res (line 277) | struct lmp_clk_off_res type lmp_detach (line 286) | struct lmp_detach type lmp_inrand (line 295) | struct lmp_inrand type lmp_combkey (line 304) | struct lmp_combkey type lmp_unitkey (line 313) | struct lmp_unitkey type lmp_aurand (line 322) | struct lmp_aurand type lmp_sres (line 331) | struct lmp_sres type lmp_temprand (line 340) | struct lmp_temprand type lmp_tempkey (line 349) | struct lmp_tempkey type lmp_enc_mode_req (line 358) | struct lmp_enc_mode_req type lmp_enc_key_size_req (line 367) | struct lmp_enc_key_size_req type lmp_start_enc_req (line 376) | struct lmp_start_enc_req type lmp_stop_enc_req (line 385) | struct lmp_stop_enc_req type lmp_switch_req (line 392) | struct lmp_switch_req type lmp_sniff_req (line 401) | struct lmp_sniff_req type lmp_unsniff_req (line 418) | struct lmp_unsniff_req type lmp_incr_pwr_req (line 425) | struct lmp_incr_pwr_req type lmp_decr_pwr_req (line 434) | struct lmp_decr_pwr_req type lmp_max_pwr (line 443) | struct lmp_max_pwr type lmp_min_pwr (line 450) | struct lmp_min_pwr type lmp_auto_rate (line 457) | struct lmp_auto_rate type lmp_pref_rate (line 464) | struct lmp_pref_rate type lmp_ver_req (line 473) | struct lmp_ver_req type lmp_ver_res (line 486) | struct lmp_ver_res type lmp_feats_req (line 499) | struct lmp_feats_req type lmp_feats_res (line 508) | struct lmp_feats_res type lmp_qos (line 517) | struct lmp_qos type lmp_qos_req (line 529) | struct lmp_qos_req type lmp_sco_link_req (line 540) | struct lmp_sco_link_req type lmp_rmv_sco_link_req (line 559) | struct lmp_rmv_sco_link_req type lmp_max_slot (line 570) | struct lmp_max_slot type lmp_max_slot_req (line 580) | struct lmp_max_slot_req type lmp_timing_accu_req (line 589) | struct lmp_timing_accu_req type lmp_timing_accu_res (line 596) | struct lmp_timing_accu_res type lmp_setup_cmp (line 607) | struct lmp_setup_cmp type lmp_use_semi_perm_key (line 614) | struct lmp_use_semi_perm_key type lmp_host_con_req (line 621) | struct lmp_host_con_req type lmp_slot_off (line 628) | struct lmp_slot_off type lmp_page_mode_req (line 639) | struct lmp_page_mode_req type lmp_page_scan_mode_req (line 650) | struct lmp_page_scan_mode_req type lmp_supv_to (line 661) | struct lmp_supv_to type lmp_test_activate (line 670) | struct lmp_test_activate type lmp_test_ctrl (line 677) | struct lmp_test_ctrl type lmp_enc_key_size_mask_req (line 700) | struct lmp_enc_key_size_mask_req type lmp_enc_key_size_mask_res (line 707) | struct lmp_enc_key_size_mask_res type lmp_set_afh (line 716) | struct lmp_set_afh type lmp_encaps_hdr (line 729) | struct lmp_encaps_hdr type lmp_encaps_payl (line 742) | struct lmp_encaps_payl type lmp_sp_cfm (line 751) | struct lmp_sp_cfm type lmp_sp_nb (line 760) | struct lmp_sp_nb type lmp_dhkey_chk (line 769) | struct lmp_dhkey_chk type lmp_pause_enc_aes_req (line 778) | struct lmp_pause_enc_aes_req type lmp_accepted_ext (line 791) | struct lmp_accepted_ext type lmp_not_accepted_ext (line 804) | struct lmp_not_accepted_ext type lmp_feats_req_ext (line 819) | struct lmp_feats_req_ext type lmp_feats_res_ext (line 834) | struct lmp_feats_res_ext type lmp_clk_adj (line 849) | struct lmp_clk_adj type lmp_clk_adj_ack (line 870) | struct lmp_clk_adj_ack type lmp_clk_adj_req (line 881) | struct lmp_clk_adj_req type lmp_pkt_type_tbl_req (line 896) | struct lmp_pkt_type_tbl_req type lmp_esco_link_req (line 907) | struct lmp_esco_link_req type lmp_rmv_esco_link_req (line 940) | struct lmp_rmv_esco_link_req type lmp_ch_class_req (line 953) | struct lmp_ch_class_req type lmp_ch_class (line 968) | struct lmp_ch_class type lmp_ssr_req (line 979) | struct lmp_ssr_req type lmp_ssr_res (line 994) | struct lmp_ssr_res type lmp_pause_enc_req (line 1009) | struct lmp_pause_enc_req type lmp_resume_enc_req (line 1018) | struct lmp_resume_enc_req type lmp_io_cap_req (line 1027) | struct lmp_io_cap_req type lmp_io_cap_res (line 1043) | struct lmp_io_cap_res type lmp_num_comparison_fail (line 1058) | struct lmp_num_comparison_fail type lmp_passkey_fail (line 1067) | struct lmp_passkey_fail type lmp_oob_fail (line 1076) | struct lmp_oob_fail type lmp_keypress_notif (line 1085) | struct lmp_keypress_notif type lmp_pwr_ctrl_req (line 1096) | struct lmp_pwr_ctrl_req type lmp_pwr_ctrl_res (line 1108) | struct lmp_pwr_ctrl_res type lmp_ping_req (line 1119) | struct lmp_ping_req type lmp_ping_res (line 1128) | struct lmp_ping_res type lmp_name_req (line 1139) | struct lmp_name_req type lmp_name_res (line 1140) | struct lmp_name_res type lmp_accepted (line 1141) | struct lmp_accepted type lmp_not_accepted (line 1142) | struct lmp_not_accepted type lmp_clk_off_req (line 1143) | struct lmp_clk_off_req type lmp_clk_off_res (line 1144) | struct lmp_clk_off_res type lmp_detach (line 1145) | struct lmp_detach type lmp_inrand (line 1146) | struct lmp_inrand type lmp_combkey (line 1147) | struct lmp_combkey type lmp_unitkey (line 1148) | struct lmp_unitkey type lmp_aurand (line 1149) | struct lmp_aurand type lmp_sres (line 1150) | struct lmp_sres type lmp_temprand (line 1151) | struct lmp_temprand type lmp_tempkey (line 1152) | struct lmp_tempkey type lmp_enc_mode_req (line 1153) | struct lmp_enc_mode_req type lmp_enc_key_size_req (line 1154) | struct lmp_enc_key_size_req type lmp_start_enc_req (line 1155) | struct lmp_start_enc_req type lmp_stop_enc_req (line 1156) | struct lmp_stop_enc_req type lmp_switch_req (line 1157) | struct lmp_switch_req type lmp_sniff_req (line 1158) | struct lmp_sniff_req type lmp_unsniff_req (line 1159) | struct lmp_unsniff_req type lmp_incr_pwr_req (line 1160) | struct lmp_incr_pwr_req type lmp_decr_pwr_req (line 1161) | struct lmp_decr_pwr_req type lmp_max_pwr (line 1162) | struct lmp_max_pwr type lmp_min_pwr (line 1163) | struct lmp_min_pwr type lmp_auto_rate (line 1164) | struct lmp_auto_rate type lmp_pref_rate (line 1165) | struct lmp_pref_rate type lmp_ver_req (line 1166) | struct lmp_ver_req type lmp_ver_res (line 1167) | struct lmp_ver_res type lmp_feats_req (line 1168) | struct lmp_feats_req type lmp_feats_res (line 1169) | struct lmp_feats_res type lmp_clk_adj (line 1170) | struct lmp_clk_adj type lmp_clk_adj_ack (line 1171) | struct lmp_clk_adj_ack type lmp_clk_adj_req (line 1172) | struct lmp_clk_adj_req type lmp_qos (line 1173) | struct lmp_qos type lmp_qos_req (line 1174) | struct lmp_qos_req type lmp_sco_link_req (line 1175) | struct lmp_sco_link_req type lmp_rmv_sco_link_req (line 1176) | struct lmp_rmv_sco_link_req type lmp_max_slot (line 1177) | struct lmp_max_slot type lmp_max_slot_req (line 1178) | struct lmp_max_slot_req type lmp_timing_accu_req (line 1179) | struct lmp_timing_accu_req type lmp_timing_accu_res (line 1180) | struct lmp_timing_accu_res type lmp_setup_cmp (line 1181) | struct lmp_setup_cmp type lmp_use_semi_perm_key (line 1182) | struct lmp_use_semi_perm_key type lmp_host_con_req (line 1183) | struct lmp_host_con_req type lmp_slot_off (line 1184) | struct lmp_slot_off type lmp_page_mode_req (line 1185) | struct lmp_page_mode_req type lmp_page_scan_mode_req (line 1186) | struct lmp_page_scan_mode_req type lmp_supv_to (line 1187) | struct lmp_supv_to type lmp_test_activate (line 1188) | struct lmp_test_activate type lmp_test_ctrl (line 1189) | struct lmp_test_ctrl type lmp_enc_key_size_mask_req (line 1190) | struct lmp_enc_key_size_mask_req type lmp_enc_key_size_mask_res (line 1191) | struct lmp_enc_key_size_mask_res type lmp_set_afh (line 1192) | struct lmp_set_afh type lmp_encaps_hdr (line 1193) | struct lmp_encaps_hdr type lmp_encaps_payl (line 1194) | struct lmp_encaps_payl type lmp_sp_cfm (line 1195) | struct lmp_sp_cfm type lmp_sp_nb (line 1196) | struct lmp_sp_nb type lmp_dhkey_chk (line 1197) | struct lmp_dhkey_chk type lmp_accepted_ext (line 1198) | struct lmp_accepted_ext type lmp_not_accepted_ext (line 1199) | struct lmp_not_accepted_ext type lmp_feats_req_ext (line 1200) | struct lmp_feats_req_ext type lmp_feats_res_ext (line 1201) | struct lmp_feats_res_ext type lmp_pkt_type_tbl_req (line 1202) | struct lmp_pkt_type_tbl_req type lmp_esco_link_req (line 1203) | struct lmp_esco_link_req type lmp_rmv_esco_link_req (line 1204) | struct lmp_rmv_esco_link_req type lmp_ch_class_req (line 1205) | struct lmp_ch_class_req type lmp_ch_class (line 1206) | struct lmp_ch_class type lmp_ssr_req (line 1207) | struct lmp_ssr_req type lmp_ssr_res (line 1208) | struct lmp_ssr_res type lmp_pause_enc_req (line 1209) | struct lmp_pause_enc_req type lmp_resume_enc_req (line 1210) | struct lmp_resume_enc_req type lmp_io_cap_req (line 1211) | struct lmp_io_cap_req type lmp_io_cap_res (line 1212) | struct lmp_io_cap_res type lmp_num_comparison_fail (line 1213) | struct lmp_num_comparison_fail type lmp_passkey_fail (line 1214) | struct lmp_passkey_fail type lmp_oob_fail (line 1215) | struct lmp_oob_fail type lmp_keypress_notif (line 1216) | struct lmp_keypress_notif type lmp_pwr_ctrl_req (line 1217) | struct lmp_pwr_ctrl_req type lmp_pwr_ctrl_res (line 1218) | struct lmp_pwr_ctrl_res type lmp_ping_req (line 1219) | struct lmp_ping_req type lmp_ping_res (line 1220) | struct lmp_ping_res FILE: services/ble_stack/common/api/co_math.h function co_clz (line 92) | uint32_t co_clz(uint32_t val) function co_random_init (line 119) | void co_random_init(uint32_t seed) function co_rand_byte (line 130) | uint8_t co_rand_byte(void) function co_rand_hword (line 141) | uint16_t co_rand_hword(void) function co_rand_word (line 152) | uint32_t co_rand_word(void) function co_min (line 163) | uint32_t co_min(uint32_t a, uint32_t b) function co_max (line 174) | uint32_t co_max(uint32_t a, uint32_t b) function co_abs (line 185) | int co_abs(int val) FILE: services/ble_stack/common/api/co_utils.h type CO_UTIL_PACK_STATUS (line 77) | enum CO_UTIL_PACK_STATUS type bd_addr (line 110) | struct bd_addr type bd_addr (line 113) | struct bd_addr function co_read32 (line 233) | uint32_t co_read32(void const *ptr32) function co_read16 (line 245) | uint16_t co_read16(void const *ptr16) function co_write32 (line 257) | void co_write32(void const *ptr32, uint32_t value) function co_write16 (line 269) | void co_write16(void const *ptr16, uint32_t value) function co_write8 (line 281) | void co_write8(void const *ptr8, uint32_t value) function co_read16p (line 293) | uint16_t co_read16p(void const *ptr16) function co_read24p (line 307) | uint32_t co_read24p(void const *ptr24) function co_write24p (line 323) | void co_write24p(void const *ptr24, uint32_t value) function co_read32p (line 339) | uint32_t co_read32p(void const *ptr32) function co_write32p (line 353) | void co_write32p(void const *ptr32, uint32_t value) function co_write16p (line 370) | void co_write16p(void const *ptr16, uint16_t value) type bd_addr (line 403) | struct bd_addr type bd_addr (line 403) | struct bd_addr type le_chnl_map (line 413) | struct le_chnl_map type chnl_map (line 434) | struct chnl_map type CO_UTIL_PACK_STATUS (line 465) | enum CO_UTIL_PACK_STATUS type CO_UTIL_PACK_STATUS (line 497) | enum CO_UTIL_PACK_STATUS FILE: services/ble_stack/dbg/api/dbg_swdiag.h type dbg_swdiag (line 78) | enum dbg_swdiag FILE: services/ble_stack/dbg/api/dbg_trc.h type trace_types (line 51) | enum trace_types type dbg_trc_cfg_fields (line 116) | enum dbg_trc_cfg_fields type dbg_trc_pkt_types (line 192) | enum dbg_trc_pkt_types type driver_types (line 204) | enum driver_types type custom_trace_types (line 215) | enum custom_trace_types type ke_msg (line 261) | struct ke_msg type ea_elt_tag (line 707) | struct ea_elt_tag type ea_elt_tag (line 733) | struct ea_elt_tag type ea_elt_tag (line 749) | struct ea_elt_tag FILE: services/ble_stack/dbg/src/dbg_trc_int.h type trc_id_t (line 51) | typedef uint8_t trc_id_t; type trc_opcode_t (line 52) | typedef uint8_t trc_opcode_t; type dbg_trc_env_tag (line 59) | struct dbg_trc_env_tag type dbg_trc_env_tag (line 73) | struct dbg_trc_env_tag FILE: services/ble_stack/hci/api/hci_ble.h type HCI_MSG (line 59) | enum HCI_MSG type HCI_CMD_HDR (line 92) | enum HCI_CMD_HDR type hci_cmd_hdr (line 105) | struct hci_cmd_hdr type hci_acl_hdr (line 114) | struct hci_acl_hdr type hci_sync_hdr (line 125) | struct hci_sync_hdr type hci_evt_hdr (line 136) | struct hci_evt_hdr type bd_addr (line 240) | struct bd_addr type evt_mask (line 271) | struct evt_mask type hci_set_evt_filter_cmd (line 286) | struct hci_set_evt_filter_cmd FILE: services/ble_stack/hci/src/hci_int.h type HCI_MSG_DEST_LL (line 108) | enum HCI_MSG_DEST_LL type HCI_MSG_DEST_HL (line 123) | enum HCI_MSG_DEST_HL type HCI_PACK_STATUS (line 133) | enum HCI_PACK_STATUS type HCI_BT_ACL_CON_STATUS (line 145) | enum HCI_BT_ACL_CON_STATUS type hci_cmd_desc_tab_ref (line 163) | struct hci_cmd_desc_tab_ref type hci_cmd_desc_tag (line 176) | struct hci_cmd_desc_tag type hci_evt_desc_tag (line 197) | struct hci_evt_desc_tag type hci_bt_acl_con_tag (line 221) | struct hci_bt_acl_con_tag type classofdevcondition (line 236) | struct classofdevcondition type classofdevcondition (line 248) | struct classofdevcondition type bd_addr (line 250) | struct bd_addr type hci_evt_filter_tag (line 254) | struct hci_evt_filter_tag type hci_ble_acl_con_tag (line 264) | struct hci_ble_acl_con_tag type hci_env_tag (line 273) | struct hci_env_tag type hci_env_tag (line 333) | struct hci_env_tag type hci_cmd_desc_tag (line 350) | struct hci_cmd_desc_tag type hci_evt_desc_tag (line 361) | struct hci_evt_desc_tag type hci_evt_desc_tag (line 373) | struct hci_evt_desc_tag type hci_evt_desc_tag (line 385) | struct hci_evt_desc_tag type ke_msg (line 404) | struct ke_msg FILE: services/ble_stack/hl/api/att.h type att_ccc_val (line 791) | enum att_ccc_val type att_size_t (line 807) | typedef uint16_t att_size_t; type att_uuid_128 (line 811) | struct att_uuid_128 type att_uuid_32 (line 818) | struct att_uuid_32 type att_char_desc (line 827) | struct att_char_desc type att_char128_desc (line 838) | struct att_char128_desc type att_svc_desc_t (line 849) | typedef uint16_t att_svc_desc_t; type att_incl_desc (line 852) | struct att_incl_desc type att_incl128_desc (line 863) | struct att_incl128_desc type att_pdu_handler (line 881) | struct att_pdu_handler type attm_perm_mask (line 943) | enum attm_perm_mask type attm_value_perm_mask (line 1002) | enum attm_value_perm_mask type attm_svc_perm_mask (line 1037) | enum attm_svc_perm_mask FILE: services/ble_stack/hl/api/gap.h type gap_ad_type (line 216) | enum gap_ad_type type gap_rnd_addr_type (line 287) | enum gap_rnd_addr_type type gap_role (line 326) | enum gap_role type gap_adv_mode (line 351) | enum gap_adv_mode type gap_scan_mode (line 364) | enum gap_scan_mode type gap_io_cap (line 379) | enum gap_io_cap type gap_tk_type (line 395) | enum gap_tk_type type gap_oob (line 406) | enum gap_oob type gap_auth_mask (line 416) | enum gap_auth_mask type gap_lk_sec_lvl (line 431) | enum gap_lk_sec_lvl type gap_auth (line 444) | enum gap_auth type gap_kdist (line 466) | enum gap_kdist type gap_sec_req (line 483) | enum gap_sec_req type gap_rate (line 500) | enum gap_rate type gap_api_settings (line 511) | enum gap_api_settings type gap_priv_cfg (line 518) | enum gap_priv_cfg type gap_own_addr_type (line 529) | enum gap_own_addr_type type gap_actv_type (line 541) | enum gap_actv_type type gap_adv_type (line 554) | enum gap_adv_type type gap_adv_report_type (line 565) | enum gap_adv_report_type type gap_adv_prop (line 580) | enum gap_adv_prop type gap_phy_type (line 611) | enum gap_phy_type type gap_adv_disc_mode (line 622) | enum gap_adv_disc_mode type gap_scan_type (line 633) | enum gap_scan_type type gap_scan_prop (line 650) | enum gap_scan_prop type gap_init_type (line 668) | enum gap_init_type type gap_init_prop (line 681) | enum gap_init_prop type gap_adv_report_info (line 692) | enum gap_adv_report_info type gap_dup_filter_pol (line 707) | enum gap_dup_filter_pol type gap_leg_adv_prop (line 723) | enum gap_leg_adv_prop type gap_ext_adv_prop (line 744) | enum gap_ext_adv_prop type gap_dev_name (line 759) | struct gap_dev_name type gap_slv_pref (line 768) | struct gap_slv_pref type bd_addr_t (line 782) | typedef struct type le_chnl_map_t (line 789) | typedef struct type rand_nb_t (line 797) | typedef struct type adv_report_t (line 804) | typedef struct type public_key_t (line 826) | typedef struct type private_key_t (line 834) | typedef struct type gap_bdaddr (line 843) | struct gap_bdaddr type gap_ral_dev_info (line 852) | struct gap_ral_dev_info type gap_sec_key (line 865) | struct gap_sec_key type gap_adv_prim_cfg (line 872) | struct gap_adv_prim_cfg type gap_adv_second_cfg (line 886) | struct gap_adv_second_cfg type gap_adv_period_cfg (line 899) | struct gap_adv_period_cfg type gap_adv_param (line 908) | struct gap_adv_param type gap_adv_add_param (line 934) | struct gap_adv_add_param type gap_scan_wd_op_param (line 946) | struct gap_scan_wd_op_param type gap_scan_param (line 955) | struct gap_scan_param type gap_conn_param (line 978) | struct gap_conn_param type gap_init_param (line 997) | struct gap_init_param type gap_period_adv_addr_cfg (line 1021) | struct gap_period_adv_addr_cfg type gap_period_sync_param (line 1030) | struct gap_period_sync_param FILE: services/ble_stack/hl/api/gapc_task.h type gapc_msg_id (line 37) | enum gapc_msg_id type gapc_operation (line 181) | enum gapc_operation type gapc_bond (line 261) | enum gapc_bond type gapc_dev_info (line 293) | enum gapc_dev_info type gapc_features_list (line 308) | enum gapc_features_list type gapc_operation_cmd (line 335) | struct gapc_operation_cmd type gapc_cmp_evt (line 343) | struct gapc_cmp_evt type gapc_connection_req_ind (line 352) | struct gapc_connection_req_ind type gapc_connection_cfm (line 372) | struct gapc_connection_cfm type gapc_disconnect_cmd (line 394) | struct gapc_disconnect_cmd type gapc_disconnect_ind (line 406) | struct gapc_disconnect_ind type gapc_get_info_cmd (line 416) | struct gapc_get_info_cmd type gap_dev_name (line 435) | struct gap_dev_name type gap_slv_pref (line 439) | struct gap_slv_pref type gapc_peer_att_info_ind (line 445) | struct gapc_peer_att_info_ind type gapc_peer_version_ind (line 461) | struct gapc_peer_version_ind type gapc_peer_features_ind (line 472) | struct gapc_peer_features_ind type gapc_con_rssi_ind (line 479) | struct gapc_con_rssi_ind type gapc_con_channel_map_ind (line 485) | struct gapc_con_channel_map_ind type gapc_sign_counter_updated_ind (line 492) | struct gapc_sign_counter_updated_ind type gapc_le_ping_to_val_ind (line 501) | struct gapc_le_ping_to_val_ind type gapc_get_dev_info_req_ind (line 509) | struct gapc_get_dev_info_req_ind type gapc_get_dev_info_cfm (line 521) | struct gapc_get_dev_info_cfm type gapc_set_dev_info_req_ind (line 534) | struct gapc_set_dev_info_req_ind type gapc_set_dev_info_cfm (line 552) | struct gapc_set_dev_info_cfm type gapc_conn_param (line 564) | struct gapc_conn_param type gapc_param_update_cmd (line 577) | struct gapc_param_update_cmd type gapc_param_update_req_ind (line 599) | struct gapc_param_update_req_ind type gapc_param_updated_ind (line 612) | struct gapc_param_updated_ind type gapc_param_update_cfm (line 623) | struct gapc_param_update_cfm type gapc_pairing (line 634) | struct gapc_pairing type gapc_ltk (line 656) | struct gapc_ltk type gapc_oob (line 670) | struct gapc_oob type gapc_nc (line 678) | struct gapc_nc type gapc_irk (line 684) | struct gapc_irk type gapc_bond_cmd (line 694) | struct gapc_bond_cmd type gapc_bond_req_ind (line 704) | struct gapc_bond_req_ind type gapc_bond_cfm (line 730) | struct gapc_bond_cfm type gapc_bond_auth (line 758) | struct gapc_bond_auth type gapc_bond_ind (line 770) | struct gapc_bond_ind type gapc_encrypt_cmd (line 793) | struct gapc_encrypt_cmd type gapc_encrypt_req_ind (line 803) | struct gapc_encrypt_req_ind type gapc_encrypt_cfm (line 812) | struct gapc_encrypt_cfm type gapc_encrypt_ind (line 823) | struct gapc_encrypt_ind type gapc_security_cmd (line 830) | struct gapc_security_cmd type gapc_security_ind (line 839) | struct gapc_security_ind type gapc_sign_counter_ind (line 846) | struct gapc_sign_counter_ind type gapc_set_le_ping_to_cmd (line 856) | struct gapc_set_le_ping_to_cmd type gapc_set_le_pkt_size_cmd (line 866) | struct gapc_set_le_pkt_size_cmd type gapc_le_pkt_size_ind (line 880) | struct gapc_le_pkt_size_ind type gapc_key_press_notif_cmd (line 893) | struct gapc_key_press_notif_cmd type gapc_key_press_notif_ind (line 903) | struct gapc_key_press_notif_ind type gapc_set_phy_cmd (line 910) | struct gapc_set_phy_cmd type gapc_le_phy_ind (line 922) | struct gapc_le_phy_ind type gapc_sign_cmd (line 931) | struct gapc_sign_cmd type gapc_sign_ind (line 944) | struct gapc_sign_ind FILE: services/ble_stack/hl/api/gapm_task.h type gapm_msg_id (line 40) | enum gapm_msg_id type gapm_operation (line 231) | enum gapm_operation type gapm_addr_type (line 422) | enum gapm_addr_type type gapm_own_addr (line 435) | enum gapm_own_addr type gapm_write_att_perm (line 446) | enum gapm_write_att_perm type gapm_att_cfg_flag (line 471) | enum gapm_att_cfg_flag type gapm_pairing_mode (line 495) | enum gapm_pairing_mode type gapm_audio_cfg_flag (line 514) | enum gapm_audio_cfg_flag type gapm_operation_cmd (line 527) | struct gapm_operation_cmd type gapm_cmp_evt (line 534) | struct gapm_cmp_evt type gapm_reset_cmd (line 543) | struct gapm_reset_cmd type gapm_set_dev_config_cmd (line 551) | struct gapm_set_dev_config_cmd type gapm_set_irk_cmd (line 625) | struct gapm_set_irk_cmd type gapm_set_channel_map_cmd (line 635) | struct gapm_set_channel_map_cmd type gapm_get_dev_info_cmd (line 645) | struct gapm_get_dev_info_cmd type gapm_dev_version_ind (line 656) | struct gapm_dev_version_ind type gapm_dev_bdaddr_ind (line 675) | struct gapm_dev_bdaddr_ind type gapm_dev_adv_tx_power_ind (line 682) | struct gapm_dev_adv_tx_power_ind type gapm_cancel_cmd (line 689) | struct gapm_cancel_cmd type gapm_white_list_mgt_cmd (line 697) | struct gapm_white_list_mgt_cmd type gapm_ral_mgt_cmd (line 712) | struct gapm_ral_mgt_cmd type gapm_ral_addr_ind (line 729) | struct gapm_ral_addr_ind type gapm_resolv_addr_cmd (line 738) | struct gapm_resolv_addr_cmd type gapm_addr_solved_ind (line 752) | struct gapm_addr_solved_ind type gapm_adv_host (line 761) | struct gapm_adv_host type gapm_air_operation (line 796) | struct gapm_air_operation type gapm_start_advertise_cmd (line 816) | struct gapm_start_advertise_cmd type gapm_update_advertise_data_cmd (line 847) | struct gapm_update_advertise_data_cmd type gapm_start_scan_cmd (line 864) | struct gapm_start_scan_cmd type gapm_adv_report_ind (line 893) | struct gapm_adv_report_ind type gapm_start_connection_cmd (line 900) | struct gapm_start_connection_cmd type gapm_connection_cfm (line 939) | struct gapm_connection_cfm type gapm_peer_name_ind (line 961) | struct gapm_peer_name_ind type gapm_gen_rand_addr_cmd (line 974) | struct gapm_gen_rand_addr_cmd type gapm_use_enc_block_cmd (line 989) | struct gapm_use_enc_block_cmd type gapm_use_enc_block_ind (line 1000) | struct gapm_use_enc_block_ind type gapm_gen_dh_key_cmd (line 1007) | struct gapm_gen_dh_key_cmd type gapm_gen_dh_key_ind (line 1018) | struct gapm_gen_dh_key_ind type gapm_gen_rand_nb_cmd (line 1025) | struct gapm_gen_rand_nb_cmd type gapm_gen_rand_nb_ind (line 1032) | struct gapm_gen_rand_nb_ind type gapm_profile_task_add_cmd (line 1039) | struct gapm_profile_task_add_cmd type gapm_profile_added_ind (line 1069) | struct gapm_profile_added_ind type gapm_unknown_task_ind (line 1081) | struct gapm_unknown_task_ind type gapm_sugg_dflt_data_len_ind (line 1090) | struct gapm_sugg_dflt_data_len_ind type gapm_max_data_len_ind (line 1099) | struct gapm_max_data_len_ind type gapm_lepsm_register_cmd (line 1112) | struct gapm_lepsm_register_cmd type gapm_lepsm_unregister_cmd (line 1133) | struct gapm_lepsm_unregister_cmd type gapm_activity_create_cmd (line 1143) | struct gapm_activity_create_cmd type gapm_activity_create_adv_cmd (line 1156) | struct gapm_activity_create_adv_cmd type gapm_activity_start_cmd (line 1168) | struct gapm_activity_start_cmd type gapm_activity_stop_cmd (line 1190) | struct gapm_activity_stop_cmd type gapm_activity_delete_cmd (line 1201) | struct gapm_activity_delete_cmd type gapm_activity_created_ind (line 1212) | struct gapm_activity_created_ind type gapm_activity_stopped_ind (line 1223) | struct gapm_activity_stopped_ind type gapm_set_adv_data_cmd (line 1236) | struct gapm_set_adv_data_cmd type gapm_scan_request_ind (line 1252) | struct gapm_scan_request_ind type gapm_ext_adv_report_ind (line 1261) | struct gapm_ext_adv_report_ind type gapm_sync_established_ind (line 1298) | struct gapm_sync_established_ind type gapm_get_ral_addr_cmd (line 1315) | struct gapm_get_ral_addr_cmd type gapm_list_set_cmd (line 1326) | struct gapm_list_set_cmd type gapm_list_set_wl_cmd (line 1338) | struct gapm_list_set_wl_cmd type gapm_list_set_ral_cmd (line 1350) | struct gapm_list_set_ral_cmd type gapm_list_set_pal_cmd (line 1362) | struct gapm_list_set_pal_cmd type gapm_white_list_size_ind (line 1374) | struct gapm_white_list_size_ind type gapm_ral_size_ind (line 1381) | struct gapm_ral_size_ind type gapm_list_size_ind (line 1388) | struct gapm_list_size_ind type gapm_max_adv_data_len_ind (line 1397) | struct gapm_max_adv_data_len_ind type gapm_nb_adv_sets_ind (line 1404) | struct gapm_nb_adv_sets_ind type gapm_actv_addr_renew_cmd (line 1412) | struct gapm_actv_addr_renew_cmd FILE: services/ble_stack/hl/api/gattc_task.h type gattc_msg_id (line 38) | enum gattc_msg_id type gattc_operation (line 163) | enum gattc_operation type gattc_sdp_att_type (line 241) | enum gattc_sdp_att_type type gattc_op_cmd (line 256) | struct gattc_op_cmd type gattc_cmp_evt (line 265) | struct gattc_cmp_evt type gattc_exc_mtu_cmd (line 277) | struct gattc_exc_mtu_cmd type gattc_mtu_changed_ind (line 286) | struct gattc_mtu_changed_ind type gattc_disc_cmd (line 295) | struct gattc_disc_cmd type gattc_disc_svc_ind (line 313) | struct gattc_disc_svc_ind type gattc_disc_svc_incl_ind (line 326) | struct gattc_disc_svc_incl_ind type gattc_disc_char_ind (line 341) | struct gattc_disc_char_ind type gattc_disc_char_desc_ind (line 356) | struct gattc_disc_char_desc_ind type gattc_read_simple (line 368) | struct gattc_read_simple type gattc_read_by_uuid (line 380) | struct gattc_read_by_uuid type gattc_read_multiple (line 393) | struct gattc_read_multiple type gattc_read_cmd (line 402) | struct gattc_read_cmd type gattc_read_ind (line 424) | struct gattc_read_ind type gattc_write_cmd (line 437) | struct gattc_write_cmd type gattc_execute_write_cmd (line 459) | struct gattc_execute_write_cmd type gattc_event_ind (line 470) | struct gattc_event_ind type gattc_event_req_ind (line 483) | struct gattc_event_req_ind type gattc_event_cfm (line 496) | struct gattc_event_cfm type gattc_reg_to_peer_evt_cmd (line 503) | struct gattc_reg_to_peer_evt_cmd type gattc_send_evt_cmd (line 516) | struct gattc_send_evt_cmd type gattc_read_req_ind (line 531) | struct gattc_read_req_ind type gattc_read_cfm (line 538) | struct gattc_read_cfm type gattc_write_req_ind (line 551) | struct gattc_write_req_ind type gattc_write_cfm (line 564) | struct gattc_write_cfm type gattc_send_svc_changed_cmd (line 573) | struct gattc_send_svc_changed_cmd type gattc_svc_changed_cfg (line 586) | struct gattc_svc_changed_cfg type gattc_att_info_req_ind (line 597) | struct gattc_att_info_req_ind type gattc_att_info_cfm (line 604) | struct gattc_att_info_cfm type gattc_sdp_svc_disc_cmd (line 617) | struct gattc_sdp_svc_disc_cmd type gattc_sdp_include_svc (line 638) | struct gattc_sdp_include_svc type gattc_sdp_att_char (line 654) | struct gattc_sdp_att_char type gattc_sdp_att (line 666) | struct gattc_sdp_att type gattc_sdp_att_char (line 684) | struct gattc_sdp_att_char type gattc_sdp_include_svc (line 686) | struct gattc_sdp_include_svc type gattc_sdp_att (line 688) | struct gattc_sdp_att type gattc_sdp_svc_ind (line 693) | struct gattc_sdp_svc_ind FILE: services/ble_stack/hl/api/gattm_task.h type gattm_msg_id (line 32) | enum gattm_msg_id type gattm_att_desc (line 88) | struct gattm_att_desc type gattm_svc_desc (line 134) | struct gattm_svc_desc type gattm_add_svc_req (line 169) | struct gattm_add_svc_req type gattm_add_svc_rsp (line 176) | struct gattm_add_svc_rsp type gattm_svc_get_permission_req (line 186) | struct gattm_svc_get_permission_req type gattm_svc_get_permission_rsp (line 193) | struct gattm_svc_get_permission_rsp type gattm_svc_set_permission_req (line 204) | struct gattm_svc_set_permission_req type gattm_svc_set_permission_rsp (line 213) | struct gattm_svc_set_permission_rsp type gattm_att_get_permission_req (line 224) | struct gattm_att_get_permission_req type gattm_att_get_permission_rsp (line 231) | struct gattm_att_get_permission_rsp type gattm_att_set_permission_req (line 244) | struct gattm_att_set_permission_req type gattm_att_set_permission_rsp (line 255) | struct gattm_att_set_permission_rsp type gattm_att_get_value_req (line 265) | struct gattm_att_get_value_req type gattm_att_get_value_rsp (line 272) | struct gattm_att_get_value_rsp type gattm_att_set_value_req (line 285) | struct gattm_att_set_value_req type gattm_att_set_value_rsp (line 296) | struct gattm_att_set_value_rsp type gattm_destroy_db_req (line 305) | struct gattm_destroy_db_req type gattm_destroy_db_rsp (line 314) | struct gattm_destroy_db_rsp type gattm_svc_info (line 322) | struct gattm_svc_info type gattm_svc_get_list_rsp (line 335) | struct gattm_svc_get_list_rsp type gattm_att_get_info_req (line 346) | struct gattm_att_get_info_req type gattm_att_get_info_rsp (line 353) | struct gattm_att_get_info_rsp FILE: services/ble_stack/hl/api/l2cc_task.h type l2cc_msg_id (line 43) | enum l2cc_msg_id type l2cc_operation (line 91) | enum l2cc_operation type l2cc_sdu (line 123) | struct l2cc_sdu type l2cc_cmp_evt (line 137) | struct l2cc_cmp_evt type l2cc_lecb_connect_cmd (line 150) | struct l2cc_lecb_connect_cmd type l2cc_lecb_connect_req_ind (line 172) | struct l2cc_lecb_connect_req_ind type l2cc_lecb_connect_cfm (line 185) | struct l2cc_lecb_connect_cfm type l2cc_lecb_connect_ind (line 206) | struct l2cc_lecb_connect_ind type l2cc_lecb_disconnect_cmd (line 225) | struct l2cc_lecb_disconnect_cmd type l2cc_lecb_disconnect_ind (line 237) | struct l2cc_lecb_disconnect_ind type l2cc_lecb_add_cmd (line 250) | struct l2cc_lecb_add_cmd type l2cc_lecb_add_ind (line 264) | struct l2cc_lecb_add_ind type l2cc_lecb_sdu_send_cmd (line 273) | struct l2cc_lecb_sdu_send_cmd type l2cc_lecb_sdu_recv_ind (line 285) | struct l2cc_lecb_sdu_recv_ind FILE: services/ble_stack/hl/api/prf_types.h type prf_cli_conf (line 36) | enum prf_cli_conf type prf_srv_conf (line 47) | enum prf_srv_conf type prf_con_type (line 56) | enum prf_con_type type prf_svc_type (line 64) | enum prf_svc_type type prf_char_pres_fmt (line 80) | struct prf_char_pres_fmt type prf_date_time (line 99) | struct prf_date_time type prf_sfloat (line 124) | typedef uint16_t prf_sfloat; type prf_att_info (line 129) | struct prf_att_info type prf_svc (line 145) | struct prf_svc type prf_incl_svc (line 154) | struct prf_incl_svc type prf_char_inf (line 169) | struct prf_char_inf type prf_char_desc_inf (line 182) | struct prf_char_desc_inf type prf_char_def (line 190) | struct prf_char_def type prf_char_desc_def (line 201) | struct prf_char_desc_def type prf_client_disable_ind (line 212) | struct prf_client_disable_ind type prf_server_error_ind (line 221) | struct prf_server_error_ind FILE: services/ble_stack/hl/api/rwble_hl_error.h type hl_err (line 29) | enum hl_err FILE: services/ble_stack/hl/inc/attm.h type attm_desc (line 53) | struct attm_desc type attm_desc_128 (line 69) | struct attm_desc_128 type attm_desc (line 203) | struct attm_desc type attm_desc_128 (line 247) | struct attm_desc_128 FILE: services/ble_stack/hl/inc/gapc.h type gapc_op_type (line 41) | enum gapc_op_type type gapc_lk_sec_req (line 57) | enum gapc_lk_sec_req type gapc_env_tag (line 73) | struct gapc_env_tag type gap_bdaddr (line 154) | struct gap_bdaddr FILE: services/ble_stack/hl/inc/gapm.h type gap_sec_key (line 115) | struct gap_sec_key FILE: services/ble_stack/hl/inc/gattc.h type gattc_op_type (line 37) | enum gattc_op_type type attc_env (line 62) | struct attc_env type atts_env (line 75) | struct atts_env type gattc_env_tag (line 90) | struct gattc_env_tag FILE: services/ble_stack/hl/inc/l2cc.h type l2cc_dbg_pdu_send_cmd (line 119) | struct l2cc_dbg_pdu_send_cmd type l2cc_dbg_pdu_recv_ind (line 131) | struct l2cc_dbg_pdu_recv_ind type l2cc_pdu_send_cmd (line 142) | struct l2cc_pdu_send_cmd type l2cc_pdu_recv_ind (line 155) | struct l2cc_pdu_recv_ind type l2cc_op_type (line 166) | enum l2cc_op_type type l2cc_env_tag (line 182) | struct l2cc_env_tag FILE: services/ble_stack/hl/inc/l2cc_pdu.h type l2cc_pdu_err (line 57) | enum l2cc_pdu_err type l2cc_lepsm_limits (line 76) | enum l2cc_lepsm_limits type l2cc_cid (line 95) | enum l2cc_cid type l2cc_signal_code (line 113) | enum l2cc_signal_code type l2cc_security_code (line 168) | enum l2cc_security_code type l2cc_attribute_code (line 204) | enum l2cc_attribute_code type l2cc_le_connor_code (line 270) | enum l2cc_le_connor_code type l2cc_cb_resp_value (line 280) | enum l2cc_cb_resp_value type l2cc_disconnection_req (line 316) | struct l2cc_disconnection_req type l2cc_disconnection_rsp (line 331) | struct l2cc_disconnection_rsp type l2cc_update_param_req (line 346) | struct l2cc_update_param_req type l2cc_update_param_rsp (line 365) | struct l2cc_update_param_rsp type l2cc_lecb_req (line 380) | struct l2cc_lecb_req type l2cc_lecb_rsp (line 401) | struct l2cc_lecb_rsp type l2cc_le_flow_ctl_credit (line 422) | struct l2cc_le_flow_ctl_credit type l2cc_reject (line 437) | struct l2cc_reject type l2cc_pairing_req (line 458) | struct l2cc_pairing_req type l2cc_pairing_rsp (line 476) | struct l2cc_pairing_rsp type l2cc_pairing_cfm (line 494) | struct l2cc_pairing_cfm type l2cc_pairing_random (line 502) | struct l2cc_pairing_random type l2cc_pairing_failed (line 510) | struct l2cc_pairing_failed type l2cc_encryption_inf (line 518) | struct l2cc_encryption_inf type l2cc_master_id (line 526) | struct l2cc_master_id type l2cc_identity_inf (line 536) | struct l2cc_identity_inf type l2cc_id_addr_inf (line 544) | struct l2cc_id_addr_inf type l2cc_signing_inf (line 554) | struct l2cc_signing_inf type l2cc_security_req (line 562) | struct l2cc_security_req type l2cc_publc_key (line 571) | struct l2cc_publc_key type l2cc_dhkey_check (line 581) | struct l2cc_dhkey_check type l2cc_keypress_noticication (line 588) | struct l2cc_keypress_noticication type l2cc_att_err_rsp (line 600) | struct l2cc_att_err_rsp type l2cc_att_mtu_req (line 613) | struct l2cc_att_mtu_req type l2cc_att_mtu_rsp (line 622) | struct l2cc_att_mtu_rsp type l2cc_att_find_info_req (line 631) | struct l2cc_att_find_info_req type l2cc_att_find_info_rsp (line 642) | struct l2cc_att_find_info_rsp type l2cc_att_find_by_type_req (line 655) | struct l2cc_att_find_by_type_req type l2cc_att_find_by_type_rsp (line 672) | struct l2cc_att_find_by_type_rsp type l2cc_att_rd_by_type_req (line 683) | struct l2cc_att_rd_by_type_req type l2cc_att_rd_by_type_rsp (line 698) | struct l2cc_att_rd_by_type_rsp type l2cc_att_rd_req (line 711) | struct l2cc_att_rd_req type l2cc_att_rd_rsp (line 720) | struct l2cc_att_rd_rsp type l2cc_att_rd_blob_req (line 731) | struct l2cc_att_rd_blob_req type l2cc_att_rd_blob_rsp (line 742) | struct l2cc_att_rd_blob_rsp type l2cc_att_rd_mult_req (line 753) | struct l2cc_att_rd_mult_req type l2cc_att_rd_mult_rsp (line 764) | struct l2cc_att_rd_mult_rsp type l2cc_att_rd_by_grp_type_req (line 775) | struct l2cc_att_rd_by_grp_type_req type l2cc_att_rd_by_grp_type_rsp (line 790) | struct l2cc_att_rd_by_grp_type_rsp type l2cc_att_wr_req (line 803) | struct l2cc_att_wr_req type l2cc_att_wr_rsp (line 816) | struct l2cc_att_wr_rsp type l2cc_att_wr_cmd (line 823) | struct l2cc_att_wr_cmd type l2cc_att_sign_wr_cmd (line 836) | struct l2cc_att_sign_wr_cmd type l2cc_att_prep_wr_req (line 852) | struct l2cc_att_prep_wr_req type l2cc_att_prep_wr_rsp (line 867) | struct l2cc_att_prep_wr_rsp type l2cc_att_exe_wr_req (line 882) | struct l2cc_att_exe_wr_req type l2cc_att_exe_wr_rsp (line 892) | struct l2cc_att_exe_wr_rsp type l2cc_att_hdl_val_ntf (line 899) | struct l2cc_att_hdl_val_ntf type l2cc_att_hdl_val_ind (line 912) | struct l2cc_att_hdl_val_ind type l2cc_att_hdl_val_cfm (line 925) | struct l2cc_att_hdl_val_cfm type l2cc_lecb_send_data_req (line 934) | struct l2cc_lecb_send_data_req type l2cc_pdu_data_t (line 945) | struct l2cc_pdu_data_t type l2cc_pdu (line 952) | struct l2cc_pdu type l2cc_dbg_pdu (line 1077) | struct l2cc_dbg_pdu type l2cc_sdu (line 1086) | struct l2cc_sdu FILE: services/ble_stack/hl/inc/prf.h type prf_perm_mask (line 53) | enum prf_perm_mask type prf_env_t (line 69) | typedef struct prf_env type prf_task_env (line 80) | struct prf_task_env type prf_task_env (line 112) | struct prf_task_env type prf_task_env (line 123) | struct prf_task_env type prf_task_env (line 133) | struct prf_task_env type prf_task_env (line 144) | struct prf_task_env type prf_task_cbs (line 147) | struct prf_task_cbs type prf_env_tag (line 161) | struct prf_env_tag type prf_env_tag (line 177) | struct prf_env_tag type gapm_profile_task_add_cmd (line 204) | struct gapm_profile_task_add_cmd FILE: services/ble_stack/hl/inc/prf_utils.h type prf_char_pres_fmt (line 63) | struct prf_char_pres_fmt type prf_char_pres_fmt (line 72) | struct prf_char_pres_fmt type prf_svc (line 107) | struct prf_svc type prf_svc (line 121) | struct prf_svc type prf_char_inf (line 187) | struct prf_char_inf type prf_char_def (line 188) | struct prf_char_def type prf_char_desc_inf (line 207) | struct prf_char_desc_inf type prf_char_desc_def (line 208) | struct prf_char_desc_def type prf_char_inf (line 209) | struct prf_char_inf type gattc_sdp_svc_ind (line 224) | struct gattc_sdp_svc_ind type prf_char_def (line 225) | struct prf_char_def type prf_char_inf (line 225) | struct prf_char_inf type prf_char_desc_def (line 226) | struct prf_char_desc_def type prf_char_desc_inf (line 226) | struct prf_char_desc_inf type gattc_read_ind (line 245) | struct gattc_read_ind type prf_date_time (line 260) | struct prf_date_time type prf_date_time (line 272) | struct prf_date_time FILE: services/ble_stack/hl/inc/prf_utils_128.h type prf_char_def_128 (line 63) | struct prf_char_def_128 type prf_char_inf (line 103) | struct prf_char_inf type prf_char_def_128 (line 104) | struct prf_char_def_128 type gattc_sdp_svc_ind (line 106) | struct gattc_sdp_svc_ind type prf_char_def_128 (line 107) | struct prf_char_def_128 type prf_char_inf (line 107) | struct prf_char_inf type prf_char_desc_def (line 108) | struct prf_char_desc_def type prf_char_desc_inf (line 108) | struct prf_char_desc_inf FILE: services/ble_stack/hl/inc/smpc.h type smpc_addr_src (line 98) | enum smpc_addr_src type smpc_mst_id_info (line 114) | struct smpc_mst_id_info type smp_aes_cmac (line 124) | struct smp_aes_cmac type smp_f4 (line 139) | struct smp_f4 type smp_f5 (line 145) | struct smp_f5 type smp_f6 (line 154) | struct smp_f6 type smp_g2 (line 160) | struct smp_g2 type gapc_public_key (line 166) | struct gapc_public_key type smpc_pair_info (line 174) | struct smpc_pair_info type smpc_sign_info (line 230) | struct smpc_sign_info type smpc_env (line 244) | struct smpc_env FILE: services/ble_stack/hl/src/gap/gapc/gapc_int.h type gapc_state_id (line 51) | enum gapc_state_id type gapc_fields (line 82) | enum gapc_fields type gapc_env_tag (line 109) | struct gapc_env_tag type hci_le_enh_con_cmp_evt (line 144) | struct hci_le_enh_con_cmp_evt type gap_sec_key (line 187) | struct gap_sec_key type gapc_operation (line 365) | enum gapc_operation FILE: services/ble_stack/hl/src/gap/gapc/gapc_sig.h type l2cc_pdu (line 46) | struct l2cc_pdu FILE: services/ble_stack/hl/src/gap/gapm/gapm_int.h type gapm_dbg_get_mem_info_cmd (line 56) | struct gapm_dbg_get_mem_info_cmd type gapm_dbg_mem_info_ind (line 64) | struct gapm_dbg_mem_info_ind type gapm_op_type (line 74) | enum gapm_op_type type gapm_state_id (line 91) | enum gapm_state_id type gapm_cfg_flag_def (line 127) | enum gapm_cfg_flag_def type gapm_le_psm_sec_mask (line 161) | enum gapm_le_psm_sec_mask type gapm_actv_state (line 171) | enum gapm_actv_state type gapm_actv_info (line 188) | enum gapm_actv_info type gapm_conn_role (line 197) | enum gapm_conn_role type gapm_le_psm_info (line 224) | struct gapm_le_psm_info type gapm_actv_tag (line 251) | struct gapm_actv_tag type gapm_report_elem (line 281) | struct gapm_report_elem type gapm_report_list (line 289) | struct gapm_report_list type gapm_actv_adv_tag (line 300) | struct gapm_actv_adv_tag type gapm_actv_scan_tag (line 315) | struct gapm_actv_scan_tag type gapm_actv_init_tag (line 326) | struct gapm_actv_init_tag type gapm_actv_per_sync_tag (line 340) | struct gapm_actv_per_sync_tag type gapm_env_tag (line 347) | struct gapm_env_tag type gapm_env_tag (line 455) | struct gapm_env_tag function __INLINE (line 516) | static __INLINE void* gapm_get_operation_ptr(uint8_t op_type) function __INLINE (line 533) | static __INLINE void gapm_set_operation_ptr(uint8_t op_type, void* op) type gapm_operation (line 558) | enum gapm_operation type hci_le_enh_con_cmp_evt (line 597) | struct hci_le_enh_con_cmp_evt type gapm_le_psm_info (line 675) | struct gapm_le_psm_info type gapm_cmp_evt (line 697) | struct gapm_cmp_evt type hci_le_enh_con_cmp_evt (line 701) | struct hci_le_enh_con_cmp_evt type gapc_cmp_evt (line 702) | struct gapc_cmp_evt type gapc_peer_att_info_ind (line 704) | struct gapc_peer_att_info_ind type gapm_actv_tag (line 709) | struct gapm_actv_tag type gapm_actv_tag (line 710) | struct gapm_actv_tag type gapm_actv_tag (line 712) | struct gapm_actv_tag type gapm_actv_tag (line 713) | struct gapm_actv_tag type gapm_actv_tag (line 714) | struct gapm_actv_tag type gapm_actv_tag (line 715) | struct gapm_actv_tag type gapm_actv_tag (line 716) | struct gapm_actv_tag type gapm_actv_tag (line 720) | struct gapm_actv_tag type gapm_activity_create_adv_cmd (line 721) | struct gapm_activity_create_adv_cmd type gapm_actv_tag (line 722) | struct gapm_actv_tag type gapm_activity_start_cmd (line 722) | struct gapm_activity_start_cmd type gapm_actv_tag (line 723) | struct gapm_actv_tag type gapm_actv_tag (line 724) | struct gapm_actv_tag type gapm_actv_tag (line 726) | struct gapm_actv_tag type gapm_activity_create_cmd (line 727) | struct gapm_activity_create_cmd type gapm_actv_tag (line 728) | struct gapm_actv_tag type gapm_activity_start_cmd (line 728) | struct gapm_activity_start_cmd type gapm_actv_tag (line 729) | struct gapm_actv_tag type gapm_actv_tag (line 730) | struct gapm_actv_tag type gapm_actv_tag (line 731) | struct gapm_actv_tag type gapm_activity_create_cmd (line 733) | struct gapm_activity_create_cmd type gapm_actv_tag (line 734) | struct gapm_actv_tag type gapm_activity_start_cmd (line 734) | struct gapm_activity_start_cmd type gapm_actv_tag (line 735) | struct gapm_actv_tag type gapm_actv_tag (line 736) | struct gapm_actv_tag type gapm_actv_tag (line 738) | struct gapm_actv_tag type gapm_activity_create_cmd (line 740) | struct gapm_activity_create_cmd type gapm_actv_tag (line 741) | struct gapm_actv_tag type gapm_activity_start_cmd (line 741) | struct gapm_activity_start_cmd type gapm_actv_tag (line 742) | struct gapm_actv_tag type gapm_actv_tag (line 743) | struct gapm_actv_tag FILE: services/ble_stack/hl/src/gap/smp_common.h type smp_pair_fail_reason (line 55) | enum smp_pair_fail_reason FILE: services/ble_stack/hl/src/gap/smpc/smpc_api.h type smpc_state (line 54) | enum smpc_state type gapc_pairing (line 269) | struct gapc_pairing type gap_sec_key (line 284) | struct gap_sec_key type gapc_ltk (line 296) | struct gapc_ltk type gap_sec_key (line 310) | struct gap_sec_key type gap_bdaddr (line 310) | struct gap_bdaddr type gap_sec_key (line 322) | struct gap_sec_key type gapc_oob (line 337) | struct gapc_oob type gapc_pairing (line 364) | struct gapc_pairing type gapc_pairing (line 377) | struct gapc_pairing type gapc_ltk (line 404) | struct gapc_ltk type gapc_ltk (line 418) | struct gapc_ltk type gap_sec_key (line 430) | struct gap_sec_key type gapc_sign_cmd (line 444) | struct gapc_sign_cmd type l2cc_pdu (line 505) | struct l2cc_pdu FILE: services/ble_stack/hl/src/gap/smpc/smpc_int.h type smpc_attempts_status (line 67) | enum smpc_attempts_status type smpc_method (line 81) | enum smpc_method type smpc_notification_type (line 119) | enum smpc_notification_type type gapc_pairing (line 237) | struct gapc_pairing FILE: services/ble_stack/hl/src/gap/smpc/smpc_util.h type l2cc_pdu (line 37) | struct l2cc_pdu type l2cc_pdu (line 40) | struct l2cc_pdu type l2cc_pdu (line 64) | struct l2cc_pdu FILE: services/ble_stack/hl/src/gatt/attc/attc.h type attc_register_evt (line 43) | struct attc_register_evt type l2cc_pdu_recv_ind (line 110) | struct l2cc_pdu_recv_ind FILE: services/ble_stack/hl/src/gatt/attm/attm_db.h type attm_att_desc (line 47) | struct attm_att_desc type attm_att_value (line 73) | struct attm_att_value type attm_svc_desc (line 84) | struct attm_svc_desc type attm_svc (line 109) | struct attm_svc type attm_elmt (line 124) | struct attm_elmt type attm_db (line 141) | struct attm_db type gattm_svc_desc (line 193) | struct gattm_svc_desc type gattm_svc_desc (line 215) | struct gattm_svc_desc type attm_svc (line 230) | struct attm_svc type attm_elmt (line 244) | struct attm_elmt type attm_elmt (line 261) | struct attm_elmt type attm_elmt (line 273) | struct attm_elmt type attm_elmt (line 287) | struct attm_elmt type attm_elmt (line 305) | struct attm_elmt type attm_elmt (line 328) | struct attm_elmt type gattm_svc_info (line 349) | struct gattm_svc_info FILE: services/ble_stack/hl/src/gatt/atts/atts.h type gattc_send_evt_cmd (line 95) | struct gattc_send_evt_cmd type l2cc_pdu_recv_ind (line 135) | struct l2cc_pdu_recv_ind FILE: services/ble_stack/hl/src/gatt/gatt.h type gatt_db_att (line 42) | enum gatt_db_att type gatt_svc_changed (line 60) | struct gatt_svc_changed FILE: services/ble_stack/hl/src/gatt/gattc/gattc_int.h type gattc_state_id (line 41) | enum gattc_state_id type gattc_env_tag (line 78) | struct gattc_env_tag FILE: services/ble_stack/hl/src/gatt/gattm/gattm_int.h type gattm_state_id (line 38) | enum gattm_state_id type gattm_env_tag (line 51) | struct gattm_env_tag type gattm_env_tag (line 66) | struct gattm_env_tag FILE: services/ble_stack/hl/src/l2c/l2cc/l2cc_int.h type l2cc_state_id (line 41) | enum l2cc_state_id type l2cc_env_tag (line 60) | struct l2cc_env_tag FILE: services/ble_stack/hl/src/l2c/l2cc/l2cc_lecb.h type l2cc_lecb_fields (line 28) | enum l2cc_lecb_fields type l2cc_lecb_state (line 49) | enum l2cc_lecb_state type l2cc_lecb_info (line 81) | struct l2cc_lecb_info type l2cc_lecb_info (line 141) | struct l2cc_lecb_info type l2cc_lecb_info (line 152) | struct l2cc_lecb_info type l2cc_lecb_info (line 232) | struct l2cc_lecb_info FILE: services/ble_stack/hl/src/l2c/l2cc/l2cc_pdu_int.h type l2cc_pdu (line 56) | struct l2cc_pdu type l2cc_pdu (line 58) | struct l2cc_pdu type l2cc_pdu (line 76) | struct l2cc_pdu type l2cc_dbg_pdu (line 97) | struct l2cc_dbg_pdu type l2cc_dbg_pdu (line 114) | struct l2cc_dbg_pdu type l2cc_sdu (line 133) | struct l2cc_sdu type l2cc_sdu (line 151) | struct l2cc_sdu FILE: services/ble_stack/hl/src/l2c/l2cc/l2cc_sig.h type l2cc_pdu (line 75) | struct l2cc_pdu FILE: services/ble_stack/hl/src/l2c/l2cm/l2cm_int.h type l2cm_env_tag (line 40) | struct l2cm_env_tag type l2cm_env_tag (line 61) | struct l2cm_env_tag function __INLINE (line 72) | static __INLINE void l2cm_buffer_acquire(uint8_t conidx) function __INLINE (line 89) | static __INLINE void l2cm_buffer_release(uint8_t conidx, uint16_t nb) function __INLINE (line 107) | static __INLINE void l2cm_buffer_reset(uint8_t conidx) function __INLINE (line 130) | static __INLINE uint16_t l2cm_get_buffer_size(void) FILE: services/ble_stack/ke/api/ke.h type KE_STATUS (line 30) | enum KE_STATUS type KE_STATUS (line 82) | enum KE_STATUS FILE: services/ble_stack/ke/api/ke_event.h type KE_EVENT_STATUS (line 34) | enum KE_EVENT_STATUS FILE: services/ble_stack/ke/api/ke_mem.h type mblock_free (line 22) | struct mblock_free FILE: services/ble_stack/ke/api/ke_msg.h type ke_task_id_t (line 44) | typedef uint16_t ke_task_id_t; type ke_state_t (line 56) | typedef uint8_t ke_state_t; type ke_msg_id_t (line 62) | typedef uint16_t ke_msg_id_t; type ke_msg (line 65) | struct ke_msg type ke_msg_status_tag (line 78) | enum ke_msg_status_tag type ke_msg (line 95) | struct ke_msg type ke_msg (line 97) | struct ke_msg type ke_msg (line 97) | struct ke_msg type ke_msg (line 109) | struct ke_msg type ke_msg (line 111) | struct ke_msg type ke_msg (line 267) | struct ke_msg FILE: services/ble_stack/ke/api/ke_task.h type KE_TASK_STATUS (line 35) | enum KE_TASK_STATUS type ke_msg_handler (line 67) | struct ke_msg_handler type ke_state_handler (line 76) | struct ke_state_handler type ke_task_desc (line 85) | struct ke_task_desc type ke_task_desc (line 120) | struct ke_task_desc FILE: services/ble_stack/ke/api/ke_timer.h type ke_timer (line 34) | struct ke_timer FILE: services/ble_stack/ke/src/ke_env.h type mblock_free (line 23) | struct mblock_free type ke_env_tag (line 26) | struct ke_env_tag type ke_env_tag (line 49) | struct ke_env_tag FILE: services/ble_stack/ke/src/ke_queue.h function ke_queue_push (line 38) | void ke_queue_push(struct co_list *const queue, struct co_list_hdr *cons... function ke_queue_push_front (line 51) | void ke_queue_push_front(struct co_list *const queue, struct co_list_hdr... type co_list_hdr (line 65) | struct co_list_hdr type co_list (line 65) | struct co_list type co_list_hdr (line 81) | struct co_list_hdr type co_list (line 81) | struct co_list type co_list_hdr (line 82) | struct co_list_hdr type co_list (line 100) | struct co_list type co_list_hdr (line 100) | struct co_list_hdr type co_list_hdr (line 101) | struct co_list_hdr type co_list_hdr (line 102) | struct co_list_hdr FILE: services/bridge/bridge.h type BridgeBuffer (line 27) | typedef struct { type BridgeEvent (line 34) | typedef struct { type HciEvent (line 43) | typedef HciEvent BridgeEvent; type HciBuffer (line 44) | typedef HciBuffer BridgeBuffer; type ke_msg (line 48) | struct ke_msg type ke_msg (line 56) | struct ke_msg FILE: services/bt_app/a2dp_codecs/aac/a2dp_codec_aac.cpp type BT_DEVICE_T (line 55) | struct BT_DEVICE_T function btif_avdtp_codec_t (line 75) | btif_avdtp_codec_t *app_a2dp_codec_get_aac_avdtp_codec() { function bt_status_t (line 79) | bt_status_t a2dp_codec_aac_init(int index) { FILE: services/bt_app/a2dp_codecs/app_a2dp_codecs.cpp type BT_DEVICE_T (line 64) | struct BT_DEVICE_T function a2dp_codec_source_init (line 66) | int a2dp_codec_source_init(void) { function a2dp_codec_sink_init (line 84) | int a2dp_codec_sink_init(void) { function a2dp_codec_confirm_stream_state (line 115) | uint8_t a2dp_codec_confirm_stream_state(uint8_t index, uint8_t old_state, function a2dp_set_codec_info (line 140) | static void a2dp_set_codec_info(btif_dev_it_e dev_num, const uint8_t *co... function a2dp_get_codec_info (line 152) | static void a2dp_get_codec_info(btif_dev_it_e dev_num, uint8_t *codec) { function a2dp_codec_init (line 161) | int a2dp_codec_init(void) { function btif_avdtp_codec_t (line 169) | btif_avdtp_codec_t *app_a2dp_codec_get_avdtp_codec() { type AUD_SAMPRATE_T (line 174) | enum AUD_SAMPRATE_T function app_a2dp_codec_parse_aac_sample_rate (line 175) | uint32_t function app_a2dp_codec_parse_aac_lhdc_sample_rate (line 189) | uint32_t function app_a2dp_codec_get_sample_rate (line 204) | uint32_t app_a2dp_codec_get_sample_rate(const a2dp_callback_parms_t *inf... function app_a2dp_codec_get_sample_bit (line 223) | uint8_t app_a2dp_codec_get_sample_bit(const a2dp_callback_parms_t *info) { FILE: services/bt_app/a2dp_codecs/include/codec_lhdc.h type compressor_output_format_t (line 55) | typedef enum { type lhdc_info_t (line 62) | typedef struct { FILE: services/bt_app/a2dp_codecs/ldac/a2dp_codec_ldac.cpp type BT_DEVICE_T (line 55) | struct BT_DEVICE_T function bt_status_t (line 73) | bt_status_t a2dp_codec_ldac_init(int index) { FILE: services/bt_app/a2dp_codecs/lhdc/a2dp_codec_lhdc.cpp type BT_DEVICE_T (line 55) | struct BT_DEVICE_T function btif_avdtp_codec_t (line 87) | btif_avdtp_codec_t *app_a2dp_codec_get_lhdc_avdtp_codec() { function bt_status_t (line 91) | bt_status_t a2dp_codec_lhdc_init(int index) { FILE: services/bt_app/a2dp_codecs/lhdc/codec_lhdc.cpp function lhdc_info_parse (line 53) | void lhdc_info_parse(uint8_t *elements, lhdc_info_t *info) { function a2dp_lhdc_get_sample_rate (line 121) | uint8_t a2dp_lhdc_get_sample_rate(uint8_t *elements) { FILE: services/bt_app/a2dp_codecs/opus/a2dp_codec_opus.cpp type BT_DEVICE_T (line 55) | struct BT_DEVICE_T function bt_status_t (line 67) | bt_status_t a2dp_codec_opus_init(struct BT_DEVICE_T *bt_dev, int index) { FILE: services/bt_app/a2dp_codecs/sbc/a2dp_codec_sbc.cpp type BT_DEVICE_T (line 55) | struct BT_DEVICE_T function bt_status_t (line 73) | bt_status_t a2dp_codec_sbc_init(int index) { FILE: services/bt_app/a2dp_codecs/scalable/a2dp_codec_scalable.cpp type BT_DEVICE_T (line 55) | struct BT_DEVICE_T function bt_status_t (line 80) | bt_status_t a2dp_codec_scalable_init(int index) { FILE: services/bt_app/app_a2dp.cpp type AUD_SAMPRATE_T (line 73) | enum AUD_SAMPRATE_T type BT_DEVICE_ID_T (line 126) | enum BT_DEVICE_ID_T function get_value1_pos (line 138) | void get_value1_pos(U8 mask, U8 *start_pos, U8 *end_pos) { function U8 (line 154) | U8 get_valid_bit(U8 elements, U8 mask) { type BT_DEVICE_T (line 168) | struct BT_DEVICE_T function app_avrcp_save_ctxs (line 173) | uint32_t app_avrcp_save_ctxs(btif_remote_device_t *rem_dev, uint8_t *buf, function app_avrcp_restore_ctxs (line 203) | uint32_t app_avrcp_restore_ctxs(btif_remote_device_t *rem_dev, uint8_t *... function is_bd_addr_valid (line 210) | bool is_bd_addr_valid(bt_bdaddr_t *addr) { function app_avrcp_connect_timeout_timer_handler (line 220) | static void app_avrcp_connect_timeout_timer_handler(uint32_t deviceId) { function app_avrcp_connect_timeout_timer_callback (line 243) | void app_avrcp_connect_timeout_timer_callback(void const *param) { function app_avrcp_get_capabilities_start (line 279) | void app_avrcp_get_capabilities_start(btif_avrcp_chnl_handle_t chnl) { function app_avrcp_get_capabilities_retry_callback (line 325) | void app_avrcp_get_capabilities_retry_callback(void const *param) { function a2dp_init (line 390) | void a2dp_init(void) { function a2dp_bdaddr_from_id (line 473) | static bool a2dp_bdaddr_from_id(uint8_t id, bt_bdaddr_t *bd_addr) { function a2dp_bdaddr_cmp (line 489) | static bool a2dp_bdaddr_cmp(bt_bdaddr_t *bd_addr_1, bt_bdaddr_t *bd_addr... function a2dp_id_from_bdaddr (line 497) | bool a2dp_id_from_bdaddr(bt_bdaddr_t *bd_addr, uint8_t *id) { function app_bt_pause_media_player_delay_timer_handler (line 532) | static void app_bt_pause_media_player_delay_timer_handler(void const *n) { function app_bt_pause_media_player_again (line 538) | void app_bt_pause_media_player_again(uint8_t deviceId) { function app_bt_is_to_resume_music_player (line 554) | bool app_bt_is_to_resume_music_player(uint8_t deviceId) { function app_bt_reset_music_player_resume_state (line 558) | void app_bt_reset_music_player_resume_state(void) { function app_bt_set_music_player_resume_device (line 562) | void app_bt_set_music_player_resume_device(uint8_t deviceId) { function app_bt_is_music_player_working (line 566) | bool app_bt_is_music_player_working(uint8_t deviceId) { function app_bt_suspend_a2dp_streaming (line 573) | void app_bt_suspend_a2dp_streaming(uint8_t deviceId) { function app_bt_pause_music_player (line 582) | bool app_bt_pause_music_player(uint8_t deviceId) { function app_bt_resume_music_player (line 601) | void app_bt_resume_music_player(uint8_t deviceId) { function app_bt_is_a2dp_streaming (line 618) | bool app_bt_is_a2dp_streaming(uint8_t deviceId) { function FRAM_TEXT_LOC (line 622) | FRAM_TEXT_LOC uint8_t bt_sbc_player_get_codec_type(void) { function FRAM_TEXT_LOC (line 632) | FRAM_TEXT_LOC uint8_t bt_sbc_player_get_sample_bit(void) { type BT_DEVICE_ID_DIFF (line 641) | struct BT_DEVICE_ID_DIFF function POSSIBLY_UNUSED (line 644) | static POSSIBLY_UNUSED uint8_t a2dp_get_cur_stream_id(void) { function avrcp_find_a2dp_stream_id (line 647) | static uint8_t avrcp_find_a2dp_stream_id(btif_avrcp_chnl_handle_t chnl) { function get_avrcp_via_a2dp_id (line 661) | uint8_t get_avrcp_via_a2dp_id(uint8_t a2dp_id) { function avrcp_distinguish_bonding_a2dp_stream (line 670) | static uint8_t function a2dp_to_bond_avrcp_with_stream (line 684) | static void a2dp_to_bond_avrcp_with_stream(a2dp_stream_t *ptrA2dpStream, function a2dp_set_cur_stream (line 703) | static void a2dp_set_cur_stream(enum BT_DEVICE_ID_T id) { function a2dp_get_cur_stream (line 725) | enum BT_DEVICE_ID_T a2dp_get_cur_stream(void) { function a2dp_Get_curr_a2dp_conhdl (line 729) | uint16_t a2dp_Get_curr_a2dp_conhdl(void) { function a2dp_get_curStream_remDev (line 733) | void a2dp_get_curStream_remDev(btif_remote_device_t **p_remDev) { function app_a2dp_run_skip_frame (line 742) | uint8_t app_a2dp_run_skip_frame(void) { function app_a2dp_set_skip_frame (line 750) | void app_a2dp_set_skip_frame(uint8_t frames) { a2dp_skip_frame_cnt = fra... function app_a2dp_hold_mute (line 752) | void app_a2dp_hold_mute() { function app_a2dp_unhold_mute (line 756) | void app_a2dp_unhold_mute() { a2dp_skip_frame_cnt = 0; } function avrcp_get_current_media_status (line 760) | void avrcp_get_current_media_status(enum BT_DEVICE_ID_T device_id) { type BT_DEVICE_ID_T (line 771) | enum BT_DEVICE_ID_T function avrcp_callback_CT (line 778) | void avrcp_callback_CT(btif_avrcp_chnl_handle_t chnl, function avrcp_callback_TG (line 1482) | void avrcp_callback_TG(btif_avrcp_chnl_handle_t chnl, function avrcp_callback_TG (line 1495) | void avrcp_callback_TG(btif_avrcp_chnl_handle_t chnl, function avrcp_get_media_status (line 1795) | uint8_t avrcp_get_media_status(void) { function avrcp_set_media_status (line 1800) | void avrcp_set_media_status(uint8_t status) { function a2dp_init (line 1810) | void a2dp_init(void) { function avrcp_callback (line 1821) | void avrcp_callback(AvrcpChannel *chnl, function btapp_send_pause_key (line 1859) | void btapp_send_pause_key(enum BT_DEVICE_ID_T stream_id) { function btapp_a2dp_suspend_music (line 1868) | void btapp_a2dp_suspend_music(enum BT_DEVICE_ID_T stream_id) { type AUD_SAMPRATE_T (line 1874) | enum AUD_SAMPRATE_T type A2DP_TIMESTAMP_INFO_T (line 1890) | struct A2DP_TIMESTAMP_INFO_T { type A2DP_TIMESTAMP_MODE_T (line 1897) | enum A2DP_TIMESTAMP_MODE_T { type A2DP_TIMESTAMP_MODE_T (line 1903) | enum A2DP_TIMESTAMP_MODE_T type A2DP_TIMESTAMP_INFO_T (line 1905) | struct A2DP_TIMESTAMP_INFO_T function a2dp_timestamp_parser_init (line 1908) | int a2dp_timestamp_parser_init(void) { function a2dp_timestamp_parser_needsync (line 1918) | int a2dp_timestamp_parser_needsync(void) { function a2dp_timestamp_parser_run (line 1923) | int a2dp_timestamp_parser_run(uint16_t timestamp, uint16_t framenum) { type BT_DEVICE_ID_DIFF (line 2055) | struct BT_DEVICE_ID_DIFF function bt_sbc_player_get_bitsDepth (line 2059) | uint8_t bt_sbc_player_get_bitsDepth(void) { function a2dp_stream_id_distinguish (line 2070) | uint8_t a2dp_stream_id_distinguish(a2dp_stream_t *Stream, uint8_t event_... function a2dp_stream_confirm_stream_state (line 2112) | uint8_t a2dp_stream_confirm_stream_state(uint8_t index, uint8_t old_state, function a2dp_stream_locate_the_connected_dev_id (line 2117) | uint8_t a2dp_stream_locate_the_connected_dev_id(a2dp_stream_t *Stream) { function a2dp_stream_push_connected_stream (line 2157) | void a2dp_stream_push_connected_stream(a2dp_stream_t *Stream) { function a2dp_stream_push_configed_stream (line 2164) | void a2dp_stream_push_configed_stream(a2dp_stream_t *Stream, function is_aac_stream (line 2173) | uint8_t is_aac_stream(a2dp_stream_t *Stream) { function a2dp_lhdc_config (line 2193) | void a2dp_lhdc_config(uint8_t *elements) { function a2dp_lhdc_config_llc_get (line 2244) | uint8_t a2dp_lhdc_config_llc_get(void) { function a2dp_scalable_config (line 2251) | void a2dp_scalable_config(uint8_t *elements) { function a2dp_ldac_config (line 2311) | void a2dp_ldac_config(uint8_t *elements) { function app_ibrt_restore_ldac_info (line 2374) | void app_ibrt_restore_ldac_info(uint8_t sample_freq) { function bt_ldac_player_get_channelmode (line 2393) | int bt_ldac_player_get_channelmode(void) { function bt_get_ladc_sample_rate (line 2400) | int bt_get_ladc_sample_rate(void) { return ldac_decoder_sf; } type BT_DEVICE_ID_T (line 2405) | enum BT_DEVICE_ID_T function a2dp_dual_slave_setup_during_sco (line 2411) | void a2dp_dual_slave_setup_during_sco(enum BT_DEVICE_ID_T currentId) { function a2dp_dual_slave_handling_refresh (line 2440) | void a2dp_dual_slave_handling_refresh(void) { function a2dp_update_music_link (line 2469) | void a2dp_update_music_link(void) { function a2dp_get_latest_paused_device (line 2495) | uint8_t a2dp_get_latest_paused_device(void) { function a2dp_avdtp_stream_state_lock_management (line 2501) | static void function _a2dp_select_stream (line 2556) | static void _a2dp_select_stream(a2dp_stream_t *Stream, function a2dp_ibrt_session_reset (line 2635) | int a2dp_ibrt_session_reset(void) { function a2dp_ibrt_session_new (line 2640) | int a2dp_ibrt_session_new(void) { function a2dp_ibrt_session_set (line 2645) | int a2dp_ibrt_session_set(uint8_t session) { function a2dp_ibrt_session_get (line 2650) | uint32_t a2dp_ibrt_session_get(void) { return a2dp_session; } function a2dp_ibrt_stream_need_autotrigger_set_flag (line 2653) | int a2dp_ibrt_stream_need_autotrigger_set_flag(void) { function a2dp_ibrt_stream_need_autotrigger_getandclean_flag (line 2658) | int a2dp_ibrt_stream_need_autotrigger_getandclean_flag(void) { function a2dp_ibrt_sync_get_status (line 2670) | int a2dp_ibrt_sync_get_status(ibrt_a2dp_status_t *a2dp_status) { function a2dp_ibrt_sync_set_status (line 2685) | int a2dp_ibrt_sync_set_status(ibrt_a2dp_status_t *a2dp_status) { function a2dp_ibrt_stream_open_mock (line 2758) | int a2dp_ibrt_stream_open_mock(void) { function sniff_check_timer_handler (line 2801) | static void sniff_check_timer_handler(void const *param) { function a2dp_ibrt_stream_event_stream_data_ind_needskip (line 2808) | int a2dp_ibrt_stream_event_stream_data_ind_needskip(a2dp_stream_t *Strea... function a2dp_get_current_codec_type (line 2913) | uint8_t a2dp_get_current_codec_type(uint8_t *elements) { type bt_cb_tag (line 2966) | struct bt_cb_tag type BT_DEVICE_ID_T (line 3021) | enum BT_DEVICE_ID_T function a2dp_suspend_music_force (line 4231) | void a2dp_suspend_music_force(void) { function a2dp_volume_get (line 4240) | int a2dp_volume_get(enum BT_DEVICE_ID_T id) { function a2dp_volume_local_set (line 4280) | void a2dp_volume_local_set(enum BT_DEVICE_ID_T id, int8_t vol) { function a2dp_volume_set (line 4299) | int a2dp_volume_set(enum BT_DEVICE_ID_T id, uint8_t vol) { function a2dp_is_music_ongoing (line 4327) | bool a2dp_is_music_ongoing(void) { function btapp_a2dp_report_speak_gain (line 4336) | void btapp_a2dp_report_speak_gain(void) { function avdtp_Get_aacEnable_Flag (line 4389) | bool avdtp_Get_aacEnable_Flag(btif_remote_device_t *remDev, function app_AVRCP_SendCustomCmdToMobile (line 4404) | void app_AVRCP_SendCustomCmdToMobile(uint8_t *ptrData, uint32_t len) { function app_AVRCP_SendCustomCmdToTws (line 4413) | void app_AVRCP_SendCustomCmdToTws(uint8_t *ptrData, uint32_t len) { function app_AVRCP_sendCustomCmdRsp (line 4426) | static void app_AVRCP_sendCustomCmdRsp(uint8_t device_id, function app_AVRCP_CustomCmd_Received (line 4441) | static void app_AVRCP_CustomCmd_Received(uint8_t *ptrData, uint32_t len) { FILE: services/bt_app/app_a2dp.h type BT_DEVICE_ID_T (line 32) | enum BT_DEVICE_ID_T FILE: services/bt_app/app_a2dp_source.cpp function sbcpack_t (line 29) | static sbcpack_t *get_sbcPacket(void) { function a2dp_source_volume_local_set (line 70) | void a2dp_source_volume_local_set(int8_t vol) function a2dp_volume_get (line 76) | static int a2dp_volume_get(void) function a2dp_volume_set (line 88) | static int a2dp_volume_set(U8 vol) function avrcp_source_callback_TG (line 107) | void avrcp_source_callback_TG(AvrcpChannel *chnl, const AvrcpCallbackPar... function a2dp_source_mutex_lock (line 258) | static void a2dp_source_mutex_lock(void) { function a2dp_source_mutex_unlock (line 262) | static void a2dp_source_mutex_unlock(void) { function a2dp_source_sem_lock (line 266) | static void a2dp_source_sem_lock(a2dp_source_lock_t *lock) { function a2dp_source_sem_unlock (line 270) | static void a2dp_source_sem_unlock(a2dp_source_lock_t *lock) { function a2dp_source_reset_send_lock (line 275) | static void a2dp_source_reset_send_lock(void) { function a2dp_source_is_send_wait (line 282) | static bool a2dp_source_is_send_wait(void) { function a2dp_source_wait_pcm_data (line 293) | static void a2dp_source_wait_pcm_data(void) { function a2dp_source_put_data (line 303) | static void a2dp_source_put_data(void) { function a2dp_source_lock_sbcsending (line 309) | static void a2dp_source_lock_sbcsending(void * channel) function a2dp_source_unlock_sbcsending (line 314) | static void a2dp_source_unlock_sbcsending(void * channel) function a2dp_source_wait_sent (line 321) | static int32_t a2dp_source_wait_sent(uint32_t timeout) { function a2dp_source_notify_send (line 329) | void a2dp_source_notify_send(void) { function A2dpSourceEnCQueue (line 337) | static int A2dpSourceEnCQueue(CQueue *Q, CQItemType *e, unsigned int len) { function a2dp_source_pcm_buffer_write (line 366) | static int a2dp_source_pcm_buffer_write(uint8_t *pcm_buf, uint16_t len) { function a2dp_source_pcm_buffer_read (line 376) | static int a2dp_source_pcm_buffer_read(uint8_t *buff, uint16_t len) { function a2dp_source_linein_more_pcm_data (line 395) | uint32_t a2dp_source_linein_more_pcm_data(uint8_t *pcm_buf, uint32_t len) { function app_a2dp_source_stop_find (line 429) | void app_a2dp_source_stop_find(void) { function bt_a2dp_source_call_back (line 435) | static void bt_a2dp_source_call_back(const BtEvent* event) function bt_a2dp_source_call_back (line 515) | static void bt_a2dp_source_call_back(const btif_event_t *Event) { function app_a2dp_start_stream (line 612) | void app_a2dp_start_stream(void) { function app_a2dp_suspend_stream (line 616) | void app_a2dp_suspend_stream(void) { function _find_a2dp_sink_peer_device_start (line 620) | static void _find_a2dp_sink_peer_device_start(void) { function app_a2dp_source_find_sink (line 637) | void app_a2dp_source_find_sink(void) { _find_a2dp_sink_peer_device_start... function app_a2dp_source_samplerate_2_sbcenc_type (line 645) | static uint8_t function a2dp_source_send_sbc_packet (line 670) | static void a2dp_source_send_sbc_packet(void) { function app_a2dp_source_linein_on (line 728) | int app_a2dp_source_linein_on(bool on) { function send_thread (line 786) | static void send_thread(const void *arg) { function app_source_init (line 796) | void app_source_init(void) { function app_a2dp_source_init (line 808) | void app_a2dp_source_init(void) { FILE: services/bt_app/app_a2dp_source.h type BT_DEVICE_T (line 59) | struct BT_DEVICE_T type _SCB (line 80) | struct _SCB { type a2dp_source_lock_t (line 87) | typedef struct { type A2DP_SOURCE_STRUCT (line 97) | typedef struct{ type sbcpack_t (line 109) | typedef struct sbcpack{ type sbcbank_t (line 115) | typedef struct sbcbank{ FILE: services/bt_app/app_bqb.cpp type BT_DEVICE_T (line 72) | struct BT_DEVICE_T function A2dp_pts_Set_Sink_Delay (line 73) | void A2dp_pts_Set_Sink_Delay(APP_KEY_STATUS *status, void *param) { function A2dp_pts_Create_Avdtp_Signal_Channel (line 79) | void A2dp_pts_Create_Avdtp_Signal_Channel(APP_KEY_STATUS *status, void *... function Hfp_pts_create_service_level_channel (line 94) | void Hfp_pts_create_service_level_channel(APP_KEY_STATUS *status, void *... function Avrcp_pts_volume_change_notify (line 126) | void Avrcp_pts_volume_change_notify(APP_KEY_STATUS *status, void *param) { function Avrcp_pts_set_absolute_volume (line 139) | void Avrcp_pts_set_absolute_volume(APP_KEY_STATUS *status, void *param) FILE: services/bt_app/app_bqb_new_profile.cpp function A2dp_pts_Create_Avdtp_Signal_Channel (line 31) | void A2dp_pts_Create_Avdtp_Signal_Channel(APP_KEY_STATUS *status, void *... function A2dp_pts_set_sink_delay (line 36) | void A2dp_pts_set_sink_delay(APP_KEY_STATUS *status, void *param) { function Avctp_pts_avrcp_connect (line 41) | void Avctp_pts_avrcp_connect(APP_KEY_STATUS *status, void *param) { function Avrcp_pts_volume_change_notify (line 46) | void Avrcp_pts_volume_change_notify(APP_KEY_STATUS *status, void *param) { function Avrcp_pts_set_absolute_volume (line 51) | void Avrcp_pts_set_absolute_volume(APP_KEY_STATUS *status, void *param) { function Hfp_pts_create_service_level_channel (line 56) | void Hfp_pts_create_service_level_channel(APP_KEY_STATUS *status, void *... function Hfp_pts_disconnect_service_link (line 61) | void Hfp_pts_disconnect_service_link(APP_KEY_STATUS *status, void *param) { function Hfp_pts_create_audio_link (line 66) | void Hfp_pts_create_audio_link(APP_KEY_STATUS *status, void *param) { function Hfp_pts_enable_voice_recognition (line 71) | void Hfp_pts_enable_voice_recognition(APP_KEY_STATUS *status, void *para... function Hfp_pts_disable_voice_recognition (line 76) | void Hfp_pts_disable_voice_recognition(APP_KEY_STATUS *status, void *par... function Hfp_pts_list_current_calls (line 81) | void Hfp_pts_list_current_calls(APP_KEY_STATUS *status, void *param) { function Hfp_pts_release_active_call_index2 (line 86) | void Hfp_pts_release_active_call_index2(APP_KEY_STATUS *status, void *pa... function Hfp_pts_hold_active_call_index2 (line 91) | void Hfp_pts_hold_active_call_index2(APP_KEY_STATUS *status, void *param) { function Hfp_pts_release_active_call (line 96) | void Hfp_pts_release_active_call(APP_KEY_STATUS *status, void *param) { function Hfp_pts_hf_indicators_1 (line 101) | void Hfp_pts_hf_indicators_1(APP_KEY_STATUS *status, void *param) { function Hfp_pts_hf_indicators_2 (line 106) | void Hfp_pts_hf_indicators_2(APP_KEY_STATUS *status, void *param) { function Hfp_pts_hf_indicators_3 (line 111) | void Hfp_pts_hf_indicators_3(APP_KEY_STATUS *status, void *param) { function Hfp_pts_update_indicators_value (line 116) | void Hfp_pts_update_indicators_value(APP_KEY_STATUS *status, void *param) { function rfcomm_pts_register_channel (line 121) | void rfcomm_pts_register_channel(APP_KEY_STATUS *status, void *param) { function rfcomm_pts_rfcomm_close (line 126) | void rfcomm_pts_rfcomm_close(APP_KEY_STATUS *status, void *param) { function rfcomm_pts_rfcomm_close_dlci0 (line 131) | void rfcomm_pts_rfcomm_close_dlci0(APP_KEY_STATUS *status, void *param) { function rfcomm_pts_rfcomm_send_data (line 136) | void rfcomm_pts_rfcomm_send_data(APP_KEY_STATUS *status, void *param) { function Avdtp_pts_send_discover_cmd (line 141) | void Avdtp_pts_send_discover_cmd(APP_KEY_STATUS *status, void *param) { function Avdtp_pts_send_get_capability_cmd (line 146) | void Avdtp_pts_send_get_capability_cmd(APP_KEY_STATUS *status, void *par... function Avdtp_pts_send_set_configuration_cmd (line 151) | void Avdtp_pts_send_set_configuration_cmd(APP_KEY_STATUS *status, void *... function Avdtp_pts_send_get_configuration_cmd (line 156) | void Avdtp_pts_send_get_configuration_cmd(APP_KEY_STATUS *status, void *... function Avdtp_pts_send_reconfigure_cmd (line 161) | void Avdtp_pts_send_reconfigure_cmd(APP_KEY_STATUS *status, void *param) { function Avdtp_pts_send_open_cmd (line 166) | void Avdtp_pts_send_open_cmd(APP_KEY_STATUS *status, void *param) { function Avdtp_pts_send_close_cmd (line 171) | void Avdtp_pts_send_close_cmd(APP_KEY_STATUS *status, void *param) { function Avdtp_pts_send_abort_cmd (line 176) | void Avdtp_pts_send_abort_cmd(APP_KEY_STATUS *status, void *param) { function Avdtp_pts_send_get_all_capability_cmd (line 181) | void Avdtp_pts_send_get_all_capability_cmd(APP_KEY_STATUS *status, function Avdtp_pts_send_suspend_cmd (line 187) | void Avdtp_pts_send_suspend_cmd(APP_KEY_STATUS *status, void *param) { function Avdtp_pts_send_start_cmd (line 192) | void Avdtp_pts_send_start_cmd(APP_KEY_STATUS *status, void *param) { function Avdtp_pts_create_media_channel (line 197) | void Avdtp_pts_create_media_channel(APP_KEY_STATUS *status, void *param) { function l2cap_pts_disconnect_channel (line 202) | void l2cap_pts_disconnect_channel(APP_KEY_STATUS *status, void *param) { function l2cap_pts_send_data (line 207) | void l2cap_pts_send_data(APP_KEY_STATUS *status, void *param) { function spp_pts_client_open (line 220) | void spp_pts_client_open(APP_KEY_STATUS *status, void *param) { type gap_bdaddr (line 229) | struct gap_bdaddr type gap_bdaddr (line 231) | struct gap_bdaddr function ble_pts_appm_start_connecting (line 232) | void ble_pts_appm_start_connecting(APP_KEY_STATUS *status, void *param) { FILE: services/bt_app/app_bt.cpp type BT_DEVICE_T (line 105) | struct BT_DEVICE_T type bt_profile_reconnect_mode (line 125) | enum bt_profile_reconnect_mode { type bt_profile_connect_status (line 132) | enum bt_profile_connect_status { type app_bt_profile_manager (line 138) | struct app_bt_profile_manager { type bt_profile_connect_status (line 140) | enum bt_profile_connect_status type bt_profile_connect_status (line 141) | enum bt_profile_connect_status type bt_profile_connect_status (line 142) | enum bt_profile_connect_status type app_bt_profile_manager (line 165) | struct app_bt_profile_manager type bt_profile_connect_status (line 140) | enum bt_profile_connect_status type bt_profile_connect_status (line 141) | enum bt_profile_connect_status type bt_profile_connect_status (line 142) | enum bt_profile_connect_status function btif_accessible_mode_t (line 210) | btif_accessible_mode_t app_bt_get_current_access_mode(void) { function app_bt_is_connected (line 214) | bool app_bt_is_connected() { function app_device_bt_is_connected (line 229) | bool app_device_bt_is_connected() { function app_bt_accessmode_handler (line 246) | static void app_bt_accessmode_handler(btif_accessible_mode_t accMode) { function app_bt_accessmode_timehandler (line 264) | static int app_bt_accessmode_timehandler(void const *param) { function app_bt_accessmode_set (line 271) | void app_bt_accessmode_set(btif_accessible_mode_t mode) { function app_bt_get_act_cons (line 291) | uint8_t app_bt_get_act_cons(void) { function app_bt_connectable_state_set (line 305) | void app_bt_connectable_state_set(uint8_t set) { initiate_pairing = set; } function is_app_bt_pairing_running (line 306) | bool is_app_bt_pairing_running(void) { function disable_page_scan_check_timer_start (line 328) | static void disable_page_scan_check_timer_start(void) { function PairingTransferToConnectable (line 337) | void PairingTransferToConnectable(void) { function app_bt_get_audio_up_id (line 350) | int app_bt_get_audio_up_id(void) { function app_bt_ibrt_profile_checker (line 369) | int app_bt_ibrt_profile_checker(const char *str, btif_remote_device_t *r... function app_bt_state_checker (line 409) | int app_bt_state_checker(void) { function app_bt_get_devId_from_RemDev (line 536) | static uint8_t app_bt_get_devId_from_RemDev(btif_remote_device_t *remDev) { function app_bt_accessible_manager_process (line 548) | void app_bt_accessible_manager_process(const btif_event_t *Event) { function app_bt_role_manager_process (line 642) | void app_bt_role_manager_process(const btif_event_t *Event) { function app_bt_role_manager_process_dual_slave (line 865) | void app_bt_role_manager_process_dual_slave(const btif_event_t *Event) { function app_bt_sniff_manager_init (line 992) | static int app_bt_sniff_manager_init(void) { function app_bt_sniff_config (line 1012) | void app_bt_sniff_config(btif_remote_device_t *remDev) { function app_bt_sniff_manager_process (line 1059) | void app_bt_sniff_manager_process(const btif_event_t *Event) { function app_bt_global_handle_hook (line 1276) | void app_bt_global_handle_hook(const btif_event_t *Event) { function app_bt_global_handle_hook_set (line 1284) | int app_bt_global_handle_hook_set(enum APP_BT_GOLBAL_HANDLE_HOOK_USER_T ... function APP_BT_GOLBAL_HANDLE_HOOK_HANDLER (line 1290) | APP_BT_GOLBAL_HANDLE_HOOK_HANDLER function app_bt_global_handle (line 1303) | void app_bt_global_handle(const btif_event_t *Event) { function bt_sco_recov_timer_handler (line 1581) | static void bt_sco_recov_timer_handler(void const *param) { function bt_sco_recov_timer_start (line 1585) | static void bt_sco_recov_timer_start() { function hfp_reconnect_sco (line 1598) | void hfp_reconnect_sco(uint8_t set) { function app_bt_global_handle_init (line 1619) | void app_bt_global_handle_init(void) { function app_bt_send_request (line 1680) | void app_bt_send_request(uint32_t message_id, uint32_t param0, uint32_t ... function app_bt_handle_process (line 1694) | static int app_bt_handle_process(APP_MESSAGE_BODY *msg_body) { function app_bt_profile_connect_hf_retry_handler (line 1750) | static void app_bt_profile_connect_hf_retry_handler(void) { function app_bt_profile_connect_hf_retry_timehandler (line 1768) | static void app_bt_profile_connect_hf_retry_timehandler(void const *para... function app_bt_profile_connect_hs_retry_timehandler (line 1774) | static void app_bt_profile_connect_hs_retry_timehandler(void const *para... function app_bt_profile_manager_connect_a2dp_filter_connected_a2dp_stream (line 1796) | static bool app_bt_profile_manager_connect_a2dp_filter_connected_a2dp_st... function app_bt_profile_connect_a2dp_retry_handler (line 1816) | static void app_bt_profile_connect_a2dp_retry_handler(void) { function app_bt_profile_connect_a2dp_retry_timehandler (line 1847) | static void app_bt_profile_connect_a2dp_retry_timehandler(void const *pa... function app_bt_reset_reconnect_timer (line 1853) | void app_bt_reset_reconnect_timer(bt_bdaddr_t *pBdAddr) { function app_bt_profile_reconnect_handler (line 1868) | static void app_bt_profile_reconnect_handler(void const *param) { function app_bt_profile_reconnect_timehandler (line 1936) | static void app_bt_profile_reconnect_timehandler(void const *param) { function app_bt_is_in_connecting_profiles_state (line 1941) | bool app_bt_is_in_connecting_profiles_state(void) { function app_bt_clear_connecting_profiles_state (line 1952) | void app_bt_clear_connecting_profiles_state(uint8_t devId) { function app_bt_set_connecting_profiles_state (line 1963) | void app_bt_set_connecting_profiles_state(uint8_t devId) { function app_bt_profile_connect_manager_open (line 1970) | void app_bt_profile_connect_manager_open(void) { function BOOL (line 2000) | BOOL app_bt_profile_connect_openreconnecting(void *ptr) { function app_bt_is_in_reconnecting (line 2028) | bool app_bt_is_in_reconnecting(void) { function app_bt_profile_connect_manager_opening_reconnect (line 2039) | void app_bt_profile_connect_manager_opening_reconnect(void) { function app_bt_resume_sniff_mode (line 2238) | void app_bt_resume_sniff_mode(uint8_t deviceId) { function app_bt_profile_reconnect_pending (line 2251) | static int8_t app_bt_profile_reconnect_pending(enum BT_DEVICE_ID_T id) { function app_bt_profile_reconnect_pending_process (line 2260) | static int8_t app_bt_profile_reconnect_pending_process(void) { function app_bt_get_num_of_connected_dev (line 2292) | uint8_t app_bt_get_num_of_connected_dev(void) { function app_bt_record_latest_connected_service_device_id (line 2306) | void app_bt_record_latest_connected_service_device_id(uint8_t device_id) { function app_bt_get_recorded_latest_connected_service_device_id (line 2310) | uint8_t app_bt_get_recorded_latest_connected_service_device_id(void) { function app_bt_precheck_before_starting_connecting (line 2314) | static void app_bt_precheck_before_starting_connecting(uint8_t isBtConne... function app_bt_restore_reconnecting_idle_mode (line 2322) | static void app_bt_restore_reconnecting_idle_mode(uint8_t deviceId) { function app_bt_update_connectable_mode_after_connection_management (line 2330) | static void app_bt_update_connectable_mode_after_connection_management(v... function app_bt_connectable_mode_stop_reconnecting_handler (line 2353) | static void app_bt_connectable_mode_stop_reconnecting_handler(void) { function app_bt_connectable_mode_stop_reconnecting (line 2379) | void app_bt_connectable_mode_stop_reconnecting(void) { function app_bt_profile_connect_manager_hs (line 2385) | void app_bt_profile_connect_manager_hs(enum BT_DEVICE_ID_T id, HsChannel... function hfp_reconnecting_timer_stop_callback (line 2664) | void hfp_reconnecting_timer_stop_callback(const btif_event_t *event) { type BT_DEVICE_ID_T (line 2706) | enum BT_DEVICE_ID_T type hfp_context (line 2708) | struct hfp_context function else (line 2747) | else if (app_bt_ibrt_reconnect_mobile_profile_flag_get()) { type BT_DEVICE_ID_T (line 3087) | enum BT_DEVICE_ID_T function app_is_disconnecting_all_bt_connections (line 3524) | bool app_is_disconnecting_all_bt_connections(void) { function app_set_disconnecting_all_bt_connections (line 3528) | void app_set_disconnecting_all_bt_connections(bool isEnable) { function bt_status_t (line 3532) | bt_status_t LinkDisconnectDirectly(bool PowerOffFlag) { function app_disconnect_all_bt_connections (line 3758) | void app_disconnect_all_bt_connections(void) { LinkDisconnectDirectly(fa... function app_custom_function_process (line 3760) | static int app_custom_function_process(APP_MESSAGE_BODY *msg_body) { function app_bt_start_custom_function_in_app_thread (line 3772) | int app_bt_start_custom_function_in_app_thread(uint32_t param0, uint32_t... function app_bt_init (line 3786) | void app_bt_init(void) { function app_bt_has_connectivitys (line 3795) | bool app_bt_has_connectivitys(void) { function app_tws_box_set_slave_adv_data (line 3837) | void app_tws_box_set_slave_adv_data(uint8_t power_level, uint8_t box_sta... function app_tws_box_set_slave_adv_para (line 3848) | void app_tws_box_set_slave_adv_para(void) { function app_tws_start_chargerbox_adv (line 3865) | void app_tws_start_chargerbox_adv(void) { function app_is_hfp_service_connected (line 3874) | bool app_is_hfp_service_connected(void) { function btif_remote_device_t (line 3879) | btif_remote_device_t *app_bt_get_remoteDev(uint8_t deviceId) { function app_bt_stay_active_rem_dev (line 3901) | void app_bt_stay_active_rem_dev(btif_remote_device_t *pRemDev) { function app_bt_stay_active (line 3912) | void app_bt_stay_active(uint8_t deviceId) { function app_bt_allow_sniff_rem_dev (line 3917) | void app_bt_allow_sniff_rem_dev(btif_remote_device_t *pRemDev) { function app_bt_allow_sniff (line 3939) | void app_bt_allow_sniff(uint8_t deviceId) { function app_bt_stop_sniff (line 3947) | void app_bt_stop_sniff(uint8_t deviceId) { function app_bt_is_device_connected (line 3960) | bool app_bt_is_device_connected(uint8_t deviceId) { function app_bt_a2dp_is_same_stream (line 3970) | int8_t app_bt_a2dp_is_same_stream(a2dp_stream_t *src_Stream, function app_bt_a2dp_find_same_unused_stream (line 3974) | void app_bt_a2dp_find_same_unused_stream(a2dp_stream_t *in_Stream, function app_bt_a2dp_is_stream_on_device_id (line 4006) | int8_t app_bt_a2dp_is_stream_on_device_id(a2dp_stream_t *in_Stream, function app_bt_hfp_is_chan_on_device_id (line 4029) | int8_t app_bt_hfp_is_chan_on_device_id(hf_chan_handle_t chan, function app_bt_is_any_profile_connected (line 4035) | int8_t app_bt_is_any_profile_connected(uint32_t device_id) { function app_bt_is_a2dp_connected (line 4048) | int8_t app_bt_is_a2dp_connected(uint32_t device_id) { function btif_remote_device_t (line 4056) | btif_remote_device_t *app_bt_get_connected_profile_remdev(uint32_t devic... function app_bt_get_device_bdaddr (line 4079) | bool app_bt_get_device_bdaddr(uint8_t deviceId, uint8_t *btAddr) { function fast_pair_enter_pairing_mode_handler (line 4095) | void fast_pair_enter_pairing_mode_handler(void) { function app_bt_is_hfp_audio_on (line 4110) | bool app_bt_is_hfp_audio_on(void) { function btif_remote_device_t (line 4121) | btif_remote_device_t *app_bt_get_connected_mobile_device_ptr(void) { function app_bt_set_spp_device_ptr (line 4124) | void app_bt_set_spp_device_ptr(btif_remote_device_t *device) { function btif_remote_device_t (line 4130) | btif_remote_device_t *app_bt_get_spp_device_ptr(void) { function a2dp_stream_t (line 4138) | a2dp_stream_t *app_bt_get_steam(enum BT_DEVICE_ID_T id) { function app_bt_get_bt_addr (line 4145) | int app_bt_get_bt_addr(enum BT_DEVICE_ID_T id, bt_bdaddr_t *bdaddr) { function app_bt_a2dp_service_is_connected (line 4150) | bool app_bt_a2dp_service_is_connected(void) { type app_bt_search_t (line 4156) | struct app_bt_search_t { function app_bt_search_device_match (line 4163) | static bool app_bt_search_device_match(const bt_bdaddr_t *addr, type app_bt_search_t (line 4181) | struct app_bt_search_t function app_bt_search_callback (line 4182) | static void app_bt_search_callback(const btif_event_t *event) { function app_bt_start_search (line 4237) | void app_bt_start_search(void) { function app_bt_avrcp_get_notify_trans_id (line 4266) | uint8_t app_bt_avrcp_get_notify_trans_id(void) { function app_bt_avrcp_set_notify_trans_id (line 4271) | void app_bt_avrcp_set_notify_trans_id(uint8_t trans_id) { function app_bt_avrcp_get_ctl_trans_id (line 4278) | uint8_t app_bt_avrcp_get_ctl_trans_id(void) { function app_bt_avrcp_set_ctl_trans_id (line 4283) | void app_bt_avrcp_set_ctl_trans_id(uint8_t trans_id) { function app_bt_set_mobile_a2dp_stream (line 4290) | void app_bt_set_mobile_a2dp_stream(uint32_t deviceId, a2dp_stream_t *str... function app_bt_save_spp_app_ctx (line 4296) | uint32_t app_bt_save_spp_app_ctx(uint32_t app_id, btif_remote_device_t *... function app_bt_restore_spp_app_ctx (line 4327) | uint32_t app_bt_restore_spp_app_ctx(uint8_t *buf, uint32_t buf_len, function app_bt_save_hfp_app_ctx (line 4415) | uint32_t app_bt_save_hfp_app_ctx(btif_remote_device_t *rem_dev, uint8_t ... function app_bt_restore_hfp_app_ctx (line 4430) | uint32_t app_bt_restore_hfp_app_ctx(uint8_t *buf, uint32_t buf_len) { function app_bt_save_a2dp_app_ctx (line 4450) | uint32_t app_bt_save_a2dp_app_ctx(btif_remote_device_t *rem_dev, uint8_t... function app_bt_restore_a2dp_app_ctx (line 4521) | uint32_t app_bt_restore_a2dp_app_ctx(uint8_t *buf, uint32_t buf_len) { function app_bt_save_avrcp_app_ctx (line 4597) | uint32_t app_bt_save_avrcp_app_ctx(btif_remote_device_t *rem_dev, uint8_... function app_bt_restore_avrcp_app_ctx (line 4615) | uint32_t app_bt_restore_avrcp_app_ctx(uint8_t *buf, uint32_t buf_len) { function app_bt_save_map_app_ctx (line 4642) | uint32_t app_bt_save_map_app_ctx(btif_remote_device_t *rem_dev, uint8_t ... function app_bt_restore_map_app_ctx (line 4654) | uint32_t app_bt_restore_map_app_ctx(uint8_t *buf, uint32_t buf_len) { function app_bt_save_hid_app_ctx (line 4666) | uint32_t app_bt_save_hid_app_ctx(uint8_t *buf) { function app_bt_restore_hid_app_ctx (line 4681) | uint32_t app_bt_restore_hid_app_ctx(uint8_t *buf) { function app_bt_restore_hid_app_ctx (line 4690) | uint32_t app_bt_restore_hid_app_ctx(uint8_t *buf) { return 4; } function app_bt_save_hid_app_ctx (line 4691) | uint32_t app_bt_save_hid_app_ctx(uint8_t *buf) { function a2dp_stream_t (line 4702) | a2dp_stream_t *app_bt_get_mobile_a2dp_stream(uint32_t deviceId) { function app_bt_update_bt_profile_manager (line 4706) | void app_bt_update_bt_profile_manager(void) { function app_bt_update_bt_profile_manager_codec_type (line 4761) | void app_bt_update_bt_profile_manager_codec_type(uint8_t codec_type) { function app_bt_ibrt_reconnect_mobile_profile_flag_set (line 4814) | void app_bt_ibrt_reconnect_mobile_profile_flag_set(void) { function app_bt_ibrt_reconnect_mobile_profile_flag_clear (line 4818) | void app_bt_ibrt_reconnect_mobile_profile_flag_clear(void) { function app_bt_ibrt_reconnect_mobile_profile_flag_get (line 4822) | bool app_bt_ibrt_reconnect_mobile_profile_flag_get(void) { function app_bt_ibrt_reconnect_mobile_profile (line 4826) | void app_bt_ibrt_reconnect_mobile_profile(bt_bdaddr_t mobile_addr) { function app_start_fast_connectable_ble_adv (line 4899) | static void app_start_fast_connectable_ble_adv(uint16_t advInterval) { function app_fast_ble_adv_timeout_timehandler (line 4918) | static int app_fast_ble_adv_timeout_timehandler(void const *param) { function app_stop_fast_connectable_ble_adv_timer (line 4932) | void app_stop_fast_connectable_ble_adv_timer(void) { function app_bt_active_mode_manager_init (line 4941) | void app_bt_active_mode_manager_init(void) { function app_bt_active_mode_reset (line 4945) | void app_bt_active_mode_reset(uint32_t linkIndex) { function app_bt_active_mode_set (line 4949) | void app_bt_active_mode_set(BT_LINK_ACTIVE_MODE_KEEPER_USER_E user, function app_bt_active_mode_clear (line 4993) | void app_bt_active_mode_clear(BT_LINK_ACTIVE_MODE_KEEPER_USER_E user, function app_bt_get_rssi (line 5038) | int8_t app_bt_get_rssi(void) { function app_tile_get_ble_rssi (line 5059) | int8_t app_tile_get_ble_rssi(void) { function app_bt_prepare_for_ota (line 5081) | void app_bt_prepare_for_ota(void) { FILE: services/bt_app/app_bt.h type APP_BT_REQ_T (line 28) | enum APP_BT_REQ_T { type APP_BT_GOLBAL_HANDLE_HOOK_USER_T (line 34) | enum APP_BT_GOLBAL_HANDLE_HOOK_USER_T { type bt_status_t (line 41) | typedef bt_status_t (*APP_BT_REQ_HF_OP_FN_T)(void *); type APP_BT_CONNECTING_STATE_E (line 46) | typedef enum type BT_LINK_ACTIVE_MODE_KEEPER_USER_E (line 52) | typedef enum type APP_BT_GOLBAL_HANDLE_HOOK_USER_T (line 106) | enum APP_BT_GOLBAL_HANDLE_HOOK_USER_T type APP_BT_GOLBAL_HANDLE_HOOK_USER_T (line 108) | enum APP_BT_GOLBAL_HANDLE_HOOK_USER_T FILE: services/bt_app/app_bt_func.cpp function app_set_accessmode (line 71) | void app_set_accessmode(btif_accessible_mode_t mode) { function app_is_access_mode_set_pending (line 91) | bool app_is_access_mode_set_pending(void) { return bt_access_mode_set_pe... function app_set_pending_access_mode (line 94) | void app_set_pending_access_mode(void) { function app_retry_setting_access_mode (line 102) | void app_retry_setting_access_mode(void) { function app_bt_print_pending_set_linkpolicy_req (line 114) | static void app_bt_print_pending_set_linkpolicy_req(void) { function app_bt_push_pending_set_linkpolicy (line 128) | static void app_bt_push_pending_set_linkpolicy(btif_remote_device_t *rem... function BT_SET_LINKPOLICY_REQ_T (line 153) | BT_SET_LINKPOLICY_REQ_T *app_bt_pop_pending_set_linkpolicy(void) { function app_bt_set_linkpolicy (line 169) | void app_bt_set_linkpolicy(btif_remote_device_t *remDev, function app_check_pending_stop_sniff_op (line 187) | void app_check_pending_stop_sniff_op(void) { function app_add_pending_stop_sniff_op (line 216) | static void app_add_pending_stop_sniff_op(btif_remote_device_t *remDev) { function app_bt_mail_process (line 239) | static inline int app_bt_mail_process(APP_BT_MAIL *mail_p) { function app_bt_mail_alloc (line 413) | static inline int app_bt_mail_alloc(APP_BT_MAIL **mail) { function app_bt_mail_send (line 419) | static inline int app_bt_mail_send(APP_BT_MAIL *mail) { function app_bt_mail_free (line 431) | static inline int app_bt_mail_free(APP_BT_MAIL *mail_p) { function app_bt_mail_get (line 440) | static inline int app_bt_mail_get(APP_BT_MAIL **mail_p) { function app_bt_mail_poll (line 450) | static void app_bt_mail_poll(void) { function app_bt_mail_init (line 459) | int app_bt_mail_init(void) { function app_bt_Me_switch_sco (line 470) | int app_bt_Me_switch_sco(uint16_t scohandle) { function app_bt_ME_SwitchRole (line 480) | int app_bt_ME_SwitchRole(btif_remote_device_t *remDev) { function app_bt_ME_SetConnectionRole (line 492) | int app_bt_ME_SetConnectionRole(btif_connection_role_t role) { function app_bt_MeDisconnectLink (line 502) | int app_bt_MeDisconnectLink(btif_remote_device_t *remDev) { function app_bt_ME_StopSniff (line 512) | int app_bt_ME_StopSniff(btif_remote_device_t *remDev) { function app_bt_ME_StartSniff (line 522) | int app_bt_ME_StartSniff(btif_remote_device_t *remDev, function app_bt_ME_ControlSleepMode (line 534) | int app_bt_ME_ControlSleepMode(bool isEnabled) { function app_bt_ME_SetAccessibleMode (line 544) | int app_bt_ME_SetAccessibleMode(btif_accessible_mode_t mode, function app_bt_Me_SetLinkPolicy (line 561) | int app_bt_Me_SetLinkPolicy(btif_remote_device_t *remDev, function app_bt_CMGR_SetSniffTimer (line 575) | int app_bt_CMGR_SetSniffTimer(btif_cmgr_handler_t *Handler, function app_bt_CMGR_SetSniffInfoToAllHandlerByRemDev (line 594) | int app_bt_CMGR_SetSniffInfoToAllHandlerByRemDev(btif_sniff_info_t *Snif... function app_bt_A2DP_OpenStream (line 607) | int app_bt_A2DP_OpenStream(a2dp_stream_t *Stream, bt_bdaddr_t *Addr) { function app_bt_A2DP_CloseStream (line 618) | int app_bt_A2DP_CloseStream(a2dp_stream_t *Stream) { function app_bt_A2DP_SetMasterRole (line 628) | int app_bt_A2DP_SetMasterRole(a2dp_stream_t *Stream, BOOL Flag) { function app_bt_HF_CreateServiceLink (line 639) | int app_bt_HF_CreateServiceLink(hf_chan_handle_t Chan, bt_bdaddr_t *Addr) { function app_bt_HF_DisconnectServiceLink (line 650) | int app_bt_HF_DisconnectServiceLink(hf_chan_handle_t Chan) { function app_bt_HF_CreateAudioLink (line 660) | int app_bt_HF_CreateAudioLink(hf_chan_handle_t Chan) { function app_bt_HF_DisconnectAudioLink (line 670) | int app_bt_HF_DisconnectAudioLink(hf_chan_handle_t Chan) { function app_bt_HF_EnableSniffMode (line 680) | int app_bt_HF_EnableSniffMode(hf_chan_handle_t Chan, BOOL Enable) { function app_bt_HF_SetMasterRole (line 691) | int app_bt_HF_SetMasterRole(hf_chan_handle_t Chan, BOOL Flag) { function app_bt_dip_QuryService (line 703) | int app_bt_dip_QuryService(btif_dip_client_t *client, function app_bt_HS_CreateServiceLink (line 717) | int app_bt_HS_CreateServiceLink(HsChannel *Chan, bt_bdaddr_t *Addr) { function app_bt_HS_CreateAudioLink (line 728) | int app_bt_HS_CreateAudioLink(HsChannel *Chan) { function app_bt_HS_DisconnectAudioLink (line 738) | int app_bt_HS_DisconnectAudioLink(HsChannel *Chan) { function app_bt_HS_DisconnectServiceLink (line 748) | int app_bt_HS_DisconnectServiceLink(HsChannel *Chan) { function app_bt_HS_EnableSniffMode (line 758) | int app_bt_HS_EnableSniffMode(HsChannel *Chan, BOOL Enable) { function app_bt_start_custom_function_in_bt_thread (line 770) | int app_bt_start_custom_function_in_bt_thread(uint32_t param0, uint32_t ... FILE: services/bt_app/app_bt_func.h type bt_fn_req (line 30) | typedef enum _bt_fn_req { type bt_fn_param (line 72) | typedef union _bt_fn_param { type APP_BT_MAIL (line 250) | typedef struct { type BT_SET_LINKPOLICY_REQ_T (line 256) | typedef struct { FILE: services/bt_app/app_bt_hid.cpp type BT_DEVICE_T (line 63) | struct BT_DEVICE_T function app_bt_hid_delay_send_timer_handler (line 65) | static void app_bt_hid_delay_send_timer_handler(void const *param) { function app_bt_hid_delay_send_capture (line 71) | static void app_bt_hid_delay_send_capture(hid_channel_t chan) { function app_bt_hid_callback (line 92) | static void app_bt_hid_callback(hid_channel_t chan, function app_bt_hid_init (line 120) | void app_bt_hid_init(void) { function app_bt_hid_profile_connect (line 134) | void app_bt_hid_profile_connect(bt_bdaddr_t *bdaddr) { function app_bt_hid_profile_disconnect (line 147) | void app_bt_hid_profile_disconnect(hid_channel_t chnl) { function app_bt_nvrecord_get_latest_device_addr (line 154) | int app_bt_nvrecord_get_latest_device_addr(bt_bdaddr_t *addr) { function app_bt_hid_enter_shutter_mode (line 168) | void app_bt_hid_enter_shutter_mode(void) { function app_bt_hid_exit_shutter_mode (line 186) | void app_bt_hid_exit_shutter_mode(void) { function app_bt_hid_send_capture (line 202) | void app_bt_hid_send_capture(hid_channel_t chnl) { FILE: services/bt_app/app_bt_hid.h type hid_control_t (line 62) | struct hid_control_t FILE: services/bt_app/app_bt_media_manager.cpp type BT_DEVICE_T (line 66) | struct BT_DEVICE_T type AUD_SAMPRATE_T (line 67) | enum AUD_SAMPRATE_T type bt_media_manager (line 69) | struct bt_media_manager { type AUD_SAMPRATE_T (line 173) | enum AUD_SAMPRATE_T type bt_media_manager (line 174) | struct bt_media_manager function bt_media_get_media_active (line 176) | uint16_t bt_media_get_media_active(enum BT_DEVICE_ID_T device_id) { function bt_media_is_media_active_by_type (line 180) | uint8_t bt_media_is_media_active_by_type(uint16_t media_type) { function bt_media_is_media_idle (line 189) | bool bt_media_is_media_idle(void) { function bt_media_clean_up (line 198) | void bt_media_clean_up(void) { function bt_media_is_media_active_by_sbc (line 205) | bool bt_media_is_media_active_by_sbc(void) { function bt_is_sco_media_open (line 213) | bool bt_is_sco_media_open(void) { function bt_media_get_active_device_by_type (line 217) | static enum BT_DEVICE_ID_T function bt_media_is_media_active_by_device (line 227) | uint8_t bt_media_is_media_active_by_device(uint16_t media_type, function bt_media_get_current_media (line 234) | uint16_t bt_media_get_current_media(void) { return bt_meida.curr_active_... function bt_media_cur_is_bt_stream_media (line 236) | bool bt_media_cur_is_bt_stream_media(void) { function bt_media_is_sbc_media_active (line 240) | bool bt_media_is_sbc_media_active(void) { function bt_media_current_sbc_set (line 245) | void bt_media_current_sbc_set(uint8_t id) { function bt_media_set_current_media (line 250) | static void bt_media_set_current_media(uint16_t media_type) { function bt_media_clear_current_media (line 265) | static void bt_media_clear_current_media(uint16_t media_type) { function bt_media_clear_all_media_type (line 276) | static void bt_media_clear_all_media_type(void) { function bt_media_set_media_type (line 285) | static uint8_t bt_media_set_media_type(uint16_t media_type, function bt_media_clear_media_type (line 297) | void bt_media_clear_media_type(uint16_t media_type, function bt_media_get_active_sbc_device (line 310) | static enum BT_DEVICE_ID_T bt_media_get_active_sbc_device(void) { function bt_media_rbcodec_start_process (line 322) | bool bt_media_rbcodec_start_process(uint16_t stream_type, function bt_media_voicepath_start_process (line 339) | static bool bt_media_voicepath_start_process(uint16_t stream_type, function bt_media_ai_voice_start_process (line 353) | static bool bt_media_ai_voice_start_process(uint16_t stream_type, function bt_media_thirdparty_voice_start_process (line 367) | static bool bt_media_thirdparty_voice_start_process( function app_stop_a2dp_media_stream (line 379) | void app_stop_a2dp_media_stream(uint8_t devId) { function app_stop_sco_media_stream (line 384) | void app_stop_sco_media_stream(uint8_t devId) { function bt_media_start (line 390) | void bt_media_start(uint16_t stream_type, enum BT_DEVICE_ID_T device_id, function bt_media_rbcodec_stop_process (line 932) | static bool bt_media_rbcodec_stop_process(uint16_t stream_type, function bt_media_voicepath_stop_process (line 982) | bool bt_media_voicepath_stop_process(uint16_t stream_type, function bt_media_ai_voice_stop_process (line 1037) | bool bt_media_ai_voice_stop_process(uint16_t stream_type, function bt_media_thirdparty_voice_stop_process (line 1082) | bool bt_media_thirdparty_voice_stop_process(uint16_t stream_type, function bt_media_stop (line 1103) | void bt_media_stop(uint16_t stream_type, enum BT_DEVICE_ID_T device_id) { function app_media_stop_media (line 1486) | void app_media_stop_media(uint16_t stream_type, enum BT_DEVICE_ID_T devi... function bt_media_switch_to_voice (line 1564) | void bt_media_switch_to_voice(uint16_t stream_type, function app_media_update_media (line 1602) | void app_media_update_media(uint16_t stream_type, function app_audio_manager_sco_status_checker (line 1647) | int app_audio_manager_sco_status_checker(void) { function app_audio_manager_swap_sco (line 1734) | int app_audio_manager_swap_sco(enum BT_DEVICE_ID_T id) { function app_audio_manager_ctrl_volume_handle (line 1793) | int app_audio_manager_ctrl_volume_handle(APP_MESSAGE_BODY *msg_body) { function app_audio_manager_tune_samplerate_ratio_handle (line 1821) | int app_audio_manager_tune_samplerate_ratio_handle(APP_MESSAGE_BODY *msg... function app_audio_manager_sendrequest (line 1836) | int app_audio_manager_sendrequest(uint8_t massage_id, uint16_t stream_type, function app_audio_manager_sendrequest_need_callback (line 1866) | int app_audio_manager_sendrequest_need_callback(uint8_t massage_id, function app_audio_manager_ctrl_volume (line 1891) | int app_audio_manager_ctrl_volume(APP_AUDIO_MANAGER_VOLUME_CTRL_T volume... function app_audio_manager_tune_samplerate_ratio (line 1916) | int app_audio_manager_tune_samplerate_ratio(enum AUD_STREAM_T stream, function app_audio_handle_pre_processing (line 1945) | static bool app_audio_handle_pre_processing(APP_MESSAGE_BODY *msg_body) { function app_audio_manager_handle_process (line 1975) | static int app_audio_manager_handle_process(APP_MESSAGE_BODY *msg_body) { function bt_media_volume_ptr_update_by_mediatype (line 2048) | void bt_media_volume_ptr_update_by_mediatype(uint16_t stream_type) { function app_audio_manager_set_active_sco_num (line 2084) | int app_audio_manager_set_active_sco_num(enum BT_DEVICE_ID_T id) { function app_audio_manager_get_active_sco_num (line 2089) | int app_audio_manager_get_active_sco_num(void) { function hf_chan_handle_t (line 2093) | hf_chan_handle_t *app_audio_manager_get_active_sco_chnl(void) { function app_audio_manager_set_scocodecid (line 2112) | int app_audio_manager_set_scocodecid(enum BT_DEVICE_ID_T dev_id, function app_audio_manager_get_scocodecid (line 2118) | int app_audio_manager_get_scocodecid(void) { function app_audio_manager_switch_a2dp (line 2127) | int app_audio_manager_switch_a2dp(enum BT_DEVICE_ID_T id) { function app_audio_manager_a2dp_is_active (line 2148) | bool app_audio_manager_a2dp_is_active(enum BT_DEVICE_ID_T id) { function app_audio_manager_hfp_is_active (line 2166) | bool app_audio_manager_hfp_is_active(enum BT_DEVICE_ID_T id) { function app_audio_manager_capture_is_active (line 2185) | bool app_audio_manager_capture_is_active(void) { function app_audio_manager_media_is_active (line 2198) | bool app_audio_manager_media_is_active(void) { function app_audio_manager_open (line 2210) | void app_audio_manager_open(void) { function app_audio_manager_close (line 2226) | void app_audio_manager_close(void) { function app_rbplay_is_localplayer_mode (line 2237) | bool app_rbplay_is_localplayer_mode(void) { return app_rbplay_player_mod... function app_rbplay_mode_switch (line 2239) | bool app_rbplay_mode_switch(void) { function app_rbplay_set_player_mode (line 2243) | void app_rbplay_set_player_mode(bool isInPlayerMode) { function app_rbcodec_ctr_play_onoff (line 2247) | void app_rbcodec_ctr_play_onoff(bool on) { function app_rbcodec_ctl_set_play_status (line 2262) | void app_rbcodec_ctl_set_play_status(bool st) { function app_rbcodec_get_play_status (line 2267) | bool app_rbcodec_get_play_status(void) { function app_rbcodec_toggle_play_stop (line 2272) | void app_rbcodec_toggle_play_stop(void) { function app_rbcodec_check_hfp_active (line 2280) | bool app_rbcodec_check_hfp_active(void) { function app_ibrt_sync_mix_prompt_req_handler (line 2285) | void app_ibrt_sync_mix_prompt_req_handler(uint8_t *ptrParam, function app_audio_decode_err_force_trigger (line 2292) | void app_audio_decode_err_force_trigger(void) { FILE: services/bt_app/app_bt_media_manager.h type APP_BT_MEDIA_MANAGER_ID_T (line 53) | enum APP_BT_MEDIA_MANAGER_ID_T { type APP_AUDIO_MANAGER_MSG_STRUCT (line 65) | typedef struct { type APP_AUDIO_MANAGER_VOLUME_CTRL_T (line 73) | enum APP_AUDIO_MANAGER_VOLUME_CTRL_T { type BT_DEVICE_ID_T (line 96) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 97) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 98) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 99) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 102) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 105) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 106) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 109) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 110) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 113) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 114) | enum BT_DEVICE_ID_T type AUD_STREAM_T (line 133) | enum AUD_STREAM_T FILE: services/bt_app/app_bt_stream.cpp type AUD_SAMPRATE_T (line 304) | enum AUD_SAMPRATE_T type PLAYER_OPER_T (line 308) | enum PLAYER_OPER_T { type btdevice_volume (line 330) | struct btdevice_volume type btdevice_volume (line 331) | struct btdevice_volume type AUD_BITS_T (line 343) | enum AUD_BITS_T type AUD_SAMPRATE_T (line 344) | enum AUD_SAMPRATE_T type AUD_CHANNEL_NUM_T (line 353) | enum AUD_CHANNEL_NUM_T type AUD_BITS_T (line 363) | enum AUD_BITS_T type AUD_SAMPRATE_T (line 364) | enum AUD_SAMPRATE_T type AUD_CHANNEL_NUM_T (line 366) | enum AUD_CHANNEL_NUM_T type BT_DEVICE_ID_T (line 372) | enum BT_DEVICE_ID_T function is_sbc_mode (line 376) | uint8_t __attribute__((section(".fast_text_sram"))) function is_sco_mode (line 384) | uint8_t __attribute__((section(".fast_text_sram"))) function app_bt_stream_trigger_timeout_cb (line 409) | static void app_bt_stream_trigger_timeout_cb(void const *n) { function app_bt_stream_trigger_checker_init (line 426) | static int app_bt_stream_trigger_checker_init(void) { function app_bt_stream_trigger_checker_start (line 437) | static int app_bt_stream_trigger_checker_start(void) { function app_bt_stream_trigger_checker_stop (line 445) | static int app_bt_stream_trigger_checker_stop(void) { function app_bt_stream_trigger_checker_handler (line 452) | int app_bt_stream_trigger_checker_handler(uint32_t trigger_checker) { type BT_DEVICE_T (line 475) | struct BT_DEVICE_T type AUD_SAMPRATE_T (line 493) | enum AUD_SAMPRATE_T function app_linein_buffer_is_empty (line 525) | int8_t app_linein_buffer_is_empty(void) { function app_linein_pcm_come (line 533) | uint32_t app_linein_pcm_come(uint8_t *pcm_buf, uint32_t len) { function app_linein_need_pcm_data (line 542) | uint32_t app_linein_need_pcm_data(uint8_t *pcm_buf, uint32_t len) { function app_a2dp_source_I2S_onoff (line 569) | int app_a2dp_source_I2S_onoff(bool onoff) { function bt_parse_sbc_sample_rate (line 666) | enum AUD_SAMPRATE_T bt_parse_sbc_sample_rate(uint8_t sbc_samp_rate) { function bt_store_sbc_sample_rate (line 696) | void bt_store_sbc_sample_rate(enum AUD_SAMPRATE_T sample_rate) { function bt_get_sbc_sample_rate (line 700) | enum AUD_SAMPRATE_T bt_get_sbc_sample_rate(void) { return a2dp_sample_ra... function bt_parse_store_sbc_sample_rate (line 702) | enum AUD_SAMPRATE_T bt_parse_store_sbc_sample_rate(uint8_t sbc_samp_rate) { function bt_sbc_player_setup (line 711) | int bt_sbc_player_setup(uint8_t freq) { function merge_stereo_to_mono_16bits (line 772) | void merge_stereo_to_mono_16bits(int16_t *src_buf, int16_t *dst_buf, function merge_stereo_to_mono_24bits (line 781) | void merge_stereo_to_mono_24bits(int32_t *src_buf, int32_t *dst_buf, type APP_RESAMPLE_T (line 905) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 907) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 908) | enum AUD_CHANNEL_NUM_T type APP_RESAMPLE_T (line 911) | struct APP_RESAMPLE_T function process_delay (line 960) | bool process_delay(int32_t delay_ms) { function a2dp_clock_calib_process (line 986) | void a2dp_clock_calib_process(uint32_t len) { function app_if_need_fix_target_rxbit (line 1129) | bool app_if_need_fix_target_rxbit(void) { function bt_is_playback_triggered (line 1135) | bool bt_is_playback_triggered(void) { return isBtPlaybackTriggered; } function bt_set_playback_triggered (line 1137) | static void bt_set_playback_triggered(bool isEnable) { function FRAM_TEXT_LOC (line 1141) | FRAM_TEXT_LOC uint32_t bt_sbc_player_more_data(uint8_t *buf, uint32_t le... function FRAM_TEXT_LOC (line 1297) | FRAM_TEXT_LOC void function audio_adj_mc_data_playback_a2dp (line 1332) | static uint32_t audio_adj_mc_data_playback_a2dp(uint8_t *buf, function audio_mc_data_playback_a2dp (line 1470) | static uint32_t audio_mc_data_playback_a2dp(uint8_t *buf, function app_is_meridian_on (line 1630) | bool app_is_meridian_on() { return isMeridianEQON; } function app_audio_get_eq (line 1632) | uint8_t app_audio_get_eq() { return g_current_eq_index; } function app_meridian_eq (line 1634) | bool app_meridian_eq(bool onoff) { function app_audio_set_eq (line 1639) | int app_audio_set_eq(uint8_t index) { function bt_audio_updata_eq (line 1660) | void bt_audio_updata_eq(uint8_t index) { function bt_audio_updata_eq_for_anc (line 1685) | uint8_t bt_audio_updata_eq_for_anc(uint8_t anc_status) { function bt_audio_get_eq_index (line 1715) | uint8_t bt_audio_get_eq_index(AUDIO_EQ_TYPE_T audio_eq_type, function bt_audio_set_eq (line 1780) | uint32_t bt_audio_set_eq(AUDIO_EQ_TYPE_T audio_eq_type, uint8_t index) { type BT_STREAM_TRIGGER_STATUS_T (line 2054) | enum BT_STREAM_TRIGGER_STATUS_T { type BT_STREAM_TRIGGER_STATUS_T (line 2064) | enum BT_STREAM_TRIGGER_STATUS_T type AUD_STREAM_ID_T (line 2067) | enum AUD_STREAM_ID_T type AUD_STREAM_T (line 2068) | enum AUD_STREAM_T function app_bt_stream_trigger_stauts_set (line 2070) | inline void function app_bt_stream_trigger_stauts_get (line 2077) | inline enum BT_STREAM_TRIGGER_STATUS_T app_bt_stream_trigger_stauts_get(... function app_bt_stream_get_dma_buffer_delay_us (line 2082) | uint32_t app_bt_stream_get_dma_buffer_delay_us(void) { function app_bt_stream_get_dma_buffer_samples (line 2098) | uint32_t app_bt_stream_get_dma_buffer_samples(void) { function app_bt_stream_ibrt_auto_synchronize_status_set (line 2135) | int app_bt_stream_ibrt_auto_synchronize_status_set( function APP_TWS_IBRT_AUDIO_SYNCHRONIZE_STATUS_TYPE (line 2142) | APP_TWS_IBRT_AUDIO_SYNCHRONIZE_STATUS_TYPE function app_bt_stream_ibrt_auto_synchronize_trigger_start (line 2148) | int app_bt_stream_ibrt_auto_synchronize_trigger_start( function app_bt_stream_ibrt_auto_synchronize_dataind_cb (line 2182) | int app_bt_stream_ibrt_auto_synchronize_dataind_cb(btif_media_header_t *... function app_bt_stream_ibrt_auto_synchronize_start (line 2306) | void app_bt_stream_ibrt_auto_synchronize_start( function app_bt_stream_ibrt_auto_synchronize_hungup (line 2323) | void app_bt_stream_ibrt_auto_synchronize_hungup(void) { function app_bt_stream_ibrt_auto_synchronize_stop (line 2328) | void app_bt_stream_ibrt_auto_synchronize_stop(void) { function app_bt_stream_ibrt_auto_synchronize_on_porcess (line 2335) | bool app_bt_stream_ibrt_auto_synchronize_on_porcess(void) { function app_bt_stream_ibrt_start_sbc_player_callback (line 2345) | void app_bt_stream_ibrt_start_sbc_player_callback(uint32_t status, function app_bt_stream_ibrt_start_sbc_player (line 2363) | int app_bt_stream_ibrt_start_sbc_player( function app_bt_stream_ibrt_trigger_seq_diff_calc (line 2374) | uint16_t app_bt_stream_ibrt_trigger_seq_diff_calc(int32_t dma_samples, function app_bt_stream_ibrt_auto_synchronize_initsync_dataind_cb_v2 (line 2393) | int app_bt_stream_ibrt_auto_synchronize_initsync_dataind_cb_v2( function app_bt_stream_ibrt_mobile_link_playback_info_receive (line 2474) | void app_bt_stream_ibrt_mobile_link_playback_info_receive( function app_bt_stream_ibrt_set_trigger_time (line 2621) | void app_bt_stream_ibrt_set_trigger_time( function app_bt_stream_ibrt_audio_mismatch_resume (line 2735) | void app_bt_stream_ibrt_audio_mismatch_resume(void) { function app_bt_stream_ibrt_audio_mismatch_stopaudio_cb (line 2753) | void app_bt_stream_ibrt_audio_mismatch_stopaudio_cb(uint32_t status, function app_bt_stream_ibrt_audio_mismatch_stopaudio (line 2769) | int app_bt_stream_ibrt_audio_mismatch_stopaudio(void) { function app_bt_stream_set_trigger_time (line 2820) | void app_bt_stream_set_trigger_time(uint32_t trigger_time_us) { function app_bt_stream_trigger_result (line 2885) | void app_bt_stream_trigger_result(void) { function app_bt_stream_playback_irq_notification (line 2925) | void app_bt_stream_playback_irq_notification(enum AUD_STREAM_ID_T id, function app_bt_stream_trigger_init (line 2939) | void app_bt_stream_trigger_init(void) { function app_bt_stream_trigger_deinit (line 2968) | void app_bt_stream_trigger_deinit(void) { app_bt_stream_set_trigger_time... function app_bt_stream_trigger_start (line 2970) | void app_bt_stream_trigger_start(uint8_t offset) { function app_bt_stream_trigger_onprocess (line 3094) | bool app_bt_stream_trigger_onprocess(void) { function app_bt_stream_ibrt_auto_synchronize_initsync_dataind_cb (line 3114) | int app_bt_stream_ibrt_auto_synchronize_initsync_dataind_cb( function app_bt_stream_ibrt_auto_synchronize_initsync_start (line 3185) | void app_bt_stream_ibrt_auto_synchronize_initsync_start( function app_bt_stream_ibrt_audio_master_detect_next_packet_cb (line 3227) | int app_bt_stream_ibrt_audio_master_detect_next_packet_cb( function app_bt_stream_ibrt_audio_master_detect_next_packet_start (line 3406) | int app_bt_stream_ibrt_audio_master_detect_next_packet_start(void) { function app_bt_stream_ibrt_audio_slave_detect_next_packet_waitforever_cb (line 3416) | int app_bt_stream_ibrt_audio_slave_detect_next_packet_waitforever_cb( function app_bt_stream_ibrt_audio_slave_detect_next_packet_cb (line 3435) | int app_bt_stream_ibrt_audio_slave_detect_next_packet_cb( function app_bt_stream_ibrt_audio_slave_detect_next_packet_start (line 3531) | int app_bt_stream_ibrt_audio_slave_detect_next_packet_start( function app_bt_stream_detect_next_packet_cb (line 3549) | int app_bt_stream_detect_next_packet_cb(btif_media_header_t *header, function app_audio_buffer_check (line 3559) | void app_audio_buffer_check(void) { function bt_sbc_player (line 3577) | int bt_sbc_player(enum PLAYER_OPER_T on, enum APP_SYSFREQ_FREQ_T freq) { function app_bt_stream_sco_trigger_set_codecpcm_triggle (line 4498) | void app_bt_stream_sco_trigger_set_codecpcm_triggle(uint8_t triggle_en) { function app_bt_stream_sco_trigger_wait_codecpcm_triggle (line 4502) | uint32_t app_bt_stream_sco_trigger_wait_codecpcm_triggle(void) { function app_bt_stream_sco_trigger_set_btpcm_triggle (line 4506) | void app_bt_stream_sco_trigger_set_btpcm_triggle(uint32_t triggle_en) { function app_bt_stream_sco_trigger_wait_btpcm_triggle (line 4510) | uint32_t app_bt_stream_sco_trigger_wait_btpcm_triggle(void) { function app_bt_stream_sco_trigger_codecpcm_tick (line 4514) | int app_bt_stream_sco_trigger_codecpcm_tick(void) { function app_bt_stream_sco_trigger_btpcm_tick (line 4554) | int app_bt_stream_sco_trigger_btpcm_tick(void) { function app_bt_stream_sco_trigger_btpcm_start (line 4593) | void app_bt_stream_sco_trigger_btpcm_start(void) { function app_bt_stream_sco_trigger_btpcm_stop (line 4669) | void app_bt_stream_sco_trigger_btpcm_stop(void) { return; } function app_bt_stream_sco_trigger_codecpcm_start (line 4679) | void app_bt_stream_sco_trigger_codecpcm_start(uint32_t btclk, uint16_t b... function app_bt_stream_sco_trigger_codecpcm_stop (line 4776) | void app_bt_stream_sco_trigger_codecpcm_stop(void) { type AUD_CHANNEL_NUM_T (line 4800) | enum AUD_CHANNEL_NUM_T type AUD_CHANNEL_NUM_T (line 4801) | enum AUD_CHANNEL_NUM_T function bt_sco_codec_is_msbc (line 4803) | bool bt_sco_codec_is_msbc(void) { function bt_sco_mobile_clkcnt_get (line 4817) | void bt_sco_mobile_clkcnt_get(uint32_t btclk, uint16_t btcnt, type APP_RESAMPLE_T (line 4866) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 4867) | struct APP_RESAMPLE_T function bt_sco_capture_resample_iter (line 4869) | static int bt_sco_capture_resample_iter(uint8_t *buf, uint32_t len) { function bt_sco_playback_resample_iter (line 4874) | static int bt_sco_playback_resample_iter(uint8_t *buf, uint32_t len) { function bt_sco_codec_tuning (line 4892) | static void bt_sco_codec_tuning(void) { function tdm_callback_func (line 5110) | uint32_t tdm_callback_func(uint8_t *buf_ptr, uint32_t frame_len) { function bt_sco_get_tdm_buffer (line 5129) | void bt_sco_get_tdm_buffer(uint8_t **buf, uint32_t *len) { function bt_sco_codec_capture_data (line 5150) | static uint32_t bt_sco_codec_capture_data(uint8_t *buf, uint32_t len) { function bt_sco_btpcm_playback_data (line 5344) | static uint32_t bt_sco_btpcm_playback_data(uint8_t *buf, uint32_t len) { function codec_capture_i2s_enable (line 5370) | void codec_capture_i2s_enable(void) { function bt_sco_btpcm_get_pcm_priv_data (line 5387) | void bt_sco_btpcm_get_pcm_priv_data(struct PCM_DATA_FLAG_T *pcm_data, function bt_sco_btpcm_capture_data (line 5410) | static uint32_t bt_sco_btpcm_capture_data(uint8_t *buf, uint32_t len) { function bt_anc_sco_down_sample_16bits (line 5587) | static void bt_anc_sco_down_sample_16bits(int16_t *dst, int16_t *src, function bt_sco_codec_playback_data_post_handler (line 5595) | static void bt_sco_codec_playback_data_post_handler(uint8_t *buf, uint32... function bt_sco_codec_playback_data (line 5612) | static uint32_t bt_sco_codec_playback_data(uint8_t *buf, uint32_t len) { function bt_sco_player_forcemute (line 5818) | int bt_sco_player_forcemute(bool mic_mute, bool spk_mute) { function bt_sco_player_get_codetype (line 5824) | int bt_sco_player_get_codetype(void) { function audio_mc_data_playback_sco (line 5834) | static uint32_t audio_mc_data_playback_sco(uint8_t *buf, function speech_get_frame_size (line 6053) | int speech_get_frame_size(int fs, int ch, int ms) { function speech_get_frame_size (line 6057) | int speech_get_frame_size(int fs, int ch, int ms) { function speech_get_af_buffer_size (line 6062) | int speech_get_af_buffer_size(int fs, int ch, int ms) { function speech_sco_get_sample_rate (line 6066) | enum AUD_SAMPRATE_T speech_sco_get_sample_rate(void) { function speech_codec_get_sample_rate (line 6081) | enum AUD_SAMPRATE_T speech_codec_get_sample_rate(void) { type AUD_SAMPRATE_T (line 6100) | enum AUD_SAMPRATE_T function bt_sco_bt_trigger_callback (line 6103) | void bt_sco_bt_trigger_callback(void) { function bt_sco_player (line 6112) | int bt_sco_player(bool on, enum APP_SYSFREQ_FREQ_T freq) { function app_linein_buffer_is_empty (line 6873) | int8_t app_linein_buffer_is_empty(void) { function app_linein_pcm_come (line 6881) | uint32_t app_linein_pcm_come(uint8_t *pcm_buf, uint32_t len) { function app_linein_need_pcm_data (line 6887) | uint32_t app_linein_need_pcm_data(uint8_t *pcm_buf, uint32_t len) { function app_play_linein_onoff (line 6914) | int app_play_linein_onoff(bool onoff) { function app_bt_stream_open (line 7120) | int app_bt_stream_open(APP_AUDIO_STATUS *status) { function app_bt_stream_close (line 7249) | int app_bt_stream_close(uint16_t player) { function app_bt_stream_setup (line 7332) | int app_bt_stream_setup(uint16_t player, uint8_t status) { function app_bt_stream_restart (line 7358) | int app_bt_stream_restart(APP_AUDIO_STATUS *status) { function app_bt_stream_volumeup (line 7432) | void app_bt_stream_volumeup(void) { function app_bt_set_volume (line 7495) | void app_bt_set_volume(uint16_t type, uint8_t level) { function app_bt_stream_volumedown (line 7534) | void app_bt_stream_volumedown(void) { function app_bt_stream_volumeset_handler (line 7594) | void app_bt_stream_volumeset_handler(int8_t vol) { function app_bt_stream_volumeset (line 7614) | int app_bt_stream_volumeset(int8_t vol) { function app_bt_stream_local_volume_get (line 7635) | int app_bt_stream_local_volume_get(void) { return stream_local_volume; } function app_bt_stream_a2dpvolume_get (line 7637) | uint8_t app_bt_stream_a2dpvolume_get(void) { function app_bt_stream_hfpvolume_get (line 7642) | uint8_t app_bt_stream_hfpvolume_get(void) { function app_bt_stream_a2dpvolume_reset (line 7647) | void app_bt_stream_a2dpvolume_reset(void) { function app_bt_stream_hfpvolume_reset (line 7652) | void app_bt_stream_hfpvolume_reset(void) { function app_bt_stream_volume_ptr_update (line 7657) | void app_bt_stream_volume_ptr_update(uint8_t *bdAddr) { type btdevice_volume (line 7686) | struct btdevice_volume function app_bt_stream_isrun (line 7690) | bool app_bt_stream_isrun(uint16_t player) { function app_bt_stream_closeall (line 7698) | int app_bt_stream_closeall() { function app_bt_stream_copy_track_one_to_two_24bits (line 7720) | void app_bt_stream_copy_track_one_to_two_24bits(int32_t *dst_buf, function app_bt_stream_copy_track_one_to_two_16bits (line 7729) | void app_bt_stream_copy_track_one_to_two_16bits(int16_t *dst_buf, function app_bt_stream_copy_track_two_to_one_16bits (line 7738) | void app_bt_stream_copy_track_two_to_one_16bits(int16_t *dst_buf, function app_bt_stream_adaptive_frequency_adjusting (line 7746) | void app_bt_stream_adaptive_frequency_adjusting(void) { function app_force48k_resample_iter (line 7757) | static int app_force48k_resample_iter(uint8_t *buf, uint32_t len) { type APP_RESAMPLE_T (line 7776) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 7777) | enum AUD_CHANNEL_NUM_T function memzero_int16 (line 7795) | static void memzero_int16(void *dst, uint32_t len) { type APP_RESAMPLE_T (line 7808) | struct APP_RESAMPLE_T type AUD_STREAM_T (line 7809) | enum AUD_STREAM_T type RESAMPLE_COEF_T (line 7809) | struct RESAMPLE_COEF_T type AUD_CHANNEL_NUM_T (line 7810) | enum AUD_CHANNEL_NUM_T type APP_RESAMPLE_T (line 7813) | struct APP_RESAMPLE_T type RESAMPLE_CFG_T (line 7814) | struct RESAMPLE_CFG_T type RESAMPLE_STATUS_T (line 7815) | enum RESAMPLE_STATUS_T type APP_RESAMPLE_T (line 7821) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 7829) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 7858) | struct APP_RESAMPLE_T type AUD_STREAM_T (line 7859) | enum AUD_STREAM_T type RESAMPLE_COEF_T (line 7859) | struct RESAMPLE_COEF_T type AUD_CHANNEL_NUM_T (line 7860) | enum AUD_CHANNEL_NUM_T type APP_RESAMPLE_T (line 7864) | struct APP_RESAMPLE_T type RESAMPLE_CFG_T (line 7865) | struct RESAMPLE_CFG_T type RESAMPLE_STATUS_T (line 7866) | enum RESAMPLE_STATUS_T type APP_RESAMPLE_T (line 7873) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 7879) | struct APP_RESAMPLE_T function app_resample_close (line 7908) | static int app_resample_close(struct APP_RESAMPLE_T *resamp) { type APP_RESAMPLE_T (line 7920) | struct APP_RESAMPLE_T type AUD_SAMPRATE_T (line 7921) | enum AUD_SAMPRATE_T type AUD_CHANNEL_NUM_T (line 7922) | enum AUD_CHANNEL_NUM_T type RESAMPLE_COEF_T (line 7924) | struct RESAMPLE_COEF_T type APP_RESAMPLE_T (line 7944) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 7945) | enum AUD_CHANNEL_NUM_T type RESAMPLE_COEF_T (line 7948) | struct RESAMPLE_COEF_T type APP_RESAMPLE_T (line 7954) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 7955) | enum AUD_CHANNEL_NUM_T type RESAMPLE_COEF_T (line 7957) | struct RESAMPLE_COEF_T type APP_RESAMPLE_T (line 7964) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 7965) | enum AUD_CHANNEL_NUM_T type RESAMPLE_COEF_T (line 7967) | struct RESAMPLE_COEF_T function app_playback_resample_close (line 7976) | int app_playback_resample_close(struct APP_RESAMPLE_T *resamp) { function app_playback_resample_run (line 7980) | int app_playback_resample_run(struct APP_RESAMPLE_T *resamp, uint8_t *buf, type APP_RESAMPLE_T (line 8067) | struct APP_RESAMPLE_T type AUD_SAMPRATE_T (line 8068) | enum AUD_SAMPRATE_T type AUD_CHANNEL_NUM_T (line 8069) | enum AUD_CHANNEL_NUM_T type RESAMPLE_COEF_T (line 8071) | struct RESAMPLE_COEF_T type APP_RESAMPLE_T (line 8086) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 8087) | enum AUD_CHANNEL_NUM_T type RESAMPLE_COEF_T (line 8090) | struct RESAMPLE_COEF_T function app_capture_resample_close (line 8096) | int app_capture_resample_close(struct APP_RESAMPLE_T *resamp) { function app_capture_resample_run (line 8100) | int app_capture_resample_run(struct APP_RESAMPLE_T *resamp, uint8_t *buf, function app_resample_reset (line 8189) | void app_resample_reset(struct APP_RESAMPLE_T *resamp) { function app_resample_tune (line 8194) | void app_resample_tune(struct APP_RESAMPLE_T *resamp, float ratio) { function APP_RESAMPLE_BUF_ALLOC_CALLBACK (line 8212) | APP_RESAMPLE_BUF_ALLOC_CALLBACK function store_encode_frame2buff (line 8228) | void store_encode_frame2buff() { function store_encode_frame2buff (line 8260) | void store_encode_frame2buff() { function app_bt_stream_init (line 8285) | int app_bt_stream_init(void) { FILE: services/bt_app/app_bt_stream.h type APP_BT_SETTING_T (line 96) | enum APP_BT_SETTING_T { type APP_BT_AUDIO_Q_POS (line 106) | enum APP_BT_AUDIO_Q_POS { type APP_AUDIO_STATUS (line 111) | typedef struct { type btdevice_volume (line 145) | struct btdevice_volume type AUD_SAMPRATE_T (line 163) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 165) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 167) | enum AUD_SAMPRATE_T type APP_RESAMPLE_T (line 187) | struct APP_RESAMPLE_T { type APP_RESAMPLE_T (line 197) | struct APP_RESAMPLE_T type AUD_SAMPRATE_T (line 197) | enum AUD_SAMPRATE_T type AUD_CHANNEL_NUM_T (line 197) | enum AUD_CHANNEL_NUM_T type APP_RESAMPLE_T (line 199) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 199) | enum AUD_CHANNEL_NUM_T type APP_RESAMPLE_T (line 202) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 202) | enum AUD_CHANNEL_NUM_T type APP_RESAMPLE_T (line 206) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 206) | enum AUD_CHANNEL_NUM_T type APP_RESAMPLE_T (line 210) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 211) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 213) | struct APP_RESAMPLE_T type AUD_SAMPRATE_T (line 213) | enum AUD_SAMPRATE_T type AUD_CHANNEL_NUM_T (line 213) | enum AUD_CHANNEL_NUM_T type APP_RESAMPLE_T (line 215) | struct APP_RESAMPLE_T type AUD_CHANNEL_NUM_T (line 215) | enum AUD_CHANNEL_NUM_T type APP_RESAMPLE_T (line 218) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 219) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 221) | struct APP_RESAMPLE_T type APP_RESAMPLE_T (line 222) | struct APP_RESAMPLE_T FILE: services/bt_app/app_btgatt.cpp function app_btgatt_addsdp (line 22) | void app_btgatt_addsdp(uint16_t pServiceUUID, uint16_t startHandle, function app_btgatt_init (line 28) | void app_btgatt_init(void) { FILE: services/bt_app/app_btmap_sms.cpp type BT_DEVICE_T (line 78) | struct BT_DEVICE_T type SMS_MSG_T (line 79) | struct SMS_MSG_T function btmap_sms_session_event_handler (line 87) | static int btmap_sms_session_event_handler(btif_map_session_handle_t han... function app_btmap_connected_callback (line 109) | void app_btmap_connected_callback(void *param, void *map_session) { function app_btmap_sms_init (line 117) | void app_btmap_sms_init(void) { function app_btmap_sms_open (line 128) | void app_btmap_sms_open(BT_DEVICE_ID_T id, bt_bdaddr_t *remote) { function app_btmap_sms_close (line 148) | void app_btmap_sms_close(BT_DEVICE_ID_T id) { function app_btmap_sms_send (line 161) | void app_btmap_sms_send(BT_DEVICE_ID_T id, char *telNum, char *msg) { function app_btmap_check_is_connected (line 173) | bool app_btmap_check_is_connected(BT_DEVICE_ID_T id) { function app_btmap_check_is_idle (line 181) | bool app_btmap_check_is_idle(BT_DEVICE_ID_T id) { function app_btmap_sms_save (line 189) | void app_btmap_sms_save(BT_DEVICE_ID_T id, char *telNum, char *msg) { function app_btmap_sms_resend (line 205) | void app_btmap_sms_resend(void) { function app_btmap_state_check_handling_handler (line 213) | static int app_btmap_state_check_handling_handler(void const *param) { FILE: services/bt_app/app_btmap_sms.h type SMS_MSG_T (line 36) | struct SMS_MSG_T{ FILE: services/bt_app/app_dip.cpp function app_dip_callback (line 52) | static void app_dip_callback(bt_bdaddr_t *_addr, bool ios_flag) { function app_dip_sync_info_prepare_handler (line 74) | void app_dip_sync_info_prepare_handler(uint8_t *buf, uint16_t *length) { function app_dip_sync_info_received_handler (line 93) | void app_dip_sync_info_received_handler(uint8_t *buf, uint16_t length) { function app_dip_sync_init (line 116) | void app_dip_sync_init(void) { function app_dip_sync_dip_info (line 128) | void app_dip_sync_dip_info(void) { app_tws_if_sync_info(TWS_SYNC_USER_DI... function app_dip_init (line 131) | void app_dip_init(void) { btif_dip_init(app_dip_callback); } FILE: services/bt_app/app_dip.h type MOBILE_CONN_TYPE_E (line 24) | typedef enum { FILE: services/bt_app/app_fp_rfcomm.cpp function fp_rfcomm_alloc_tx_chunk (line 88) | static int32_t fp_rfcomm_alloc_tx_chunk(void) { function fp_rfcomm_free_tx_chunk (line 108) | static bool fp_rfcomm_free_tx_chunk(void) { function fp_rfcomm_reset_tx_buf (line 120) | static void fp_rfcomm_reset_tx_buf(void) { function app_set_find_my_buds (line 142) | void app_set_find_my_buds(uint8_t mode) { function gfps_set_find_my_buds (line 212) | static void gfps_set_find_my_buds(uint8_t cmd) { function gfps_find_devices_ring_timeout_handler (line 237) | static void gfps_find_devices_ring_timeout_handler(void const *param) { function fp_rfcomm_ring_timer_set (line 243) | void fp_rfcomm_ring_timer_set(uint8_t period) { function fp_rfcomm_ring_request_handling (line 256) | static void fp_rfcomm_ring_request_handling(uint8_t *requestdata, function fp_rfcomm_reset_data_accumulator (line 450) | static void fp_rfcomm_reset_data_accumulator(void) { function fp_rfcomm_data_accumulator (line 455) | static void fp_rfcomm_data_accumulator(uint8_t *ptr, uint16_t len) { function fp_rfcomm_data_handler (line 483) | static void fp_rfcomm_data_handler(uint8_t *ptr, uint16_t len) { function fp_rfcomm_data_received (line 522) | static int fp_rfcomm_data_received(void *pDev, uint8_t process, uint8_t ... function fp_rfcomm_connected_handler (line 530) | static void fp_rfcomm_connected_handler(void) { function fp_rfcomm_callback (line 541) | static bool fp_rfcomm_callback(RFCOMM_EVENT_E event, uint8_t instanceIndex, function app_fp_disconnect_rfcomm_handler (line 592) | static void app_fp_disconnect_rfcomm_handler(void) { function app_fp_disconnect_rfcomm (line 598) | void app_fp_disconnect_rfcomm(void) { function app_fp_rfcomm_send_handler (line 603) | static void app_fp_rfcomm_send_handler(uint8_t *ptrData, uint32_t length) { function app_fp_rfcomm_send (line 611) | void app_fp_rfcomm_send(uint8_t *ptrData, uint32_t length) { function bt_status_t (line 634) | bt_status_t app_fp_rfcomm_init(void) { function app_is_fp_rfcomm_connected (line 672) | bool app_is_fp_rfcomm_connected(void) { return fp_rfcomm_service.isConne... function app_fp_msg_enable_bt_silence_mode (line 675) | void app_fp_msg_enable_bt_silence_mode(bool isEnable) { function app_fp_msg_send_model_id (line 690) | void app_fp_msg_send_model_id(void) { function app_fp_msg_send_updated_ble_addr (line 712) | void app_fp_msg_send_updated_ble_addr(void) { function app_fp_msg_send_battery_levels (line 725) | void app_fp_msg_send_battery_levels(void) { function app_fp_msg_send_active_components_rsp (line 736) | static __attribute__((unused)) void function app_fp_msg_send_message_ack (line 758) | static __attribute__((unused)) void function app_fp_msg_send_message_nak (line 768) | static __attribute__((unused)) void FILE: services/bt_app/app_fp_rfcomm.h type FP_MESSAGE_STREAM_T (line 9) | typedef struct { FILE: services/bt_app/app_hfp.cpp type BT_DEVICE_ID_T (line 107) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 116) | enum BT_DEVICE_ID_T type hfp_context (line 118) | struct hfp_context type hf_sendbuff_control (line 123) | struct hf_sendbuff_control function app_hfp_mediaplay_delay_resume_timer_cb (line 143) | static void app_hfp_mediaplay_delay_resume_timer_cb(void const *n) { type BT_DEVICE_T (line 164) | struct BT_DEVICE_T function app_hfp_set_battery_level (line 174) | void app_hfp_set_battery_level(uint8_t level) { function app_hfp_battery_report_reset (line 183) | int app_hfp_battery_report_reset(uint8_t bt_device_id) { function bt_status_t (line 199) | bt_status_t Send_customer_battery_report_AT_command(hf_chan_handle_t cha... function bt_status_t (line 211) | bt_status_t function bt_status_t (line 221) | bt_status_t Send_customer_version_report_AT_command(hf_chan_handle_t cha... function ask_is_selfdefined_battery_report_AT_command_support (line 234) | uint8_t ask_is_selfdefined_battery_report_AT_command_support(void) { function send_selfdefined_battery_report_AT_command (line 247) | uint8_t send_selfdefined_battery_report_AT_command(void) { function app_hfp_battery_report (line 272) | int app_hfp_battery_report(uint8_t level) { function app_hfp_battery_report_proc (line 316) | void app_hfp_battery_report_proc(void) { function bt_status_t (line 326) | bt_status_t app_hfp_send_at_command(const char *cmd) { function app_hfp_curr_audio_up (line 339) | bool app_hfp_curr_audio_up(hf_chan_handle_t hfp_chnl) { function app_hfp_get_chnl_via_remDev (line 350) | uint8_t app_hfp_get_chnl_via_remDev(hf_chan_handle_t *p_hfp_chnl) { function app_hfp_siri_report (line 374) | int app_hfp_siri_report() { function app_hfp_siri_voice (line 394) | int app_hfp_siri_voice(bool en) { type BT_DEVICE_ID_T (line 453) | enum BT_DEVICE_ID_T function app_hfp_3_way_call_counter_set (line 457) | void app_hfp_3_way_call_counter_set(enum BT_DEVICE_ID_T id, uint8_t set) { function app_hfp_set_cur_chnl_id (line 472) | void app_hfp_set_cur_chnl_id(uint8_t id) { function app_hfp_get_cur_call_chnl (line 481) | uint8_t app_hfp_get_cur_call_chnl(void **chnl) { function app_hfp_clear_cur_call_chnl (line 489) | void app_hfp_clear_cur_call_chnl(enum BT_DEVICE_ID_T id) { function app_hfp_cur_call_chnl_reset (line 495) | void app_hfp_cur_call_chnl_reset(enum BT_DEVICE_ID_T id) { function app_hfp_cur_chnl_is_on_3_way_calling (line 502) | bool app_hfp_cur_chnl_is_on_3_way_calling(void) { function hfp_app_status_indication (line 524) | static void hfp_app_status_indication(enum BT_DEVICE_ID_T chan_id, type BT_DEVICE_ID_DIFF (line 653) | struct BT_DEVICE_ID_DIFF function hfp_chan_id_distinguish (line 655) | void hfp_chan_id_distinguish(hf_chan_handle_t chan) { function hfp_volume_get (line 664) | int hfp_volume_get(enum BT_DEVICE_ID_T id) { function hfp_volume_local_set (line 689) | void hfp_volume_local_set(enum BT_DEVICE_ID_T id, int8_t vol) { function hfp_volume_set (line 706) | int hfp_volume_set(enum BT_DEVICE_ID_T id, int vol) { function hfp_call_setup_running_on_set (line 722) | void hfp_call_setup_running_on_set(uint8_t set) { call_setup_running_on ... function hfp_call_setup_running_on_clr (line 724) | void hfp_call_setup_running_on_clr(void) { call_setup_running_on = 0; } function hfp_get_call_setup_running_on_state (line 726) | uint8_t hfp_get_call_setup_running_on_state(void) { function hfp_connected_ind_handler (line 731) | static void hfp_connected_ind_handler(hf_chan_handle_t chan, function hfp_disconnected_ind_handler (line 795) | static void hfp_disconnected_ind_handler(hf_chan_handle_t chan, function hfp_audio_data_sent_handler (line 822) | static void hfp_audio_data_sent_handler(hf_chan_handle_t chan, type hfp_context (line 830) | struct hfp_context function hfp_call_ind_handler (line 878) | static void hfp_call_ind_handler(hf_chan_handle_t chan, function hfp_callsetup_ind_handler (line 1027) | static void hfp_callsetup_ind_handler(hf_chan_handle_t chan, function hfp_current_call_state_handler (line 1123) | static void hfp_current_call_state_handler(hf_chan_handle_t chan, function hfp_audio_connected_handler (line 1132) | static void hfp_audio_connected_handler(hf_chan_handle_t chan, function hfp_audio_disconnected_handler (line 1322) | static void hfp_audio_disconnected_handler(hf_chan_handle_t chan, function hfp_ring_ind_handler (line 1427) | static void hfp_ring_ind_handler(hf_chan_handle_t chan, function hfp_speak_volume_handler (line 1454) | static void hfp_speak_volume_handler(hf_chan_handle_t chan, function hfp_voice_rec_state_ind_handler (line 1461) | static void hfp_voice_rec_state_ind_handler(hf_chan_handle_t chan, function hfp_bes_test_handler (line 1467) | static void hfp_bes_test_handler(hf_chan_handle_t chan, function hfp_read_ag_ind_status_handler (line 1472) | static void hfp_read_ag_ind_status_handler(hf_chan_handle_t chan, function hfp_call_held_ind_handler (line 1477) | static void hfp_call_held_ind_handler(hf_chan_handle_t chan, function app_hfp_set_skip_frame (line 1518) | void app_hfp_set_skip_frame(uint8_t frames) { skip_frame_cnt = frames; } function app_hfp_run_skip_frame (line 1519) | uint8_t app_hfp_run_skip_frame(void) { function hfp_is_service_connected (line 1526) | uint8_t hfp_is_service_connected(uint8_t device_id) { function app_hfp_is_starting_media_pending (line 1537) | bool app_hfp_is_starting_media_pending(void) { function app_hfp_mute_upstream (line 1541) | void app_hfp_mute_upstream(uint8_t devId, bool isMute) { function app_hfp_set_starting_media_pending_flag (line 1553) | static void app_hfp_set_starting_media_pending_flag(bool isEnabled, function app_hfp_start_voice_media (line 1579) | void app_hfp_start_voice_media(uint8_t devId) { function app_hfp_resume_pending_voice_media (line 1585) | void app_hfp_resume_pending_voice_media(void) { function hfp_multipoint_audio_manage_a2dp_callback (line 1594) | void hfp_multipoint_audio_manage_a2dp_callback() { function hfp_suspend_another_device_a2dp (line 1637) | void hfp_suspend_another_device_a2dp(void) { function app_hfp_audio_closed_delay_resume_ble_adv_timer_cb (line 1642) | static void app_hfp_audio_closed_delay_resume_ble_adv_timer_cb(void cons... function app_hfp_resume_ble_adv (line 1648) | static void app_hfp_resume_ble_adv(void) { function _app_hfp_select_channel (line 1662) | static void _app_hfp_select_channel(hf_chan_handle_t chan, function app_hfp_event_callback (line 1736) | void app_hfp_event_callback(hf_chan_handle_t chan, struct hfp_context *c... function btapp_hfp_get_call_state (line 1874) | uint8_t btapp_hfp_get_call_state(void) { function btapp_hfp_get_call_setup (line 1884) | uint8_t btapp_hfp_get_call_setup(void) { function btapp_hfp_incoming_calls (line 1894) | uint8_t btapp_hfp_incoming_calls(void) { function btapp_hfp_is_call_active (line 1904) | bool btapp_hfp_is_call_active(void) { function btapp_hfp_is_sco_active (line 1915) | bool btapp_hfp_is_sco_active(void) { function btapp_hfp_is_dev_call_active (line 1925) | bool btapp_hfp_is_dev_call_active(uint8_t devId) { function btapp_hfp_is_dev_sco_connected (line 1930) | bool btapp_hfp_is_dev_sco_connected(uint8_t devId) { function btapp_hfp_get_call_active (line 1934) | uint8_t btapp_hfp_get_call_active(void) { function btapp_hfp_report_speak_gain (line 1946) | void btapp_hfp_report_speak_gain(void) { function btapp_hfp_need_mute (line 1971) | uint8_t btapp_hfp_need_mute(void) { return app_bt_device.hf_mute_flag; } function btapp_hfp_mic_need_skip_frame (line 1975) | bool btapp_hfp_mic_need_skip_frame(void) { function btapp_hfp_mic_need_skip_frame_set (line 1988) | void btapp_hfp_mic_need_skip_frame_set(int32_t skip_frame) { function btapp_sco_switch_set_pcm (line 1997) | void btapp_sco_switch_set_pcm(void) { function app_hfp_init (line 2006) | void app_hfp_init(void) { function app_hfp_enable_audio_link (line 2037) | void app_hfp_enable_audio_link(bool isEnable) { return; } function hfp_ibrt_service_connected_mock (line 2040) | int hfp_ibrt_service_connected_mock(void) { function hfp_ibrt_sync_get_status (line 2053) | int hfp_ibrt_sync_get_status(ibrt_hfp_status_t *hfp_status) { function hfp_ibrt_sync_set_status (line 2072) | int hfp_ibrt_sync_set_status(ibrt_hfp_status_t *hfp_status) { function hfp_ibrt_sco_audio_connected (line 2117) | int hfp_ibrt_sco_audio_connected(hfp_sco_codec_t codec, uint16_t sco_con... function hfp_ibrt_sco_audio_disconnected (line 2153) | int hfp_ibrt_sco_audio_disconnected(void) { FILE: services/bt_app/app_hfp.h type hf_sendbuff_control (line 28) | struct hf_sendbuff_control { type hf_sendbuff_control (line 38) | struct hf_sendbuff_control function app_hfp_battery_report (line 49) | static inline int app_hfp_battery_report(uint8_t level) {return 0;} type BT_DEVICE_ID_T (line 74) | enum BT_DEVICE_ID_T FILE: services/bt_app/app_hsp.cpp type BT_DEVICE_ID_DIFF (line 56) | struct BT_DEVICE_ID_DIFF type BT_DEVICE_T (line 57) | struct BT_DEVICE_T type hf_sendbuff_control (line 72) | struct hf_sendbuff_control type BT_DEVICE_ID_T (line 83) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 85) | enum BT_DEVICE_ID_T type BT_DEVICE_ID_T (line 86) | enum BT_DEVICE_ID_T function hsp_chan_id_distinguish (line 92) | void hsp_chan_id_distinguish(HsChannel *Chan) { function app_hsp_hscommand_mempool_init (line 103) | int app_hsp_hscommand_mempool_init(void) { function app_hsp_hscommand_mempool_calloc (line 108) | int app_hsp_hscommand_mempool_calloc(HsCommand **hs_cmd_p) { function app_hsp_hscommand_mempool_free (line 113) | int app_hsp_hscommand_mempool_free(HsCommand *hs_cmd_p) { function XaStatus (line 124) | XaStatus app_hs_handle_cmd(HsChannel *Chan, uint8_t cmd_type) { function app_hsp_init (line 156) | void app_hsp_init(void) { function hsp_callback (line 179) | void hsp_callback(HsChannel *Chan, HsCallbackParms *Info) { FILE: services/bt_app/app_keyhandle.cpp type BT_DEVICE_T (line 54) | struct BT_DEVICE_T function bt_key_handle_siri_key (line 67) | void bt_key_handle_siri_key(enum APP_KEY_EVENT_T event) { function hsp_handle_key (line 98) | void hsp_handle_key(uint8_t hsp_key) { function hfcall_next_sta_handler (line 131) | void hfcall_next_sta_handler(hf_event_t event) { function hfp_handle_key (line 161) | void hfp_handle_key(uint8_t hfp_key) { function a2dp_handleKey (line 277) | extern void a2dp_handleKey(uint8_t a2dp_key) { type HF_CHANNEL_SWITCH_STATUS (line 354) | enum HF_CHANNEL_SWITCH_STATUS{ type HF_CHANNEL_SWITCH_ENV_T (line 359) | struct HF_CHANNEL_SWITCH_ENV_T{ type HF_CHANNEL_SWITCH_STATUS (line 364) | enum HF_CHANNEL_SWITCH_STATUS function bt_key_hf_channel_switch_stop (line 369) | static void bt_key_hf_channel_switch_stop(void) function bt_key_hf_channel_switch_active (line 380) | static void bt_key_hf_channel_switch_active(BT_DEVICE_ID_T current_id, B... function bt_key_hf_channel_switch_start (line 395) | static void bt_key_hf_channel_switch_start(void) function bt_key_hf_channel_switch_init (line 432) | static void bt_key_hf_channel_switch_init(void) function bt_key_hf_channel_switch_hook (line 437) | static void bt_key_hf_channel_switch_hook(const btif_event_t*Event) function hfp_call_state_checker (line 469) | void hfp_call_state_checker(void) { function HFCALL_MACHINE_ENUM (line 499) | HFCALL_MACHINE_ENUM app_get_hfcall_machine(void) { function bt_key_handle_func_click (line 703) | void bt_key_handle_func_click(void) { function bt_key_handle_func_doubleclick (line 781) | void bt_key_handle_func_doubleclick(void) { function bt_key_handle_func_longpress (line 856) | void bt_key_handle_func_longpress(void) { function bt_key_handle_func_key (line 954) | void bt_key_handle_func_key(enum APP_KEY_EVENT_T event) { function bt_key_handle_func_key (line 973) | void bt_key_handle_func_key(enum APP_KEY_EVENT_T event) function app_bt_volumeup (line 1292) | void app_bt_volumeup() { function app_bt_volumedown (line 1296) | void app_bt_volumedown() { function bt_key_handle_up_key (line 1301) | void bt_key_handle_up_key(enum APP_KEY_EVENT_T event) { function bt_key_handle_down_key (line 1332) | void bt_key_handle_down_key(enum APP_KEY_EVENT_T event) { function bt_key_handle_up_key (line 1348) | void bt_key_handle_up_key(enum APP_KEY_EVENT_T event) { function bt_key_handle_down_key (line 1364) | void bt_key_handle_down_key(enum APP_KEY_EVENT_T event) { function bt_key_handle_source_func_key (line 1381) | void bt_key_handle_source_func_key(enum APP_KEY_EVENT_T event) { function bt_update_key_event (line 1411) | static void bt_update_key_event(uint32_t code, uint8_t event) { function bt_key_send (line 1419) | void bt_key_send(APP_KEY_STATUS *status) { function bt_key_handle (line 1434) | void bt_key_handle(void) { function bt_key_init (line 1469) | void bt_key_init(void) { FILE: services/bt_app/app_media_player.cpp type AUD_BITS_T (line 91) | enum AUD_BITS_T type AUD_SAMPRATE_T (line 92) | enum AUD_SAMPRATE_T type AUD_CHANNEL_NUM_T (line 101) | enum AUD_CHANNEL_NUM_T type tMediaSoundMap (line 119) | struct tMediaSoundMap { type tPlayContContext (line 138) | struct tPlayContContext { type AUD_SAMPRATE_T (line 155) | enum AUD_SAMPRATE_T function media_audio_init (line 162) | int media_audio_init(void) { function decode_sbc_frame (line 195) | static int decode_sbc_frame(unsigned char *pcm_buffer, unsigned int pcm_... function store_sbc_buffer (line 279) | static int store_sbc_buffer(unsigned char *buf, unsigned int len) { function app_tws_sync_prompt_manager_reset (line 298) | void app_tws_sync_prompt_manager_reset(void) { function app_tws_sync_prompt_check (line 304) | void app_tws_sync_prompt_check(void) { function trigger_media_play (line 338) | void trigger_media_play(AUD_ID_ENUM id, uint8_t device_id, uint16_t aud_... function trigger_media_stop (line 344) | void trigger_media_stop(AUD_ID_ENUM id, uint8_t device_id) { function media_playAudioSideSelect (line 350) | uint32_t media_playAudioSideSelect(AUD_ID_ENUM id, uint8_t device_id, function media_PlayAudio (line 356) | uint32_t media_PlayAudio(AUD_ID_ENUM id, uint8_t device_id) { function media_PlayAudio_standalone (line 363) | void media_PlayAudio_standalone(AUD_ID_ENUM id, uint8_t device_id) { function media_PlayAudio_locally (line 367) | void media_PlayAudio_locally(AUD_ID_ENUM id, uint8_t device_id) { function media_PlayAudio_standalone_locally (line 373) | void media_PlayAudio_standalone_locally(AUD_ID_ENUM id, uint8_t device_i... function media_PlayAudio_remotely (line 377) | void media_PlayAudio_remotely(AUD_ID_ENUM id, uint8_t device_id) { function media_PlayAudio_standalone_remotely (line 383) | void media_PlayAudio_standalone_remotely(AUD_ID_ENUM id, uint8_t device_... function AUD_ID_ENUM (line 387) | AUD_ID_ENUM media_GetCurrentPrompt(uint8_t device_id) { function media_Set_IncomingNumber (line 401) | void media_Set_IncomingNumber(const char *pNumber) { function PROMPT_MIX_PROPERTY_T (line 417) | PROMPT_MIX_PROPERTY_T *get_prompt_mix_property(uint16_t promptId) { function media_runtime_audio_prompt_update (line 442) | void media_runtime_audio_prompt_update(uint16_t id, uint8_t **ptr, function media_Play_init_audio (line 609) | void media_Play_init_audio(uint16_t aud_id) { function app_play_sbc_more_data_fadeout (line 636) | uint32_t app_play_sbc_more_data_fadeout(int16_t *buf, uint32_t len) { function app_play_sbc_more_data_fadein_config (line 651) | int app_play_sbc_more_data_fadein_config(uint32_t len) { function app_play_sbc_more_data_fadein (line 657) | uint32_t app_play_sbc_more_data_fadein(int16_t *buf, uint32_t len) { function app_play_single_sbc_more_data (line 686) | uint32_t app_play_single_sbc_more_data(uint8_t *buf, uint32_t len) { function app_play_continue_sbc_more_data (line 722) | uint32_t app_play_continue_sbc_more_data(uint8_t *buf, uint32_t len) { function app_play_sbc_channel_select (line 766) | uint32_t app_play_sbc_channel_select(int16_t *dst_buf, int16_t *src_buf, function app_play_sbc_more_data (line 819) | uint32_t app_play_sbc_more_data(uint8_t *buf, uint32_t len) { function app_play_audio_lineinmode_mono_merge (line 914) | inline static void app_play_audio_lineinmode_mono_merge(int16_t *aud_buf... function app_play_audio_lineinmode_stereo_merge (line 923) | inline static void app_play_audio_lineinmode_stereo_merge( function app_play_audio_lineinmode_more_data (line 940) | uint32_t app_play_audio_lineinmode_more_data(uint8_t *buf, uint32_t len) { function app_play_audio_lineinmode_init (line 976) | int app_play_audio_lineinmode_init(uint8_t mode, uint32_t buff_len) { function app_play_audio_lineinmode_start (line 984) | int app_play_audio_lineinmode_start(APP_AUDIO_STATUS *status) { function app_play_audio_lineinmode_stop (line 997) | int app_play_audio_lineinmode_stop(APP_AUDIO_STATUS *status) { function audio_mc_data_playback_media (line 1007) | static uint32_t audio_mc_data_playback_media(uint8_t *buf, function app_audio_playback_done (line 1146) | void app_audio_playback_done(void) { function app_play_audio_stop (line 1152) | int app_play_audio_stop(void) { function app_play_audio_set_aud_id (line 1161) | int app_play_audio_set_aud_id(uint32_t aud_id) { function app_play_audio_get_aud_id (line 1166) | int app_play_audio_get_aud_id(void) { return g_active_aud_id; } function app_play_audio_set_lang (line 1168) | void app_play_audio_set_lang(int L) { g_language = L; } function app_play_audio_get_lang (line 1170) | int app_play_audio_get_lang() { return g_language; } type BT_DEVICE_T (line 1171) | struct BT_DEVICE_T function app_play_audio_onoff (line 1172) | int app_play_audio_onoff(bool onoff, APP_AUDIO_STATUS *status) { function app_stop_local_prompt_playing (line 1411) | static void app_stop_local_prompt_playing(void) { function app_stop_both_prompt_playing (line 1418) | void app_stop_both_prompt_playing(void) { function app_tws_cmd_stop_prompt_handler (line 1423) | void app_tws_cmd_stop_prompt_handler(uint8_t *ptrParam, uint16_t paramLe... FILE: services/bt_app/app_media_player.h type MEDIA_AUDIO_TYPE (line 24) | typedef enum type msg_num_ptr (line 48) | typedef struct type PROMPT_MIX_PROPERTY_T (line 58) | typedef struct FILE: services/bt_app/app_rfcomm_mgr.cpp type spp_device (line 16) | struct spp_device type spp_service (line 19) | struct spp_service function osThreadId (line 117) | osThreadId app_rfcomm_get_rx_thread_id(uint8_t serviceIndex) { function app_rfcomm_get_instance_index (line 125) | uint8_t app_rfcomm_get_instance_index(void *dev) { function app_rfcomm_org_callback (line 136) | static void app_rfcomm_org_callback(struct spp_device *locDev, function osMutexId (line 178) | osMutexId app_rfcomm_service_get_mutex(uint8_t instanceIndex) { function bt_status_t (line 182) | static bt_status_t app_rfcomm_service_init( function app_rfcomm_read (line 223) | void app_rfcomm_read(uint8_t instanceIndex, uint8_t *pBuf, uint16_t *ptr... function app_rfcomm_write (line 235) | int8_t app_rfcomm_write(uint8_t instanceIndex, const uint8_t *pBuf, function app_rfcomm_removesdpservice (line 251) | bool app_rfcomm_removesdpservice(uint8_t instanceIndex) { function app_rfcomm_addsdpservice (line 261) | bool app_rfcomm_addsdpservice(uint8_t instanceIndex) { function app_rfcomm_close (line 271) | void app_rfcomm_close(uint8_t instanceIndex) { function app_rfcomm_open (line 278) | int8_t app_rfcomm_open(RFCOMM_CONFIG_T *ptConfig) { function app_rfcomm_mgr_init (line 331) | void app_rfcomm_mgr_init(void) { function app_rfcomm_services_add_sdp (line 338) | void app_rfcomm_services_add_sdp(void) {} function app_rfcomm_services_remove_sdp (line 342) | void app_rfcomm_services_remove_sdp(void) {} FILE: services/bt_app/app_rfcomm_mgr.h type RFCOMM_EVENT_E (line 21) | typedef enum type RFCOMM_CONFIG_T (line 35) | typedef struct FILE: services/bt_app/app_ring_merge.cpp type APP_RING_MERGE_STATUS (line 31) | enum APP_RING_MERGE_STATUS { type APP_RING_MERGE_CONFIG_T (line 37) | struct APP_RING_MERGE_CONFIG_T { type APP_RING_MERGE_PLAY_T (line 43) | enum APP_RING_MERGE_PLAY_T type APP_RING_MERGE_CONFIG_T (line 50) | struct APP_RING_MERGE_CONFIG_T type APP_RING_MERGE_PLAY_T (line 43) | enum APP_RING_MERGE_PLAY_T function DataType (line 59) | static DataType convertTo(int16_t x) { function app_ring_merge_track_2_in_1 (line 66) | static void app_ring_merge_track_2_in_1(DataType *src_buf0, int16_t *src... function app_ring_merge_oneshot_more_data_impl (line 89) | static uint32_t app_ring_merge_oneshot_more_data_impl(uint8_t *buf, function app_ring_merge_oneshot_more_data (line 123) | static uint32_t app_ring_merge_oneshot_more_data(uint8_t *buf, uint32_t ... function app_ring_merge_periodic_more_data_impl (line 137) | static uint32_t app_ring_merge_periodic_more_data_impl(uint8_t *buf, function app_ring_merge_periodic_more_data (line 185) | static uint32_t app_ring_merge_periodic_more_data(uint8_t *buf, uint32_t... function app_ring_merge_more_data (line 198) | uint32_t app_ring_merge_more_data(uint8_t *buf, uint32_t len) { function app_ring_merge_setup (line 214) | int app_ring_merge_setup(int16_t *buf, uint32_t len, function app_ring_merge_init (line 238) | int app_ring_merge_init(void) { function app_ring_merge_deinit (line 247) | int app_ring_merge_deinit(void) { function app_ring_merge_start (line 265) | int app_ring_merge_start(void) { function app_ring_merge_stop (line 338) | int app_ring_merge_stop(void) { function app_ring_merge_isrun (line 349) | bool app_ring_merge_isrun(void) { function app_ring_merge_save_pending_start_stream_op (line 359) | void app_ring_merge_save_pending_start_stream_op(uint8_t pendingStopOp, function app_ring_merge_finished_callback (line 365) | static void app_ring_merge_finished_callback(void) { FILE: services/bt_app/app_ring_merge.h type APP_RING_MERGE_PLAY_T (line 22) | enum APP_RING_MERGE_PLAY_T { type APP_RING_MERGE_PLAY_T (line 35) | enum APP_RING_MERGE_PLAY_T FILE: services/bt_app/app_sec.cpp function pair_handler_func (line 25) | void pair_handler_func(enum pair_event evt, const btif_event_t *event) { function auth_handler_func (line 60) | void auth_handler_func(void) { FILE: services/bt_app/app_spp.cpp type spp_device (line 43) | struct spp_device function bt_status_t (line 47) | bt_status_t app_spp_send_data(struct spp_device *osDev_t, uint8_t *ptrData, function app_spp_open (line 77) | void app_spp_open(struct spp_device *osDev_t, btif_remote_device_t *btDe... type spp_device (line 103) | struct spp_device function spp_test_handle_data_event_func (line 122) | int spp_test_handle_data_event_func(void *pDev, uint8_t process, uint8_t... function spp_test_client_callback (line 127) | static void spp_test_client_callback(struct spp_device *locDev, function app_spp_test_client_open (line 151) | void app_spp_test_client_open(btif_remote_device_t *remote_device) function pts_spp_client_init (line 182) | void pts_spp_client_init(void) { function pts_cmgr_callback (line 212) | void pts_cmgr_callback(btif_cmgr_handler_t *cHandler, cmgr_event_t Event, FILE: services/bt_app/app_spp.h type RFCOMM_CHANNEL_NUM (line 55) | enum RFCOMM_CHANNEL_NUM { type spp_device (line 68) | struct spp_device type spp_device (line 70) | struct spp_device type spp_device (line 71) | struct spp_device type spp_device (line 72) | struct spp_device type spp_device (line 74) | struct spp_device type spp_device (line 75) | struct spp_device FILE: services/bt_app/audio_prompt_sbc.cpp function audio_prompt_sbc_init_decoder (line 57) | static int audio_prompt_sbc_init_decoder(void) { type APP_RESAMPLE_T (line 75) | struct APP_RESAMPLE_T function audio_prompt_set_pending_stop_op (line 102) | static void audio_prompt_set_pending_stop_op(uint8_t op) { function audio_prompt_get_pending_stop_op (line 107) | static uint8_t audio_prompt_get_pending_stop_op(void) { function audio_prompt_set_saved_stopped_stream_id (line 111) | static void audio_prompt_set_saved_stopped_stream_id(int8_t id) { function audio_prompt_get_saved_stopped_stream_id (line 116) | static int8_t audio_prompt_get_saved_stopped_stream_id(void) { function audio_prompt_init_handler (line 120) | void audio_prompt_init_handler(void) { function audio_prompt_is_allow_update_volume (line 125) | bool audio_prompt_is_allow_update_volume(void) { function audio_prompt_is_playing_ongoing (line 139) | bool audio_prompt_is_playing_ongoing(void) { function get_prompt_trigger_delay (line 161) | static uint32_t get_prompt_trigger_delay(uint16_t promptId) { function tws_calculate_mix_prompt_trigger_ticks (line 173) | bool tws_calculate_mix_prompt_trigger_ticks(uint16_t promptId) { function tws_enable_mix_prompt (line 189) | void tws_enable_mix_prompt(bool isEnable) { function tws_set_mix_prompt_trigger_ticks (line 194) | void tws_set_mix_prompt_trigger_ticks(uint32_t ticks) { function tws_sync_mix_prompt_start_handling (line 198) | void tws_sync_mix_prompt_start_handling(void) { function tws_is_mix_prompt_allowed_to_start (line 206) | bool tws_is_mix_prompt_allowed_to_start(void) { return isStartMixPrompt; } function app_ibrt_send_mix_prompt_req (line 208) | void app_ibrt_send_mix_prompt_req(void) { function tws_sync_mix_prompt_handling (line 220) | bool tws_sync_mix_prompt_handling(void) { function tws_get_mix_prompt_trigger_ticks (line 232) | uint32_t tws_get_mix_prompt_trigger_ticks(void) { function tws_reset_mix_prompt_trigger_ticks (line 236) | void tws_reset_mix_prompt_trigger_ticks(void) { function app_tws_stop_peer_prompt (line 243) | void app_tws_stop_peer_prompt(void) { function tws_playback_ticks_check_for_mix_prompt (line 250) | void tws_playback_ticks_check_for_mix_prompt(void) { function app_tws_cmd_sync_mix_prompt_req_handler (line 304) | void app_tws_cmd_sync_mix_prompt_req_handler(uint8_t *ptrParam, function audio_prompt_resample_iter (line 344) | static int audio_prompt_resample_iter(uint8_t *buf, uint32_t len) { function audio_prompt_buffer_config (line 371) | void audio_prompt_buffer_config(uint8_t mixType, uint8_t channel_cnt, function audio_prompt_get_prompt_id (line 400) | uint16_t audio_prompt_get_prompt_id(void) { return audio_prompt_env.prom... function audio_prompt_get_sample_rate (line 402) | uint32_t audio_prompt_get_sample_rate(void) { function audio_prompt_start_playing (line 406) | bool audio_prompt_start_playing(uint16_t promptPram, function audio_prompt_forcefully_stop (line 531) | void audio_prompt_forcefully_stop(void) { function audio_prompt_check_on_stopping_stream (line 542) | bool audio_prompt_check_on_stopping_stream(uint8_t pendingStopOp, function audio_prompt_clear_pending_stream (line 563) | bool audio_prompt_clear_pending_stream(uint8_t op) { function audio_prompt_stop_playing (line 591) | void audio_prompt_stop_playing(void) { function DstType (line 658) | static inline DstType prompt_data_ssat(int32_t in) { function DstType (line 671) | static inline DstType prompt_data_extend(int16_t in) { function audio_prompt_crossfade (line 684) | static void audio_prompt_crossfade(DstType *dst_buf, DstType *src_buf1, function audio_prompt_processing_handler (line 938) | void audio_prompt_processing_handler(uint32_t acquiredPcmDataLen, function audio_prompt_sbc_decode (line 972) | static uint32_t audio_prompt_sbc_decode(uint8_t *pcm_buffer, FILE: services/bt_app/audio_prompt_sbc.h type AUDIO_PROMPT_SBC_CONFIG_T (line 19) | typedef struct type APP_TWS_CMD_MIX_PROMPT_SYNC_T (line 33) | typedef struct { type app_tws_voice_prompt_to_play_t (line 42) | typedef struct FILE: services/bt_app/besbt.h type BESBT_HOOK_USER_T (line 23) | enum BESBT_HOOK_USER_T { type BESBT_HOOK_USER_T (line 39) | enum BESBT_HOOK_USER_T FILE: services/bt_app/besbt_cfg.h type besbt_cfg_t (line 28) | struct besbt_cfg_t{ type besbt_cfg_t (line 36) | struct besbt_cfg_t FILE: services/bt_app/besmain.cpp type besbt_cfg_t (line 110) | struct besbt_cfg_t function Besbt_hook_handler_set (line 170) | int Besbt_hook_handler_set(enum BESBT_HOOK_USER_T user, function Besbt_hook_proc (line 176) | static void Besbt_hook_proc(void) { type BT_DEVICE_T (line 185) | struct BT_DEVICE_T function bt_set_local_address (line 192) | void bt_set_local_address(unsigned char *btaddr) { function bt_set_ble_local_address (line 198) | void bt_set_ble_local_address(uint8_t *bleAddr) { function bt_set_local_name (line 208) | void bt_set_local_name(const char *name) { type pair_event (line 217) | enum pair_event function gen_bt_addr_for_debug (line 229) | void gen_bt_addr_for_debug(void) { function __set_local_dev_name (line 263) | static void __set_local_dev_name(void) { function add_randomness (line 277) | static void add_randomness(void) { function stack_ready_callback (line 310) | static void stack_ready_callback(int status) { function besmain (line 329) | int besmain(void) { function BesbtThread (line 491) | void BesbtThread(void const *argument) { besmain(); } function BesbtInit (line 493) | void BesbtInit(void) { FILE: services/bt_app/btapp.h type HFCALL_MACHINE_ENUM (line 173) | typedef enum type HFCALL_NEXT_STA_ENUM (line 195) | typedef enum type BT_DEVICE_ID_T (line 213) | enum BT_DEVICE_ID_T{ type BT_DEVICE_SRC_SNK_T (line 222) | enum BT_DEVICE_SRC_SNK_T{ type APP_BT_BD_ADDR (line 228) | typedef struct APP_BT_BD_ADDR { type BT_DEVICE_T (line 234) | struct BT_DEVICE_T{ type BT_DEVICE_ID_DIFF (line 327) | struct BT_DEVICE_ID_DIFF{ type BT_DEVICE_ID_T (line 365) | enum BT_DEVICE_ID_T FILE: services/bt_if_enhanced/inc/a2dp_api.h type btif_dev_it_e (line 25) | typedef enum{ type a2dp_stream_t (line 33) | typedef void a2dp_stream_t; type a2dp_callback_parms_t (line 34) | typedef void a2dp_callback_parms_t; type btif_a2dp_event_t (line 36) | typedef uint8_t btif_a2dp_event_t; type btif_a2dp_error_t (line 220) | typedef uint8_t btif_a2dp_error_t; type U16 (line 300) | typedef U16 btif_a22dp_version_t; type U16 (line 302) | typedef U16 btif_a2dp_features_t; type U8 (line 328) | typedef U8 btif_a2dp_endpoint_type_t; type btif_a2dp_stream_state_t (line 336) | typedef uint8_t btif_a2dp_stream_state_t; type btif_av_device_t (line 356) | typedef void btif_av_device_t; type btif_get_codec_cap_t (line 358) | struct btif_get_codec_cap_t type btif_a2dp_callback_parms_t (line 365) | typedef struct { type btif_a2dp_streamInfo_t (line 392) | typedef struct { type btif_a2dp_stream_t (line 397) | typedef struct { FILE: services/bt_if_enhanced/inc/avctp_api.h type btif_avctp_event_t (line 19) | typedef uint8_t btif_avctp_event_t; type U8 (line 47) | typedef U8 avctp_response_t; type U8 (line 58) | typedef U8 btif_avctp_opcode_t; type U8 (line 70) | typedef U8 btif_avctp_errorcode_t; type avctp_cmdframe_t (line 75) | typedef void avctp_cmdframe_t; type avctp_rspframe_t (line 76) | typedef void avctp_rspframe_t; type avctp_callback_parms_t (line 78) | typedef struct { FILE: services/bt_if_enhanced/inc/avdtp_api.h type btif_avdtp_codec_type_t (line 44) | typedef uint8_t btif_avdtp_codec_type_t; type btif_avdtp_content_prot_type_t (line 45) | typedef uint16_t btif_avdtp_content_prot_type_t; type btif_avdtp_capability_type_t (line 46) | typedef uint8_t btif_avdtp_capability_type_t; type btif_avdtp_codec_sample_rate_t (line 61) | typedef uint16_t btif_avdtp_codec_sample_rate_t; type btif_avdtp_stream_state_t (line 89) | typedef uint8_t btif_avdtp_stream_state_t; type U8 (line 117) | typedef U8 btif_avdtp_error_t; type btif_avdtp_content_prot_t (line 159) | typedef struct { type btif_avdtp_codec_t (line 165) | typedef struct { type btif_avdtp_capability_t (line 173) | typedef struct { type btif_avdtp_config_request_t (line 181) | typedef struct { type btif_avdtp_streamId_t (line 188) | typedef uint8_t btif_avdtp_streamId_t; type btif_avdtp_media_type (line 189) | typedef uint8_t btif_avdtp_media_type; type btif_avdtp_strm_endpoint_type_t (line 190) | typedef uint8_t btif_avdtp_strm_endpoint_type_t; type btif_avdtp_stream_info_t (line 192) | typedef struct { type btif_avdtp_media_header_t (line 199) | typedef struct { type btif_avdtp_media_header_t (line 210) | typedef btif_avdtp_media_header_t btif_media_header_t; type btif_avdtp_stream_t (line 212) | typedef void btif_avdtp_stream_t; FILE: services/bt_if_enhanced/inc/avrcp_api.h type btif_avctp_event_t (line 30) | typedef btif_avctp_event_t btif_avrcp_event_t; type avrcp_role_t (line 164) | typedef uint16_t avrcp_role_t; type avrcp_ctype_t (line 206) | typedef uint8_t avrcp_ctype_t; type avctp_response_t (line 216) | typedef avctp_response_t avrcp_response_t; type avrcp_opcode_t (line 232) | typedef uint8_t avrcp_opcode_t; type avctp_cmdframe_t (line 239) | typedef avctp_cmdframe_t avrcp_cmdframe_t; type avctp_rspframe_t (line 240) | typedef avctp_rspframe_t avrcp_rspframe_t; type avrcp_subunit_type_t (line 242) | typedef uint8_t avrcp_subunit_type_t; type U16 (line 247) | typedef U16 avrcp_panel_operation_t; type U8 (line 326) | typedef U8 btif_avrcp_operation_t; type avrcp_error_code_t (line 378) | typedef uint8_t avrcp_error_code_t; type avrcp_event_Id_t (line 407) | typedef uint8_t avrcp_event_Id_t; type avrcp_event_mask_t (line 450) | typedef uint16_t avrcp_event_mask_t; type btif_avrcp_capabilityId (line 480) | typedef uint8_t btif_avrcp_capabilityId; type avrcp_playerAttrId (line 488) | typedef uint8_t avrcp_playerAttrId; type avrcp_player_attrId_mask_t (line 498) | typedef uint16_t avrcp_player_attrId_mask_t; type avrcp_eq_value_t (line 521) | typedef uint8_t avrcp_eq_value_t; type avrcp_repeat_value_t (line 526) | typedef uint8_t avrcp_repeat_value_t; type avrcp_shuffle_value_t (line 533) | typedef uint8_t avrcp_shuffle_value_t; type avrcp_scan_value_t (line 539) | typedef uint8_t avrcp_scan_value_t; type avrcp_ext_value_t (line 545) | typedef uint8_t avrcp_ext_value_t; type avrcp_battery_status_t (line 547) | typedef uint8_t avrcp_battery_status_t; type avrcp_system_status_t (line 555) | typedef uint8_t avrcp_system_status_t; type avrcp_media_attrId_t (line 561) | typedef uint32_t avrcp_media_attrId_t; type avrcp_media_attrId_mask_t (line 571) | typedef uint32_t avrcp_media_attrId_mask_t; type avrcp_media_status_t (line 581) | typedef uint8_t avrcp_media_status_t; type avrcp_version_t (line 590) | typedef uint16_t avrcp_version_t; type avrcp_features_t (line 604) | typedef uint16_t avrcp_features_t; type avrcp_maj_player_type_t (line 630) | typedef uint8_t avrcp_maj_player_type_t; type avrcp_player_sub_type_t (line 637) | typedef uint32_t avrcp_player_sub_type_t; type avrcp_scope_t (line 642) | typedef uint8_t avrcp_scope_t; type avrcp_chg_path_direction_t (line 649) | typedef uint8_t avrcp_chg_path_direction_t; type avrcp_plyr_featr_byte_t (line 654) | typedef uint8_t avrcp_plyr_featr_byte_t; type avrcp_item_type_t (line 750) | typedef uint8_t avrcp_item_type_t; type avrcp_folder_type_t (line 756) | typedef uint8_t avrcp_folder_type_t; type avrcp_is_playable_t (line 766) | typedef uint8_t avrcp_is_playable_t; type avrcp_capabilityId_t (line 767) | typedef uint16_t avrcp_capabilityId_t; type avrcp_advanced_pdu_t (line 768) | typedef void avrcp_advanced_pdu_t; type avrcp_media_type_t (line 773) | typedef uint8_t avrcp_media_type_t; type avrcp_eq_string_t (line 780) | typedef struct { type avrcp_repeat_string_t (line 787) | typedef struct { type avrcp_shuffle_string_t (line 794) | typedef struct { type avrcp_scan_string_t (line 801) | typedef struct { type avrcp_ext_string_t (line 827) | typedef struct { type avrcp_player_attrId_t (line 834) | typedef uint8_t avrcp_player_attrId_t; type avrcp_player_setting_t (line 836) | typedef struct { type avrcp_player_strings_t (line 848) | typedef struct { type avrcp_media_info_t (line 860) | typedef struct { type avrcp_char_sets_t (line 866) | typedef struct { type avrcp_media_play_status_t (line 871) | typedef struct { type avrcp_folder_t (line 878) | typedef struct { type avrcp_media_player_item_t (line 883) | typedef struct { type avrcp_event_mask_t (line 921) | typedef uint16_t avrcp_event_mask_t; type avrcp_operation_t (line 922) | typedef uint8_t avrcp_operation_t; type avrcp_folder_item_t (line 924) | typedef struct _AvrcpFolderItem { type avrcp_media_attribute_t (line 945) | typedef struct { type avrcp_media_element_item_t (line 960) | typedef struct { type avrcp_Item_type_t (line 984) | typedef uint8_t avrcp_Item_type_t; type avrcp_media_item_t (line 986) | typedef struct { type avrcp_track_struct_t (line 999) | typedef struct { type avrcp_adv_req_parms_t (line 1008) | typedef struct { type avrcp_adv_inf_parms_t (line 1026) | typedef union { type avrcp_player_attrib_t (line 1083) | typedef struct { type avrcp_player_settings_t (line 1090) | typedef struct { type avrcp_media_attr_t (line 1097) | typedef struct { type avrcp_player_attrId_mask_t (line 1103) | typedef uint16_t avrcp_player_attrId_mask_t; type adv_play_status_t (line 1105) | typedef struct { type avrcp_adv_rsp_parms_t (line 1111) | typedef union { type avrcp_adv_notify_parms_t (line 1247) | typedef struct { type avrcp_browse_req_parms_t (line 1330) | typedef struct { type avrcp_browse_inf_parms_t (line 1368) | typedef union { type avrcp_browse_rsp_parms_t (line 1374) | typedef union { type avrcp_panel_cnf_t (line 1409) | typedef struct { type avrcp_panel_ind_t (line 1425) | typedef struct { type avtp_packet_t (line 1435) | typedef struct { type avctp_cmd_frame_t (line 1448) | typedef struct { type avrcp_callback_parms_t (line 1470) | typedef void avrcp_callback_parms_t; function POSSIBLY_UNUSED (line 1474) | static POSSIBLY_UNUSED inline btif_avctp_event_t btif_convert_avrcp_even... type btif_avrcp_advanced_cmd_pdu_t (line 1482) | typedef struct type btif_avrcp_channel_t (line 1504) | typedef struct type btif_avrcp_rsp_adv (line 1523) | typedef struct type btif_avrcp_callback_parms_t (line 1530) | typedef struct FILE: services/bt_if_enhanced/inc/besaud_api.h type btif_besaud_event (line 18) | typedef uint16_t btif_besaud_event; FILE: services/bt_if_enhanced/inc/bluetooth.h type BOOL (line 28) | typedef unsigned int BOOL; type U32 (line 31) | typedef unsigned int U32; type U16 (line 32) | typedef unsigned short U16; type U8 (line 33) | typedef unsigned char U8; type S32 (line 35) | typedef int S32; type S16 (line 36) | typedef short S16; type S8 (line 37) | typedef char S8; type U32 (line 40) | typedef U32 U32_PTR; type I32 (line 48) | typedef unsigned long I32; type I16 (line 55) | typedef unsigned long I16; type I8 (line 56) | typedef unsigned long I8; type I16 (line 58) | typedef unsigned short I16; type I8 (line 59) | typedef unsigned short I8; type I16 (line 61) | typedef unsigned short I16; type I8 (line 62) | typedef unsigned char I8; type U32 (line 79) | typedef U32 TimeT; type U8 (line 83) | typedef U8 BtPriority; type bt_bdaddr_t (line 87) | typedef struct { type list_entry_t (line 93) | typedef struct _list_entr { type _bt_status (line 190) | enum _bt_status { type bt_status_t (line 216) | typedef uint32_t bt_status_t; type evm_timer_t (line 218) | typedef struct _evm_timer evm_timer_t; type _evm_timer (line 221) | struct _evm_timer { type btif_packet_flags (line 237) | typedef uint16_t btif_packet_flags; type btif_bt_packet_t (line 256) | typedef struct { function ba_cmp (line 367) | static inline int ba_cmp(const bt_bdaddr_t *ba1, const bt_bdaddr_t *ba2) function ba_cpy (line 372) | static inline void ba_cpy( bt_bdaddr_t *dst, const bt_bdaddr_t *src) type btif_ctx_content (line 435) | struct btif_ctx_content { FILE: services/bt_if_enhanced/inc/bt_if.h type pair_event (line 69) | enum pair_event type pair_event (line 76) | enum pair_event function bt_authing_init (line 86) | static inline int bt_authing_init(authing_callback_t auth_cb) FILE: services/bt_if_enhanced/inc/bt_xtal_sync.h type BT_XTAL_SYNC_MODE_T (line 23) | enum BT_XTAL_SYNC_MODE_T { type BT_XTAL_SYNC_MODE_T (line 30) | enum BT_XTAL_SYNC_MODE_T type pid_para_t (line 32) | typedef struct { type BT_XTAL_SYNC_MODE_T (line 36) | enum BT_XTAL_SYNC_MODE_T type BT_XTAL_SYNC_MODE_T (line 37) | enum BT_XTAL_SYNC_MODE_T type BT_XTAL_SYNC_MODE_T (line 40) | enum BT_XTAL_SYNC_MODE_T FILE: services/bt_if_enhanced/inc/btgatt_api.h type btif_btgatt_event (line 20) | typedef uint16_t btif_btgatt_event; type BTGATT_DATA_PACKET_T (line 26) | typedef struct FILE: services/bt_if_enhanced/inc/color_log.h function color_log_dummy (line 58) | static inline void color_log_dummy(const char *fmt, ...) { } FILE: services/bt_if_enhanced/inc/conmgr_api.h type btif_cmgr_handler_t (line 22) | typedef void btif_cmgr_handler_t; type U8 (line 67) | typedef U8 btif_cmgr_sniff_exit_policy_t; type cmgr_event_t (line 83) | typedef uint8_t cmgr_event_t; FILE: services/bt_if_enhanced/inc/dip_api.h type btif_dip_client_t (line 18) | typedef void btif_dip_client_t; type dip_pnp_info (line 19) | typedef void dip_pnp_info; FILE: services/bt_if_enhanced/inc/hci_api.h type btif_hci_handle_t (line 29) | typedef uint16_t btif_hci_handle_t; type btif_hci_buf_flags_t (line 210) | typedef uint8_t btif_hci_buf_flags_t; type btif_hci_buffer_t (line 227) | typedef struct { type hci_event_t (line 241) | typedef struct { type btif_hci_buffer_t (line 260) | typedef btif_hci_buffer_t *btif_rx_buff_handle_t; FILE: services/bt_if_enhanced/inc/hfp_api.h type btif_audio_state_t (line 31) | typedef enum { type btif_hf_call_held_state (line 42) | typedef uint8_t btif_hf_call_held_state; type btif_hf_call_setup_t (line 53) | typedef uint8_t btif_hf_call_setup_t; type btif_hf_call_active_t (line 65) | typedef uint8_t btif_hf_call_active_t; type hfp_sco_codec_t (line 72) | typedef enum { type btif_hf_hold_call_t (line 78) | typedef enum { type btif_hf_chan_state_t (line 86) | typedef enum { type hf_gateway_version (line 95) | typedef uint16_t hf_gateway_version; type hf_event_t (line 115) | typedef enum { type hfp_context (line 169) | struct hfp_context { type hfp_vendor_info (line 192) | struct hfp_vendor_info { type hfp_context (line 199) | struct hfp_context type hfp_vendor_info (line 209) | struct hfp_vendor_info type hfp_mobile_module_handler (line 332) | struct hfp_mobile_module_handler FILE: services/bt_if_enhanced/inc/hid_api.h type hid_control_t (line 24) | struct hid_control_t type hid_callback_parms_t (line 25) | struct hid_callback_parms_t type hid_role_enum_t (line 27) | typedef enum { type btif_hid_event_t (line 32) | typedef enum { type btif_hid_callback_param_t (line 38) | typedef struct type hid_control_t (line 45) | struct hid_control_t type hid_callback_parms_t (line 45) | struct hid_callback_parms_t type hid_control_t (line 47) | struct hid_control_t type hid_control_t (line 51) | struct hid_control_t type hid_control_t (line 53) | struct hid_control_t type hid_control_t (line 55) | struct hid_control_t type hid_control_t (line 57) | struct hid_control_t type hid_control_t (line 59) | struct hid_control_t type hid_control_t (line 62) | struct hid_control_t type hid_ctx_input (line 63) | struct hid_ctx_input FILE: services/bt_if_enhanced/inc/hshf_api.h type hshf_event_t (line 28) | enum hshf_event_t { type hshf_callsetup_enum (line 91) | enum hshf_callsetup_enum { type hshf_call_enum (line 100) | enum hshf_call_enum { type hshf_profile_enum (line 105) | enum hshf_profile_enum { type hshf_conn_state_enum (line 113) | enum hshf_conn_state_enum { type hshf_pb_location_enum (line 125) | enum hshf_pb_location_enum { type hshf_pb_action_enum (line 135) | enum hshf_pb_action_enum { type hshf_control_t (line 143) | struct hshf_control_t { type hshf_control_t (line 248) | struct hshf_control_t type hshf_control_t_list_node (line 251) | struct hshf_control_t_list_node { type hshf_conn_state_enum (line 265) | enum hshf_conn_state_enum type hshf_conn_state_enum (line 267) | enum hshf_conn_state_enum type hf_caller_id_ind_t (line 328) | typedef struct { type bdaddr_t (line 339) | struct bdaddr_t FILE: services/bt_if_enhanced/inc/l2cap_api.h type U16 (line 45) | typedef U16 btif_l2cap_psm_value_t; type btif_l2cap_channel_t (line 87) | typedef void btif_l2cap_channel_t; FILE: services/bt_if_enhanced/inc/map_api.h type btif_map_session_event_t (line 34) | typedef enum { type btif_map_session_error_t (line 40) | typedef enum { type btif_map_session_cb_param_t (line 46) | typedef struct { type btif_map_session_type_t (line 67) | typedef enum { type btif_map_session_config_t (line 72) | typedef struct { type btif_map_sms_t (line 81) | typedef struct { type btif_map_session_function_param_t (line 87) | typedef struct { FILE: services/bt_if_enhanced/inc/map_internal.h type btif_map_sm_event_t (line 27) | typedef unsigned int btif_map_sm_event_t; type btif_map_sm_event_param_t (line 33) | typedef struct { type btif_map_sm_state_handler_t (line 37) | typedef struct { type btif_map_sm_state_t (line 41) | typedef struct { FILE: services/bt_if_enhanced/inc/me_api.h type btif_event_type_t (line 25) | typedef uint8_t btif_event_type_t; type btif_event_mask_t (line 240) | typedef uint32_t btif_event_mask_t; type btif_error_code_t (line 277) | typedef uint8_t btif_error_code_t; type btif_iac_t (line 331) | typedef uint32_t btif_iac_t; type btif_link_type_t (line 336) | typedef uint8_t btif_link_type_t; type U16 (line 342) | typedef U16 btif_acl_packet; type btif_link_policy_t (line 369) | typedef uint16_t btif_link_policy_t; type btif_accessible_mode_t (line 382) | typedef uint8_t btif_accessible_mode_t; type btif_oob_data_present_t (line 396) | typedef uint8_t btif_oob_data_present_t; type btif_auth_requirements_t (line 401) | typedef uint8_t btif_auth_requirements_t; type btif_link_mode_t (line 407) | typedef uint8_t btif_link_mode_t; type btif_link_key_type_t (line 415) | typedef uint8_t btif_link_key_type_t; type btif_connection_role_t (line 426) | typedef uint8_t btif_connection_role_t; type btif_stack_state_t (line 435) | typedef uint8_t btif_stack_state_t; type HCI_CMD_COMPLETE_USER_E (line 437) | typedef enum { type btif_remote_device_t (line 461) | typedef void btif_remote_device_t; type btif_BtDeviceContext (line 463) | typedef void btif_BtDeviceContext; type btif_event_t (line 466) | typedef void btif_event_t; type btif_inquiry_mode_t (line 475) | typedef uint8_t btif_inquiry_mode_t; type btif_rem_dev_state_t (line 483) | typedef uint8_t btif_rem_dev_state_t; type btif_eir_data_type_t (line 495) | typedef uint8_t btif_eir_data_type_t; type btif_class_of_device_t (line 540) | typedef uint32_t btif_class_of_device_t; type btif_operation_t (line 652) | typedef struct { type btif_sniff_info_t (line 657) | typedef struct { type btif_sniff_subrate_parms_t (line 688) | typedef struct { type btif_access_mode_info_t (line 707) | typedef struct { type btif_handler (line 714) | typedef struct { type btif_auth_state_t (line 721) | typedef uint8_t btif_auth_state_t; type btif_encrypt_state_t (line 723) | typedef uint8_t btif_encrypt_state_t; type btif_authorize_state_t (line 725) | typedef uint8_t btif_authorize_state_t; type btif_sec_access_state_t (line 727) | typedef uint8_t btif_sec_access_state_t; type btif_link_rx_state_t (line 729) | typedef uint8_t btif_link_rx_state_t; type btif_op_type_t (line 731) | typedef uint8_t btif_op_type_t; type btif_qos_info_t (line 733) | typedef struct { type btif_device_record_t (line 754) | typedef struct { type btif_write_adv_data_op_t (line 763) | typedef struct { type btif_adv_para_struct_t (line 769) | typedef struct { type btif_write_adv_para_op_t (line 780) | typedef struct { type btif_write_adv_en_op_t (line 785) | typedef struct { type btif_ble_adv_report (line 792) | typedef struct { type btif_scan_para_struct_t (line 801) | typedef struct { type btif_write_scan_para_op_t (line 809) | typedef struct { type btif_write_scan_en_op_t (line 814) | typedef struct { type btif_dev_linkkey (line 820) | typedef struct { type bt_page_scanInfo_t (line 825) | typedef struct { type bt_Inquiry_result_t (line 831) | typedef struct { type event_t (line 854) | typedef struct { type me_event_t (line 1098) | typedef struct { FILE: services/bt_if_enhanced/inc/obex_api.h type btif_obex_session_role_t (line 26) | typedef enum { FILE: services/bt_if_enhanced/inc/rfcomm_api.h type rf_event_t (line 24) | typedef uint8_t rf_event_t; type rf_signals (line 46) | typedef uint8_t rf_signals; type rf_data_format (line 61) | typedef uint8_t rf_data_format; type rf_line_status (line 83) | typedef uint8_t rf_line_status; type rf_signals (line 89) | typedef uint8_t rf_signals; type rf_modem_status (line 104) | struct rf_modem_status type rf_port_settings_mask (line 110) | typedef uint16_t rf_port_settings_mask; type rf_flow_control (line 133) | typedef uint8_t rf_flow_control; type rf_data_format (line 147) | typedef uint8_t rf_data_format; type rf_baud_rate (line 165) | typedef uint8_t rf_baud_rate; type rf_port_settings (line 177) | typedef struct _rf_port_settings type rf_callback_prams (line 187) | struct rf_callback_prams type rf_callback_prams (line 203) | struct rf_callback_prams type rf_chan_info (line 205) | struct rf_chan_info type rf_service (line 213) | struct rf_service type _rf_channel (line 218) | struct _rf_channel type rf_service (line 237) | struct rf_service type rf_service (line 238) | struct rf_service type rf_service (line 240) | struct rf_service type rf_modem_status (line 262) | struct rf_modem_status type rf_chan_info (line 276) | struct rf_chan_info FILE: services/bt_if_enhanced/inc/sco_api.h type sco_event_enum (line 21) | enum sco_event_enum { type bdaddr_t (line 29) | struct bdaddr_t type sco_event_enum (line 30) | enum sco_event_enum type bdaddr_t (line 31) | struct bdaddr_t type sco_event_enum (line 32) | enum sco_event_enum type bdaddr_t (line 33) | struct bdaddr_t type bdaddr_t (line 34) | struct bdaddr_t type bdaddr_t (line 37) | struct bdaddr_t type bdaddr_t (line 38) | struct bdaddr_t FILE: services/bt_if_enhanced/inc/sdp_api.h type btif_sdp_record_t (line 25) | typedef void btif_sdp_record_t; type sdp_query_type (line 27) | typedef uint8_t sdp_query_type; type sdp_query_resp (line 30) | typedef uint8_t sdp_query_resp; type sdp_service_class_uuid (line 45) | typedef uint16_t sdp_service_class_uuid; type sdp_parsing_mode (line 114) | typedef uint8_t sdp_parsing_mode; type sdp_query_mode (line 120) | typedef uint8_t sdp_query_mode; type U8 (line 125) | typedef U8 SdpDataElemType; type sdp_data_elem_size (line 137) | typedef uint8_t sdp_data_elem_size; type sdp_service_class_uuid (line 267) | typedef uint16_t sdp_service_class_uuid; type sdp_protocol_uuid (line 336) | typedef uint16_t sdp_protocol_uuid; type sdp_attribute_id (line 360) | typedef uint16_t sdp_attribute_id; type sdp_attribute_t (line 440) | typedef struct btif_sdp_attribute { type btif_sdp_query_info_t (line 447) | typedef struct btif_sdp_query_info { type btif_sdp_record_param_t (line 458) | typedef struct btif_sdp_record_param { type btif_sdp_query_token_t (line 465) | typedef struct btif_sdp_query_token FILE: services/bt_if_enhanced/inc/spp_api.h type spp_event_t (line 28) | typedef uint16_t spp_event_t; type spp_port_t (line 35) | typedef uint8_t spp_port_t; type spp_device (line 42) | struct spp_device type spp_tx_done (line 44) | struct spp_tx_done { type spp_client (line 49) | struct spp_client { type spp_service (line 57) | struct spp_service { type spp_callback_parms (line 66) | struct spp_callback_parms { type spp_device (line 75) | struct spp_device type spp_callback_parms (line 76) | struct spp_callback_parms type _spp_dev (line 80) | struct _spp_dev { type spp_device (line 87) | struct spp_device { type spp_device (line 119) | struct spp_device type spp_device (line 120) | struct spp_device type spp_device (line 121) | struct spp_device type spp_device (line 122) | struct spp_device type spp_device (line 125) | struct spp_device type spp_device (line 128) | struct spp_device type spp_device (line 130) | struct spp_device type spp_device (line 131) | struct spp_device type spp_device (line 132) | struct spp_device type spp_device (line 133) | struct spp_device type spp_device (line 134) | struct spp_device type spp_device (line 135) | struct spp_device type spp_service (line 136) | struct spp_service type spp_device (line 138) | struct spp_device type spp_device (line 142) | struct spp_device type spp_device (line 143) | struct spp_device type spp_device (line 144) | struct spp_device type spp_service (line 145) | struct spp_service type spp_service (line 146) | struct spp_service type spp_device (line 147) | struct spp_device type spp_device (line 148) | struct spp_device type spp_device (line 149) | struct spp_device type RFCOMM_CHANNEL_NUM_ (line 161) | enum RFCOMM_CHANNEL_NUM_ { FILE: services/bt_if_enhanced/inc/spp_task.h type spp_device (line 33) | struct spp_device FILE: services/bt_if_enhanced/inc/tws_role_switch.h type TWS_DATA_STRUCTURE (line 22) | enum TWS_DATA_STRUCTURE type PSM_CONTEXT_TYPE (line 38) | enum PSM_CONTEXT_TYPE type PROFILE_CONTEXT_FLAG (line 50) | enum PROFILE_CONTEXT_FLAG type TWS_CHANNEL_TYPE (line 87) | enum TWS_CHANNEL_TYPE FILE: services/bt_profiles_enhanced/inc/a2dp.h type a2dp_sep (line 64) | struct a2dp_sep { type get_codec_cap_t (line 69) | struct get_codec_cap_t { type sbc_codec_cap (line 75) | struct sbc_codec_cap { type aac_codec_cap (line 94) | struct aac_codec_cap { type lhdc_codec_cap (line 128) | struct lhdc_codec_cap { type ldac_codec_cap (line 147) | struct ldac_codec_cap { type scalable_codec_cap (line 163) | struct scalable_codec_cap { type a2dp_control_t (line 171) | struct a2dp_control_t type a2dp_control_t (line 178) | struct a2dp_control_t type pp_buff (line 180) | struct pp_buff type a2dp_control_t (line 181) | struct a2dp_control_t FILE: services/bt_profiles_enhanced/inc/a2dp_i.h type a2dp_event_t (line 29) | enum a2dp_event_t type av_conn_state_enum (line 64) | enum av_conn_state_enum type a2dp_control_t (line 76) | struct a2dp_control_t type a2dp_ctx_input (line 110) | struct a2dp_ctx_input { type a2dp_ctx_output (line 122) | struct a2dp_ctx_output { type a2dp_control_t (line 125) | struct a2dp_control_t type a2dp_control_t (line 136) | struct a2dp_control_t type pp_buff (line 136) | struct pp_buff type a2dp_control_t (line 139) | struct a2dp_control_t type a2dp_control_t (line 140) | struct a2dp_control_t type a2dp_control_t (line 141) | struct a2dp_control_t type pp_buff (line 141) | struct pp_buff type a2dp_control_t (line 142) | struct a2dp_control_t type av_conn_state_enum (line 144) | enum av_conn_state_enum type a2dp_control_t (line 144) | struct a2dp_control_t type a2dp_control_t (line 145) | struct a2dp_control_t type av_conn_state_enum (line 145) | enum av_conn_state_enum type a2dp_control_t (line 146) | struct a2dp_control_t type a2dp_control_t (line 147) | struct a2dp_control_t type a2dp_control_t (line 149) | struct a2dp_control_t type bdaddr_t (line 149) | struct bdaddr_t type a2dp_control_t (line 150) | struct a2dp_control_t type a2dp_control_t (line 153) | struct a2dp_control_t type av_conn_state_enum (line 155) | enum av_conn_state_enum type a2dp_control_t (line 157) | struct a2dp_control_t type a2dp_control_t (line 158) | struct a2dp_control_t type a2dp_control_t (line 159) | struct a2dp_control_t type a2dp_control_t (line 160) | struct a2dp_control_t type a2dp_control_t (line 161) | struct a2dp_control_t type a2dp_control_t (line 163) | struct a2dp_control_t type a2dp_control_t (line 164) | struct a2dp_control_t type a2dp_control_t (line 165) | struct a2dp_control_t type a2dp_control_t (line 166) | struct a2dp_control_t type a2dp_control_t (line 167) | struct a2dp_control_t type a2dp_control_t (line 168) | struct a2dp_control_t type a2dp_control_t (line 169) | struct a2dp_control_t type avdtp_control_t (line 171) | struct avdtp_control_t type a2dp_control_t (line 171) | struct a2dp_control_t type a2dp_control_t (line 172) | struct a2dp_control_t type a2dp_ctx_input (line 173) | struct a2dp_ctx_input type a2dp_ctx_output (line 173) | struct a2dp_ctx_output FILE: services/bt_profiles_enhanced/inc/avctp.h type avctp_resp (line 38) | struct avctp_resp { FILE: services/bt_profiles_enhanced/inc/avctp_i.h type avctp_event_enum (line 26) | enum avctp_event_enum { type avctp_ctl_state_enum (line 34) | enum avctp_ctl_state_enum { type avctp_frame_type_enum (line 39) | enum avctp_frame_type_enum { type avctp_tx_status_enum (line 49) | enum avctp_tx_status_enum { type avctp_role_enum (line 54) | enum avctp_role_enum { type avctp_packet_type (line 82) | enum avctp_packet_type type avctp_header (line 90) | struct avctp_header { type avctp_frame_t (line 99) | struct avctp_frame_t { type avctp_control_t (line 109) | struct avctp_control_t { type avctp_ctx_input (line 127) | struct avctp_ctx_input { type avctp_ctx_output (line 134) | struct avctp_ctx_output { type l2cap_event_enum (line 141) | enum l2cap_event_enum type pp_buff (line 142) | struct pp_buff type avctp_control_t (line 144) | struct avctp_control_t type avctp_control_t (line 147) | struct avctp_control_t type avctp_control_t (line 148) | struct avctp_control_t type avctp_control_t (line 149) | struct avctp_control_t type pp_buff (line 149) | struct pp_buff type avctp_control_t (line 152) | struct avctp_control_t type avctp_control_t (line 154) | struct avctp_control_t type avctp_frame_t (line 154) | struct avctp_frame_t type avctp_control_t (line 156) | struct avctp_control_t type avctp_frame_t (line 156) | struct avctp_frame_t type avctp_control_t (line 157) | struct avctp_control_t type avctp_control_t (line 158) | struct avctp_control_t type bdaddr_t (line 158) | struct bdaddr_t type avctp_control_t (line 159) | struct avctp_control_t type avctp_control_t (line 160) | struct avctp_control_t type pp_buff (line 160) | struct pp_buff type avctp_control_t (line 162) | struct avctp_control_t type avctp_control_t (line 164) | struct avctp_control_t type avctp_control_t (line 165) | struct avctp_control_t type avctp_control_t (line 166) | struct avctp_control_t type avctp_ctx_input (line 167) | struct avctp_ctx_input type avctp_ctx_output (line 167) | struct avctp_ctx_output FILE: services/bt_profiles_enhanced/inc/avdtp.h type avdtp_media_header_t (line 84) | typedef struct type avdtp_header (line 118) | struct avdtp_header type seid_req (line 128) | struct seid_req type discover_resp (line 141) | struct discover_resp type discover_rej (line 159) | struct discover_rej type security_control_req (line 173) | struct security_control_req type security_control_resp (line 187) | struct security_control_resp type getcap_resp (line 193) | struct getcap_resp type getcap_req (line 199) | struct getcap_req type start_req (line 211) | struct start_req type suspend_req (line 219) | struct suspend_req type setconf_req (line 227) | struct setconf_req type reconf_req (line 244) | struct reconf_req type general_rej (line 258) | struct general_rej type seid_rej (line 268) | struct seid_rej type conf_rej (line 281) | struct conf_rej type stream_rej (line 288) | struct stream_rej type avdtp_session (line 295) | struct avdtp_session type avdtp_session_state_enum (line 301) | enum avdtp_session_state_enum type l2cap_event_enum (line 324) | enum l2cap_event_enum type pp_buff (line 325) | struct pp_buff type avdtp_control_t (line 326) | struct avdtp_control_t type avdtp_local_sep (line 328) | struct avdtp_local_sep type avdtp_local_sep (line 328) | struct avdtp_local_sep FILE: services/bt_profiles_enhanced/inc/avdtp_i.h type avdtp_event_enum (line 26) | enum avdtp_event_enum type avdtp_state_t (line 34) | typedef enum type seid_info (line 72) | struct seid_info type avdtp_service_capability (line 82) | struct avdtp_service_capability type avdtp_media_codec_capability (line 89) | struct avdtp_media_codec_capability type avdtp_media_content_protect_capability (line 97) | struct avdtp_media_content_protect_capability type avdtp_media_delay_report_capability (line 105) | struct avdtp_media_delay_report_capability type avdtp_service_cap_req (line 110) | struct avdtp_service_cap_req type avdtp_config_request (line 118) | struct avdtp_config_request type avdtp_local_sep (line 132) | struct avdtp_local_sep type avdtp_remote_sep (line 146) | struct avdtp_remote_sep type avdtp_control_t (line 156) | struct avdtp_control_t type avdtp_ctx_input (line 183) | struct avdtp_ctx_input { type avdtp_ctx_output (line 195) | struct avdtp_ctx_output { type avdtp_sep_cfm (line 201) | struct avdtp_sep_cfm type avdtp_sep_ind (line 214) | struct avdtp_sep_ind type pp_buff (line 233) | struct pp_buff type bdaddr_t (line 234) | struct bdaddr_t type bdaddr_t (line 235) | struct bdaddr_t type avdtp_control_t (line 237) | struct avdtp_control_t type avdtp_control_t (line 239) | struct avdtp_control_t type avdtp_control_t (line 241) | struct avdtp_control_t type avdtp_local_sep (line 244) | struct avdtp_local_sep type avdtp_sep_ind (line 246) | struct avdtp_sep_ind type avdtp_sep_cfm (line 247) | struct avdtp_sep_cfm type avdtp_local_sep (line 248) | struct avdtp_local_sep type avdtp_control_t (line 249) | struct avdtp_control_t type avdtp_remote_sep (line 249) | struct avdtp_remote_sep type avdtp_control_t (line 252) | struct avdtp_control_t type avdtp_remote_sep (line 252) | struct avdtp_remote_sep type avdtp_control_t (line 254) | struct avdtp_control_t type avdtp_control_t (line 276) | struct avdtp_control_t type avdtp_control_t (line 277) | struct avdtp_control_t type avdtp_control_t (line 278) | struct avdtp_control_t type avdtp_ctx_input (line 279) | struct avdtp_ctx_input type avdtp_ctx_output (line 279) | struct avdtp_ctx_output type bdaddr_t (line 280) | struct bdaddr_t type avdtp_event_enum (line 295) | enum avdtp_event_enum FILE: services/bt_profiles_enhanced/inc/avrcp.h type avctp_control_t (line 56) | struct avctp_control_t type avctp_control_t (line 57) | struct avctp_control_t type pp_buff (line 57) | struct pp_buff FILE: services/bt_profiles_enhanced/inc/avrcp_i.h type avrcp_role_enum (line 67) | enum avrcp_role_enum { type avrcp_event_t (line 71) | enum avrcp_event_t { type avrcp_state_enum (line 98) | enum avrcp_state_enum { type music_state_enum (line 107) | enum music_state_enum { type avrcp_control_t (line 115) | struct avrcp_control_t { type avrcp_advanced_cmd_pdu (line 146) | struct avrcp_advanced_cmd_pdu { type avrcp_adv_cmd_rsp_cb_parms (line 167) | struct avrcp_adv_cmd_rsp_cb_parms { type avrcp_adv_cmd_cb_parms (line 177) | struct avrcp_adv_cmd_cb_parms { type avrcp_ctx_input (line 187) | struct avrcp_ctx_input { type avrcp_ctx_output (line 193) | struct avrcp_ctx_output { type avrcp_control_t (line 204) | struct avrcp_control_t type avrcp_control_t (line 204) | struct avrcp_control_t type avrcp_control_t (line 205) | struct avrcp_control_t type pp_buff (line 205) | struct pp_buff type avrcp_state_enum (line 207) | enum avrcp_state_enum type avrcp_control_t (line 207) | struct avrcp_control_t type avrcp_control_t (line 208) | struct avrcp_control_t type avrcp_state_enum (line 208) | enum avrcp_state_enum type avrcp_control_t (line 209) | struct avrcp_control_t type avrcp_control_t (line 210) | struct avrcp_control_t type avrcp_control_t (line 211) | struct avrcp_control_t type bdaddr_t (line 211) | struct bdaddr_t type avrcp_control_t (line 212) | struct avrcp_control_t type avrcp_control_t (line 213) | struct avrcp_control_t type avrcp_control_t (line 216) | struct avrcp_control_t type avrcp_control_t (line 217) | struct avrcp_control_t type avrcp_advanced_cmd_pdu (line 217) | struct avrcp_advanced_cmd_pdu type avrcp_control_t (line 218) | struct avrcp_control_t type avrcp_advanced_cmd_pdu (line 218) | struct avrcp_advanced_cmd_pdu type avrcp_control_t (line 219) | struct avrcp_control_t type avrcp_control_t (line 220) | struct avrcp_control_t type avrcp_control_t (line 221) | struct avrcp_control_t type avrcp_control_t (line 222) | struct avrcp_control_t type avrcp_control_t (line 223) | struct avrcp_control_t type avrcp_control_t (line 224) | struct avrcp_control_t type avrcp_control_t (line 225) | struct avrcp_control_t type avrcp_control_t (line 226) | struct avrcp_control_t type avctp_control_t (line 228) | struct avctp_control_t type avrcp_control_t (line 228) | struct avrcp_control_t type avrcp_control_t (line 229) | struct avrcp_control_t type avrcp_control_t (line 230) | struct avrcp_control_t type avrcp_ctx_input (line 231) | struct avrcp_ctx_input type avrcp_ctx_output (line 231) | struct avrcp_ctx_output FILE: services/bt_profiles_enhanced/inc/besaud.h type BesaudCallbackParms (line 27) | typedef struct _BesaudCallbackParms BesaudCallbackParms; type BesaudChannel (line 28) | typedef struct _BesaudChannel BesaudChannel; type BesaudConn (line 30) | typedef struct _BesaudConn BesaudConn; type BesaudConnCallbackParms (line 31) | typedef struct _BesaudConnCallbackParms BesaudConnCallbackParms; type _BesaudConn (line 36) | struct _BesaudConn { type _BesaudConnCallbackParms (line 42) | struct _BesaudConnCallbackParms { type btm_conn_item_t (line 52) | struct btm_conn_item_t type btm_conn_item_t (line 54) | struct btm_conn_item_t type uint16 (line 56) | typedef uint16 BesaudEvent; type BesaudPacket (line 58) | typedef struct type _BesaudCallbackParms (line 65) | struct _BesaudCallbackParms{ type uint8 (line 83) | typedef uint8 BesaudChannelStates; type _BesaudChannel (line 90) | struct _BesaudChannel{ type btm_conn_item_t (line 189) | struct btm_conn_item_t FILE: services/bt_profiles_enhanced/inc/besaudalloc.h type BtBesaudContext (line 20) | typedef struct _BtBesaudContext { FILE: services/bt_profiles_enhanced/inc/bt_co_list.h type list_node (line 58) | struct list_node { type list_node (line 71) | struct list_node type list_node (line 71) | struct list_node type list_node (line 72) | struct list_node type list_node (line 72) | struct list_node type list_node (line 73) | struct list_node type list_node (line 74) | struct list_node type list_node (line 74) | struct list_node type list_node (line 75) | struct list_node type list_node (line 75) | struct list_node type list_node (line 76) | struct list_node type list_node (line 76) | struct list_node type list_node (line 77) | struct list_node FILE: services/bt_profiles_enhanced/inc/btgatt.h type BtgattCallbackParms (line 27) | typedef struct _BtgattCallbackParms BtgattCallbackParms; type BtgattChannel (line 28) | typedef struct _BtgattChannel BtgattChannel; type BtgattConn (line 29) | typedef struct _BtgattConn BtgattConn; type BtgattConnCallbackParms (line 30) | typedef struct _BtgattConnCallbackParms BtgattConnCallbackParms; type _BtgattConn (line 35) | struct _BtgattConn { type _BtgattConnCallbackParms (line 41) | struct _BtgattConnCallbackParms { type uint16 (line 51) | typedef uint16 BtgattEvent; type BtgattPacket (line 53) | typedef struct type _BtgattCallbackParms (line 60) | struct _BtgattCallbackParms{ type BtBtgattContext (line 72) | typedef struct _BtBtgattContext { type uint8 (line 83) | typedef uint8 BtgattChannelStates; type _BtgattChannel (line 88) | struct _BtgattChannel{ type btm_conn_item_t (line 127) | struct btm_conn_item_t FILE: services/bt_profiles_enhanced/inc/btlib.h type bdaddr_t (line 30) | struct bdaddr_t type btm_conn_item_t (line 35) | struct btm_conn_item_t type btm_conn_item_t (line 36) | struct btm_conn_item_t type bdaddr_t (line 39) | struct bdaddr_t type bdaddr_t (line 40) | struct bdaddr_t type bdaddr_t (line 41) | struct bdaddr_t type bdaddr_t (line 44) | struct bdaddr_t type bdaddr_t (line 58) | struct bdaddr_t type bdaddr_t (line 58) | struct bdaddr_t type bdaddr_t (line 62) | struct bdaddr_t type hci_write_adv_param (line 63) | struct hci_write_adv_param type hci_write_ble_scan_param (line 67) | struct hci_write_ble_scan_param type bdaddr_t (line 70) | struct bdaddr_t type bdaddr_t (line 72) | struct bdaddr_t type bdaddr_t (line 74) | struct bdaddr_t type bdaddr_t (line 76) | struct bdaddr_t type bdaddr_t (line 77) | struct bdaddr_t type bdaddr_t (line 78) | struct bdaddr_t type bdaddr_t (line 104) | struct bdaddr_t type bdaddr_t (line 105) | struct bdaddr_t type bdaddr_t (line 106) | struct bdaddr_t type hci_cp_remote_name_request (line 111) | struct hci_cp_remote_name_request type bdaddr_t (line 112) | struct bdaddr_t function bdaddr_cpy (line 140) | static inline void bdaddr_cpy(struct bdaddr_t *dst, const struct bdaddr_... type bdaddr_t (line 144) | struct bdaddr_t type bdaddr_t (line 145) | struct bdaddr_t FILE: services/bt_profiles_enhanced/inc/btlib_type.h type BtStatus (line 50) | typedef unsigned char BtStatus; type byte (line 118) | typedef unsigned char byte; type uint8 (line 119) | typedef unsigned char uint8; type int8 (line 121) | typedef signed char int8; type uint16 (line 122) | typedef unsigned short uint16; type int16 (line 123) | typedef signed short int16; type uint32 (line 124) | typedef unsigned int uint32; type int32 (line 125) | typedef signed int int32; type BOOLEAN (line 127) | typedef unsigned char BOOLEAN; type INT8U (line 128) | typedef unsigned char INT8U; type INT8S (line 129) | typedef signed char INT8S; type INT16U (line 130) | typedef unsigned short INT16U; type INT16S (line 131) | typedef signed short INT16S; type INT32U (line 132) | typedef unsigned int INT32U; type INT32S (line 133) | typedef signed int INT32S; type FP32 (line 134) | typedef float FP32; type FP64 (line 135) | typedef double FP64; type u8 (line 138) | typedef unsigned char u8; type s8 (line 140) | typedef signed char s8; type u16 (line 141) | typedef unsigned short u16; type s16 (line 142) | typedef signed short s16; type u32 (line 143) | typedef unsigned int u32; type s32 (line 144) | typedef signed int s32; type u64 (line 145) | typedef unsigned long long u64; type s64 (line 146) | typedef signed long long s64; type uint16 (line 149) | typedef uint16 CNH; type BD_ADDR (line 153) | typedef struct { type CHANMAP (line 157) | typedef struct{ type LAP (line 162) | typedef struct { type CLASS (line 167) | typedef struct { type PIN_CODE (line 172) | typedef struct { type LINK_KEY (line 177) | typedef struct { type SRES (line 182) | typedef struct { type ACO (line 187) | typedef struct { type FEATURES (line 193) | typedef struct { type NAME_VEC (line 198) | typedef struct { type bdaddr_t (line 204) | struct bdaddr_t { type class_of_device_t (line 208) | struct class_of_device_t { type link_key_t (line 212) | struct link_key_t{ type ctx_content (line 316) | struct ctx_content { FILE: services/bt_profiles_enhanced/inc/btm.h type btm_device_mode_t (line 28) | struct btm_device_mode_t type btm_inquiry_result_item_t (line 34) | struct btm_inquiry_result_item_t type uint8 (line 49) | typedef uint8 connection_role; type btm_feature_t (line 132) | struct btm_feature_t type btm_conn_item_t (line 142) | struct btm_conn_item_t type btm_sco_conn_item_t (line 197) | struct btm_sco_conn_item_t type btm_stack_state (line 209) | enum btm_stack_state { type btm_stack_init_sub_state (line 214) | enum btm_stack_init_sub_state { type btm_sync_conn_param (line 250) | struct btm_sync_conn_param { type btm_ctrl_t (line 259) | struct btm_ctrl_t { type btm_conn_env_t (line 311) | struct btm_conn_env_t { type btm_pts_ctrl_t (line 315) | struct btm_pts_ctrl_t{ type btm_pts_ctrl_t (line 324) | struct btm_pts_ctrl_t type btm_ctrl_t (line 325) | struct btm_ctrl_t type btm_inquiry_result_item_t (line 326) | struct btm_inquiry_result_item_t type bdaddr_t (line 326) | struct bdaddr_t type btm_inquiry_result_item_t (line 327) | struct btm_inquiry_result_item_t type bdaddr_t (line 327) | struct bdaddr_t type btm_conn_item_t (line 328) | struct btm_conn_item_t type bdaddr_t (line 328) | struct bdaddr_t type btm_conn_item_t (line 329) | struct btm_conn_item_t type bdaddr_t (line 329) | struct bdaddr_t type btm_conn_item_t (line 331) | struct btm_conn_item_t type bdaddr_t (line 331) | struct bdaddr_t type btm_conn_item_t (line 332) | struct btm_conn_item_t type bdaddr_t (line 332) | struct bdaddr_t type btm_sco_conn_item_t (line 333) | struct btm_sco_conn_item_t type btm_conn_item_t (line 333) | struct btm_conn_item_t type btm_conn_item_t (line 334) | struct btm_conn_item_t type btm_sco_conn_item_t (line 335) | struct btm_sco_conn_item_t type btm_conn_item_t (line 336) | struct btm_conn_item_t type bdaddr_t (line 338) | struct bdaddr_t type bdaddr_t (line 339) | struct bdaddr_t type conn_sco_stat_enum (line 339) | enum conn_sco_stat_enum type btm_conn_item_t (line 340) | struct btm_conn_item_t type pp_buff (line 341) | struct pp_buff type btm_conn_item_t (line 349) | struct btm_conn_item_t type btm_conn_item_t (line 352) | struct btm_conn_item_t type l2cap_conn (line 353) | struct l2cap_conn type bdaddr_t (line 353) | struct bdaddr_t type l2cap_conn (line 354) | struct l2cap_conn type bdaddr_t (line 354) | struct bdaddr_t type bdaddr_t (line 355) | struct bdaddr_t type btm_conn_item_t (line 355) | struct btm_conn_item_t type btm_conn_item_t (line 356) | struct btm_conn_item_t type btm_conn_item_t (line 360) | struct btm_conn_item_t type btm_sco_conn_item_t (line 361) | struct btm_sco_conn_item_t type btm_conn_item_t (line 361) | struct btm_conn_item_t type btm_sco_conn_item_t (line 362) | struct btm_sco_conn_item_t type btm_conn_item_t (line 362) | struct btm_conn_item_t type btm_sco_conn_item_t (line 363) | struct btm_sco_conn_item_t type hci_cmd_packet (line 364) | struct hci_cmd_packet FILE: services/bt_profiles_enhanced/inc/btm_devicedb.h type bdaddr_t (line 26) | struct bdaddr_t type bdaddr_t (line 27) | struct bdaddr_t type bdaddr_t (line 28) | struct bdaddr_t FILE: services/bt_profiles_enhanced/inc/btm_handle_hcievent.h type hci_evt_packet_t (line 28) | struct hci_evt_packet_t type btm_conn_item_t (line 30) | struct btm_conn_item_t type bdaddr_t (line 30) | struct bdaddr_t type hci_evt_packet_t (line 32) | struct hci_evt_packet_t type hci_evt_packet_t (line 33) | struct hci_evt_packet_t type hci_evt_packet_t (line 34) | struct hci_evt_packet_t type hci_evt_packet_t (line 35) | struct hci_evt_packet_t type hci_evt_packet_t (line 36) | struct hci_evt_packet_t type hci_evt_packet_t (line 37) | struct hci_evt_packet_t type hci_evt_packet_t (line 38) | struct hci_evt_packet_t type hci_evt_packet_t (line 39) | struct hci_evt_packet_t type hci_evt_packet_t (line 40) | struct hci_evt_packet_t type hci_evt_packet_t (line 41) | struct hci_evt_packet_t type hci_evt_packet_t (line 44) | struct hci_evt_packet_t type hci_evt_packet_t (line 45) | struct hci_evt_packet_t type hci_evt_packet_t (line 46) | struct hci_evt_packet_t type hci_evt_packet_t (line 47) | struct hci_evt_packet_t type hci_evt_packet_t (line 50) | struct hci_evt_packet_t type hci_evt_packet_t (line 52) | struct hci_evt_packet_t type hci_evt_packet_t (line 57) | struct hci_evt_packet_t FILE: services/bt_profiles_enhanced/inc/btm_hci.h type hci_ev_inquiry_complete (line 163) | struct hci_ev_inquiry_complete { type hci_ev_inquiry_result (line 177) | struct hci_ev_inquiry_result { type hci_ev_conn_complete (line 190) | struct hci_ev_conn_complete { type hci_ev_conn_request (line 203) | struct hci_ev_conn_request { type hci_ev_disconn_complete (line 210) | struct hci_ev_disconn_complete { type hci_ev_authentication_complete (line 217) | struct hci_ev_authentication_complete { type hci_ev_remote_name_req_complete (line 224) | struct hci_ev_remote_name_req_complete { type hci_ev_encryption_change (line 231) | struct hci_ev_encryption_change { type hci_ev_read_remote_features (line 239) | struct hci_ev_read_remote_features{ type hci_ev_read_remote_version (line 247) | struct hci_ev_read_remote_version{ type hci_ev_qossetup_complete (line 259) | struct hci_ev_qossetup_complete{ type hci_ev_cmd_complete (line 273) | struct hci_ev_cmd_complete{ type hci_ev_cmd_status (line 280) | struct hci_ev_cmd_status{ type hci_ev_hardware_error (line 287) | struct hci_ev_hardware_error{ type hci_ev_role_change (line 293) | struct hci_ev_role_change{ type hci_ev_cmd_complete_read_stored_linkkey (line 299) | struct hci_ev_cmd_complete_read_stored_linkkey{ type hci_ev_cmd_complete_le_read_buffer_size (line 305) | struct hci_ev_cmd_complete_le_read_buffer_size{ type hci_ev_cmd_complete_role_discovery (line 311) | struct hci_ev_cmd_complete_role_discovery{ type hci_ev_cmd_complete_read_local_version (line 318) | struct hci_ev_cmd_complete_read_local_version{ type hci_ev_cmd_complete_read_local_sup_features (line 327) | struct hci_ev_cmd_complete_read_local_sup_features{ type hci_ev_cmd_complete_read_local_ext_features (line 332) | struct hci_ev_cmd_complete_read_local_ext_features{ type hci_ev_num_of_complete (line 340) | struct hci_ev_num_of_complete{ type hci_ev_num_of_complete_item (line 346) | struct hci_ev_num_of_complete_item{ type hci_ev_mode_change (line 358) | struct hci_ev_mode_change { type hci_ev_return_linkkeys (line 367) | struct hci_ev_return_linkkeys{ type hci_evt_packet_t (line 373) | struct hci_evt_packet_t { type hci_ev_pin_code_req (line 380) | struct hci_ev_pin_code_req { type hci_ev_link_key_req (line 385) | struct hci_ev_link_key_req { type hci_ev_link_key_notify (line 390) | struct hci_ev_link_key_notify { type hci_ev_databuf_overflow (line 397) | struct hci_ev_databuf_overflow{ type hci_ev_max_slot_change (line 403) | struct hci_ev_max_slot_change { type hci_ev_read_clkoff (line 409) | struct hci_ev_read_clkoff{ type hci_ev_connpkt_type_change (line 416) | struct hci_ev_connpkt_type_change { type hci_ev_qos_violation (line 423) | struct hci_ev_qos_violation { type hci_ev_flow_specification (line 428) | struct hci_ev_flow_specification { type hci_ev_read_remote_extfeatures (line 441) | struct hci_ev_read_remote_extfeatures { type hci_ev_sync_conn_complete (line 450) | struct hci_ev_sync_conn_complete { type hci_ev_io_capability_request (line 465) | struct hci_ev_io_capability_request { type hci_ev_io_capability_response (line 470) | struct hci_ev_io_capability_response { type hci_ev_user_confirmation_request (line 478) | struct hci_ev_user_confirmation_request { type hci_ev_simple_pairing_complete (line 483) | struct hci_ev_simple_pairing_complete{ type hci_ev_sync_conn_change (line 495) | struct hci_ev_sync_conn_change { type hci_ev_sniff_subrating (line 505) | struct hci_ev_sniff_subrating { type hci_ev_debug (line 515) | struct hci_ev_debug { type get_buffer (line 520) | struct get_buffer type hci_ev_rd_mem_cmp_evt (line 528) | struct hci_ev_rd_mem_cmp_evt FILE: services/bt_profiles_enhanced/inc/btm_i.h type device_mode_dis_enum (line 115) | enum device_mode_dis_enum{ type device_mode_conn_enum (line 119) | enum device_mode_conn_enum{ type acl_pkt_boundary_enum (line 125) | enum acl_pkt_boundary_enum{ type btm_security_event_enum (line 129) | enum btm_security_event_enum { type btm_l2cap_event_enum (line 134) | enum btm_l2cap_event_enum { type conn_sco_stat_enum (line 141) | enum conn_sco_stat_enum{ type btm_pairing_event (line 147) | enum btm_pairing_event type btm_inquiry_event (line 156) | enum btm_inquiry_event { type btm_name_event (line 163) | enum btm_name_event type btm_pairing_event (line 171) | enum btm_pairing_event type event_mask_t (line 380) | typedef uint32_t event_mask_t; type acl_open_data (line 429) | struct acl_open_data{ type conn_req_data (line 434) | struct conn_req_data{ type acl_close_data (line 438) | struct acl_close_data{ type sco_open_data (line 446) | struct sco_open_data{ type sco_close_data (line 452) | struct sco_close_data{ type accessible_change_data (line 460) | struct accessible_change_data{ type inquiry_cancel_data (line 467) | struct inquiry_cancel_data{ type command_status_data (line 472) | struct command_status_data{ type role_change_data (line 479) | struct role_change_data{ type mode_change_data (line 486) | struct mode_change_data{ type acl_data_active (line 494) | struct acl_data_active{ type acl_data_not_active (line 501) | struct acl_data_not_active{ type authenticaion_complete_data (line 508) | struct authenticaion_complete_data{ type simple_pairing_complete_data (line 514) | struct simple_pairing_complete_data{ type encryption_change_data (line 520) | struct encryption_change_data{ type inquiry_result_data (line 527) | struct inquiry_result_data{ type name_rsp_data (line 535) | struct name_rsp_data{ type inquiry_complete_data (line 540) | struct inquiry_complete_data{ type btm_ctx_input (line 546) | struct btm_ctx_input { type btm_ctx_output (line 552) | struct btm_ctx_output { type l2cap_channel (line 560) | struct l2cap_channel type device_mode_dis_enum (line 566) | enum device_mode_dis_enum type device_mode_conn_enum (line 566) | enum device_mode_conn_enum type btm_conn_item_t (line 571) | struct btm_conn_item_t type bdaddr_t (line 572) | struct bdaddr_t type bdaddr_t (line 575) | struct bdaddr_t type bdaddr_t (line 576) | struct bdaddr_t type bdaddr_t (line 578) | struct bdaddr_t type bdaddr_t (line 580) | struct bdaddr_t type bdaddr_t (line 581) | struct bdaddr_t type pp_buff (line 583) | struct pp_buff type pp_buff (line 584) | struct pp_buff type bdaddr_t (line 586) | struct bdaddr_t type bdaddr_t (line 587) | struct bdaddr_t type l2cap_channel (line 589) | struct l2cap_channel type bdaddr_t (line 594) | struct bdaddr_t type bdaddr_t (line 596) | struct bdaddr_t type btm_inquiry_event (line 607) | enum btm_inquiry_event type btm_inquiry_event (line 608) | enum btm_inquiry_event type hci_cp_remote_name_request (line 609) | struct hci_cp_remote_name_request type btm_name_event (line 609) | enum btm_name_event type bdaddr_t (line 610) | struct bdaddr_t type btm_name_event (line 610) | enum btm_name_event type bdaddr_t (line 612) | struct bdaddr_t type bdaddr_t (line 613) | struct bdaddr_t type bdaddr_t (line 621) | struct bdaddr_t type btm_ctx_input (line 622) | struct btm_ctx_input type btm_ctx_output (line 622) | struct btm_ctx_output type bdaddr_t (line 624) | struct bdaddr_t type bdaddr_t (line 625) | struct bdaddr_t type bdaddr_t (line 627) | struct bdaddr_t type bdaddr_t (line 628) | struct bdaddr_t type btstack_chip_config_t (line 634) | struct btstack_chip_config_t type btstack_chip_config_t (line 640) | struct btstack_chip_config_t FILE: services/bt_profiles_enhanced/inc/btm_security.h type btm_security_auth_pending_item_t (line 20) | struct btm_security_auth_pending_item_t { type bdaddr_t (line 38) | struct bdaddr_t type bdaddr_t (line 39) | struct bdaddr_t type bdaddr_t (line 40) | struct bdaddr_t FILE: services/bt_profiles_enhanced/inc/co_ppbuff.h type pp_buff (line 38) | struct pp_buff { type pp_buff_head (line 56) | struct pp_buff_head { type pp_buff (line 66) | struct pp_buff type pp_buff (line 67) | struct pp_buff type pp_buff (line 68) | struct pp_buff type pp_buff (line 69) | struct pp_buff type pp_buff (line 70) | struct pp_buff type pp_buff (line 71) | struct pp_buff type pp_buff (line 72) | struct pp_buff type pp_buff (line 73) | struct pp_buff type pp_buff (line 74) | struct pp_buff type pp_buff (line 75) | struct pp_buff type pp_buff_head (line 75) | struct pp_buff_head type pp_buff (line 76) | struct pp_buff type pp_buff_head (line 76) | struct pp_buff_head type pp_buff_head (line 77) | struct pp_buff_head type pp_buff_head (line 78) | struct pp_buff_head type pp_buff (line 78) | struct pp_buff type pp_buff (line 78) | struct pp_buff type pp_buff_head (line 79) | struct pp_buff_head type pp_buff (line 79) | struct pp_buff type pp_buff_head (line 80) | struct pp_buff_head type pp_buff (line 80) | struct pp_buff type pp_buff (line 81) | struct pp_buff type pp_buff_head (line 81) | struct pp_buff_head type pp_buff (line 82) | struct pp_buff type pp_buff (line 82) | struct pp_buff type pp_buff (line 82) | struct pp_buff type pp_buff_head (line 82) | struct pp_buff_head type pp_buff (line 83) | struct pp_buff type pp_buff (line 83) | struct pp_buff type pp_buff_head (line 83) | struct pp_buff_head type pp_buff (line 84) | struct pp_buff type pp_buff_head (line 84) | struct pp_buff_head type pp_buff (line 85) | struct pp_buff type pp_buff_head (line 85) | struct pp_buff_head type pp_buff (line 86) | struct pp_buff FILE: services/bt_profiles_enhanced/inc/co_queue.h type coqueue_entry (line 24) | struct coqueue_entry { type coqueue (line 29) | struct coqueue { type coqueue (line 36) | struct coqueue type coqueue (line 37) | struct coqueue type coqueue (line 38) | struct coqueue type coqueue (line 39) | struct coqueue type coqueue (line 40) | struct coqueue type coqueue (line 41) | struct coqueue type coqueue (line 42) | struct coqueue type coqueue (line 43) | struct coqueue type coqueue (line 45) | struct coqueue type coqueue (line 47) | struct coqueue type coqueue (line 48) | struct coqueue type coqueue (line 50) | struct coqueue FILE: services/bt_profiles_enhanced/inc/cobuf.h type cobuf_statistic_packet (line 26) | struct cobuf_statistic_packet type cobuf_base (line 34) | struct cobuf_base type cobuf_base (line 43) | struct cobuf_base type cobuf_base (line 44) | struct cobuf_base type cobuf_base (line 47) | struct cobuf_base type cobuf_base (line 48) | struct cobuf_base FILE: services/bt_profiles_enhanced/inc/data_link.h type data_link_type (line 26) | enum data_link_type { type data_link (line 38) | struct data_link { FILE: services/bt_profiles_enhanced/inc/dip.h type dip_event (line 50) | enum dip_event { type dip_ctrl_state (line 55) | enum dip_ctrl_state { type dip_device_info (line 60) | struct dip_device_info type dip_sdp_req_fail_reason (line 70) | enum dip_sdp_req_fail_reason { type dip_sdp_req_fail (line 76) | struct dip_sdp_req_fail { type dip_callback_param (line 80) | struct dip_callback_param { type dip_control_t (line 87) | struct dip_control_t type dip_control_t (line 88) | struct dip_control_t type dip_callback_param (line 88) | struct dip_callback_param type dip_control_t (line 90) | struct dip_control_t { type dip_control_t (line 101) | struct dip_control_t type dip_control_t (line 102) | struct dip_control_t type bdaddr_t (line 102) | struct bdaddr_t type dip_control_t (line 103) | struct dip_control_t FILE: services/bt_profiles_enhanced/inc/hci.h type hci_command_type_t (line 32) | typedef enum hci_command_type { type hci_cmd_packet (line 637) | struct hci_cmd_packet type hci_acl_packet (line 648) | struct hci_acl_packet type hci_sco_packet (line 654) | struct hci_sco_packet type hci_evt_packet (line 662) | struct hci_evt_packet type hci_cp_inquiry (line 673) | struct hci_cp_inquiry type hci_cp_create_conn (line 681) | struct hci_cp_create_conn type hci_cp_disconnect (line 692) | struct hci_cp_disconnect type hci_cp_addsco_conn (line 699) | struct hci_cp_addsco_conn type hci_create_connection_cancel (line 706) | struct hci_create_connection_cancel type hci_cp_accept_conn_req (line 712) | struct hci_cp_accept_conn_req type hci_cp_reject_conn_req (line 720) | struct hci_cp_reject_conn_req type hci_cp_link_key_reply (line 726) | struct hci_cp_link_key_reply type hci_cp_link_key_neg_reply (line 733) | struct hci_cp_link_key_neg_reply type hci_cp_pin_code_reply (line 739) | struct hci_cp_pin_code_reply type hci_cp_pin_code_neg_reply (line 747) | struct hci_cp_pin_code_neg_reply type hci_cp_change_conn_pkt_type (line 752) | struct hci_cp_change_conn_pkt_type type hci_cp_auth_req (line 760) | struct hci_cp_auth_req type hci_cp_set_conn_encryption (line 766) | struct hci_cp_set_conn_encryption type hci_cp_remote_name_request (line 774) | struct hci_cp_remote_name_request type hci_cp_remote_name_cancel (line 783) | struct hci_cp_remote_name_cancel type hci_cp_remote_supported_feat (line 789) | struct hci_cp_remote_supported_feat type hci_cp_remote_extended_feat (line 795) | struct hci_cp_remote_extended_feat type hci_cp_remote_version_info (line 802) | struct hci_cp_remote_version_info type hci_cp_setup_sync_conn (line 808) | struct hci_cp_setup_sync_conn type hci_cp_accept_sync_conn (line 820) | struct hci_cp_accept_sync_conn type hci_cp_reject_sync_conn (line 833) | struct hci_cp_reject_sync_conn type hci_cp_io_capability_request_reply (line 840) | struct hci_cp_io_capability_request_reply type hci_cp_io_capability_negative_reply (line 849) | struct hci_cp_io_capability_negative_reply type hci_cp_usr_confirmation_reply (line 857) | struct hci_cp_usr_confirmation_reply type hci_cp_sniff_mode (line 863) | struct hci_cp_sniff_mode type hci_cp_exit_sniff_mode (line 873) | struct hci_cp_exit_sniff_mode type hci_qos_setup (line 879) | struct hci_qos_setup type hci_write_role_discovery (line 891) | struct hci_write_role_discovery type hci_witch_role (line 897) | struct hci_witch_role type hci_cp_write_link_policy (line 904) | struct hci_cp_write_link_policy type hci_cp_sniff_subrating (line 911) | struct hci_cp_sniff_subrating type hci_cp_write_scan_enable (line 921) | struct hci_cp_write_scan_enable type hci_cp_write_class_of_device (line 927) | struct hci_cp_write_class_of_device type hci_cp_write_local_name (line 933) | struct hci_cp_write_local_name type hci_write_extended_inquiry_response (line 939) | struct hci_write_extended_inquiry_response type hci_cp_lowlayer_monitor (line 946) | struct hci_cp_lowlayer_monitor type hci_cp_read_stored_linkkey (line 956) | struct hci_cp_read_stored_linkkey type hci_cp_write_stored_linkkey (line 964) | struct hci_cp_write_stored_linkkey type hci_cp_delete_stored_linkkey (line 972) | struct hci_cp_delete_stored_linkkey type hci_cp_write_auth_enable (line 979) | struct hci_cp_write_auth_enable type hci_cp_set_bdaddr (line 986) | struct hci_cp_set_bdaddr type hci_cp_write_memory (line 993) | struct hci_cp_write_memory type hci_cp_read_memory (line 1002) | struct hci_cp_read_memory type hci_write_current_iac_lap (line 1010) | struct hci_write_current_iac_lap type hci_write_inqscan_type (line 1017) | struct hci_write_inqscan_type type hci_write_inqmode (line 1026) | struct hci_write_inqmode type hci_write_pagescan_type (line 1032) | struct hci_write_pagescan_type type hci_set_switch_sco (line 1044) | struct hci_set_switch_sco type hci_dbg_sco_tx_silence_cmd (line 1050) | struct hci_dbg_sco_tx_silence_cmd type hci_dbg_sniffer_interface (line 1057) | struct hci_dbg_sniffer_interface type hci_write_superv_timeout (line 1064) | struct hci_write_superv_timeout type hci_start_tws_exchange (line 1071) | struct hci_start_tws_exchange type hci_set_sniffer_env (line 1078) | struct hci_set_sniffer_env type hci_enable_fastack (line 1087) | struct hci_enable_fastack type hci_ibrt_mode_op (line 1095) | struct hci_ibrt_mode_op type hci_start_ibrt (line 1102) | struct hci_start_ibrt type hci_get_tws_slave_of_mobile_rssi (line 1109) | struct hci_get_tws_slave_of_mobile_rssi type hci_stop_ibrt (line 1115) | struct hci_stop_ibrt type hci_stop_multi_point_ibrt (line 1122) | struct hci_stop_multi_point_ibrt type hci_resume_ibrt (line 1129) | struct hci_resume_ibrt type hci_set_link_lbrt_enable (line 1136) | struct hci_set_link_lbrt_enable type hci_ibrt_switch (line 1143) | struct hci_ibrt_switch type hci_write_random_addr (line 1149) | struct hci_write_random_addr type hci_write_adv_param (line 1155) | struct hci_write_adv_param type hci_write_adv_data (line 1168) | struct hci_write_adv_data type hci_write_scan_rsp_data (line 1175) | struct hci_write_scan_rsp_data type hci_write_adv_en (line 1182) | struct hci_write_adv_en type hci_write_ble_scan_param (line 1188) | struct hci_write_ble_scan_param type hci_write_ble_can_en (line 1198) | struct hci_write_ble_can_en type hci_add_device_to_wl (line 1207) | struct hci_add_device_to_wl type hci_tws_bdaddr_exchange (line 1214) | struct hci_tws_bdaddr_exchange type hci_dbg_send_prefer_rate (line 1220) | struct hci_dbg_send_prefer_rate type hci_cmd_packet (line 1243) | struct hci_cmd_packet type hci_cmd_packet (line 1244) | struct hci_cmd_packet type hci_cmd_packet (line 1246) | struct hci_cmd_packet FILE: services/bt_profiles_enhanced/inc/hci_buff.h type hci_buff_t (line 57) | typedef struct { type list_node (line 106) | struct list_node FILE: services/bt_profiles_enhanced/inc/hfp.h type hfp_response (line 5) | struct hfp_response { type hfp_result (line 10) | enum hfp_result { type hfp_error (line 24) | enum hfp_error { type hshf_control (line 54) | struct hshf_control type hfp_response (line 56) | struct hfp_response type hfp_result (line 59) | enum hfp_result type hfp_error (line 60) | enum hfp_error type hshf_control (line 68) | struct hshf_control type hshf_control (line 70) | struct hshf_control type hshf_control (line 73) | struct hshf_control type hshf_control (line 75) | struct hshf_control type hfp_response (line 84) | struct hfp_response type hfp_response (line 87) | struct hfp_response type hfp_response (line 89) | struct hfp_response type hshf_control (line 91) | struct hshf_control type hshf_control (line 96) | struct hshf_control type hfp_response (line 98) | struct hfp_response type hfp_response (line 100) | struct hfp_response type hfp_response (line 102) | struct hfp_response type hfp_response (line 105) | struct hfp_response type hfp_response (line 107) | struct hfp_response type hfp_response (line 110) | struct hfp_response type hshf_control (line 113) | struct hshf_control type pp_buff (line 116) | struct pp_buff type rfcomm_event_enum (line 118) | enum rfcomm_event_enum type hshf_control (line 122) | struct hshf_control type bdaddr_t (line 122) | struct bdaddr_t type bdaddr_t (line 124) | struct bdaddr_t type hshf_control (line 125) | struct hshf_control type hfp_mobile_module_handler (line 127) | struct hfp_mobile_module_handler type hshf_control (line 128) | struct hshf_control type hshf_control (line 129) | struct hshf_control type hshf_control (line 130) | struct hshf_control type hshf_control (line 131) | struct hshf_control type hshf_control (line 132) | struct hshf_control type hshf_control (line 133) | struct hshf_control type hshf_control (line 134) | struct hshf_control type hshf_control (line 135) | struct hshf_control type hfp_mobile_module_handler (line 135) | struct hfp_mobile_module_handler type hshf_control (line 136) | struct hshf_control type hshf_control (line 137) | struct hshf_control type hshf_control (line 138) | struct hshf_control type hshf_control (line 139) | struct hshf_control type hshf_control (line 140) | struct hshf_control type hshf_control (line 141) | struct hshf_control FILE: services/bt_profiles_enhanced/inc/hid_i.h type hid_state_t (line 29) | typedef enum { type hid_event_t (line 40) | typedef enum { type hid_session_state_t (line 46) | typedef enum { type hid_pending_op_t (line 52) | typedef enum { type hid_session_t (line 60) | struct hid_session_t { type hid_callback_parms_t (line 65) | struct hid_callback_parms_t type hid_report_type_enum_t (line 75) | typedef enum { type hid_stack_interface_t (line 83) | struct hid_stack_interface_t type hid_report_data_t (line 85) | struct hid_report_data_t { type hid_frame_t (line 91) | struct hid_frame_t { type hid_frame_node_t (line 99) | struct hid_frame_node_t { type hid_rx_msg_t (line 104) | struct hid_rx_msg_t { type hid_control_t (line 111) | struct hid_control_t { type hid_stack_interface_t (line 137) | struct hid_stack_interface_t { type hid_ctx_input (line 144) | struct hid_ctx_input { type hid_stack_interface_t (line 152) | struct hid_stack_interface_t type hid_control_t (line 154) | struct hid_control_t type hid_control_t (line 156) | struct hid_control_t type hid_control_t (line 158) | struct hid_control_t type hid_control_t (line 160) | struct hid_control_t type hid_control_t (line 162) | struct hid_control_t type hid_control_t (line 164) | struct hid_control_t type l2cap_event_enum (line 166) | enum l2cap_event_enum type l2cap_event_enum (line 167) | enum l2cap_event_enum type pp_buff (line 168) | struct pp_buff type pp_buff (line 169) | struct pp_buff FILE: services/bt_profiles_enhanced/inc/hshf.h type pp_buff (line 34) | struct pp_buff type rfcomm_event_enum (line 35) | enum rfcomm_event_enum FILE: services/bt_profiles_enhanced/inc/hshf_i.h type hshf_control (line 29) | struct hshf_control type hshf_control (line 31) | struct hshf_control type hshf_tx_status (line 33) | enum hshf_tx_status { type hshf_event_t (line 39) | enum hshf_event_t { type hshf_callsetup (line 104) | enum hshf_callsetup { type hshf_call (line 112) | enum hshf_call { type hshf_profile (line 117) | enum hshf_profile { type hshf_conn_state (line 125) | enum hshf_conn_state { type hshf_pb_location (line 136) | enum hshf_pb_location { type hshf_pb_action (line 146) | enum hshf_pb_action { type hfp_indicator (line 151) | enum hfp_indicator { type hshf_control (line 162) | struct hshf_control type indicator (line 164) | struct indicator { type indicator (line 173) | struct indicator type hf_ind_enhanced_safety (line 178) | struct hf_ind_enhanced_safety { type hf_ind_battery_level (line 185) | struct hf_ind_battery_level { type hf_indicator (line 192) | struct hf_indicator { type hfp_codec (line 202) | struct hfp_codec { type hfp_ag_call_info (line 209) | struct hfp_ag_call_info type hfp_ag_call_info (line 221) | struct hfp_ag_call_info type hfp_mobile_module_handler (line 224) | struct hfp_mobile_module_handler type hshf_control (line 249) | struct hshf_control { type hfp_ctx_input (line 324) | struct hfp_ctx_input { type hfp_ctx_output (line 331) | struct hfp_ctx_output { type hshf_conn_state (line 339) | enum hshf_conn_state type hshf_control (line 339) | struct hshf_control type hshf_control (line 340) | struct hshf_control type hshf_conn_state (line 340) | enum hshf_conn_state type hshf_conn_state (line 341) | enum hshf_conn_state type hshf_event_t (line 342) | enum hshf_event_t type hf_caller_id_ind_t (line 344) | typedef struct { type bdaddr_t (line 349) | struct bdaddr_t type hshf_control (line 352) | struct hshf_control type hshf_control (line 353) | struct hshf_control type hshf_control (line 354) | struct hshf_control type bdaddr_t (line 354) | struct bdaddr_t type bdaddr_t (line 357) | struct bdaddr_t type hshf_control (line 357) | struct hshf_control type bdaddr_t (line 358) | struct bdaddr_t type hshf_control (line 361) | struct hshf_control type hshf_control (line 363) | struct hshf_control type hshf_control (line 365) | struct hshf_control type hshf_control (line 367) | struct hshf_control type hshf_control (line 369) | struct hshf_control type hshf_control (line 371) | struct hshf_control type hshf_control (line 373) | struct hshf_control type hshf_control (line 375) | struct hshf_control type hshf_control (line 377) | struct hshf_control type hshf_control (line 379) | struct hshf_control type hshf_control (line 381) | struct hshf_control type hshf_control (line 384) | struct hshf_control type hshf_control (line 385) | struct hshf_control type hshf_control (line 387) | struct hshf_control type hshf_control (line 388) | struct hshf_control type hshf_control (line 389) | struct hshf_control type hshf_control (line 390) | struct hshf_control type hshf_control (line 391) | struct hshf_control type hshf_control (line 392) | struct hshf_control type hshf_control (line 394) | struct hshf_control type hshf_control (line 396) | struct hshf_control type hshf_control (line 398) | struct hshf_control type hshf_control (line 400) | struct hshf_control type hfp_ctx_input (line 402) | struct hfp_ctx_input type hfp_ctx_output (line 402) | struct hfp_ctx_output FILE: services/bt_profiles_enhanced/inc/l2cap.h type uint8 (line 28) | typedef uint8 (*btm_get_ibrt_role_callback)(const void *para); type uint8 (line 29) | typedef uint8 (*btm_get_tss_state_callback)(const void *para); type l2cap_hdr (line 39) | struct l2cap_hdr { type l2cap_sig_hdr (line 69) | struct l2cap_sig_hdr { type l2cap_sig_rej (line 79) | struct l2cap_sig_rej { type l2cap_sig_conn_req (line 87) | struct l2cap_sig_conn_req { type l2cap_sig_conn_rsp (line 101) | struct l2cap_sig_conn_rsp { type l2cap_sig_cfg_req (line 109) | struct l2cap_sig_cfg_req { type l2cap_sig_cfg_rsp (line 118) | struct l2cap_sig_cfg_rsp { type l2cap_sig_cfg_opt_hdr (line 131) | struct l2cap_sig_cfg_opt_hdr{ type l2cap_sig_cfg_opt_mtu (line 136) | struct l2cap_sig_cfg_opt_mtu { type l2cap_sig_cfg_opt_flushto (line 140) | struct l2cap_sig_cfg_opt_flushto { type l2cap_sig_cfg_opt_qos (line 148) | struct l2cap_sig_cfg_opt_qos { type l2cap_sig_cfg_opt_rfc (line 164) | struct l2cap_sig_cfg_opt_rfc { type l2cap_sig_cfg_opt_fcs (line 176) | struct l2cap_sig_cfg_opt_fcs { type l2cap_sig_disconn_req (line 180) | struct l2cap_sig_disconn_req { type l2cap_sig_disconn_rsp (line 186) | struct l2cap_sig_disconn_rsp { type l2cap_sig_info_req (line 193) | struct l2cap_sig_info_req { type l2cap_sig_info_rsp (line 203) | struct l2cap_sig_info_rsp { type config_in_t (line 228) | struct config_in_t { type config_out_t (line 237) | struct config_out_t { type l2cap_registered_psm_item_t (line 250) | struct l2cap_registered_psm_item_t { type l2cap_channel_state_enum (line 258) | enum l2cap_channel_state_enum { type l2cap_channel (line 271) | struct l2cap_channel{ type l2cap_conn (line 311) | struct l2cap_conn { type l2cap_conn_req_param_t (line 326) | struct l2cap_conn_req_param_t { type l2cap_channel (line 338) | struct l2cap_channel type l2cap_conn_req_param_t (line 338) | struct l2cap_conn_req_param_t type l2cap_conn_req_param_t (line 339) | struct l2cap_conn_req_param_t type pp_buff (line 341) | struct pp_buff type l2cap_channel (line 342) | struct l2cap_channel type pp_buff (line 342) | struct pp_buff type l2cap_conn (line 343) | struct l2cap_conn type l2cap_channel (line 344) | struct l2cap_channel type l2cap_conn (line 344) | struct l2cap_conn type bdaddr_t (line 345) | struct bdaddr_t type l2cap_conn (line 346) | struct l2cap_conn type l2cap_channel (line 346) | struct l2cap_channel type l2cap_channel (line 347) | struct l2cap_channel type l2cap_conn (line 347) | struct l2cap_conn type l2cap_channel (line 348) | struct l2cap_channel type l2cap_conn (line 348) | struct l2cap_conn type l2cap_channel (line 351) | struct l2cap_channel type l2cap_conn (line 351) | struct l2cap_conn type l2cap_channel (line 352) | struct l2cap_channel type bdaddr_t (line 353) | struct bdaddr_t FILE: services/bt_profiles_enhanced/inc/l2cap_er.h type l2cap_enhanced_control_i (line 85) | struct l2cap_enhanced_control_i { type l2cap_enhanced_control_s (line 93) | struct l2cap_enhanced_control_s { type l2cap_enhanced_packet (line 105) | struct l2cap_enhanced_packet { type l2cap_enhanced_control_i (line 114) | struct l2cap_enhanced_control_i type l2cap_enhanced_control_s (line 115) | struct l2cap_enhanced_control_s type l2cap_enhanced_channel (line 118) | struct l2cap_enhanced_channel { type pp_buff (line 160) | struct pp_buff type l2cap_channel (line 160) | struct l2cap_channel type l2cap_enhanced_channel (line 161) | struct l2cap_enhanced_channel type l2cap_channel (line 162) | struct l2cap_channel type pp_buff (line 162) | struct pp_buff type l2cap_channel (line 163) | struct l2cap_channel type pp_buff (line 163) | struct pp_buff type l2cap_channel (line 164) | struct l2cap_channel FILE: services/bt_profiles_enhanced/inc/l2cap_i.h type l2cap_event_enum (line 40) | enum l2cap_event_enum { type l2cap_ctx_input (line 48) | struct l2cap_ctx_input { type l2cap_ctx_output (line 57) | struct l2cap_ctx_output { type l2cap_event_enum (line 70) | enum l2cap_event_enum type pp_buff (line 71) | struct pp_buff type bdaddr_t (line 75) | struct bdaddr_t type l2cap_event_enum (line 77) | enum l2cap_event_enum type pp_buff (line 78) | struct pp_buff type l2cap_event_enum (line 82) | enum l2cap_event_enum type pp_buff (line 83) | struct pp_buff type pp_buff (line 87) | struct pp_buff type data_link (line 89) | struct data_link type pp_buff (line 91) | struct pp_buff type l2cap_event_enum (line 103) | enum l2cap_event_enum type btm_l2cap_event_enum (line 107) | enum btm_l2cap_event_enum type pp_buff (line 108) | struct pp_buff type pp_buff (line 110) | struct pp_buff type bdaddr_t (line 112) | struct bdaddr_t type l2cap_channel (line 113) | struct l2cap_channel type l2cap_ctx_input (line 116) | struct l2cap_ctx_input type l2cap_ctx_output (line 116) | struct l2cap_ctx_output FILE: services/bt_profiles_enhanced/inc/map_bmessage_builder.h type map_bmsg_t (line 64) | typedef struct { FILE: services/bt_profiles_enhanced/inc/map_protocol.h type map_obex_flag_t (line 26) | typedef unsigned int map_obex_flag_t; type map_bmessage_type_t (line 48) | typedef enum { FILE: services/bt_profiles_enhanced/inc/map_sdp.h type map_sdp_event_t (line 27) | typedef enum { type map_sdp_server_property_t (line 34) | typedef struct { type map_sdp_callback_param (line 43) | typedef struct { type int32 (line 54) | typedef int32 (*map_sdp_callback_t)(map_sdp_event_t event, map_sdp_callb... type bdaddr_t (line 56) | struct bdaddr_t FILE: services/bt_profiles_enhanced/inc/map_session.h type map_session_type_t (line 31) | typedef enum { type map_session_config_t (line 36) | typedef struct { type map_session_function_t (line 41) | typedef enum { type map_session_function_state_t (line 54) | typedef struct { type map_session_error_t (line 65) | typedef enum { type map_session_cb_param_t (line 71) | typedef struct { type map_session_event_t (line 87) | typedef enum { type map_session_state_t (line 93) | typedef enum { type _map_session_t (line 102) | struct _map_session_t type int32 (line 104) | typedef int32 (*map_session_event_handler_t)(struct _map_session_t *, ma... type map_session_function_param_t (line 106) | typedef struct { type map_session_function_action_t (line 156) | typedef enum { type map_session_function_action_param_t (line 165) | typedef struct { type map_session_t (line 179) | typedef struct _map_session_t { type bdaddr_t (line 202) | struct bdaddr_t FILE: services/bt_profiles_enhanced/inc/md5.h type xMD5Context (line 25) | typedef struct _xMD5Context { FILE: services/bt_profiles_enhanced/inc/obex.h type obex_event_t (line 22) | enum obex_event_t{ type uint8 (line 44) | typedef uint8 obex_respcode; type uint8 (line 91) | typedef uint8 obex_header; type obex_event_t (line 116) | enum obex_event_t type rfcomm_event_enum (line 118) | enum rfcomm_event_enum type pp_buff (line 119) | struct pp_buff FILE: services/bt_profiles_enhanced/inc/obex_i.h type uint8 (line 26) | typedef uint8 obex_opcode; type obex_conn_state_enum (line 28) | enum obex_conn_state_enum{ type obex_state_enum (line 35) | enum obex_state_enum{ type obex_client (line 50) | struct obex_client{ type obex_control_t (line 63) | struct obex_control_t{ type obex_client (line 80) | struct obex_client type obex_client (line 82) | struct obex_client FILE: services/bt_profiles_enhanced/inc/obex_protocol.h type obex_header_type_t (line 53) | typedef unsigned char obex_header_type_t; type obex_header_id_t (line 59) | typedef unsigned char obex_header_id_t; type obex_operation_opcode_t (line 80) | typedef unsigned char obex_operation_opcode_t; type obex_operation_response_code_t (line 92) | typedef unsigned char obex_operation_response_code_t; FILE: services/bt_profiles_enhanced/inc/obex_session.h type obex_session_event_t (line 32) | typedef enum { type obex_session_cb_param_t (line 40) | typedef struct { type _obex_session_t (line 66) | struct _obex_session_t type int32 (line 68) | typedef int32 (*obex_session_event_handler_t)(struct _obex_session_t *se... type obex_session_role_t (line 70) | typedef enum { type obex_session_state_t (line 75) | typedef enum { type obex_session_config_t (line 82) | typedef struct { type obex_session_t (line 94) | typedef struct _obex_session_t{ type bdaddr_t (line 106) | struct bdaddr_t FILE: services/bt_profiles_enhanced/inc/obex_tlv.h type obex_tlv_id_t (line 23) | typedef unsigned char obex_tlv_id_t; type obex_tlv_length_t (line 24) | typedef unsigned char obex_tlv_length_t; type obex_tlv_t (line 26) | typedef struct { FILE: services/bt_profiles_enhanced/inc/obex_transmission.h type obex_transmission_header_Unicode_t (line 35) | typedef struct { type obex_transmission_header_ByteSequence_t (line 41) | typedef struct { type obex_transmission_header_1ByteQuality (line 47) | typedef struct { type obex_transmission_header_4ByteQuality (line 52) | typedef struct { type obex_transmission_headers_t (line 57) | typedef struct { type obex_transmission_t (line 77) | typedef struct { FILE: services/bt_profiles_enhanced/inc/obex_transportlayer.h type obex_transport_type_t (line 27) | typedef enum { type obex_transport_role_t (line 32) | typedef enum { type obex_transport_conn_state_t (line 37) | typedef enum { type obex_transport_listen_state_t (line 44) | typedef enum { type obex_transport_config_t (line 49) | typedef struct { type obex_transport_event_t (line 65) | typedef enum { type obex_transport_cb_param_t (line 73) | typedef struct { type _obex_transport_t (line 90) | struct _obex_transport_t type int32 (line 92) | typedef int32 (*obex_transport_connect_t) (struct _obex_transport_t *tra... type int32 (line 93) | typedef int32 (*obex_transport_listen_t) (struct _obex_transport_t *tran... type int32 (line 94) | typedef int32 (*obex_transport_disconnect_t) (struct _obex_transport_t *... type uint32 (line 95) | typedef uint32 (*obex_transport_send_t)(struct _obex_transport_t *transp... type int32 (line 96) | typedef int32 (*obex_transport_event_handler_t)(struct _obex_transport_t... type obex_transport_t (line 98) | typedef struct _obex_transport_t{ type rfcomm_event_enum (line 115) | enum rfcomm_event_enum type pp_buff (line 116) | struct pp_buff FILE: services/bt_profiles_enhanced/inc/pbap_i.h type uint8 (line 26) | typedef uint8 vcard_sort_type; type uint8 (line 31) | typedef uint8 vcard_search_attribute; type vcard_filter (line 36) | struct vcard_filter{ type uint8 (line 74) | typedef uint8 vcard_format; type uint8 (line 78) | typedef uint8 app_parameter_tag; type pbap_state (line 89) | enum pbap_state{ type pbap_event (line 102) | enum pbap_event{ type uint8 (line 116) | typedef uint8 pbap_opcode; type pbap_pull_phonebook_parms (line 126) | struct pbap_pull_phonebook_parms{ type pbap_pull_list_parms (line 134) | struct pbap_pull_list_parms{ type pbap_pull_entry_parms (line 143) | struct pbap_pull_entry_parms{ type pbap_set_path_parms (line 148) | struct pbap_set_path_parms{ type pbap_client (line 152) | struct pbap_client{ type pbap_control_t (line 170) | struct pbap_control_t{ type pbap_client (line 196) | struct pbap_client type vcard_filter (line 198) | struct vcard_filter type vcard_filter (line 199) | struct vcard_filter type pbap_state (line 200) | enum pbap_state FILE: services/bt_profiles_enhanced/inc/rfcomm.h type rfcomm_hdr (line 101) | struct rfcomm_hdr { type rfcomm_cmd (line 107) | struct rfcomm_cmd { type rfcomm_mcc (line 114) | struct rfcomm_mcc { type rfcomm_pn (line 119) | struct rfcomm_pn { type rfcomm_rpn (line 129) | struct rfcomm_rpn { type rfcomm_rls (line 139) | struct rfcomm_rls { type rfcomm_msc (line 144) | struct rfcomm_msc { type rfcomm_session_state_enum (line 149) | enum rfcomm_session_state_enum { type rfcomm_session (line 157) | struct rfcomm_session { type rfcomm_dlc_state_enum (line 170) | enum rfcomm_dlc_state_enum { type rfcomm_dlc (line 178) | struct rfcomm_dlc { type rfcomm_registered_server_item_t (line 215) | struct rfcomm_registered_server_item_t { FILE: services/bt_profiles_enhanced/inc/rfcomm_i.h type rfcomm_event_enum (line 24) | enum rfcomm_event_enum { type rfcomm_config_t (line 32) | struct rfcomm_config_t { type rfcomm_event_enum (line 38) | enum rfcomm_event_enum type pp_buff (line 43) | struct pp_buff type rfcomm_ctx_input (line 45) | struct rfcomm_ctx_input { type rfcomm_ctx_output (line 54) | struct rfcomm_ctx_output { type rfcomm_config_t (line 73) | struct rfcomm_config_t type bdaddr_t (line 75) | struct bdaddr_t type bdaddr_t (line 79) | struct bdaddr_t type l2cap_event_enum (line 97) | enum l2cap_event_enum type pp_buff (line 100) | struct pp_buff type rfcomm_ctx_input (line 106) | struct rfcomm_ctx_input type rfcomm_ctx_output (line 106) | struct rfcomm_ctx_output type rfcomm_session (line 111) | struct rfcomm_session type rfcomm_session (line 112) | struct rfcomm_session type bdaddr_t (line 112) | struct bdaddr_t type rfcomm_dlc (line 113) | struct rfcomm_dlc type rfcomm_session (line 113) | struct rfcomm_session type rfcomm_event_enum (line 114) | enum rfcomm_event_enum type bdaddr_t (line 115) | struct bdaddr_t type rfcomm_registered_server_item_t (line 117) | struct rfcomm_registered_server_item_t type rfcomm_session (line 120) | struct rfcomm_session type bdaddr_t (line 121) | struct bdaddr_t FILE: services/bt_profiles_enhanced/inc/sco.h type sco_item_t (line 23) | struct sco_item_t { FILE: services/bt_profiles_enhanced/inc/sco_i.h type sco_event_enum (line 23) | enum sco_event_enum{ type sco_event_enum (line 28) | enum sco_event_enum type bdaddr_t (line 34) | struct bdaddr_t type bdaddr_t (line 37) | struct bdaddr_t type bdaddr_t (line 40) | struct bdaddr_t type bdaddr_t (line 42) | struct bdaddr_t type bdaddr_t (line 48) | struct bdaddr_t type bdaddr_t (line 50) | struct bdaddr_t FILE: services/bt_profiles_enhanced/inc/sdp.h type data_element_type (line 97) | enum data_element_type { type data_element_size (line 114) | enum data_element_size { type sdp_pdu_id (line 129) | enum sdp_pdu_id { type sdp_error_code (line 143) | enum sdp_error_code { type sdp_event (line 162) | enum sdp_event { type sdp_callback_params (line 174) | struct sdp_callback_params { type sdp_connection_role (line 202) | enum sdp_connection_role { type sdp_connection_state (line 210) | enum sdp_connection_state { type sdp_tx_state (line 221) | enum sdp_tx_state { type sdp_ctl_state (line 229) | enum sdp_ctl_state { type sdp_server_record_attr (line 237) | struct sdp_server_record_attr { type sdp_server_record (line 247) | struct sdp_server_record { type sdp_event (line 257) | enum sdp_event type sdp_callback_params (line 257) | struct sdp_callback_params type sdp_request (line 262) | struct sdp_request { type sdp_control_t (line 282) | struct sdp_control_t type sdp_control_t (line 540) | struct sdp_control_t type sdp_server_record_attr (line 550) | struct sdp_server_record_attr type sdp_server_record (line 550) | struct sdp_server_record type data_element_type (line 563) | enum data_element_type type data_element_type (line 678) | enum data_element_type type sdp_request (line 689) | struct sdp_request type sdp_control_t (line 697) | struct sdp_control_t type sdp_control_t (line 707) | struct sdp_control_t type sdp_server_record (line 707) | struct sdp_server_record type sdp_control_t (line 708) | struct sdp_control_t type sdp_server_record (line 708) | struct sdp_server_record type sdp_server_record (line 710) | struct sdp_server_record type sdp_server_record (line 711) | struct sdp_server_record type data_element_type (line 725) | enum data_element_type type sdp_event (line 742) | enum sdp_event type sdp_server_record (line 744) | struct sdp_server_record FILE: services/bt_profiles_enhanced/inc/sppnew.h type sppnew_event (line 29) | enum sppnew_event { type sppnew_chnl_state (line 38) | enum sppnew_chnl_state { type sppnew_tx_state (line 46) | enum sppnew_tx_state { type sppnew_callback_param (line 51) | struct sppnew_callback_param { type sppnew_device_type (line 74) | enum sppnew_device_type { type sppnew_channel (line 79) | struct sppnew_channel type int8 (line 80) | typedef int8 (*sppnew_callback)(struct sppnew_channel *chnl, enum sppnew... type sppnew_setup (line 82) | struct sppnew_setup { type sppnew_packet (line 86) | struct sppnew_packet { type sppnew_config (line 92) | struct sppnew_config { type sppnew_channel (line 105) | struct sppnew_channel { type sppnew_ctx_input (line 120) | struct sppnew_ctx_input { type sppnew_ctx_output (line 128) | struct sppnew_ctx_output { type sppnew_channel (line 131) | struct sppnew_channel type sppnew_config (line 131) | struct sppnew_config type sppnew_channel (line 132) | struct sppnew_channel type rfcomm_config_t (line 132) | struct rfcomm_config_t type sppnew_channel (line 133) | struct sppnew_channel type bdaddr_t (line 133) | struct bdaddr_t type sppnew_channel (line 134) | struct sppnew_channel type bdaddr_t (line 134) | struct bdaddr_t type sppnew_channel (line 135) | struct sppnew_channel type sppnew_channel (line 136) | struct sppnew_channel type sppnew_setup (line 136) | struct sppnew_setup type sppnew_channel (line 137) | struct sppnew_channel type sppnew_channel (line 138) | struct sppnew_channel type sppnew_chnl_state (line 139) | enum sppnew_chnl_state type sppnew_channel (line 139) | struct sppnew_channel type sppnew_channel (line 140) | struct sppnew_channel type sppnew_event (line 141) | enum sppnew_event type rfcomm_event_enum (line 142) | enum rfcomm_event_enum type pp_buff (line 143) | struct pp_buff type sppnew_channel (line 144) | struct sppnew_channel type sppnew_channel (line 145) | struct sppnew_channel type sppnew_ctx_input (line 146) | struct sppnew_ctx_input type sppnew_ctx_output (line 146) | struct sppnew_ctx_output FILE: services/bt_profiles_enhanced/inc/win32_os.h type I16 (line 41) | typedef short I16; type U8 (line 42) | typedef unsigned char U8; type U16 (line 43) | typedef unsigned short U16; type U32 (line 44) | typedef unsigned int U32; type BOOL (line 45) | typedef unsigned char BOOL; type U32 (line 47) | typedef U32 bt_status_t; type _bt_status (line 49) | enum _bt_status { type bt_bdaddr_t (line 75) | typedef struct { type btif_link_key_type_t (line 79) | typedef unsigned char btif_link_key_type_t; type btif_device_record_t (line 81) | typedef struct { type btif_ble_adv_report (line 95) | typedef struct { type besbt_cfg_t (line 111) | struct besbt_cfg_t FILE: services/communication/comminication_knowles/communication_cmd_handle.cpp function communication_cmd_init (line 15) | int communication_cmd_init(int (*cb)(const unsigned char *, unsigned int... function communication_cmd_send_reply (line 23) | int communication_cmd_send_reply(const unsigned char *payload, function communication_cmd_check_msg_hdr (line 28) | enum ERR_CODE communication_cmd_check_msg_hdr(struct message_t *msg) { function FloatToByte (line 32) | void FloatToByte(float floatNum, unsigned char *byteArry) { function communication_cmd_handle_cmd (line 41) | enum ERR_CODE communication_cmd_handle_cmd(enum COMMUNICATION_CMD_TYPE cmd, FILE: services/communication/comminication_knowles/communication_cmd_handle.h type ERR_CODE (line 28) | enum ERR_CODE type message_t (line 28) | struct message_t type ERR_CODE (line 30) | enum ERR_CODE type COMMUNICATION_CMD_TYPE (line 30) | enum COMMUNICATION_CMD_TYPE FILE: services/communication/comminication_knowles/communication_cmd_msg.h type COMMUNICATION_CMD_TYPE (line 8) | enum COMMUNICATION_CMD_TYPE { FILE: services/communication/comminication_knowles/communication_sysapi.cpp type HAL_UART_CFG_T (line 25) | struct HAL_UART_CFG_T type HAL_UART_ID_T (line 47) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 50) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 52) | enum HAL_UART_ID_T type UART_DMA_STATE (line 55) | enum UART_DMA_STATE function app_uart_flow_control_timeout_timer_cb (line 111) | static void app_uart_flow_control_timeout_timer_cb(void const *n) { function ama_uart_stream_fifo_init (line 135) | void ama_uart_stream_fifo_init() { function ama_uart_get_fifo_data (line 152) | uint32_t ama_uart_get_fifo_data(uint8_t *buf) { function avil_len_of_the_fifo (line 174) | uint32_t avil_len_of_the_fifo() { return LengthOfCQueue(&ama_uart_queue); } function send_message (line 178) | void send_message() { OS_NotifyEvm(); } function uart_break_handler (line 182) | static void uart_break_handler(void) { function uart_rx_dma_handler (line 192) | static void uart_rx_dma_handler(uint32_t xfer_size, int dma_error, function recv_data_state_get (line 234) | void recv_data_state_get(enum UART_DMA_STATE *state) { function recv_data_reset (line 238) | void recv_data_reset(void) { function init_transport (line 246) | void init_transport(void) { function deinit_transport (line 289) | void deinit_transport(void) { function reinit_transport (line 312) | void reinit_transport(void) { function set_send_timeout (line 333) | void set_send_timeout(uint32_t timeout) { send_timeout = MS_TO_TICKS(tim... function debug_read_enabled (line 335) | int debug_read_enabled(void) { function debug_write_enabled (line 339) | int debug_write_enabled(void) { function uart_send_data (line 343) | static int uart_send_data(const unsigned char *buf, unsigned int len) { function send_data (line 369) | int send_data(const unsigned char *buf, unsigned int len) { type HAL_DMA_DESC_T (line 377) | struct HAL_DMA_DESC_T function uart_recv_data_dma (line 379) | static int uart_recv_data_dma(unsigned char *buf, unsigned int len, function recv_data (line 422) | int recv_data(unsigned char *buf, unsigned int len) { function recv_data_dma (line 430) | int recv_data_dma(unsigned char *buf, unsigned int len, unsigned int exp... function uart_handle_error (line 438) | static int uart_handle_error(void) { function handle_error (line 449) | int handle_error(void) { function uart_cancel_input (line 476) | static int uart_cancel_input(void) { function cancel_input (line 481) | int cancel_input(void) { return uart_cancel_input(); } function system_reboot (line 483) | void system_reboot(void) { hal_cmu_sys_reboot(); } function system_shutdown (line 485) | void system_shutdown(void) { pmu_shutdown(); } function system_set_bootmode (line 487) | void system_set_bootmode(unsigned int bootmode) { function system_clear_bootmode (line 492) | void system_clear_bootmode(unsigned int bootmode) { function system_get_bootmode (line 497) | unsigned int system_get_bootmode(void) { return hal_sw_bootmode_get(); } function wait_trace_finished (line 499) | void wait_trace_finished(void) { function get_current_time (line 511) | unsigned int get_current_time(void) { return hal_sys_timer_get(); } function app_ai_voice_uart_audio_init (line 524) | int app_ai_voice_uart_audio_init() { function uart_data_process_thread (line 536) | void uart_data_process_thread(const void *arg) { FILE: services/communication/comminication_knowles/communication_sysapi.h type DOWNLOAD_TRANSPORT (line 27) | enum DOWNLOAD_TRANSPORT { type XFER_TIMEOUT (line 32) | enum XFER_TIMEOUT { type UART_DMA_STATE (line 41) | enum UART_DMA_STATE { type UART_DMA_STATE (line 61) | enum UART_DMA_STATE FILE: services/communication/comminication_knowles/tool_msg.h type MSG_TYPE (line 46) | enum MSG_TYPE { type SYS_CMD_TYPE (line 70) | enum SYS_CMD_TYPE { type ERR_CODE (line 79) | enum ERR_CODE { type PARSE_STATE (line 136) | enum PARSE_STATE { type message_t (line 142) | struct message_t { type boot_struct_t (line 152) | struct boot_struct_t { type code_sig_struct_t (line 166) | struct code_sig_struct_t { type exec_struct_t (line 173) | struct exec_struct_t { FILE: services/communication/communication_svr.cpp type COMMUNICATION_MSG (line 20) | enum COMMUNICATION_MSG { type COMMUNICATION_MODE (line 38) | enum COMMUNICATION_MODE { type HAL_UART_ID_T (line 80) | enum HAL_UART_ID_T type HAL_UART_ID_T (line 82) | enum HAL_UART_ID_T type HAL_UART_CFG_T (line 85) | struct HAL_UART_CFG_T type HAL_IOMUX_PIN_FUNCTION_MAP (line 113) | struct HAL_IOMUX_PIN_FUNCTION_MAP type COMMUNICATION_MODE (line 122) | enum COMMUNICATION_MODE function uart_rx_dma_stop (line 124) | static void uart_rx_dma_stop(void) { function uart_rx_dma_start (line 139) | static void uart_rx_dma_start(void) { function uart_break_handler (line 160) | static void uart_break_handler(void) { function uart_rx_dma_handler (line 174) | static void uart_rx_dma_handler(uint32_t xfer_size, int dma_error, function uart_tx_dma_handler (line 209) | static void uart_tx_dma_handler(uint32_t xfer_size, int dma_error) { function uart_init (line 223) | static void uart_init(void) { function uart_deinit (line 237) | static void uart_deinit(void) { function uart_rx_idle_timer_start (line 244) | static void uart_rx_idle_timer_start(void) { function uart_rx_edge_detect_handler (line 255) | static void uart_rx_edge_detect_handler(enum HAL_GPIO_PIN_T pin) { function uart_rx_idle_handler (line 267) | static void uart_rx_idle_handler(void const *param) { function communication_io_mode_switch (line 292) | int communication_io_mode_switch(enum COMMUNICATION_MODE mode) { function communication_io_mode_init (line 321) | int communication_io_mode_init(void) { function communication_mailbox_put (line 327) | inline int communication_mailbox_put(COMMUNICATION_MAIL *msg_src) { function communication_mailbox_free (line 366) | inline int communication_mailbox_free(COMMUNICATION_MAIL *mail_p) { function communication_mailbox_get (line 376) | inline int communication_mailbox_get(COMMUNICATION_MAIL **mail_p) { function communication_thread (line 386) | static void communication_thread(void const *argument) { function communication_command_block_alloc (line 396) | int communication_command_block_alloc(COMMAND_BLOCK **cmd_blk) { function communication_command_block_free (line 402) | void communication_command_block_free(COMMAND_BLOCK *cmd_blk) { function communication_send_command (line 406) | void communication_send_command(COMMAND_BLOCK *cmd_blk) { function communication_process (line 415) | static void communication_process(COMMUNICATION_MAIL *mail_p) { function communication_init (line 500) | void communication_init(void) { function communication_receive_register_callback (line 534) | int communication_receive_register_callback( function communication_send_buf (line 546) | int communication_send_buf(uint8_t *buf, uint8_t len) { function uart_audio_init (line 559) | void uart_audio_init() { function uart_audio_deinit (line 564) | void uart_audio_deinit() { FILE: services/cp_accel/cp_accel.c type CP_SYS_EVENT_T (line 46) | enum CP_SYS_EVENT_T { type cp_task_env_tag (line 56) | struct cp_task_env_tag function CP_TEXT_SRAM_LOC (line 65) | static CP_TEXT_SRAM_LOC int send_sys_ctrl_cp2mcu(uint32_t event) { function CP_TEXT_SRAM_LOC (line 70) | static CP_TEXT_SRAM_LOC void function CP_TEXT_SRAM_LOC (line 90) | static CP_TEXT_SRAM_LOC void function cp2mcu_sys_arrived (line 121) | static SRAM_TEXT_LOC unsigned int cp2mcu_sys_arrived(const unsigned char... function mcu2cp_msg_arrived (line 162) | static CP_TEXT_SRAM_LOC unsigned int function CP_TEXT_SRAM_LOC (line 177) | static CP_TEXT_SRAM_LOC void mcu2cp_msg_sent(const unsigned char *data, function accel_loop (line 214) | void accel_loop(void) { function accel_main (line 250) | static void accel_main(void) { function cp2mcu_msg_arrived (line 272) | static SRAM_TEXT_LOC unsigned int cp2mcu_msg_arrived(const unsigned char... function cp_accel_open (line 288) | int cp_accel_open(enum CP_TASK_TYPE task_id, function cp_accel_close (line 328) | int cp_accel_close(enum CP_TASK_TYPE task_id) { function cp_accel_init_done (line 373) | cp_accel_init_done(void) { function cp_accel_send_event_mcu2cp (line 378) | int cp_accel_send_event_mcu2cp(uint8_t event) { function cp_accel_send_event_cp2mcu (line 401) | int CP_TEXT_SRAM_LOC cp_accel_send_event_cp2mcu(uint8_t event) { function cp_accel_busy (line 406) | int SRAM_TEXT_LOC cp_accel_busy(enum CP_TASK_TYPE task_id) { FILE: services/cp_accel/cp_accel.h type CP_TASK_EVENT (line 41) | enum CP_TASK_EVENT type MCU_TASK_EVENT (line 56) | enum MCU_TASK_EVENT type CP_TASK_TYPE (line 68) | enum CP_TASK_TYPE type CP_ACCEL_STATE_E (line 78) | typedef enum { type cp_task_desc (line 86) | struct cp_task_desc type cp_task_env_tag (line 95) | struct cp_task_env_tag type cp_env_tag (line 100) | struct cp_env_tag type CP_TASK_TYPE (line 116) | enum CP_TASK_TYPE type cp_task_desc (line 116) | struct cp_task_desc type CP_TASK_TYPE (line 118) | enum CP_TASK_TYPE FILE: services/cp_accel/cp_queue.c function InitCpQueue (line 27) | int InitCpQueue(CQueue *Q, unsigned int size, CQItemType *buf) { function IsEmptyCpQueue (line 38) | int IsEmptyCpQueue(CQueue *Q) { function LengthOfCpQueue (line 45) | int LengthOfCpQueue(CQueue *Q) { return Q->len; } function AvailableOfCpQueue (line 47) | int AvailableOfCpQueue(CQueue *Q) { return (Q->size - Q->len); } function EnCpQueue (line 49) | int EnCpQueue(CQueue *Q, CQItemType *e, unsigned int len) { function DeCpQueue (line 70) | int DeCpQueue(CQueue *Q, CQItemType *e, unsigned int len) { function PeekCpQueue (line 95) | int PeekCpQueue(CQueue *Q, unsigned int len_want, CQItemType **e1, function ResetCpQueue (line 117) | void ResetCpQueue(CQueue *Q) { FILE: services/hw_dsp/inc/hw_filter_codec_iir.h type hw_filter_codec_iir_cfg (line 13) | typedef struct { type hw_filter_codec_iir_state_ (line 23) | struct hw_filter_codec_iir_state_ type hw_filter_codec_iir_state (line 25) | typedef struct hw_filter_codec_iir_state_ hw_filter_codec_iir_state; FILE: services/hw_dsp/src/hw_filter_codec_iir.c type hw_filter_codec_iir_state_ (line 23) | struct hw_filter_codec_iir_state_ { function hw_filter_codec_iir_state (line 49) | hw_filter_codec_iir_state * function hw_filter_codec_iir_destroy (line 74) | int32_t hw_filter_codec_iir_destroy(hw_filter_codec_iir_state *st) { function hw_filter_codec_iir_set_config (line 86) | int32_t hw_filter_codec_iir_set_config(hw_filter_codec_iir_state *st, function hw_filter_codec_iir_dump (line 135) | int32_t hw_filter_codec_iir_dump(hw_filter_codec_iir_state *st) { FILE: services/ibrt_core/inc/app_tws_besaud.h type btif_besaud_event (line 17) | typedef btif_besaud_event tws_besaud_event; type btif_besaud_status_change_callback (line 19) | typedef btif_besaud_status_change_callback tws_besaud_status_change_call... FILE: services/ibrt_core/inc/app_tws_ctrl_thread.h type app_tws_cmd_send_t (line 34) | typedef struct type mail_para_type_e (line 40) | typedef enum type cmd_buffer_t (line 49) | typedef struct type TWS_MSG_BLOCK (line 55) | typedef struct FILE: services/ibrt_core/inc/app_tws_ibrt.h type ibrt_link_mode_e (line 73) | typedef uint8_t ibrt_link_mode_e; type ibrt_link_type_e (line 80) | typedef enum type ibrt_role_e (line 88) | typedef uint8_t ibrt_role_e; type tss_state_e (line 100) | typedef uint8_t tss_state_e; type ibrt_codec_t (line 132) | typedef struct type access_mode_backup_t (line 140) | typedef struct type AUDIO_CHANNEL_SELECT_E (line 148) | typedef enum { type IBRT_ROLE_SWITCH_USER_E (line 155) | typedef enum { type ibrt_core_config_t (line 161) | typedef struct type diff_us_t (line 186) | typedef struct type ibrt_ctrl_t (line 191) | typedef struct type ibrt_config_t (line 274) | typedef struct type BT_DEVICE_T (line 294) | struct BT_DEVICE_T FILE: services/ibrt_core/inc/app_tws_ibrt_audio_analysis.h type APP_TWS_IBRT_AUDIO_ANALYSIS_PLAYBACK_INFO_T (line 22) | typedef struct { type APP_TWS_IBRT_AUDIO_ANALYSIS_INFO_T (line 39) | typedef struct { type APP_TWS_IBRT_AUDIO_ANALYSIS_RESULT_T (line 50) | typedef struct { type AUDIO_ANALYSIS_STATUS_E (line 59) | typedef enum { FILE: services/ibrt_core/inc/app_tws_ibrt_audio_sync.h type APP_TWS_IBRT_AUDIO_TRIGGER_TYPE (line 38) | typedef enum { type APP_TWS_IBRT_AUDIO_SYNC_TRIGGER_PLAYBACK_INFO_T (line 44) | typedef struct { type APP_TWS_IBRT_AUDIO_SYNC_TRIGGER_T (line 52) | typedef struct type APP_TWS_IBRT_AUDIO_NEED_RETRIGGER_T (line 69) | typedef struct type APP_TWS_IBRT_AUDIO_SYNC_TUNE_T (line 74) | typedef struct type APP_TWS_IBRT_AUDIO_SYNC_TUNE_REQ_T (line 80) | typedef struct type APP_TWS_IBRT_AUDIO_SYNC_MISMATCH_RESUME_REQ (line 86) | typedef enum{ type APP_TWS_IBRT_AUDIO_SYNC_CFG_T (line 93) | typedef struct{ FILE: services/ibrt_core/inc/app_tws_ibrt_cmd_handler.h type CMD_ID_T (line 47) | enum CMD_ID_T type app_tws_switch_e (line 56) | typedef enum type app_tws_cmd_code_e (line 62) | typedef enum type app_tws_cmd_instance_t (line 128) | typedef struct type app_ibrt_cmd_filter_t (line 140) | typedef struct type app_tws_ibrt_cmd_t (line 147) | typedef struct type CMD_ID_T (line 156) | enum CMD_ID_T FILE: services/ibrt_core/inc/app_tws_ibrt_cmd_sync_a2dp_status.h type ibrt_a2dp_status_t (line 21) | typedef struct { FILE: services/ibrt_core/inc/app_tws_ibrt_cmd_sync_hfp_status.h type ibrt_hfp_status_t (line 19) | typedef struct FILE: services/ibrt_core/inc/app_tws_ibrt_mock.h type A2DP_STREAM_MEDIA_INFO_T (line 19) | typedef struct { FILE: services/ibrt_core/inc/app_tws_ibrt_queue.h type ibrt_queue (line 19) | typedef struct __ibrt_queue FILE: services/ibrt_core/inc/app_tws_profile_sync.h type data_store_mem_t (line 32) | typedef struct FILE: services/ibrt_ota/inc/ota_control.h type OTA_CONTROL_START_T (line 97) | typedef struct type OTA_START_RSP_T (line 109) | typedef struct type OTA_FLOW_CONFIGURATION_T (line 118) | typedef struct type OTA_COMMAND_CONFIG_T (line 139) | typedef struct type OTA_RSP_CONFIG_T (line 149) | typedef struct type OTA_CONTROL_SEGMENT_VERIFY_T (line 160) | typedef struct type OTA_RSP_SEGMENT_VERIFY_T (line 171) | typedef struct type OTA_RSP_OTA_RESULT_T (line 182) | typedef struct type OTA_READ_FLASH_CONTENT_REQ_T (line 192) | typedef struct type OTA_READ_FLASH_CONTENT_RSP_T (line 204) | typedef struct type OTA_CONTROL_RESUME_VERIFY_T (line 210) | typedef struct type OTA_RSP_RESUME_VERIFY_T (line 219) | typedef struct type OTA_GET_VERSION_REQ_T (line 227) | typedef struct type OTA_RSP_OTA_VERSION_T (line 233) | typedef struct type OTA_RSP_SELECTION_T (line 242) | typedef struct type OTA_FORCE_REBOOT_T (line 249) | typedef struct type OTA_IMAGE_APPLY_REQ_T (line 255) | typedef struct type OTA_RSP_APPLY_T (line 261) | typedef struct type OTA_START_ROLE_SWITCH_T (line 267) | typedef struct type OTA_ROLE_SWITCH_COMPLETE_T (line 272) | typedef struct type OTA_CONTROL_ENV_T (line 281) | typedef struct type FLASH_OTA_BOOT_INFO_T (line 314) | typedef struct type FLASH_OTA_UPGRADE_LOG_FLASH_T (line 321) | typedef struct type OTA_CONTROL_PACKET_TYPE_E (line 333) | typedef enum type OTA_IBRT_TWS_CMD_EXECUTED_RESULT_FROM_SLAVE_T (line 359) | typedef struct FILE: services/ibrt_ota/inc/ota_spp.h type OtaContext (line 38) | typedef struct { FILE: services/ibrt_ui/inc/app_ibrt_ui.h type ibrt_controller_error_type (line 46) | typedef uint8_t ibrt_controller_error_type; type ibrt_event_type (line 62) | typedef uint8_t ibrt_event_type; type ibrt_box_state (line 115) | typedef uint8_t ibrt_box_state; type ibrt_ui_exit_sniff_trigger_e (line 141) | typedef enum type ibrt_ui_trigger_link_policy_e (line 147) | typedef enum type ibrt_ui_trigger_scan_e (line 162) | typedef enum type ibrt_pairing_state_e (line 188) | typedef enum type ibrt_pairing_action_e (line 197) | typedef enum type ibrt_ui_state_e (line 206) | typedef enum type ibrt_action_e (line 239) | typedef enum type ibrt_cmd_comp_t (line 270) | typedef struct type ibrt_start_ctrl_t (line 277) | typedef struct type ibrt_act_state_t (line 284) | typedef struct type ibrt_ui_error_e (line 290) | typedef enum type trigger_pairing_mode_type_e (line 313) | typedef enum type app_ui_rssi_battery_info_t (line 327) | typedef struct type app_tws_info_t (line 338) | typedef struct type ibrt_event_manager_t (line 355) | typedef struct type ibrt_ui_config_t (line 362) | typedef struct type ibrt_ui_box_info_t (line 459) | typedef struct type ibrt_pair_ctrl_t (line 472) | typedef struct type app_ibrt_ui_t (line 480) | typedef struct type ibrt_pairing_info_t (line 527) | typedef struct type ibrt_volume_info_t (line 533) | typedef struct type app_tws_start_ibrt_info_t (line 540) | typedef struct FILE: services/interconnection/umm_malloc/umm_malloc.c type umm_ptr_t (line 13) | struct umm_ptr_t { type umm_block_t (line 18) | struct umm_block_t { function LOCK_UMM_CLOCK (line 52) | void LOCK_UMM_CLOCK(void) { function UNLOCK_UMM_CLOCK (line 57) | void UNLOCK_UMM_CLOCK(void) { function trace_umm_blocks_info (line 64) | static void trace_umm_blocks_info(void) { function umm_blocks (line 83) | static unsigned short int umm_blocks(size_t size) { function umm_split_block (line 116) | static void umm_split_block(unsigned short int c, unsigned short int blo... function umm_disconnect_from_free_list (line 128) | static void umm_disconnect_from_free_list(unsigned short int c) { function umm_assimilate_up (line 144) | static void umm_assimilate_up(unsigned short int c) { function umm_assimilate_down (line 171) | static unsigned short int umm_assimilate_down(unsigned short int c, function umm_init (line 182) | void umm_init(void) { function umm_free (line 247) | void umm_free(void *ptr) { FILE: services/multimedia/algorithm/fft/include/fft128dot.h type FftData_t (line 34) | typedef struct { type FftTwiddle_t (line 39) | typedef struct { type FftMode_t (line 44) | typedef enum FILE: services/multimedia/algorithm/fft/include/fftr4_fxp.h type FftData_t (line 34) | typedef struct { type FftTwiddle_t (line 39) | typedef struct { type FftMode_t (line 44) | typedef enum FILE: services/multimedia/audio/codec/fdkaac_codec/libAACdec/include/aacdecoder_lib.h type AAC_DECODER_ERROR (line 358) | typedef enum { type AAC_DECODER_CHANNEL_SELECT_E (line 423) | typedef enum { type AACDEC_PARAM (line 440) | typedef enum type CStreamInfo (line 543) | typedef struct type AAC_DECODER_INSTANCE (line 602) | struct AAC_DECODER_INSTANCE FILE: services/multimedia/audio/codec/fdkaac_codec/libAACenc/include/aacenc_lib.h type AACENC_ERROR (line 715) | typedef enum { type AACENC_BufferIdentifier (line 740) | typedef enum { type AACENCODER (line 757) | struct AACENCODER type AACENC_InfoStruct (line 763) | typedef struct { type AACENC_BufDesc (line 794) | typedef struct { type AACENC_InArgs (line 807) | typedef struct { type AACENC_OutArgs (line 817) | typedef struct { type AACENC_METADATA_DRC_PROFILE (line 828) | typedef enum { type AACENC_MetaData (line 842) | typedef struct { type AACENC_CTRLFLAGS (line 876) | typedef enum type AACENC_PARAM (line 894) | typedef enum FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/FDK_bitbuffer.h type FDK_BITBUF (line 98) | typedef struct type FDK_BITBUF (line 111) | typedef FDK_BITBUF *HANDLE_FDK_BITBUF; FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/FDK_bitstream.h type FDK_BS_CFG (line 103) | typedef enum { type FDK_BITSTREAM (line 109) | typedef struct type FDK_BITSTREAM (line 117) | typedef FDK_BITSTREAM* HANDLE_FDK_BITSTREAM; function FDK_INLINE (line 128) | FDK_INLINE function FDK_INLINE (line 154) | FDK_INLINE function FDK_INLINE (line 176) | FDK_INLINE void FDKresetBitbuffer( HANDLE_FDK_BITSTREAM hBitStream, FDK_... function FDK_INLINE (line 190) | FDK_INLINE void FDKdeleteBitStream (HANDLE_FDK_BITSTREAM hBitStream) function FDK_INLINE (line 208) | FDK_INLINE UINT FDKreadBits(HANDLE_FDK_BITSTREAM hBitStream, function FDK_INLINE (line 268) | FDK_INLINE UINT FDKreadBit(HANDLE_FDK_BITSTREAM hBitStream) function UINT (line 307) | inline UINT FDKread2Bits(HANDLE_FDK_BITSTREAM hBitStream) function FDK_INLINE (line 331) | FDK_INLINE UINT FDKreadBitsBwd(HANDLE_FDK_BITSTREAM hBitStream, function FDK_INLINE (line 359) | FDK_INLINE UINT FDKgetBits (HANDLE_FDK_BITSTREAM hBitStream, UINT numBits) function FDK_INLINE (line 373) | FDK_INLINE UCHAR FDKwriteBits(HANDLE_FDK_BITSTREAM hBitStream, UINT value, function FDK_INLINE (line 402) | FDK_INLINE UCHAR FDKwriteBitsBwd(HANDLE_FDK_BITSTREAM hBitStream, UINT v... function FDK_INLINE (line 429) | FDK_INLINE void FDKsyncCache (HANDLE_FDK_BITSTREAM hBitStream) function FDK_INLINE (line 447) | FDK_INLINE void FDKsyncCacheBwd (HANDLE_FDK_BITSTREAM hBitStream) function FDK_INLINE (line 469) | FDK_INLINE void FDKbyteAlign (HANDLE_FDK_BITSTREAM hBitStream) function FDK_INLINE (line 486) | FDK_INLINE void FDKbyteAlign (HANDLE_FDK_BITSTREAM hBitStream, UINT alig... function FDK_INLINE (line 518) | FDK_INLINE void FDKpushBackCache (HANDLE_FDK_BITSTREAM hBitStream, const... function FDK_INLINE (line 524) | FDK_INLINE void FDKpushBack (HANDLE_FDK_BITSTREAM hBitStream, const UINT... function FDK_INLINE (line 536) | FDK_INLINE void FDKpushFor (HANDLE_FDK_BITSTREAM hBitStream, const UINT ... function FDK_INLINE (line 547) | FDK_INLINE void FDKpushBiDirectional (HANDLE_FDK_BITSTREAM hBitStream, c... function FDK_INLINE (line 560) | FDK_INLINE UINT FDKgetValidBits (HANDLE_FDK_BITSTREAM hBitStream) function FDK_INLINE (line 572) | FDK_INLINE INT FDKgetFreeBits (HANDLE_FDK_BITSTREAM hBitStream) function FDK_INLINE (line 582) | FDK_INLINE void FDKresetBitCnt (HANDLE_FDK_BITSTREAM hBitStream) function FDK_INLINE (line 594) | FDK_INLINE void FDKsetBitCnt (HANDLE_FDK_BITSTREAM hBitStream, UINT value) function FDK_INLINE (line 605) | FDK_INLINE INT FDKgetBitCnt (HANDLE_FDK_BITSTREAM hBitStream) function FDK_INLINE (line 622) | FDK_INLINE void FDKfeedBuffer (HANDLE_FDK_BITSTREAM hBitStream, const UC... function FDK_INLINE (line 638) | FDK_INLINE void FDKcopyBuffer (HANDLE_FDK_BITSTREAM hBSDst, HANDLE_FDK_B... function FDK_INLINE (line 654) | FDK_INLINE void FDKfetchBuffer(HANDLE_FDK_BITSTREAM hBitStream, UCHAR *o... FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/FDK_crc.h type CCrcRegData (line 105) | typedef struct type FDK_CRCINFO (line 117) | typedef struct type FDK_CRCINFO (line 137) | typedef FDK_CRCINFO* HANDLE_FDK_CRCINFO; FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/FDK_hybrid.h type FDK_HYBRID_MODE (line 103) | typedef enum { type FDK_HYBRID_SETUP (line 112) | struct FDK_HYBRID_SETUP type FDK_ANA_HYB_FILTER (line 114) | typedef struct type FDK_SYN_HYB_FILTER (line 138) | typedef struct type FDK_ANA_HYB_FILTER (line 147) | typedef FDK_ANA_HYB_FILTER *HANDLE_FDK_ANA_HYB_FILTER; type FDK_SYN_HYB_FILTER (line 148) | typedef FDK_SYN_HYB_FILTER *HANDLE_FDK_SYN_HYB_FILTER; FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/FDK_tools_rom.h type rbd_id_t (line 205) | typedef enum { type element_list (line 252) | struct element_list { type element_list_t (line 257) | typedef struct element_list element_list_t; FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/FDK_trigFcts.h function FIXP_DBL (line 144) | static inline FIXP_DBL fixp_sin_cos_residual_inline(FIXP_DBL x, int scal... function inline_fixp_cos_sin (line 213) | static inline void inline_fixp_cos_sin (FIXP_DBL x1, FIXP_DBL x2, const ... FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/aarch64/clz_aarch64.h function INT (line 99) | inline INT fixnormz_D(LONG value) function INT (line 106) | inline INT fixnorm_D(LONG value) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/aarch64/fixmul_aarch64.h function INT (line 103) | inline INT fixmuldiv2_DD (const INT a, const INT b) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/abs.h function FIXP_DBL (line 110) | inline FIXP_DBL fixabs_D(FIXP_DBL x) { return ((x) > (FIXP_DBL)(0)) ? (x... function INT (line 114) | inline INT fixabs_I(INT x) { return ((x) > (INT)(0)) ? (x... function FIXP_SGL (line 118) | inline FIXP_SGL fixabs_S(FIXP_SGL x) { return ((x) > (FIXP_SGL)(0)) ? (x... FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/arm/clz_arm.h function INT (line 99) | inline INT fixnormz_D(LONG value) function INT (line 106) | inline INT fixnorm_D(LONG value) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/arm/cplx_mul.h function cplxMultDiv2 (line 104) | inline void cplxMultDiv2( FIXP_DBL *c_Re, function cplxMultDiv2 (line 128) | inline void cplxMultDiv2( FIXP_DBL *c_Re, function cplxMultAddDiv2 (line 152) | inline void cplxMultAddDiv2( FIXP_DBL *c_Re, function cplxMultDiv2 (line 177) | inline void cplxMultDiv2( FIXP_DBL *c_Re, FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/arm/fixmadd_arm.h function FIXP_DBL (line 101) | inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP... function FIXP_DBL (line 109) | inline FIXP_DBL fixmsubdiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP... function FIXP_DBL (line 117) | inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP... function FIXP_DBL (line 130) | inline FIXP_DBL fixmadddiv2_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP... function FIXP_DBL (line 144) | inline FIXP_DBL fixmsubdiv2BitExact_DD (FIXP_DBL x, const FIXP_DBL a, co... function FIXP_DBL (line 152) | inline FIXP_DBL fixmsubdiv2BitExact_DS (FIXP_DBL x, const FIXP_DBL a, co... FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/arm/fixmul_arm.h function INT (line 110) | inline INT fixmuldiv2_DD (const INT a, const INT b) function INT (line 118) | inline INT fixmuldiv2_DD (const INT a, const INT b) function INT (line 129) | inline INT fixmuldiv2_SD (const SHORT a, const INT b) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/arm/scale.h function INT (line 95) | inline static INT shiftRightSat(INT src, int scale) function INT (line 110) | inline static INT shiftLeftSat(INT src, int scale) function scaleValueInPlace (line 130) | inline FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/arm/scramble.h function scramble (line 100) | inline void scramble(FIXP_DBL x [], INT n) { FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/autocorr2nd.h type ACORR_COEFS (line 98) | typedef struct { FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/clz.h function INT (line 123) | inline INT fixnormz_S (SHORT a) function INT (line 128) | inline INT fixnormz_S (SHORT a) function INT (line 143) | inline INT fixnormz_D (LONG a) function INT (line 165) | inline INT fixnorm_S(FIXP_SGL val) function INT (line 170) | inline INT fixnorm_S(FIXP_SGL val) function INT (line 185) | inline INT fixnorm_D(FIXP_DBL val) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/common_fix.h type SHORT (line 148) | typedef SHORT FIXP_SGL; type LONG (line 149) | typedef LONG FIXP_DBL; function FDK_INLINE (line 190) | FDK_INLINE LONG fMult(SHORT a, SHORT b) { return fixmul_SS(a, b); } function FDK_INLINE (line 191) | FDK_INLINE LONG fMult(SHORT a, LONG b) { return fixmul_SD(a, b); } function FDK_INLINE (line 192) | FDK_INLINE LONG fMult(LONG a, SHORT b) { return fixmul_DS(a, b); } function FDK_INLINE (line 193) | FDK_INLINE LONG fMult(LONG a, LONG b) { return fixmul_DD(a, b); } function FDK_INLINE (line 194) | FDK_INLINE LONG fPow2(LONG a) { return fixpow2_D(a); } function FDK_INLINE (line 195) | FDK_INLINE LONG fPow2(SHORT a) { return fixpow2_S(a); } function FDK_INLINE (line 197) | FDK_INLINE INT fMultI(LONG a, SHORT b) { return ( (INT)(((1<<(F... function FDK_INLINE (line 200) | FDK_INLINE INT fMultIfloor(LONG a, INT b) { return ( (INT)((1 + function FDK_INLINE (line 203) | FDK_INLINE INT fMultIceil(LONG a, INT b) { return ( (INT)(((INT)0... function FDK_INLINE (line 206) | FDK_INLINE LONG fMultDiv2(SHORT a, SHORT b) { return fixmuldiv2_SS(a... function FDK_INLINE (line 207) | FDK_INLINE LONG fMultDiv2(SHORT a, LONG b) { return fixmuldiv2_SD(a... function FDK_INLINE (line 208) | FDK_INLINE LONG fMultDiv2(LONG a, SHORT b) { return fixmuldiv2_DS(a... function FDK_INLINE (line 209) | FDK_INLINE LONG fMultDiv2(LONG a, LONG b) { return fixmuldiv2_DD(a... function FDK_INLINE (line 210) | FDK_INLINE LONG fPow2Div2(LONG a) { return fixpow2div2_D(a... function FDK_INLINE (line 211) | FDK_INLINE LONG fPow2Div2(SHORT a) { return fixpow2div2_S(a... function FDK_INLINE (line 213) | FDK_INLINE LONG fMultDiv2BitExact(LONG a, LONG b) { return fixmuldiv2B... function FDK_INLINE (line 214) | FDK_INLINE LONG fMultDiv2BitExact(SHORT a, LONG b) { return fixmuldiv2B... function FDK_INLINE (line 215) | FDK_INLINE LONG fMultDiv2BitExact(LONG a, SHORT b) { return fixmuldiv2B... function FDK_INLINE (line 216) | FDK_INLINE LONG fMultBitExact(LONG a, LONG b) { return fixmulBitEx... function FDK_INLINE (line 217) | FDK_INLINE LONG fMultBitExact(SHORT a, LONG b) { return fixmulBitEx... function FDK_INLINE (line 218) | FDK_INLINE LONG fMultBitExact(LONG a, SHORT b) { return fixmulBitEx... function FDK_INLINE (line 223) | FDK_INLINE FIXP_DBL fAbs(FIXP_DBL x) function FDK_INLINE (line 225) | FDK_INLINE FIXP_SGL fAbs(FIXP_SGL x) function FDK_INLINE (line 230) | FDK_INLINE INT fAbs(INT x) function FDK_INLINE (line 238) | FDK_INLINE INT fNormz(FIXP_DBL x) function FDK_INLINE (line 240) | FDK_INLINE INT fNormz(FIXP_SGL x) function FDK_INLINE (line 242) | FDK_INLINE INT fNorm(FIXP_DBL x) function FDK_INLINE (line 244) | FDK_INLINE INT fNorm(FIXP_SGL x) function FDK_INLINE (line 262) | FDK_INLINE FIXP_DBL fMultAddDiv2(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b) function FDK_INLINE (line 264) | FDK_INLINE FIXP_DBL fMultAddDiv2(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b) function FDK_INLINE (line 266) | FDK_INLINE FIXP_DBL fMultAddDiv2(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b) function FDK_INLINE (line 268) | FDK_INLINE FIXP_DBL fMultAddDiv2(FIXP_DBL x, FIXP_SGL a, FIXP_SGL b) function FDK_INLINE (line 271) | FDK_INLINE FIXP_DBL fPow2AddDiv2(FIXP_DBL x, FIXP_DBL a) function FDK_INLINE (line 273) | FDK_INLINE FIXP_DBL fPow2AddDiv2(FIXP_DBL x, FIXP_SGL a) function FDK_INLINE (line 278) | FDK_INLINE FIXP_DBL fMultAdd(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b) function FIXP_DBL (line 280) | inline FIXP_DBL fMultAdd(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b) function FIXP_DBL (line 282) | inline FIXP_DBL fMultAdd(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b) function FIXP_DBL (line 284) | inline FIXP_DBL fMultAdd(FIXP_DBL x, FIXP_SGL a, FIXP_SGL b) function FIXP_DBL (line 287) | inline FIXP_DBL fPow2Add(FIXP_DBL x, FIXP_DBL a) function FIXP_DBL (line 289) | inline FIXP_DBL fPow2Add(FIXP_DBL x, FIXP_SGL a) function FIXP_DBL (line 294) | inline FIXP_DBL fMultSubDiv2(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b) function FIXP_DBL (line 296) | inline FIXP_DBL fMultSubDiv2(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b) function FIXP_DBL (line 298) | inline FIXP_DBL fMultSubDiv2(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b) function FIXP_DBL (line 300) | inline FIXP_DBL fMultSubDiv2(FIXP_DBL x, FIXP_SGL a, FIXP_SGL b) function FDK_INLINE (line 304) | FDK_INLINE FIXP_DBL fMultSub(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b) function FIXP_DBL (line 306) | inline FIXP_DBL fMultSub(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b) function FIXP_DBL (line 308) | inline FIXP_DBL fMultSub(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b) function FIXP_DBL (line 310) | inline FIXP_DBL fMultSub(FIXP_DBL x, FIXP_SGL a, FIXP_SGL b) function FDK_INLINE (line 313) | FDK_INLINE FIXP_DBL fMultAddDiv2BitExact(FIXP_DBL x, FIXP_DBL a, FIXP_DB... function FDK_INLINE (line 315) | FDK_INLINE FIXP_DBL fMultAddDiv2BitExact(FIXP_DBL x, FIXP_SGL a, FIXP_DB... function FDK_INLINE (line 317) | FDK_INLINE FIXP_DBL fMultAddDiv2BitExact(FIXP_DBL x, FIXP_DBL a, FIXP_SG... function FDK_INLINE (line 319) | FDK_INLINE FIXP_DBL fMultSubDiv2BitExact(FIXP_DBL x, FIXP_DBL a, FIXP_DB... function FDK_INLINE (line 321) | FDK_INLINE FIXP_DBL fMultSubDiv2BitExact(FIXP_DBL x, FIXP_SGL a, FIXP_DB... function FDK_INLINE (line 323) | FDK_INLINE FIXP_DBL fMultSubDiv2BitExact(FIXP_DBL x, FIXP_DBL a, FIXP_SG... function FDK_INLINE (line 328) | FDK_INLINE FIXP_DBL fMin(FIXP_DBL a, FIXP_DBL b) function FDK_INLINE (line 330) | FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b) function FDK_INLINE (line 333) | FDK_INLINE FIXP_SGL fMin(FIXP_SGL a, FIXP_SGL b) function FDK_INLINE (line 335) | FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b) function FDK_INLINE (line 340) | FDK_INLINE INT fMax(INT a, INT b) function FDK_INLINE (line 342) | FDK_INLINE INT fMin(INT a, INT b) function UINT (line 346) | inline UINT fMax(UINT a, UINT b) function UINT (line 348) | inline UINT fMin(UINT a, UINT b) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/cplx_mul.h function cplxMultDiv2 (line 111) | inline void cplxMultDiv2( FIXP_DBL *c_Re, function cplxMultDiv2 (line 126) | inline void cplxMultDiv2( FIXP_DBL *c_Re, function cplxMultAddDiv2 (line 139) | inline void cplxMultAddDiv2( FIXP_DBL *c_Re, function cplxMultSubDiv2 (line 154) | inline void cplxMultSubDiv2( FIXP_DBL *c_Re, function cplxMultDiv2 (line 169) | inline void cplxMultDiv2( FIXP_DBL *c_Re, function cplxMultDiv2 (line 184) | inline void cplxMultDiv2( FIXP_DBL *c_Re, function cplxMultSubDiv2 (line 197) | inline void cplxMultSubDiv2( FIXP_DBL *c_Re, function cplxMult (line 214) | inline void cplxMult( FIXP_DBL *c_Re, function cplxMult (line 229) | inline void cplxMult( FIXP_DBL *c_Re, function cplxMult (line 242) | inline void cplxMult( FIXP_DBL *c_Re, function cplxMult (line 256) | inline void cplxMult( FIXP_DBL *c_Re, FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/fft.h function fft_4 (line 124) | void fft_4(FIXP_DBL *x) function fft_8 (line 152) | void fft_8(FIXP_DBL *x) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/fixmadd.h function FIXP_DBL (line 115) | inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP... function FIXP_DBL (line 120) | inline FIXP_DBL fixmadddiv2_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP... function FIXP_DBL (line 130) | inline FIXP_DBL fixmadddiv2_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP... function FIXP_DBL (line 140) | inline FIXP_DBL fixmadddiv2_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP... function FIXP_DBL (line 145) | inline FIXP_DBL fixmsubdiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP... function FIXP_DBL (line 150) | inline FIXP_DBL fixmsubdiv2_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP... function FIXP_DBL (line 160) | inline FIXP_DBL fixmsubdiv2_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP... function FIXP_DBL (line 170) | inline FIXP_DBL fixmsubdiv2_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP... function FIXP_DBL (line 177) | inline FIXP_DBL fixmadddiv2BitExact_DD (FIXP_DBL x, const FIXP_DBL a, co... function FIXP_DBL (line 183) | inline FIXP_DBL fixmadddiv2BitExact_SD (FIXP_DBL x, const FIXP_SGL a, co... function FIXP_DBL (line 193) | inline FIXP_DBL fixmadddiv2BitExact_DS (FIXP_DBL x, const FIXP_DBL a, co... function FIXP_DBL (line 204) | inline FIXP_DBL fixmsubdiv2BitExact_DD (FIXP_DBL x, const FIXP_DBL a, co... function FIXP_DBL (line 210) | inline FIXP_DBL fixmsubdiv2BitExact_SD (FIXP_DBL x, const FIXP_SGL a, co... function FIXP_DBL (line 220) | inline FIXP_DBL fixmsubdiv2BitExact_DS (FIXP_DBL x, const FIXP_DBL a, co... function FIXP_DBL (line 232) | inline FIXP_DBL fixmadd_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) function FIXP_DBL (line 236) | inline FIXP_DBL fixmadd_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL... function FIXP_DBL (line 245) | inline FIXP_DBL fixmadd_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL... function FIXP_DBL (line 254) | inline FIXP_DBL fixmadd_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b) function FIXP_DBL (line 259) | inline FIXP_DBL fixmsub_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) function FIXP_DBL (line 263) | inline FIXP_DBL fixmsub_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL... function FIXP_DBL (line 272) | inline FIXP_DBL fixmsub_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL... function FIXP_DBL (line 281) | inline FIXP_DBL fixmsub_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b) function INT (line 286) | inline INT fixpadddiv2_D (FIXP_DBL x, const FIXP_DBL a) function INT (line 290) | inline INT fixpadd_D (FIXP_DBL x, const FIXP_DBL a) function INT (line 295) | inline INT fixpadddiv2_S (FIXP_DBL x, const FIXP_SGL a) function INT (line 299) | inline INT fixpadd_S (FIXP_DBL x, const FIXP_SGL a) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/fixminmax.h function T (line 100) | T fixmin (T a, T b) function T (line 105) | T fixmax (T a, T b) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/fixmul.h function LONG (line 128) | inline LONG fixmuldiv2_DD (const LONG a, const LONG b) function LONG (line 141) | inline LONG fixmuldiv2BitExact_DD (const LONG a, const LONG b) function LONG (line 149) | inline LONG fixmul_DD (const LONG a, const LONG b) function LONG (line 160) | inline LONG fixmulBitExact_DD (const LONG a, const LONG b) function LONG (line 168) | inline LONG fixmuldiv2_SS (const SHORT a, const SHORT b) function LONG (line 174) | inline LONG fixmul_SS (const SHORT a, const SHORT b) function LONG (line 180) | inline LONG fixmuldiv2_SD (const SHORT a, const LONG b) function LONG (line 190) | inline LONG fixmuldiv2_DS (const LONG a, const SHORT b) function LONG (line 200) | inline LONG fixmuldiv2BitExact_SD (const SHORT a, const LONG b) function LONG (line 210) | inline LONG fixmuldiv2BitExact_DS (const LONG a, const SHORT b) function LONG (line 220) | inline LONG fixmul_SD (const SHORT a, const LONG b) { function LONG (line 231) | inline LONG fixmul_DS (const LONG a, const SHORT b) { function LONG (line 242) | inline LONG fixmulBitExact_SD (const SHORT a, const LONG b) function LONG (line 252) | inline LONG fixmulBitExact_DS (const LONG a, const SHORT b) function LONG (line 266) | inline LONG fixpow2div2_D (const LONG a) function LONG (line 275) | inline LONG fixpow2_D (const LONG a) function LONG (line 281) | inline LONG fixpow2div2_S (const SHORT a) function LONG (line 287) | inline LONG fixpow2_S (const SHORT a) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/fixpoint_math.h function FDK_INLINE (line 106) | FDK_INLINE INT fIsLessThan(FIXP_DBL a_m, INT a_e, FIXP_DBL b_m, INT b_e) function FDK_INLINE (line 115) | FDK_INLINE INT fIsLessThan(FIXP_SGL a_m, INT a_e, FIXP_SGL b_m, INT b_e) function FIXP_DBL (line 147) | inline FIXP_DBL sqrtFixp_lookup(FIXP_DBL x) function FIXP_DBL (line 161) | inline FIXP_DBL sqrtFixp_lookup(FIXP_DBL x, INT *x_e) function FIXP_DBL (line 205) | inline FIXP_DBL invFixp(FIXP_DBL op) function FIXP_DBL (line 218) | inline FIXP_DBL schur_div(FIXP_DBL num,FIXP_DBL denum, INT count) function FIXP_DBL (line 232) | inline FIXP_DBL schur_div(FIXP_DBL num,FIXP_DBL denum, INT count) function FIXP_DBL (line 248) | inline FIXP_DBL schur_div(FIXP_DBL num, FIXP_DBL denum, INT count) function FIXP_DBL (line 301) | inline FIXP_DBL fMultNorm(FIXP_DBL f1, FIXP_DBL f2) function FIXP_SGL (line 441) | inline FIXP_SGL fAddSaturate(const FIXP_SGL a, const FIXP_SGL b) function FIXP_DBL (line 456) | inline FIXP_DBL fAddSaturate(const FIXP_DBL a, const FIXP_DBL b) function LNK_SECTION_INITCODE (line 478) | LNK_SECTION_INITCODE function FIXP_DBL (line 488) | inline FIXP_DBL GetInvInt(int intValue) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/mdct.h type mdct_t (line 113) | typedef struct { type mdct_t (line 128) | typedef mdct_t* H_MDCT; FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/mips/abs_mips.h function FIXP_DBL (line 99) | inline FIXP_DBL fixabs_D(FIXP_DBL x) { return __builtin_mips_absq_s_w(x); } function FIXP_SGL (line 100) | inline FIXP_SGL fixabs_S(FIXP_SGL x) { return ((x) > (FIXP_SGL)(0)) ? (x... function INT (line 101) | inline INT fixabs_I(INT x) { return __builtin_mips_absq_s_w(x); } FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/mips/clz_mips.h function INT (line 96) | inline INT fixnormz_D(LONG value) function INT (line 107) | INT inline fixnormz_D(LONG value) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/mips/cplx_mul.h function cplxMultDiv2 (line 103) | inline void cplxMultDiv2( FIXP_DBL *c_Re, function cplxMult (line 116) | inline void cplxMult( FIXP_DBL *c_Re, FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/mips/fixmul_mips.h function INT (line 101) | inline INT fixmuldiv2_DD (const INT a, const INT b) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/mips/scramble.h function scramble (line 97) | inline void scramble(FIXP_DBL *x, INT n) { FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/ppc/clz_ppc.h function INT (line 95) | inline INT fixnormz_D(LONG value) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/ppc/fixmul_ppc.h function INT (line 108) | inline INT fixmuldiv2_DD (const INT a, const INT b) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/qmf.h type QMF_SCALE_FACTOR (line 144) | typedef struct type QMF_FILTER_BANK (line 152) | struct QMF_FILTER_BANK type QMF_FILTER_BANK (line 177) | struct QMF_FILTER_BANK FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/scale.h function FIXP_DBL (line 121) | inline function FIXP_DBL (line 143) | inline function scaleValueInPlace (line 178) | inline FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/scramble.h function scramble_sgl (line 115) | inline void scramble_sgl(FIXP_SGL *x, INT n) function scramble (line 141) | inline void scramble(FIXP_DBL *x, INT n) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/x86/abs_x86.h function INT (line 94) | inline INT fixabs_D(INT x) { return ((x) > (INT)(0)) ? (x) : -... function INT (line 95) | inline INT fixabs_S(INT x) { return ((x) > (INT)(0)) ? (x) : -... FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/x86/clz_x86.h function INT (line 96) | inline INT fixnormz_D(LONG value) function INT (line 108) | inline INT fixnorm_D(LONG value) function INT (line 129) | inline INT fixnormz_D(LONG value) function INT (line 141) | inline INT fixnorm_D(LONG value) FILE: services/multimedia/audio/codec/fdkaac_codec/libFDK/include/x86/fixmul_x86.h function INT (line 151) | inline INT fixmul_DD (INT a, const INT b) function INT (line 164) | inline INT fixmuldiv2_DD (INT a, const INT b) FILE: services/multimedia/audio/codec/fdkaac_codec/libMpegTPDec/include/mpegFileRead.h type STRUCT_FILEREAD (line 106) | struct STRUCT_FILEREAD FILE: services/multimedia/audio/codec/fdkaac_codec/libMpegTPDec/include/tp_data.h type CProgramConfig (line 123) | typedef struct type TP_ASC_EXTENSION_ID (line 178) | typedef enum { type CSGaSpecificConfig (line 192) | typedef struct { type ASC_ELD_EXT_TYPE (line 212) | typedef enum { type CSEldSpecificConfig (line 219) | typedef struct { type CSAudioSpecificConfig (line 236) | typedef struct { type INT (line 276) | typedef INT (*cbUpdateConfig_t)(void*, const CSAudioSpecificConfig*); type INT (line 277) | typedef INT (*cbSsc_t)( type INT (line 284) | typedef INT (*cbSbr_t)( type CSTpCallBacks (line 295) | typedef struct { function getSamplingRateIndex (line 309) | static inline function getNumberOfTotalChannels (line 328) | static inline int getNumberOfTotalChannels(int channelConfig) function getNumberOfEffectiveChannels (line 343) | static inline FILE: services/multimedia/audio/codec/fdkaac_codec/libMpegTPDec/include/tpdec_lib.h type TRANSPORTDEC_ERROR (line 103) | typedef enum { type TPDEC_PARAM (line 139) | typedef enum { type TRANSPORTDEC (line 300) | struct TRANSPORTDEC FILE: services/multimedia/audio/codec/fdkaac_codec/libMpegTPEnc/include/mpegFileWrite.h type STRUCT_FILEWRITE (line 98) | struct STRUCT_FILEWRITE FILE: services/multimedia/audio/codec/fdkaac_codec/libMpegTPEnc/include/tp_data.h type CProgramConfig (line 123) | typedef struct type TP_ASC_EXTENSION_ID (line 178) | typedef enum { type CSGaSpecificConfig (line 192) | typedef struct { type ASC_ELD_EXT_TYPE (line 212) | typedef enum { type CSEldSpecificConfig (line 219) | typedef struct { type CSAudioSpecificConfig (line 236) | typedef struct { type INT (line 276) | typedef INT (*cbUpdateConfig_t)(void*, const CSAudioSpecificConfig*); type INT (line 277) | typedef INT (*cbSsc_t)( type INT (line 284) | typedef INT (*cbSbr_t)( type CSTpCallBacks (line 295) | typedef struct { function getSamplingRateIndex (line 309) | static inline function getNumberOfTotalChannels (line 328) | static inline int getNumberOfTotalChannels(int channelConfig) function getNumberOfEffectiveChannels (line 343) | static inline FILE: services/multimedia/audio/codec/fdkaac_codec/libMpegTPEnc/include/tpenc_lib.h type TRANSPORTENC_ERROR (line 99) | typedef enum { type TRANSPORTENC (line 121) | struct TRANSPORTENC FILE: services/multimedia/audio/codec/fdkaac_codec/libPCMutils/include/limiter.h type TDLIMITER_ERROR (line 108) | typedef enum { type TDLimiter (line 119) | struct TDLimiter type TDLimiter (line 120) | struct TDLimiter FILE: services/multimedia/audio/codec/fdkaac_codec/libPCMutils/include/pcmutils_lib.h type PCMDMX_ERROR (line 104) | typedef enum type PCMDMX_PARAM (line 132) | typedef enum type PSEUDO_SURROUND_MODE (line 163) | typedef enum type DUAL_CHANNEL_MODE (line 173) | typedef enum type PCM_DMX_INSTANCE (line 186) | struct PCM_DMX_INSTANCE FILE: services/multimedia/audio/codec/fdkaac_codec/libSBRdec/include/sbrdecoder.h type SBR_ERROR (line 121) | typedef enum type SBRDEC_PARAM (line 143) | typedef enum type SBR_DECODER_INSTANCE (line 153) | struct SBR_DECODER_INSTANCE FILE: services/multimedia/audio/codec/fdkaac_codec/libSBRenc/include/sbr_encoder.h type CODEC_TYPE (line 104) | typedef enum codecType type CODEC_PARAM (line 112) | typedef struct type SBR_STEREO_MODE (line 121) | typedef enum type FREQ_RES (line 138) | typedef enum type sbrTuningTable_t (line 144) | typedef struct type sbrConfiguration (line 165) | typedef struct sbrConfiguration type SBR_CONFIG_DATA (line 235) | typedef struct SBR_CONFIG_DATA type SBR_ELEMENT_INFO (line 265) | typedef struct { type SBR_ENCODER (line 278) | struct SBR_ENCODER FILE: services/multimedia/audio/codec/fdkaac_codec/libSYS/include/FDK_audio.h type FILE_FORMAT (line 108) | typedef enum type TRANSPORT_TYPE (line 125) | typedef enum type AUDIO_OBJECT_TYPE (line 150) | typedef enum type CHANNEL_MODE (line 222) | typedef enum { type AUDIO_CHANNEL_TYPE (line 258) | typedef enum { type SBR_PS_SIGNALING (line 277) | typedef enum type CODER_CONFIG (line 328) | typedef struct { type MP4_ELEMENT_ID (line 355) | typedef enum type EXT_PAYLOAD_TYPE (line 379) | typedef enum { type TP_CONFIG_TYPE (line 396) | typedef enum type FDK_MODULE_ID (line 414) | typedef enum { type LIB_INFO (line 539) | typedef struct LIB_INFO function FDKinitLibInfo (line 551) | static inline void FDKinitLibInfo( LIB_INFO* info ) function UINT (line 561) | static inline UINT FDKlibInfo_getCapabilities( const LIB_INFO* info, FDK... function INT (line 574) | static inline INT FDKlibInfo_lookup( const LIB_INFO* info, FDK_MODULE_ID... type FDK_bufDescr (line 600) | typedef struct FDK_bufDescr FILE: services/multimedia/audio/codec/fdkaac_codec/libSYS/include/genericStds.h type MEMORY_SECTION (line 117) | typedef enum { function FDKmemcpy (line 331) | inline void FDKmemcpy(void *dst, const void *src, const UINT size) function FDKmemmove (line 338) | inline void FDKmemmove(void *dst, const void *src, const UINT size) ... function FDKmemset (line 339) | inline void FDKmemset(void *memPtr, const INT value, const UINT size) ... function FDKmemclear (line 340) | inline void FDKmemclear(void *memPtr, const UINT size) ... function UINT (line 341) | inline UINT FDKstrlen(const char *s) ... function INT (line 344) | inline INT FDKmemcmp(const void *s1, const void *s2, const UINT size) {... function INT (line 345) | inline INT FDKstrcmp(const char *s1, const char *s2) {... function INT (line 346) | inline INT FDKstrncmp(const char *s1, const char *s2, const UINT size) {... function INT (line 351) | inline INT FDKabs(INT j) { return abs(j); } function FDKfabs (line 352) | inline double FDKfabs(double x) { return fabs(x); } function FDKpow (line 353) | inline double FDKpow(double x, double y) { return pow(x,y); } function FDKsqrt (line 354) | inline double FDKsqrt(double x) { return sqrt(x); } function FDKatan (line 355) | inline double FDKatan(double x) { return atan(x); } function FDKlog (line 356) | inline double FDKlog(double x) { return log(x); } function FDKsin (line 357) | inline double FDKsin(double x) { return sin(x); } function FDKcos (line 358) | inline double FDKcos(double x) { return cos(x); } function FDKexp (line 359) | inline double FDKexp(double x) { return exp(x); } function FDKatan2 (line 360) | inline double FDKatan2(double y, double x) { return atan2(y, x); } function FDKacos (line 361) | inline double FDKacos(double x) { return acos(x); } function FDKtan (line 362) | inline double FDKtan(double x) { return tan(x); } function FDKfloor (line 363) | inline double FDKfloor(double x) { return floor(x); } function FDKceil (line 364) | inline double FDKceil(double x) { return ceil(x); } function INT (line 366) | inline INT FDKatoi(const char *nptr) { return atoi(nptr); } function FDKatol (line 367) | inline long FDKatol(const char *nptr) { return atol(nptr); } function FDKatof (line 368) | inline float FDKatof(const char *nptr) { return (float)atof(nptr); } function IS_LITTLE_ENDIAN (line 396) | inline type FDKFILE (line 433) | typedef void FDKFILE; FILE: services/multimedia/audio/codec/fdkaac_codec/libSYS/include/machine_type.h type INT (line 155) | typedef signed int INT; type UINT (line 156) | typedef unsigned int UINT; type LONG (line 163) | typedef signed long LONG; type ULONG (line 164) | typedef unsigned long ULONG; type SHORT (line 166) | typedef signed short SHORT; type USHORT (line 167) | typedef unsigned short USHORT; type SCHAR (line 168) | typedef signed char SCHAR; type UCHAR (line 169) | typedef unsigned char UCHAR; type __int64 (line 177) | typedef __int64 INT64; type UINT64 (line 178) | typedef unsigned __int64 UINT64; type INT64 (line 180) | typedef long long INT64; type UINT64 (line 181) | typedef unsigned long long UINT64; type SHORT (line 200) | typedef SHORT INT_PCM; FILE: services/multimedia/audio/codec/fdkaac_codec/libSYS/include/wav_file.h type WAV_HEADER (line 138) | typedef struct WAV_HEADER type WAV (line 155) | struct WAV type WAV (line 162) | struct WAV FILE: services/multimedia/audio/codec/sbc/inc/codec_sbc.h type S32 (line 28) | typedef S32 REAL; type REAL (line 30) | typedef float REAL; type U8 (line 33) | typedef U8 btif_sbc_sample_freq_t; type U8 (line 39) | typedef U8 btif_sbc_channel_mode_t; type U8 (line 45) | typedef U8 btif_sbc_alloc_method_t; type U8 (line 63) | typedef U8 btif_sbc_alloc_method_t; type btif_sbc_stream_info_t (line 67) | typedef struct { type btif_sbc_stream_info_short_t (line 89) | typedef struct { type btif_sbc_encoder_t (line 100) | typedef struct { type btif_sbc_decoder_t (line 110) | typedef struct { type btif_a2dp_sbc_packet_t (line 125) | typedef struct { type btif_sbc_pcm_data_t (line 135) | typedef struct { FILE: services/multimedia/audio/process/adp/include/adp_arch.h type spx_int16_t (line 83) | typedef spx_int16_t spx_word16_t; type spx_int32_t (line 84) | typedef spx_int32_t spx_word32_t; type spx_word32_t (line 85) | typedef spx_word32_t spx_mem_t; type spx_word16_t (line 86) | typedef spx_word16_t spx_coef_t; type spx_word16_t (line 87) | typedef spx_word16_t spx_lsp_t; type spx_word32_t (line 88) | typedef spx_word32_t spx_sig_t; type spx_mem_t (line 129) | typedef float spx_mem_t; type spx_coef_t (line 130) | typedef float spx_coef_t; type spx_lsp_t (line 131) | typedef float spx_lsp_t; type spx_sig_t (line 132) | typedef float spx_sig_t; type spx_word16_t (line 133) | typedef float spx_word16_t; type spx_word32_t (line 134) | typedef float spx_word32_t; FILE: services/multimedia/audio/process/adp/include/adp_filter.h type adpparam (line 33) | struct adpparam type adpparam (line 41) | struct adpparam FILE: services/multimedia/audio/process/adp/include/adp_smallft.h type drft_lookup (line 31) | struct drft_lookup{ type drft_lookup (line 37) | struct drft_lookup type drft_lookup (line 38) | struct drft_lookup type drft_lookup (line 39) | struct drft_lookup type drft_lookup (line 40) | struct drft_lookup FILE: services/multimedia/audio/process/anc/cfg/anc_cfg.c type ANC_INDEX (line 63) | enum ANC_INDEX type AUD_SAMPRATE_T (line 64) | enum AUD_SAMPRATE_T type IIR_MC_CFG_T (line 69) | typedef struct { function anc_load_cfg (line 84) | int anc_load_cfg(void) { function anc_select_coef (line 348) | int anc_select_coef(enum AUD_SAMPRATE_T rate, enum ANC_INDEX index, function anc_get_current_coef_index (line 410) | enum ANC_INDEX anc_get_current_coef_index(void) { return cur_coef_idx; } function anc_get_current_coef_samplerate (line 412) | enum AUD_SAMPRATE_T anc_get_current_coef_samplerate(void) { function anc_mc_run_init (line 418) | void anc_mc_run_init(enum AUD_SAMPRATE_T rate) { function anc_mc_run_setup (line 454) | void anc_mc_run_setup(enum AUD_SAMPRATE_T rate) { function iir_ssat_24bits (line 484) | static inline int32_t iir_ssat_24bits(float in) { function iir_ssat_16bits (line 494) | static inline int32_t iir_ssat_16bits(float in) { function SRAM_TEXT_LOC (line 504) | SRAM_TEXT_LOC int anc_mc_run_stereo(uint8_t *buf, int len, float left_gain, function SRAM_TEXT_LOC (line 834) | SRAM_TEXT_LOC int anc_mc_run_mono(uint8_t *buf, int len, float left_gain, type message_t (line 1013) | struct message_t { type MSG_TYPE (line 1025) | enum MSG_TYPE { type ERR_CODE (line 1055) | enum ERR_CODE { type ANC_CMD_T (line 1116) | enum ANC_CMD_T { type FLASH_CMD_TYPE (line 1126) | enum FLASH_CMD_TYPE { type PROD_TEST_CMD_T (line 1138) | enum PROD_TEST_CMD_T { type message_t (line 1147) | struct message_t type message_t (line 1148) | struct message_t type message_t (line 1157) | struct message_t type AUD_SAMPRATE_T (line 1160) | enum AUD_SAMPRATE_T function anc_set_gpio (line 1170) | void anc_set_gpio(enum HAL_GPIO_PIN_T io_pin, bool set_flag) { function check_sum (line 1190) | static unsigned char check_sum(const unsigned char *buf, unsigned char l... function trace_stage_info (line 1200) | static void trace_stage_info(const char *name) { function trace_rw_len_err (line 1203) | static void trace_rw_len_err(const char *name, unsigned int len) { function trace_rw_info (line 1206) | static void trace_rw_info(const char *name, unsigned int addr, function trace_flash_cmd_info (line 1211) | static void trace_flash_cmd_info(const char *name) { function trace_flash_cmd_len_err (line 1215) | static void trace_flash_cmd_len_err(const char *name, unsigned int len) { function trace_flash_cmd_err (line 1219) | static void trace_flash_cmd_err(const char *name) { function trace_flash_cmd_done (line 1223) | static void trace_flash_cmd_done(const char *name) { function send_reply (line 1227) | int send_reply(const unsigned char *payload, unsigned int len) { function handle_read_cmd (line 1248) | static enum ERR_CODE handle_read_cmd(unsigned int type, unsigned int addr, function handle_write_cmd (line 1297) | static enum ERR_CODE handle_write_cmd(unsigned int addr, unsigned int len, function struct_anc_cfg (line 1333) | static struct_anc_cfg *get_anc_config(void) { return &g_anc_config; } function tool_anc_close (line 1335) | static void tool_anc_close(void) { function tool_anc_open (line 1346) | static void tool_anc_open(void) { function handle_anc_cmd (line 1380) | static int handle_anc_cmd(enum ANC_CMD_T cmd, const uint8_t *data, function get_sector_info (line 1705) | static int get_sector_info(unsigned int addr, unsigned int *sector_addr, function erase_sector (line 1720) | static int erase_sector(unsigned int sector_addr, unsigned int sector_le... function erase_chip (line 1724) | static int erase_chip(void) { function burn_data (line 1728) | static int burn_data(unsigned int addr, const unsigned char *data, function verify_flash_data (line 1736) | static int verify_flash_data(unsigned int addr, const unsigned char *data, function handle_sector_info_cmd (line 1755) | static enum ERR_CODE handle_sector_info_cmd(unsigned int addr) { function handle_flash_cmd (line 1777) | static enum ERR_CODE handle_flash_cmd(enum FLASH_CMD_TYPE cmd, type PROGRAMMER_STATE (line 1896) | enum PROGRAMMER_STATE { type PROGRAMMER_STATE (line 1905) | enum PROGRAMMER_STATE function send_burn_data_reply (line 1916) | static int send_burn_data_reply(enum ERR_CODE code, unsigned short sec_seq, function anc_cmd_receve_process (line 1942) | int anc_cmd_receve_process(uint8_t *buf, uint32_t len) { function anc_cmd_send_process (line 2191) | int anc_cmd_send_process(uint8_t **pbuf, uint16_t *len) { FILE: services/multimedia/audio/process/anc/include/anc_process.h type ANC_ERROR (line 27) | typedef enum { type ANC_GAIN_TIME (line 35) | typedef enum { type aud_fir_item (line 42) | typedef struct _aud_fir_item type struct_anc_fir_cfg (line 49) | typedef struct _struct_anc_fir_cfg type ANC_TYPE_T (line 61) | enum ANC_TYPE_T type ANC_TYPE_T (line 63) | enum ANC_TYPE_T type ANC_TYPE_T (line 64) | enum ANC_TYPE_T type ANC_TYPE_T (line 65) | enum ANC_TYPE_T type ANC_TYPE_T (line 70) | enum ANC_TYPE_T type ANC_TYPE_T (line 71) | enum ANC_TYPE_T type ANC_TYPE_T (line 72) | enum ANC_TYPE_T type ANC_TYPE_T (line 73) | enum ANC_TYPE_T type AUD_SAMPRATE_T (line 83) | enum AUD_SAMPRATE_T type ANC_INDEX (line 83) | enum ANC_INDEX type ANC_TYPE_T (line 83) | enum ANC_TYPE_T type ANC_INDEX (line 88) | enum ANC_INDEX type AUD_SAMPRATE_T (line 89) | enum AUD_SAMPRATE_T type AUD_BITS_T (line 90) | enum AUD_BITS_T type AUD_BITS_T (line 91) | enum AUD_BITS_T type AUD_SAMPRATE_T (line 93) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 94) | enum AUD_SAMPRATE_T FILE: services/multimedia/audio/process/anc/include/fftfilt2.h type FftFilt2Config (line 6) | typedef struct type FftFilt2State_ (line 13) | struct FftFilt2State_ type FftFilt2State (line 15) | typedef struct FftFilt2State_ FftFilt2State; FILE: services/multimedia/audio/process/common/include/audio_memory.h function audio_heap_init (line 16) | inline void audio_heap_init(void *begin_addr, size_t size) function audio_free (line 27) | inline void audio_free(void *p) function audio_memory_info (line 45) | inline void audio_memory_info(size_t *total, FILE: services/multimedia/audio/process/drc/include/drc.h type DrcBandConfig (line 42) | struct DrcBandConfig type DrcConfig (line 52) | typedef struct type DrcState_ (line 61) | struct DrcState_ type DrcState (line 63) | typedef struct DrcState_ DrcState; FILE: services/multimedia/audio/process/filters/cfg/eq_cfg.c function iir_lowshelf_coefs_generate (line 32) | void iir_lowshelf_coefs_generate(float gain, float fn, float Q, float *c... function iir_highshelf_coefs_generate (line 60) | void iir_highshelf_coefs_generate(float gain, float fn, float Q, float *... function iir_peak_notch_coefs_generate (line 91) | void iir_peak_notch_coefs_generate(float gain, float fn, float Q, function iir_highpass_coefs_generate (line 122) | void iir_highpass_coefs_generate(float gain, float fn, float Q, float *c... function iir_lowspass_coefs_generate (line 141) | void iir_lowspass_coefs_generate(float gain, float fn, float Q, float *c... function iir_convert_db_to_multiple (line 160) | float iir_convert_db_to_multiple(float db) { return (float)powf(10, db /... function iir_coefs_generate (line 162) | void iir_coefs_generate(IIR_TYPE_T type, float gain, float fn, float Q, function HW_CODEC_IIR_CFG_T (line 195) | HW_CODEC_IIR_CFG_T *hw_codec_iir_get_cfg(enum AUD_SAMPRATE_T sample_rate, function HW_IIR_CFG_T (line 329) | HW_IIR_CFG_T *hw_iir_get_cfg(enum AUD_SAMPRATE_T sample_rate, FILE: services/multimedia/audio/process/filters/include/dsd_process.h type DSD_CFG_T (line 28) | typedef struct { type AUD_SAMPRATE_T (line 35) | enum AUD_SAMPRATE_T type AUD_BITS_T (line 35) | enum AUD_BITS_T type AUD_CHANNEL_NUM_T (line 35) | enum AUD_CHANNEL_NUM_T FILE: services/multimedia/audio/process/filters/include/fir_process.h type FIR_CFG_T (line 28) | typedef struct { type AUD_BITS_T (line 34) | enum AUD_BITS_T type AUD_SAMPRATE_T (line 35) | enum AUD_SAMPRATE_T type AUD_BITS_T (line 35) | enum AUD_BITS_T type AUD_CHANNEL_NUM_T (line 35) | enum AUD_CHANNEL_NUM_T type AUD_CHANNEL_NUM_T (line 37) | enum AUD_CHANNEL_NUM_T FILE: services/multimedia/audio/process/filters/include/hw_codec_iir_process.h type HW_CODEC_IIR_ERROR (line 32) | typedef enum { type HW_CODEC_IIR_TYPE_T (line 41) | typedef enum { type hw_codec_iir_coefs (line 47) | typedef struct _hw_codec_iir_coefs type hw_codec_iir_coefs_f (line 53) | typedef struct _hw_codec_iir_coefs_f type HW_CODEC_IIR_FILTERS_T (line 59) | typedef struct _hw_codec_iir_filters type HW_CODEC_IIR_FILTERS_F (line 66) | typedef struct _hw_codec_iir_filters_f type HW_CODEC_IIR_CFG_T (line 73) | typedef struct _hw_codec_iir_cfg_t type HW_CODEC_IIR_CFG_F (line 79) | typedef struct _hw_codec_iir_cfg_f type AUD_SAMPRATE_T (line 85) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 86) | enum AUD_SAMPRATE_T type AUD_SAMPRATE_T (line 88) | enum AUD_SAMPRATE_T FILE: services/multimedia/audio/process/filters/include/hw_iir_process.h type HW_IIR_ERROR (line 29) | typedef enum { type HW_IIR_COEFS_T (line 38) | typedef struct _hw_iir_coefs_t type HW_IIR_FILTERS_T (line 44) | typedef struct _hw_iir_filters_t type HW_IIR_CFG_T (line 50) | typedef struct _hw_iir_cfg_t type AUD_BITS_T (line 56) | enum AUD_BITS_T type AUD_SAMPRATE_T (line 57) | enum AUD_SAMPRATE_T type AUD_BITS_T (line 57) | enum AUD_BITS_T type AUD_CHANNEL_NUM_T (line 57) | enum AUD_CHANNEL_NUM_T type AUD_SAMPRATE_T (line 61) | enum AUD_SAMPRATE_T FILE: services/multimedia/audio/process/filters/include/iir_process.h type IIR_TYPE_T (line 48) | typedef enum { type IIR_PARAM_T (line 57) | typedef struct { type IIR_CFG_T (line 64) | typedef struct { type AUD_SAMPRATE_T (line 71) | enum AUD_SAMPRATE_T type AUD_BITS_T (line 71) | enum AUD_BITS_T type AUD_CHANNEL_NUM_T (line 71) | enum AUD_CHANNEL_NUM_T type AUD_CHANNEL_NUM_T (line 73) | enum AUD_CHANNEL_NUM_T FILE: services/multimedia/audio/process/integer_resampling/include/integer_resampling.h type INTEGER_RESAMPLING_ITEM_T (line 10) | typedef enum { type IntegerResamplingState_ (line 16) | struct IntegerResamplingState_ type IntegerResamplingState (line 18) | typedef struct IntegerResamplingState_ IntegerResamplingState; FILE: services/multimedia/audio/process/limiter/include/limiter.h type LimiterConfig (line 6) | typedef struct type LimiterState_ (line 17) | struct LimiterState_ type LimiterState (line 19) | typedef struct LimiterState_ LimiterState; FILE: services/multimedia/audio/process/resample/coef/resample_coef.c type RESAMPLE_COEF_T (line 25) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 36) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 47) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 58) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 69) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 80) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 91) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 102) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 113) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 124) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 136) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 147) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 158) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 169) | struct RESAMPLE_COEF_T FILE: services/multimedia/audio/process/resample/include/audio_resample.h type audio_resample_status_t (line 26) | enum audio_resample_status_t{ type resample_id_t (line 32) | enum resample_id_t{ type audio_resample_status_t (line 42) | enum audio_resample_status_t type resample_id_t (line 42) | enum resample_id_t type resample_id_t (line 43) | enum resample_id_t type audio_resample_status_t (line 44) | enum audio_resample_status_t type audio_resample_status_t (line 45) | enum audio_resample_status_t FILE: services/multimedia/audio/process/resample/include/audio_resample_ex.h type RESAMPLE_STATUS_T (line 26) | enum RESAMPLE_STATUS_T { type RESAMPLE_COEF_T (line 43) | struct RESAMPLE_COEF_T { type RESAMPLE_CFG_T (line 51) | struct RESAMPLE_CFG_T { type RESAMPLE_IO_BUF_T (line 60) | struct RESAMPLE_IO_BUF_T { type AUD_CHANNEL_NUM_T (line 72) | enum AUD_CHANNEL_NUM_T type AUD_BITS_T (line 72) | enum AUD_BITS_T type RESAMPLE_STATUS_T (line 73) | enum RESAMPLE_STATUS_T type RESAMPLE_CFG_T (line 73) | struct RESAMPLE_CFG_T type RESAMPLE_STATUS_T (line 74) | enum RESAMPLE_STATUS_T type RESAMPLE_IO_BUF_T (line 74) | struct RESAMPLE_IO_BUF_T type RESAMPLE_STATUS_T (line 78) | enum RESAMPLE_STATUS_T type RESAMPLE_STATUS_T (line 79) | enum RESAMPLE_STATUS_T FILE: services/multimedia/audio/process/resample/include/audio_resample_ex_32bit.h type RESAMPLE_STATUS_T (line 26) | enum RESAMPLE_STATUS_T { type RESAMPLE_COEF_T (line 43) | struct RESAMPLE_COEF_T { type RESAMPLE_CFG_T (line 51) | struct RESAMPLE_CFG_T { type RESAMPLE_IO_BUF_T (line 60) | struct RESAMPLE_IO_BUF_T { type AUD_CHANNEL_NUM_T (line 72) | enum AUD_CHANNEL_NUM_T type AUD_BITS_T (line 72) | enum AUD_BITS_T type RESAMPLE_STATUS_T (line 73) | enum RESAMPLE_STATUS_T type RESAMPLE_CFG_T (line 73) | struct RESAMPLE_CFG_T type RESAMPLE_STATUS_T (line 74) | enum RESAMPLE_STATUS_T type RESAMPLE_IO_BUF_T (line 74) | struct RESAMPLE_IO_BUF_T type RESAMPLE_STATUS_T (line 78) | enum RESAMPLE_STATUS_T type RESAMPLE_STATUS_T (line 79) | enum RESAMPLE_STATUS_T FILE: services/multimedia/audio/process/resample/include/resample_coef.h type RESAMPLE_COEF_T (line 25) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 26) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 27) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 28) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 30) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 31) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 32) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 33) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 34) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 36) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 38) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 39) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 40) | struct RESAMPLE_COEF_T type RESAMPLE_COEF_T (line 41) | struct RESAMPLE_COEF_T FILE: services/multimedia/speech/inc/SubBandBasedAEC.h type SubBandAecConfig (line 23) | typedef struct type SubBandAecState_ (line 29) | struct SubBandAecState_ type SubBandAecState (line 31) | typedef struct SubBandAecState_ SubBandAecState; FILE: services/multimedia/speech/inc/VoiceActivityDetection.h type VADConfig (line 23) | typedef struct { type VADState_ (line 28) | struct VADState_ type VADState (line 30) | typedef struct VADState_ VADState; FILE: services/multimedia/speech/inc/agc.h type AgcConfig (line 25) | typedef struct { type AgcState_ (line 32) | struct AgcState_ type AgcState (line 34) | typedef struct AgcState_ AgcState; FILE: services/multimedia/speech/inc/anc_assist_algo.h type ASSIST_PCM_T (line 33) | typedef int ASSIST_PCM_T; type ASSIST_PCM_T (line 36) | typedef short ASSIST_PCM_T; type AF_ANC_STATUS_T (line 40) | typedef enum{ type AF_ANC_MODE_T (line 45) | typedef enum{ type LeakageDetectionState (line 51) | typedef struct LeakageDetectionState_ LeakageDetectionState; type ANCAssistMultiState (line 63) | typedef struct ANCAssistMulti_ ANCAssistMultiState; type ANC_TYPE_T (line 80) | enum ANC_TYPE_T FILE: services/multimedia/speech/inc/audio_drc2.h type DRC2_CFG_T (line 23) | typedef struct { FILE: services/multimedia/speech/inc/buffer_manager.h type BufferManager_ (line 21) | struct BufferManager_ type BufferManager (line 23) | typedef struct BufferManager_ BufferManager; type BufferManagerStatus (line 25) | typedef enum FILE: services/multimedia/speech/inc/compexp.h type CompexpConfig (line 21) | typedef struct type CompexpState (line 34) | typedef struct CompexpState_ CompexpState; FILE: services/multimedia/speech/inc/crossfade.h type CROSSFADE_STATUS_T (line 6) | enum CROSSFADE_STATUS_T { type CrossFadeConfig (line 14) | typedef struct type CROSSFADE_STATUS_T (line 32) | enum CROSSFADE_STATUS_T FILE: services/multimedia/speech/inc/cvsd_codec.h type CvsdEncSt (line 31) | struct CvsdEncSt type CvsdDecSt (line 42) | struct CvsdDecSt type CvsdEncSt (line 57) | struct CvsdEncSt type CvsdEncSt (line 58) | struct CvsdEncSt type CvsdDecSt (line 61) | struct CvsdDecSt type CvsdDecSt (line 62) | struct CvsdDecSt FILE: services/multimedia/speech/inc/dual_mic_denoise.h type DUAL_MIC_DENOISE_CFG_T (line 27) | typedef struct { FILE: services/multimedia/speech/inc/echo_canceller.h type Ec2FloatConfig (line 26) | typedef struct type Ec2FloatState_ (line 52) | struct Ec2FloatState_ type Ec2FloatState (line 54) | typedef struct Ec2FloatState_ Ec2FloatState; FILE: services/multimedia/speech/inc/ext_fft_f32.h type ext_f32_config (line 29) | struct ext_f32_config { type ext_f32_config (line 40) | struct ext_f32_config type ext_f32_config (line 40) | struct ext_f32_config function ext_f32_fft_destroy (line 61) | static void ext_f32_fft_destroy(void *table, void ext_free(void *)) function POSSIBLY_UNUSED (line 74) | static POSSIBLY_UNUSED void ext_f32_fft(void *table, float *in, float *out) function POSSIBLY_UNUSED (line 111) | static POSSIBLY_UNUSED void ext_f32_ifft(void *table, float *in, float *... FILE: services/multimedia/speech/inc/ext_heap.h function ext_heap_init (line 32) | static int32_t ext_heap_init(void) function POSSIBLY_UNUSED (line 41) | static POSSIBLY_UNUSED int32_t ext_heap_deinit(void) function POSSIBLY_UNUSED (line 48) | static POSSIBLY_UNUSED uint32_t ext_heap_get_used_buff_size() function ext_heap_get_free_buff_size (line 53) | static uint32_t ext_heap_get_free_buff_size() function POSSIBLY_UNUSED (line 88) | static POSSIBLY_UNUSED void *ext_malloc(int size) function POSSIBLY_UNUSED (line 93) | static POSSIBLY_UNUSED void *ext_calloc(int nitems, int size) function POSSIBLY_UNUSED (line 98) | static POSSIBLY_UNUSED void ext_free(void *mem_ptr) FILE: services/multimedia/speech/inc/fftfilt.h type FftFiltConfig (line 6) | typedef struct type FftFiltState_ (line 13) | struct FftFiltState_ type FftFiltState (line 15) | typedef struct FftFiltState_ FftFiltState; FILE: services/multimedia/speech/inc/frame_resize.h type FrameResizeState_ (line 21) | struct FrameResizeState_ type FrameResizeState (line 23) | typedef struct FrameResizeState_ FrameResizeState; FILE: services/multimedia/speech/inc/g72x.h type g726_state (line 52) | typedef struct g726_state_s { FILE: services/multimedia/speech/inc/iir_resample.h type IIR_RESAMPLE_MODE (line 21) | enum IIR_RESAMPLE_MODE type IirResampleState_ (line 32) | struct IirResampleState_ type IirResampleState (line 34) | typedef struct IirResampleState_ IirResampleState; type IIR_RESAMPLE_MODE (line 40) | enum IIR_RESAMPLE_MODE type IIR_RESAMPLE_MODE (line 49) | enum IIR_RESAMPLE_MODE FILE: services/multimedia/speech/inc/iirfilt.h type IIR_BIQUARD_TYPE (line 21) | enum IIR_BIQUARD_TYPE type IirBiquardState (line 48) | struct IirBiquardState type IirBiquardState (line 54) | typedef struct IirBiquardState IirBiquardState; type IIR_BIQUARD_TYPE (line 56) | enum IIR_BIQUARD_TYPE FILE: services/multimedia/speech/inc/lc_mmse_ns.h type SpeechNs2Config (line 27) | typedef struct { type SpeechNs2State_ (line 32) | struct SpeechNs2State_ type SpeechNs2State (line 34) | typedef struct SpeechNs2State_ SpeechNs2State; FILE: services/multimedia/speech/inc/lc_mmse_ns_float.h type SpeechNs2FloatConfig (line 25) | typedef struct { type SpeechNs2FloatState_ (line 31) | struct SpeechNs2FloatState_ type SpeechNs2FloatState (line 33) | typedef struct SpeechNs2FloatState_ SpeechNs2FloatState; FILE: services/multimedia/speech/inc/leftright_denoise.h type LeftRightDenoiseConfig (line 26) | typedef struct { type LeftRightDenoiseState_ (line 34) | struct LeftRightDenoiseState_ type LeftRightDenoiseState (line 36) | typedef struct LeftRightDenoiseState_ LeftRightDenoiseState; FILE: services/multimedia/speech/inc/lpc_plc_api.h type LpcPlcState_ (line 21) | struct LpcPlcState_ type LpcPlcState (line 23) | typedef struct LpcPlcState_ LpcPlcState; FILE: services/multimedia/speech/inc/main_classify.h type ClassifyState_ (line 23) | struct ClassifyState_ type ClassifyState (line 24) | typedef struct ClassifyState_ ClassifyState; FILE: services/multimedia/speech/inc/med_aec3_comm.h type VOS_VOID (line 23) | typedef VOS_VOID (*MED_AEC_FFT_CALLBACK)(VOS_INT16 *, VOS_INT16 *); type MED_AEC_AF_FFT_LEN_ENUM (line 64) | enum MED_AEC_AF_FFT_LEN_ENUM type VOS_INT16 (line 75) | typedef VOS_INT16 MED_AEC_AF_FFT_LEN_ENUM_INT16; type CODEC_SWITCH_ENUM (line 78) | enum CODEC_SWITCH_ENUM type VOS_UINT16 (line 84) | typedef VOS_UINT16 CODEC_SWITCH_ENUM_UINT16; function VOS_VOID (line 106) | static VOS_VOID fprint_vec_int32(FILE *fd, VOS_INT32 *buf, VOS_INT32 len) FILE: services/multimedia/speech/inc/med_aec3_main.h type VOS_VOID (line 33) | typedef VOS_VOID (*NS_HANDLER_T)(VOS_VOID *stNs, VOS_INT16 *shwBuf, VOS_... type MED_AEC3_NV_STRU (line 36) | typedef struct FILE: services/multimedia/speech/inc/med_aec3_main_internal.h type MED_AEC3_HF_NS_STRU (line 26) | typedef struct type MED_AEC3_OBJ_STRU (line 33) | typedef struct FILE: services/multimedia/speech/inc/ns3.h type NS3_SUPPRESSION_MODE (line 25) | typedef enum type Ns3Config (line 33) | typedef struct type Ns3State_ (line 39) | struct Ns3State_ type Ns3State (line 41) | typedef struct Ns3State_ Ns3State; FILE: services/multimedia/speech/inc/plc_16000.h type PLC_State (line 33) | struct PLC_State type PLC_State (line 41) | struct PLC_State type PLC_State (line 42) | struct PLC_State type PLC_State (line 43) | struct PLC_State FILE: services/multimedia/speech/inc/plc_8000.h type PlcSt_8000 (line 23) | typedef struct PlcSt_8000_ PlcSt_8000; FILE: services/multimedia/speech/inc/recognition.h type mfcc_extract_t (line 27) | typedef struct{ FILE: services/multimedia/speech/inc/sensormic_denoise.h type SensorMicDenoiseConfig (line 25) | typedef struct { type SensorMicDenoiseState_ (line 40) | struct SensorMicDenoiseState_ type SensorMicDenoiseState (line 42) | typedef struct SensorMicDenoiseState_ SensorMicDenoiseState; FILE: services/multimedia/speech/inc/single_mic_NNDenoise.h type NNDenoiseState_ (line 24) | struct NNDenoiseState_ type NNDenoiseState (line 26) | typedef struct NNDenoiseState_ NNDenoiseState; FILE: services/multimedia/speech/inc/spectrum.h type SpectrumConfig (line 23) | typedef struct type SpectrumState_ (line 29) | struct SpectrumState_ type SpectrumState (line 31) | typedef struct SpectrumState_ SpectrumState; FILE: services/multimedia/speech/inc/spectrum_fix.h type SpectrumFixConfig (line 23) | typedef struct type SpectrumFixState_ (line 29) | struct SpectrumFixState_ type SpectrumFixState (line 31) | typedef struct SpectrumFixState_ SpectrumFixState; FILE: services/multimedia/speech/inc/speech_2mic_ns2_denoise.h type Speech2MicNs2Config (line 25) | typedef struct { type Speech2MicNs2State_ (line 32) | struct Speech2MicNs2State_ type Speech2MicNs2State (line 34) | typedef struct Speech2MicNs2State_ Speech2MicNs2State; FILE: services/multimedia/speech/inc/speech_3mic_ns.h type Speech3MicNsConfig (line 25) | typedef struct { type Speech3MicNsState_ (line 39) | struct Speech3MicNsState_ type Speech3MicNsState (line 41) | typedef struct Speech3MicNsState_ Speech3MicNsState; FILE: services/multimedia/speech/inc/speech_aec.h type SpeechAecConfig (line 32) | typedef struct { type SpeechAecState_ (line 39) | struct SpeechAecState_ type SpeechAecState (line 41) | typedef struct SpeechAecState_ SpeechAecState; FILE: services/multimedia/speech/inc/speech_aec2.h type SpeechAec2Config (line 25) | typedef struct type SpeechAec2State_ (line 41) | struct SpeechAec2State_ type SpeechAec2State (line 43) | typedef struct SpeechAec2State_ SpeechAec2State; FILE: services/multimedia/speech/inc/speech_config.h type speech_data_t (line 10) | typedef int16_t speech_data_t; FILE: services/multimedia/speech/inc/speech_dc_filter.h type SpeechDcFilterConfig (line 30) | typedef struct { type SpeechDcFilterState_ (line 35) | struct SpeechDcFilterState_ type SpeechDcFilterState (line 37) | typedef struct SpeechDcFilterState_ SpeechDcFilterState; FILE: services/multimedia/speech/inc/speech_eq.h type BiquardParam (line 28) | typedef struct type EqConfig (line 46) | typedef struct type EqState (line 54) | typedef struct EqState_ EqState; FILE: services/multimedia/speech/inc/speech_ff_2mic_ns2.h type SpeechFF2MicNs2State_ (line 9) | struct SpeechFF2MicNs2State_ type SpeechFF2MicNs2State (line 10) | typedef struct SpeechFF2MicNs2State_ SpeechFF2MicNs2State; FILE: services/multimedia/speech/inc/speech_ff_3mic_ns1.h type SpeechFF3MicNs1State_ (line 9) | struct SpeechFF3MicNs1State_ type SpeechFF3MicNs1State (line 10) | typedef struct SpeechFF3MicNs1State_ SpeechFF3MicNs1State; FILE: services/multimedia/speech/inc/speech_fir_calibration.h type CalibChannelConfig (line 9) | typedef struct type SpeechFirCalibConfig (line 15) | typedef struct type SpeechFirCalibState (line 23) | typedef struct SpeechFirCalibState_ SpeechFirCalibState; FILE: services/multimedia/speech/inc/speech_gain.h type SpeechGainConfig (line 28) | typedef struct { type SpeechGainState_ (line 33) | struct SpeechGainState_ type SpeechGainState (line 35) | typedef struct SpeechGainState_ SpeechGainState; FILE: services/multimedia/speech/inc/speech_iir.h type SPEECH_IIR_CFG_T (line 29) | typedef struct { type SPEECH_IIR_STATE_T (line 41) | typedef void SPEECH_IIR_STATE_T; FILE: services/multimedia/speech/inc/speech_iir_calibration.h type SpeechIirCalibConfig (line 9) | typedef struct type SpeechIirCalibState (line 16) | typedef struct SpeechIirCalibState_ SpeechIirCalibState; FILE: services/multimedia/speech/inc/speech_mics_calibration.h type SPEECH_MICS_CALIBRATION_CFG_T (line 53) | typedef struct { FILE: services/multimedia/speech/inc/speech_noise_gate.h type NoisegateConfig (line 21) | typedef struct { type NoisegateState_ (line 29) | struct NoisegateState_ type NoisegateState (line 31) | typedef struct NoisegateState_ NoisegateState; FILE: services/multimedia/speech/inc/speech_ns.h type SpeechNsConfig (line 28) | typedef struct { type SpeechNsState_ (line 33) | struct SpeechNsState_ type SpeechNsState (line 35) | typedef struct SpeechNsState_ SpeechNsState; FILE: services/multimedia/speech/inc/speech_peak_detector.h type SPEECH_PEAK_DETECTOR_CFG_T (line 29) | typedef struct { FILE: services/multimedia/speech/inc/speech_ssat.h function speech_ssat_int16 (line 27) | static inline int16_t speech_ssat_int16(int32_t in) function speech_ssat_int24 (line 36) | static inline int32_t speech_ssat_int24(int32_t in) function speech_ssat_int16 (line 45) | static inline int16_t speech_ssat_int16(int32_t in) function speech_ssat_int24 (line 61) | static inline int32_t speech_ssat_int24(int32_t in) function DataType (line 81) | inline DataType speech_ssat(int in) FILE: services/multimedia/speech/inc/speech_utils.h function speech_set_int16 (line 34) | inline void speech_set_int16(short *dst, short v, int len) function speech_set_int32 (line 42) | inline void speech_set_int32(int *dst, int v, int len) function speech_set_f32 (line 50) | inline void speech_set_f32(float *dst, float v, int len) function speech_copy_int16 (line 58) | static inline void speech_copy_int16(short *dst, short *src, int len) function speech_copy_f32 (line 66) | inline void speech_copy_f32(float *dst, float *src, int len) function speech_frame_size2time_ms (line 74) | inline float speech_frame_size2time_ms(int sample_rate, int frame_size) FILE: services/multimedia/speech/inc/speex_resampler.h type spx_int16_t (line 51) | typedef short spx_int16_t; type spx_int32_t (line 52) | typedef int spx_int32_t; type spx_uint16_t (line 53) | typedef unsigned short spx_uint16_t; type spx_uint32_t (line 54) | typedef unsigned int spx_uint32_t; type spx_word16_t (line 58) | typedef short spx_word16_t; type spx_word32_t (line 59) | typedef int spx_word32_t; type SpeexResamplerState_ (line 98) | struct SpeexResamplerState_ type SpeexResamplerState (line 99) | typedef struct SpeexResamplerState_ SpeexResamplerState; type SpeexResamplerState_ (line 104) | struct SpeexResamplerState_ { FILE: services/multimedia/speech/inc/triple_mic_denoise3.h type TripleMicDenoise3Config (line 7) | typedef struct type TripleMicDenoise3State_ (line 21) | struct TripleMicDenoise3State_ type TripleMicDenoise3State (line 23) | typedef struct TripleMicDenoise3State_ TripleMicDenoise3State; FILE: services/multimedia/speech/inc/wind_detection_2mic.h type WindDetection2MicConfig (line 25) | typedef struct { type WindDetection2MicState_ (line 30) | struct WindDetection2MicState_ type WindDetection2MicState (line 32) | typedef struct WindDetection2MicState_ WindDetection2MicState; FILE: services/multimedia/speech/inc/wnr.h type WnrConfig (line 6) | typedef struct type WnrState_ (line 15) | struct WnrState_ type WnrState (line 17) | typedef struct WnrState_ WnrState; FILE: services/norflash_api/norflash_api.cpp function _norflash_api_free (line 54) | static void _norflash_api_free(void *p) { function MODULE_INFO (line 74) | static MODULE_INFO *_get_module_info(enum NORFLASH_API_MODULE_ID_T mod_i... function OPRA_INFO (line 78) | static OPRA_INFO *_get_tail(MODULE_INFO *mod_info, bool is_remove) { function _opera_del (line 103) | static void _opera_del(MODULE_INFO *mod_info, OPRA_INFO *node) { function _get_ew_count (line 131) | static uint32_t _get_ew_count(MODULE_INFO *mod_info) { function _get_w_count (line 145) | static uint32_t _get_w_count(MODULE_INFO *mod_info) { function _get_e_count (line 161) | static uint32_t _get_e_count(MODULE_INFO *mod_info) { function MODULE_INFO (line 177) | static MODULE_INFO *_get_cur_mod(void) { function _get_mod_id (line 200) | static enum NORFLASH_API_MODULE_ID_T _get_mod_id(MODULE_INFO *mod_info) { function _flash_remap_start (line 216) | static void _flash_remap_start(enum HAL_NORFLASH_ID_T id, uint32_t addr, function _flash_remap_done (line 259) | static void _flash_remap_done(enum HAL_NORFLASH_ID_T id, uint32_t addr, function _opera_read (line 309) | static int32_t _opera_read(MODULE_INFO *mod_info, uint32_t addr, uint8_t... function _e_opera_add (line 361) | static int32_t _e_opera_add(MODULE_INFO *mod_info, uint32_t addr, function _w_opera_add (line 426) | static int32_t _w_opera_add(MODULE_INFO *mod_info, uint32_t addr, uint32... function _opera_flush (line 514) | bool _opera_flush(MODULE_INFO *mod_info, bool nosuspend) { function _flush_disable (line 683) | void _flush_disable(enum NORFLASH_API_USER user_id, uint32_t cb) { function _flush_enable (line 687) | void _flush_enable(enum NORFLASH_API_USER user_id) { function _flush_is_allowed (line 691) | bool _flush_is_allowed(void) { function norflash_api_init (line 711) | enum NORFLASH_API_RET_T norflash_api_init(void) { function norflash_api_register (line 734) | enum NORFLASH_API_RET_T function norflash_api_read (line 792) | enum NORFLASH_API_RET_T norflash_api_read(enum NORFLASH_API_MODULE_ID_T ... function norflash_sync_read (line 844) | enum NORFLASH_API_RET_T norflash_sync_read(enum NORFLASH_API_MODULE_ID_T... type NORFLASH_API_RET_T (line 892) | enum NORFLASH_API_RET_T type NORFLASH_API_MODULE_ID_T (line 892) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_RET_T (line 900) | enum NORFLASH_API_RET_T function norflash_api_write (line 1012) | enum NORFLASH_API_RET_T norflash_api_write(enum NORFLASH_API_MODULE_ID_T... function norflash_api_flush (line 1121) | int norflash_api_flush(void) { function norflash_api_buffer_is_free (line 1161) | bool norflash_api_buffer_is_free(enum NORFLASH_API_MODULE_ID_T mod_id) { function norflash_api_get_used_buffer_count (line 1182) | uint32_t function norflash_api_get_free_buffer_count (line 1206) | uint32_t function norflash_api_flush_all (line 1240) | void norflash_api_flush_all(void) { function norflash_api_flush_disable (line 1255) | void norflash_api_flush_disable(enum NORFLASH_API_USER user_id, uint32_t... function norflash_api_flush_enable (line 1264) | void norflash_api_flush_enable(enum NORFLASH_API_USER user_id) { function norflash_api_flush_enable_all (line 1273) | void norflash_api_flush_enable_all(void) { function norflash_api_get_state (line 1285) | enum NORFLASH_API_STATE function norflash_flush_all_pending_op (line 1292) | void norflash_flush_all_pending_op(void) { norflash_api_flush_all(); } function app_flush_pending_flash_op (line 1294) | void app_flush_pending_flash_op(enum NORFLASH_API_MODULE_ID_T module, function app_flash_page_erase (line 1314) | void app_flash_page_erase(enum NORFLASH_API_MODULE_ID_T module, function app_flash_page_program (line 1355) | void app_flash_page_program(enum NORFLASH_API_MODULE_ID_T module, FILE: services/norflash_api/norflash_api.h type NORFLASH_API_MODULE_ID_T (line 12) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_RET_T (line 29) | enum NORFLASH_API_RET_T type NORFLASH_API_OPRATION_TYPE (line 43) | enum NORFLASH_API_OPRATION_TYPE type NORFLASH_API_OPERA_RESULT (line 51) | typedef struct type NORFLASH_API_STATE (line 60) | enum NORFLASH_API_STATE type NORFLASH_API_USER (line 72) | enum NORFLASH_API_USER type OPRA_INFO (line 81) | typedef struct _opera_info type MODULE_INFO (line 94) | typedef struct type NORFLASH_API_INFO (line 111) | typedef struct type OPERA_INFO_LIST (line 132) | typedef struct type DATA_LIST (line 138) | typedef struct type NORFLASH_API_RET_T (line 144) | enum NORFLASH_API_RET_T type NORFLASH_API_RET_T (line 146) | enum NORFLASH_API_RET_T type NORFLASH_API_MODULE_ID_T (line 147) | enum NORFLASH_API_MODULE_ID_T type HAL_NORFLASH_ID_T (line 148) | enum HAL_NORFLASH_ID_T type NORFLASH_API_RET_T (line 159) | enum NORFLASH_API_RET_T type NORFLASH_API_MODULE_ID_T (line 160) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_RET_T (line 167) | enum NORFLASH_API_RET_T type NORFLASH_API_MODULE_ID_T (line 168) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_RET_T (line 174) | enum NORFLASH_API_RET_T type NORFLASH_API_MODULE_ID_T (line 175) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_RET_T (line 181) | enum NORFLASH_API_RET_T type NORFLASH_API_MODULE_ID_T (line 182) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_MODULE_ID_T (line 192) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_MODULE_ID_T (line 195) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_OPRATION_TYPE (line 196) | enum NORFLASH_API_OPRATION_TYPE type NORFLASH_API_OPRATION_TYPE (line 200) | enum NORFLASH_API_OPRATION_TYPE type NORFLASH_API_USER (line 203) | enum NORFLASH_API_USER type NORFLASH_API_USER (line 204) | enum NORFLASH_API_USER type NORFLASH_API_STATE (line 206) | enum NORFLASH_API_STATE type NORFLASH_API_MODULE_ID_T (line 206) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_MODULE_ID_T (line 210) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_OPRATION_TYPE (line 211) | enum NORFLASH_API_OPRATION_TYPE type NORFLASH_API_MODULE_ID_T (line 213) | enum NORFLASH_API_MODULE_ID_T type NORFLASH_API_MODULE_ID_T (line 215) | enum NORFLASH_API_MODULE_ID_T FILE: services/nv_section/aud_section/aud_section.c function audio_section_get_device_addr_offset (line 43) | static uint32_t audio_section_get_device_addr_offset(uint32_t device) { function audio_section_t (line 56) | static audio_section_t *audio_section_get_device_ptr(uint32_t device) { function audio_section_store_cfg (line 63) | int audio_section_store_cfg(uint32_t device, uint8_t *cfg, uint32_t len) { function audio_section_load_cfg (line 125) | int audio_section_load_cfg(uint32_t device, uint8_t *cfg, uint32_t len) { function anccfg_loadfrom_audsec (line 172) | int anccfg_loadfrom_audsec(const struct_anc_cfg *list[], FILE: services/nv_section/aud_section/aud_section.h type anc_iir_coefs (line 48) | typedef struct _anc_rir_coefs { type aud_item (line 53) | typedef struct _aud_item { type struct_anc_cfg (line 75) | typedef struct { type ANC_INDEX (line 100) | enum ANC_INDEX { type anc_ident (line 108) | typedef struct { type auditem_sample_enum_t (line 114) | enum auditem_sample_enum_t { type pctool_struct_anc_cfg (line 125) | typedef struct { type pctool_anc_config_t (line 137) | typedef struct { type audsec_body (line 143) | typedef struct { type pctool_aud_section (line 149) | typedef struct { type pctool_iocfg (line 154) | typedef struct { type audio_section_t (line 184) | typedef struct { FILE: services/nv_section/customparam_section/customparam_section.c function nv_custom_parameter_section_init (line 25) | void nv_custom_parameter_section_init(void) { function nv_custom_parameter_section_get_entry (line 68) | bool nv_custom_parameter_section_get_entry(uint16_t paramIndex, function Get_ModelId (line 97) | uint32_t Get_ModelId(void) { FILE: services/nv_section/customparam_section/customparam_section.h type CUSTOM_PARAM_SECTION_HEADER_T (line 32) | typedef struct { type CUSTOM_PARAM_ENTRY_HEADER_T (line 41) | typedef struct { type CUSTOM_PARAM_SERIAL_NUM_T (line 52) | typedef struct { FILE: services/nv_section/factory_section/factory_section.c function factory_callback (line 37) | static void factory_callback(void *param) { function factory_section_init (line 47) | void factory_section_init(void) { function factory_section_open (line 64) | int factory_section_open(void) { function factory_section_get_version (line 155) | uint32_t factory_section_get_version(void) { function factory_section_xtal_fcap_get (line 163) | int factory_section_xtal_fcap_get(unsigned int *xtal_fcap) { function factory_section_xtal_fcap_set (line 176) | int factory_section_xtal_fcap_set(unsigned int xtal_fcap) { function factory_section_original_btaddr_get (line 219) | void factory_section_original_btaddr_get(uint8_t *btAddr) { FILE: services/nv_section/factory_section/factory_section.h type section_head_t (line 27) | typedef struct { type factory_section_data_t (line 35) | typedef struct { type factory_section_t (line 55) | typedef struct { FILE: services/nv_section/include/section_def.h type section_head_t (line 26) | typedef struct { FILE: services/nv_section/log_section/coredump_section.c function coredump_to_flash_init (line 42) | void coredump_to_flash_init() { function core_dump_erase_section (line 71) | void core_dump_erase_section() { function core_dump_write_large (line 93) | int32_t core_dump_write_large(const uint8_t *ptr, uint32_t len) { function core_dump_write (line 155) | int32_t core_dump_write(const uint8_t *ptr, uint32_t len) { FILE: services/nv_section/log_section/crash_dump_section.c type CRASH_OUTPUT_BUF_T (line 51) | struct CRASH_OUTPUT_BUF_T type CRASH_OUTPUT_BUF_T (line 52) | struct CRASH_OUTPUT_BUF_T function crashdump_dump_output (line 58) | static void crashdump_dump_output(const unsigned char *buf, unsigned int... function crashdump_get_empty_section (line 71) | int crashdump_get_empty_section(uint32_t *seqnum, struct CRASH_OUTPUT_BU... function crashdump_flush_buffer (line 118) | void crashdump_flush_buffer(void) function crashdump_init (line 138) | int crashdump_init(void) function crashdump_state_handler (line 188) | static void crashdump_state_handler(enum HAL_TRACE_STATE_T state) function crashdump_is_crash_happened (line 196) | bool crashdump_is_crash_happened(void) function crashdump_is_crash_dump_existing (line 201) | bool crashdump_is_crash_dump_existing(void) function crashdump_set_existing_flag (line 206) | void crashdump_set_existing_flag(uint8_t isExisting) function crashdump_get_latest_flash_offset (line 211) | int32_t crashdump_get_latest_flash_offset(void) function crashdump_test_flash_access (line 230) | void crashdump_test_flash_access(void) function crashdump_set_crash_happened_flag (line 265) | void crashdump_set_crash_happened_flag(uint8_t isHappened) function crashdump_dumptoflash (line 272) | void crashdump_dumptoflash(void) function crashdump_init_section_info (line 288) | void crashdump_init_section_info(void) function _flash_api_read (line 329) | static enum NORFLASH_API_RET_T _flash_api_read(uint32_t addr, uint8_t *b... function _crash_dump_get_seqnum (line 336) | static int32_t _crash_dump_get_seqnum(uint32_t *dump_seqnum, function _crash_dump_notify (line 375) | static void _crash_dump_notify(enum HAL_TRACE_STATE_T state) { function _crash_dump_output (line 404) | static void _crash_dump_output(const unsigned char *buf, unsigned int bu... function _crash_dump_fault (line 470) | static void _crash_dump_fault(const unsigned char *buf, unsigned int buf... function crash_dump_init (line 474) | void crash_dump_init(void) { function crash_dump_init_buffer (line 526) | void crash_dump_init_buffer(void) { function crash_dump_read (line 532) | int32_t crash_dump_read(uint32_t addr, uint8_t *ptr, uint32_t len) { function crash_dump_write (line 546) | int32_t crash_dump_write(uint32_t addr, uint8_t *ptr, uint32_t len) { function crash_dump_notify_handler (line 574) | void crash_dump_notify_handler(enum HAL_TRACE_STATE_T state) { function crash_dump_output_handler (line 586) | void crash_dump_output_handler(const unsigned char *buf, unsigned int bu... function crash_dump_fault_handler (line 592) | void crash_dump_fault_handler(const unsigned char *buf, unsigned int buf... function crash_dump_set_flag (line 598) | void crash_dump_set_flag(uint8_t is_happend) { function crash_dump_register (line 602) | void crash_dump_register(HAL_TRACE_APP_NOTIFY_T notify_cb, function CRASH_DATA_BUFFER (line 610) | CRASH_DATA_BUFFER *crash_dump_get_buffer(void) { return &crash_data_buff... function crash_dump_get_type (line 612) | uint32_t crash_dump_get_type(void) { return crash_dump_type; } FILE: services/nv_section/log_section/crash_dump_section.h type CRASH_OUTPUT_BUF_HEADER_T (line 40) | typedef struct { type CRASH_OUTPUT_BUF_T (line 54) | struct CRASH_OUTPUT_BUF_T { type CRASH_DUMP_HEADER_T (line 96) | typedef struct type CRASH_DATA_BUFFER (line 106) | typedef struct{ type HAL_TRACE_STATE_T (line 115) | enum HAL_TRACE_STATE_T type CRASH_OUTPUT_BUF_HEADER_T (line 124) | typedef struct { type CRASH_OUTPUT_BUF_T (line 139) | struct CRASH_OUTPUT_BUF_T { FILE: services/nv_section/log_section/log_section.c type LOG_DUMP_FLUSH_STATE (line 55) | enum LOG_DUMP_FLUSH_STATE function _flash_api_read (line 58) | static enum NORFLASH_API_RET_T _flash_api_read(uint32_t addr, uint8_t *b... function _flash_api_flush (line 64) | static void _flash_api_flush(void) { function _flash_api_erase (line 73) | static enum NORFLASH_API_RET_T _flash_api_erase(uint32_t addr, bool is_a... function _flash_api_write (line 108) | static enum NORFLASH_API_RET_T _flash_api_write(uint32_t addr, uint8_t *... function _get_seqnum (line 145) | static int32_t _get_seqnum(uint32_t *dump_seqnum, uint32_t *sector_seqnu... function _log_dump_flush (line 194) | static int _log_dump_flush(uint32_t buff_state, bool is_async) { function _log_dump_flush_remain (line 259) | void _log_dump_flush_remain(void) { function log_dump_flush_all (line 280) | int log_dump_flush_all(void) { function log_dump_flush (line 286) | int log_dump_flush(void) { function log_dump_notify_handler (line 294) | void log_dump_notify_handler(enum HAL_TRACE_STATE_T state) { function log_dump_output_handler (line 319) | void log_dump_output_handler(const unsigned char *buf, unsigned int buf_... function log_dump_callback (line 424) | void log_dump_callback(void *param) { function log_dump_init (line 446) | void log_dump_init(void) { function log_dump_clear (line 502) | void log_dump_clear(void) { function test_log_dump_from_flash (line 518) | uint32_t test_log_dump_from_flash(uint32_t addr,uint32_t size) FILE: services/nv_section/log_section/log_section.h type LOG_DUMP_FLUSH_STATE (line 50) | enum LOG_DUMP_FLUSH_STATE { type LOG_DUMP_HEADER (line 57) | typedef struct { type DATA_BUFFER (line 65) | typedef struct { type HAL_TRACE_STATE_T (line 74) | enum HAL_TRACE_STATE_T FILE: services/nv_section/userdata_section/nvrecord_ble.c function nvrecord_rebuild_paired_ble_dev_info (line 39) | void nvrecord_rebuild_paired_ble_dev_info( function blerec_specific_value_prepare (line 59) | static bool blerec_specific_value_prepare(const BleDeviceinfo *param_rec) { function nv_record_blerec_init (line 131) | void nv_record_blerec_init(void) { function NV_RECORD_PAIRED_BLE_DEV_INFO_T (line 144) | NV_RECORD_PAIRED_BLE_DEV_INFO_T *nv_record_blerec_get_ptr(void) { function nv_record_blerec_get_local_irk (line 148) | void nv_record_blerec_get_local_irk(uint8_t *pIrk) { function nv_record_blerec_get_bd_addr_from_irk (line 152) | bool nv_record_blerec_get_bd_addr_from_irk(uint8_t *pBdAddr, uint8_t *pI... function nv_record_blerec_add (line 167) | int nv_record_blerec_add(const BleDeviceinfo *param_rec) { function nv_record_ble_fill_irk (line 213) | uint8_t nv_record_ble_fill_irk(uint8_t *irkToFill) { function nv_record_ble_record_find_ltk_through_static_bd_addr (line 233) | bool nv_record_ble_record_find_ltk_through_static_bd_addr(uint8_t *pBdAddr, function nv_record_ble_record_Once_a_device_has_been_bonded (line 256) | bool nv_record_ble_record_Once_a_device_has_been_bonded(void) { function nv_record_ble_delete_entry (line 272) | void nv_record_ble_delete_entry(uint8_t *pBdAddr) { function tws_use_same_ble_addr (line 308) | static bool tws_use_same_ble_addr(uint8_t *peer_ble_addr) { function nv_record_extension_update_tws_ble_info (line 322) | void nv_record_extension_update_tws_ble_info( function nv_record_tws_exchange_ble_info (line 367) | void nv_record_tws_exchange_ble_info(void) { FILE: services/nv_section/userdata_section/nvrecord_bt.c function ram_record_ddbrec_init (line 24) | void ram_record_ddbrec_init(void) {} function nvrecord_rebuild_paired_bt_dev_info (line 26) | void nvrecord_rebuild_paired_bt_dev_info( function nv_record_btdevicerecord_set_a2dp_profile_active_state (line 33) | void nv_record_btdevicerecord_set_a2dp_profile_active_state( function nv_record_btdevicerecord_set_hfp_profile_active_state (line 44) | void nv_record_btdevicerecord_set_hfp_profile_active_state( function nv_record_btdevicerecord_set_hsp_profile_active_state (line 55) | void nv_record_btdevicerecord_set_hsp_profile_active_state( function nv_record_btdevicerecord_set_a2dp_profile_codec (line 66) | void nv_record_btdevicerecord_set_a2dp_profile_codec( function nv_record_get_paired_dev_count (line 77) | int nv_record_get_paired_dev_count(void) { function nv_record_enum_latest_two_paired_dev (line 92) | int nv_record_enum_latest_two_paired_dev(btif_device_record_t *record1, function nv_record_print_dev_record (line 122) | static void nv_record_print_dev_record(const btif_device_record_t *recor... function nv_record_all_ddbrec_print (line 135) | void nv_record_all_ddbrec_print(void) { function bt_status_t (line 159) | bt_status_t nv_record_enum_dev_records(unsigned short index, function nv_record_get_bt_pairing_info_index (line 175) | static int8_t nv_record_get_bt_pairing_info_index(const uint8_t *btAddr) { function bt_status_t (line 192) | static bt_status_t POSSIBLY_UNUSED function bt_status_t (line 309) | bt_status_t nv_record_add(SECTIONS_ADP_ENUM type, void *record) { function bt_status_t (line 330) | bt_status_t nv_record_ddbrec_find(const bt_bdaddr_t *bd_ddr, function bt_status_t (line 354) | bt_status_t nv_record_ddbrec_delete(const bt_bdaddr_t *bdaddr) { function nv_record_btdevicerecord_find (line 386) | int nv_record_btdevicerecord_find(const bt_bdaddr_t *bd_ddr, function nv_record_btdevicerecord_set_a2dp_vol (line 406) | void nv_record_btdevicerecord_set_a2dp_vol(nvrec_btdevicerecord *pRecord, function nv_record_btdevicerecord_set_hfp_vol (line 417) | void nv_record_btdevicerecord_set_hfp_vol(nvrec_btdevicerecord *pRecord, function nv_record_btdevicevolume_set_a2dp_vol (line 428) | void nv_record_btdevicevolume_set_a2dp_vol(btdevice_volume *device_vol, function nv_record_btdevicevolume_set_hfp_vol (line 439) | void nv_record_btdevicevolume_set_hfp_vol(btdevice_volume *device_vol, function nv_record_btdevicerecord_set_vend_id_and_source (line 450) | void nv_record_btdevicerecord_set_vend_id_and_source( FILE: services/nv_section/userdata_section/nvrecord_dma_config.c function nvrecord_rebuild_dma_configuration (line 28) | void nvrecord_rebuild_dma_configuration(NV_DMA_CONFIGURATION_T *pDmaConf... function nvrec_baidu_data_init (line 33) | int nvrec_baidu_data_init(void) { function nvrec_get_fm_freq (line 45) | int nvrec_get_fm_freq(void) { function nvrec_set_fm_freq (line 56) | int nvrec_set_fm_freq(int fmfreq) { function nvrec_get_rand (line 73) | int nvrec_get_rand(char *rand) { function nvrec_set_rand (line 96) | int nvrec_set_rand(char *rand) { function nvrec_dev_get_sn (line 118) | int nvrec_dev_get_sn(char *sn) { FILE: services/nv_section/userdata_section/nvrecord_env.c type nvrecord_env_t (line 24) | struct nvrecord_env_t function nvrecord_rebuild_system_env (line 26) | void nvrecord_rebuild_system_env(struct nvrecord_env_t *pSystemEnv) { function nv_record_env_get (line 43) | int nv_record_env_get(struct nvrecord_env_t **nvrecord_env) { function nv_record_env_set (line 58) | int nv_record_env_set(struct nvrecord_env_t *nvrecord_env) { function nv_record_update_ibrt_info (line 71) | void nv_record_update_ibrt_info(uint32_t newMode, bt_bdaddr_t *ibrtPeerA... function nv_record_update_factory_tester_status (line 87) | void nv_record_update_factory_tester_status(uint32_t status) { function nv_record_env_init (line 100) | int nv_record_env_init(void) { FILE: services/nv_section/userdata_section/nvrecord_env.h type nvrecord_env_t (line 34) | struct nvrecord_env_t type nvrecord_env_t (line 35) | struct nvrecord_env_t type nvrecord_env_t (line 37) | struct nvrecord_env_t FILE: services/nv_section/userdata_section/nvrecord_extension.c type nvrecord_env_t (line 40) | struct nvrecord_env_t type NV_STATE (line 52) | typedef enum { type NV_FLUSH_STATE (line 66) | typedef struct { function nvrecord_rebuild_tileconfig (line 176) | static void nvrecord_rebuild_tileconfig(NV_TILE_INFO_CONFIG_T *tileConfi... function nvrecord_rebuild_ota_info (line 182) | static void nvrecord_rebuild_ota_info(NV_OTA_INFO_T *ota_info) { function nvrecord_rebuild_gsound_info (line 188) | static void nvrecord_rebuild_gsound_info(NV_GSOUND_INFO_T *gsound_info) { function nvrecord_rebuild_btiqcalconfig (line 194) | static void function nv_record_data_is_valid (line 201) | static bool nv_record_data_is_valid(NV_EXTENSION_RECORD_T *nv_record) { function nv_record_items_is_valid (line 244) | static bool nv_record_items_is_valid(NV_EXTENSION_RECORD_T *nv_record) { function nv_record_set_default (line 260) | static void nv_record_set_default(NV_EXTENSION_RECORD_T *nv_record) { function _nv_record_extension_init (line 298) | static void _nv_record_extension_init(void) { function nv_record_pre_write_operation (line 316) | uint32_t nv_record_pre_write_operation(void) { function nv_record_post_write_operation (line 322) | void nv_record_post_write_operation(uint32_t lock) { function nv_record_extension_init (line 332) | static void nv_record_extension_init(void) { function NV_EXTENSION_RECORD_T (line 436) | NV_EXTENSION_RECORD_T *nv_record_get_extension_entry_ptr(void) { function nv_record_extension_update (line 440) | void nv_record_extension_update(void) { nv_flsh_state.is_update = true; } function nv_record_extension_flush_main (line 442) | static int nv_record_extension_flush_main(bool is_async) { function nv_record_extension_flush_bak (line 601) | static int nv_record_extension_flush_bak(bool is_async) { function nv_record_extension_flush (line 763) | static int nv_record_extension_flush(bool is_async) { function nv_extension_callback (line 797) | void nv_extension_callback(void *param) { function nv_record_init (line 806) | void nv_record_init(void) { function bt_status_t (line 812) | bt_status_t nv_record_open(SECTIONS_ADP_ENUM section_id) { function nv_record_update_runtime_userdata (line 824) | void nv_record_update_runtime_userdata(void) { nv_record_extension_updat... function nv_record_touch_cause_flush (line 826) | int nv_record_touch_cause_flush(void) { function nv_record_sector_clear (line 831) | void nv_record_sector_clear(void) { function nv_record_rebuild (line 853) | void nv_record_rebuild(void) { function nv_record_reset_flush_checkpoint (line 881) | static void nv_record_reset_flush_checkpoint(void) { function nv_record_is_timer_expired_to_check (line 886) | static bool nv_record_is_timer_expired_to_check(void) { function nv_record_flash_flush (line 907) | void nv_record_flash_flush(void) { function nv_record_execute_async_flush (line 912) | void nv_record_execute_async_flush(void) { function nv_record_flash_flush_in_sleep (line 919) | int nv_record_flash_flush_in_sleep(void) { FILE: services/nv_section/userdata_section/nvrecord_extension.h type BT_IQ_CALIBRATION_CONFIG_T (line 98) | typedef struct { type NVRECORD_HEADER_T (line 105) | typedef struct { type media_language_t (line 114) | typedef struct { type src_snk_t (line 119) | typedef struct { type ibrt_mode_t (line 124) | typedef struct { type factory_tester_status_t (line 130) | typedef struct { type AI_MANAGER_INFO_T (line 134) | typedef struct { type nvrecord_env_t (line 142) | struct nvrecord_env_t { type btdevice_volume (line 154) | typedef struct btdevice_volume { type btdevice_profile (line 159) | typedef struct btdevice_profile { type nvrec_btdevicerecord (line 166) | typedef struct { type NV_RECORD_PAIRED_BT_DEV_INFO_T (line 177) | typedef struct { type SECTIONS_ADP_ENUM (line 182) | typedef enum { section_usrdata_ddbrecord, section_none } SECTIONS_ADP_ENUM; type BLE_BASIC_INFO_T (line 184) | typedef struct { type BleDeviceinfo (line 189) | typedef struct { type NV_RECORD_PAIRED_BLE_DEV_INFO_T (line 199) | typedef struct { type TWS_INFO_T (line 206) | typedef struct { type NV_FP_ACCOUNT_KEY_ENTRY_T (line 212) | typedef struct { type NV_FP_ACCOUNT_KEY_RECORD_T (line 217) | typedef struct { type NV_DMA_CONFIGURATION_T (line 227) | typedef struct { type NV_TILE_INFO_CONFIG_T (line 235) | typedef struct { type HOTWORD_MODEL_INFO_T (line 241) | typedef struct { type NV_OTA_INFO_T (line 252) | typedef struct { type NV_GSOUND_INFO_T (line 263) | typedef struct { type NV_EXTENSION_RECORD_T (line 277) | typedef struct { type NV_MIRROR_BUF_T (line 319) | typedef union { FILE: services/nv_section/userdata_section/nvrecord_fp_account_key.c function nvrecord_rebuild_fp_account_key (line 29) | void nvrecord_rebuild_fp_account_key( function NV_FP_ACCOUNT_KEY_RECORD_T (line 35) | NV_FP_ACCOUNT_KEY_RECORD_T *nv_record_get_fp_data_structure_info(void) { function nv_record_update_fp_data_structure (line 39) | void nv_record_update_fp_data_structure(NV_FP_ACCOUNT_KEY_RECORD_T *pFpD... function nv_record_fp_account_key_init (line 53) | void nv_record_fp_account_key_init(void) { function nv_record_fp_account_key_add (line 59) | void nv_record_fp_account_key_add(NV_FP_ACCOUNT_KEY_ENTRY_T *param_rec) { function nv_record_fp_account_info_reset (line 82) | void nv_record_fp_account_info_reset(void) { function nv_record_fp_account_key_delete (line 94) | void nv_record_fp_account_key_delete(void) { function nv_record_fp_account_key_get_by_index (line 98) | bool nv_record_fp_account_key_get_by_index(uint8_t index, uint8_t *outpu... function nv_record_fp_account_key_count (line 112) | uint8_t nv_record_fp_account_key_count(void) { function nv_record_fp_update_name (line 118) | void nv_record_fp_update_name(uint8_t *ptrName, uint32_t nameLen) { function nv_record_fp_update_all (line 138) | void nv_record_fp_update_all(uint8_t *info) { FILE: services/nv_section/userdata_section/nvrecord_gsound.c function nv_record_gsound_rec_init (line 78) | void nv_record_gsound_rec_init(void) { function nv_record_gsound_rec_get_ptr (line 99) | void nv_record_gsound_rec_get_ptr(void **ptr) { *ptr = nvrecord_gsound_p; } function nv_record_gsound_rec_updata_enable_state (line 101) | void nv_record_gsound_rec_updata_enable_state(bool enable) { function nv_record_gsound_rec_is_model_insert_allowed (line 119) | bool nv_record_gsound_rec_is_model_insert_allowed(const char *model) { function nv_record_gsound_rec_add_new_model (line 141) | bool nv_record_gsound_rec_add_new_model(void *pInfo) { function nv_record_gsound_rec_get_hotword_model_addr (line 208) | uint32_t nv_record_gsound_rec_get_hotword_model_addr(const char *model_id, function nv_record_gsound_rec_get_supported_model_id (line 359) | int nv_record_gsound_rec_get_supported_model_id(char *models_out, FILE: services/nv_section/userdata_section/nvrecord_ota.c function nv_record_ota_init (line 42) | void nv_record_ota_init(void) { function nv_record_ota_get_ptr (line 48) | void nv_record_ota_get_ptr(void **ptr) { *ptr = nvrecord_ota_p; } function nv_record_ota_update_breakpoint (line 50) | void nv_record_ota_update_breakpoint(uint8_t user, uint8_t deviceIndex, function nv_record_ota_update_info (line 78) | bool nv_record_ota_update_info(uint8_t user, uint8_t deviceIndex, FILE: services/nvrecord/list_ext.c function list_t (line 36) | list_t *list_new_ext(list_free_cb callback) { function list_free_ext (line 45) | void list_free_ext(list_t *list) { function list_is_empty_ext (line 54) | bool list_is_empty_ext(const list_t *list) { function list_length_ext (line 60) | size_t list_length_ext(const list_t *list) { function list_insert_after_ext (line 84) | bool list_insert_after_ext(list_t *list, list_node_t *prev_node, void *d... function list_prepend_ext (line 109) | bool list_prepend_ext(list_t *list, void *data) { function list_append_ext (line 130) | bool list_append_ext(list_t *list, void *data) { function list_remove_ext (line 155) | bool list_remove_ext(list_t *list, void *data) { function list_clear_ext (line 185) | void list_clear_ext(list_t *list) { function list_foreach_ext (line 200) | void list_foreach_ext(const list_t *list, list_iter_cb callback) { function list_node_t (line 215) | list_node_t *list_begin_ext(const list_t *list) { function list_node_t (line 224) | list_node_t *list_end_ext(const list_t *list) { function list_node_t (line 233) | list_node_t *list_next_ext(const list_node_t *node) { function list_node_t (line 245) | static list_node_t *list_free_node_ext(list_t *list, list_node_t *node) { FILE: services/nvrecord/list_ext.h type list_node_t (line 38) | typedef struct list_node_t { type list_t (line 43) | typedef struct list_t { type list_t (line 51) | typedef struct list_t list_t; FILE: services/nvrecord/nvrec_config.c function cfg_free (line 53) | void cfg_free(void *p_mem) { pool_free(p_mem); } function nvrec_config_t (line 55) | nvrec_config_t *nvrec_config_new(const char *filename) { function nvrec_config_free (line 66) | void nvrec_config_free(nvrec_config_t *config) { function nvrec_config_has_section (line 75) | bool nvrec_config_has_section(const nvrec_config_t *config, function nvrec_config_has_key (line 83) | bool nvrec_config_has_key(const nvrec_config_t *config, const char *sect... function nvrec_config_get_int (line 92) | int nvrec_config_get_int(const nvrec_config_t *config, const char *section, function nvrec_config_get_bool (line 109) | bool nvrec_config_get_bool(const nvrec_config_t *config, const char *sec... function nvrec_config_set_int (line 145) | void nvrec_config_set_int(nvrec_config_t *config, const char *section, function nvrec_config_set_bool (line 157) | void nvrec_config_set_bool(nvrec_config_t *config, const char *section, function nvrec_config_set_string (line 190) | void nvrec_config_set_string(nvrec_config_t *config, const char *section, function nvrec_section_t (line 224) | static nvrec_section_t *nvrec_section_new(const char *name) { function nvrec_section_free (line 235) | static void nvrec_section_free(void *ptr) { function nvrec_section_t (line 245) | nvrec_section_t *nvrec_section_find(const nvrec_config_t *config, function nvrec_entry_t (line 259) | static nvrec_entry_t *nvrec_entry_new(const char *key, const char *value, function nvrec_entry_free (line 272) | void nvrec_entry_free(void *ptr) { function nvrec_entry_t (line 282) | static nvrec_entry_t *nvrec_entry_find(const nvrec_config_t *config, function nevrec_entry_remove (line 309) | int nevrec_entry_remove(const config_t *config, const char *section, con... FILE: services/nvrecord/nvrec_config.h type nvrec_entry_t (line 39) | typedef struct { type nvrec_section_t (line 44) | typedef struct { type nvrec_config_t (line 49) | typedef struct nvrec_config { FILE: services/nvrecord/nvrecord.c function nv_record_print_dev_record (line 88) | static void nv_record_print_dev_record(const btif_device_record_t *recor... function nv_record_mempool_init (line 107) | static void nv_record_mempool_init(void) { function nv_record_data_is_valid (line 121) | static bool nv_record_data_is_valid(void) { function nv_record_list_is_valid (line 145) | static bool nv_record_list_is_valid(void) { function nv_record_init (line 201) | void nv_record_init(void) { function bt_status_t (line 218) | bt_status_t nv_record_open(SECTIONS_ADP_ENUM section_id) { function bt_status_t (line 334) | bt_status_t nv_record_config_rebuild(void) { function config_entries_get_ddbrec_length (line 349) | static size_t config_entries_get_ddbrec_length(const char *secname) { function config_entries_has_ddbrec (line 362) | static bool config_entries_has_ddbrec(const btif_device_record_t* param_... function config_entries_ddbdev_delete_head (line 374) | static void config_entries_ddbdev_delete_head(void) // delete the oldest... function config_entries_ddbdev_delete_tail (line 402) | static void config_entries_ddbdev_delete_tail(void) { function config_entries_ddbdev_delete (line 436) | static void function config_entries_ddbdev_is_head (line 488) | static bool function config_entries_ddbdev_is_tail (line 505) | static bool function config_specific_entry_value_delete (line 527) | static void function bt_status_t (line 542) | static bt_status_t POSSIBLY_UNUSED function bt_status_t (line 653) | bt_status_t nv_record_add(SECTIONS_ADP_ENUM type, void *record) { function bt_status_t (line 672) | bt_status_t nv_record_ddbrec_find(const bt_bdaddr_t *bd_ddr, function nv_record_btdevicerecord_find (line 697) | int nv_record_btdevicerecord_find(const bt_bdaddr_t *bd_ddr, function nv_record_btdevicerecord_set_a2dp_vol (line 715) | void nv_record_btdevicerecord_set_a2dp_vol(nvrec_btdevicerecord *pRecord, function nv_record_btdevicerecord_set_hfp_vol (line 720) | void nv_record_btdevicerecord_set_hfp_vol(nvrec_btdevicerecord *pRecord, function nv_record_btdevicevolume_set_a2dp_vol (line 725) | void nv_record_btdevicevolume_set_a2dp_vol(btdevice_volume *device_vol, function nv_record_btdevicevolume_set_hfp_vol (line 730) | void nv_record_btdevicevolume_set_hfp_vol(btdevice_volume *device_vol, function nv_record_btdevicerecord_set_vend_id_and_source (line 735) | void nv_record_btdevicerecord_set_vend_id_and_source( function nv_record_btdevicerecord_set_a2dp_profile_active_state (line 745) | void nv_record_btdevicerecord_set_a2dp_profile_active_state( function nv_record_btdevicerecord_set_hfp_profile_active_state (line 750) | void nv_record_btdevicerecord_set_hfp_profile_active_state( function nv_record_btdevicerecord_set_hsp_profile_active_state (line 755) | void nv_record_btdevicerecord_set_hsp_profile_active_state( function nv_record_btdevicerecord_set_a2dp_profile_codec (line 760) | void nv_record_btdevicerecord_set_a2dp_profile_codec( function nv_record_pre_write_operation (line 765) | uint32_t nv_record_pre_write_operation(void) { return 0; } function nv_record_post_write_operation (line 767) | void nv_record_post_write_operation(uint32_t lock) {} function bt_status_t (line 772) | bt_status_t nv_record_ddbrec_delete(const bt_bdaddr_t *bdaddr) { function bt_status_t (line 793) | bt_status_t nv_record_enum_dev_records(unsigned short index, function nv_record_enum_latest_two_paired_dev (line 843) | int nv_record_enum_latest_two_paired_dev(btif_device_record_t *record1, function nv_record_touch_cause_flush (line 881) | int nv_record_touch_cause_flush(void) { function nv_record_all_ddbrec_print (line 886) | void nv_record_all_ddbrec_print(void) { function nv_record_get_paired_dev_count (line 912) | int nv_record_get_paired_dev_count(void) { function nv_record_sector_clear (line 926) | void nv_record_sector_clear(void) { function nv_record_update_runtime_userdata (line 947) | void nv_record_update_runtime_userdata(void) { function nv_record_flash_flush_main (line 970) | static int nv_record_flash_flush_main(bool is_async) { function nv_record_flash_flush_bak (line 1154) | static int nv_record_flash_flush_bak(bool is_async) { function nv_record_flash_flush_int (line 1334) | static int nv_record_flash_flush_int(bool is_async) { function nv_record_flash_flush (line 1361) | void nv_record_flash_flush(void) { nv_record_flash_flush_int(false); } function nv_record_flash_flush_in_sleep (line 1363) | int nv_record_flash_flush_in_sleep(void) { function nv_callback (line 1368) | void nv_callback(void *param) { function nvrec_baidu_data_init (line 1404) | int nvrec_baidu_data_init(void) { function nvrec_get_fm_freq (line 1434) | int nvrec_get_fm_freq(void) { function nvrec_set_fm_freq (line 1453) | int nvrec_set_fm_freq(int fmfreq) { function nvrec_get_rand (line 1471) | int nvrec_get_rand(char *rand) { function nvrec_set_rand (line 1494) | int nvrec_set_rand(char *rand) { function nvrec_clear_rand (line 1515) | int nvrec_clear_rand(void) { function nvrec_dev_get_sn (line 1520) | int nvrec_dev_get_sn(char *sn) { function nvrec_dev_data_open (line 1541) | bool nvrec_dev_data_open(void) { function nvrec_dev_localname_addr_init (line 1598) | bool nvrec_dev_localname_addr_init(dev_addr_name *dev) { function nvrec_dev_force_get_btaddress (line 1644) | int nvrec_dev_force_get_btaddress(unsigned char *btd_addr) { function nvrec_dev_data_fill_xtal_fcap (line 1650) | static void nvrec_dev_data_fill_xtal_fcap(uint32_t *mem_pool, uint32_t v... function nvrec_dev_flash_flush (line 1729) | void nvrec_dev_flash_flush(unsigned char *mempool) { function nvrec_dev_rand_btaddr_gen (line 1767) | void nvrec_dev_rand_btaddr_gen(uint8_t *bdaddr) { function nvrec_dev_set_xtal_fcap (line 1783) | void nvrec_dev_set_xtal_fcap(unsigned int xtal_fcap) { function nvrec_dev_get_xtal_fcap (line 1823) | int nvrec_dev_get_xtal_fcap(unsigned int *xtal_fcap) { function nvrec_dev_get_dongleaddr (line 1844) | int nvrec_dev_get_dongleaddr(bt_bdaddr_t *dongleaddr) { function nvrec_dev_get_btaddr (line 1860) | int nvrec_dev_get_btaddr(char *btaddr) { FILE: services/nvrecord/nvrecord.h type nvrec_mempool_pre_enum (line 62) | typedef enum type NV_STATE (line 75) | typedef enum type nv_record_struct (line 90) | typedef struct type SECTIONS_ADP_ENUM (line 98) | typedef enum type btdevice_volume (line 104) | typedef struct btdevice_volume{ type btdevice_profile (line 109) | typedef struct btdevice_profile{ type nvrec_btdevicerecord (line 116) | typedef struct _nvrec_btdevicerecord type nvrec_dev_enum (line 206) | typedef enum type nvrec_dev_rev_2_enum (line 221) | typedef enum FILE: services/nvrecord/nvrecord_ble.c type Ble_nvrecord (line 34) | struct Ble_nvrecord function blerec_specific_value_prepare (line 36) | static bool blerec_specific_value_prepare(const BleDeviceinfo *param_rec) { function nv_record_blerec_init (line 107) | void nv_record_blerec_init(void) { function nv_record_blerec_get_local_irk (line 144) | void nv_record_blerec_get_local_irk(uint8_t *pIrk) { function nv_record_blerec_get_bd_addr_from_irk (line 148) | bool nv_record_blerec_get_bd_addr_from_irk(uint8_t *pBdAddr, uint8_t *pI... function nv_record_blerec_add (line 163) | int nv_record_blerec_add(const BleDeviceinfo *param_rec) { function nv_record_ble_fill_irk (line 204) | uint8_t nv_record_ble_fill_irk(uint8_t *irkToFill) { function nv_record_ble_record_find_ltk_through_static_bd_addr (line 231) | bool nv_record_ble_record_find_ltk_through_static_bd_addr(uint8_t *pBdAddr, function nv_record_ble_record_Once_a_device_has_been_bonded (line 255) | bool nv_record_ble_record_Once_a_device_has_been_bonded(void) { function nv_record_ble_delete_entry (line 273) | void nv_record_ble_delete_entry(uint8_t *pBdAddr) { FILE: services/nvrecord/nvrecord_ble.h type BleDeviceinfo (line 34) | typedef struct _BleDeviceRecord { type Ble_nvrecord (line 44) | struct Ble_nvrecord { FILE: services/nvrecord/nvrecord_dev.h type dev_addr_name (line 22) | typedef struct FILE: services/nvrecord/nvrecord_env.c type nvrecord_env_t (line 27) | struct nvrecord_env_t function nv_record_env_new (line 29) | static int nv_record_env_new(void) { function nv_record_env_rebuild (line 58) | static int nv_record_env_rebuild(void) { function nv_record_env_init (line 72) | int nv_record_env_init(void) { function nv_record_env_get (line 93) | int nv_record_env_get(struct nvrecord_env_t **nvrecord_env) { function nv_record_env_set (line 105) | int nv_record_env_set(struct nvrecord_env_t *nvrecord_env) { function nv_record_update_factory_tester_status (line 117) | void nv_record_update_factory_tester_status(uint32_t status) { function nv_record_update_ibrt_info (line 123) | void nv_record_update_ibrt_info(uint32_t newMode, bt_bdaddr_t *ibrtPeerA... FILE: services/nvrecord/nvrecord_env.h type media_language_t (line 34) | struct media_language_t type src_snk_t (line 40) | struct src_snk_t type ibrt_mode_t (line 46) | struct ibrt_mode_t type factory_tester_status_t (line 52) | struct factory_tester_status_t type AI_MANAGER_INFO_T (line 57) | typedef struct type nvrecord_env_t (line 66) | struct nvrecord_env_t type nvrecord_env_t (line 81) | struct nvrecord_env_t type nvrecord_env_t (line 83) | struct nvrecord_env_t FILE: services/nvrecord/nvrecord_fp_account_key.c function NV_FP_ACCOUNT_KEY_RECORD_T (line 27) | NV_FP_ACCOUNT_KEY_RECORD_T *nv_record_get_fp_data_structure_info(void) { function nv_record_update_fp_data_structure (line 31) | void nv_record_update_fp_data_structure(NV_FP_ACCOUNT_KEY_RECORD_T *pFpD... function nv_record_fp_account_key_init (line 44) | void nv_record_fp_account_key_init(void) { function nv_record_fp_account_key_add (line 69) | void nv_record_fp_account_key_add(NV_FP_ACCOUNT_KEY_ENTRY_T *param_rec) { function nv_record_fp_account_info_reset (line 92) | void nv_record_fp_account_info_reset(void) { function nv_record_fp_account_key_delete (line 103) | void nv_record_fp_account_key_delete(void) { function nv_record_fp_account_key_get_by_index (line 107) | bool nv_record_fp_account_key_get_by_index(uint8_t index, uint8_t *outpu... function nv_record_fp_account_key_count (line 121) | uint8_t nv_record_fp_account_key_count(void) { function nv_record_fp_update_name (line 125) | void nv_record_fp_update_name(uint8_t *ptrName, uint32_t nameLen) { FILE: services/nvrecord/nvrecord_fp_account_key.h type NV_FP_ACCOUNT_KEY_ENTRY_T (line 29) | typedef struct type NV_FP_ACCOUNT_KEY_RECORD_T (line 35) | typedef struct FILE: services/osif/ddbif_bes.c function ddbif_list_saved_flash (line 43) | void ddbif_list_saved_flash(void) { nv_record_flash_flush(); } function bt_status_t (line 45) | bt_status_t ddbif_close(void) { function bt_status_t (line 50) | bt_status_t ddbif_add_record(btif_device_record_t *record) { function bt_status_t (line 54) | bt_status_t ddbif_open(const bt_bdaddr_t *bdAddr) { function bt_status_t (line 61) | bt_status_t ddbif_find_record(const bt_bdaddr_t *bdAddr, function bt_status_t (line 66) | bt_status_t ddbif_delete_record(const bt_bdaddr_t *bdAddr) { function bt_status_t (line 70) | bt_status_t ddbif_enum_device_records(I16 index, btif_device_record_t *r... FILE: services/osif/osif.h type osif_timer_t (line 20) | typedef uint32_t osif_timer_t; FILE: services/osif/osif_rtx.c function osif_init (line 40) | bool osif_init(void) { function osif_get_sys_time (line 54) | uint32_t osif_get_sys_time(void) { return hal_sys_timer_get(); } function osif_rand (line 56) | uint16_t osif_rand(void) { return rand(); } function osif_stop_hardware (line 58) | void osif_stop_hardware(void) { function osif_resume_hardware (line 62) | void osif_resume_hardware(void) { osMutexRelease(__mutex_stophardware_id... function osif_memcopy (line 64) | void osif_memcopy(uint8_t *dest, const uint8_t *source, uint32_t numByte... function osif_memcmp (line 68) | bool osif_memcmp(const uint8_t *buffer1, uint16_t len1, const uint8_t *b... function osif_memset (line 75) | void osif_memset(uint8_t *dest, uint8_t byte, uint32_t len) { function osif_strcmp (line 79) | uint8_t osif_strcmp(const char *Str1, const char *Str2) { function osif_strlen (line 85) | uint16_t osif_strlen(const char *Str) { return strlen(Str); } function osif_assert (line 87) | void osif_assert(const char *expression, const char *file, uint16_t line) { function osif_lock_stack (line 93) | void osif_lock_stack(void) { function osif_unlock_stack (line 135) | void osif_unlock_stack(void) { function osif_notify_evm (line 144) | void osif_notify_evm(void) { function __timer_wrapper_callback (line 150) | static void __timer_wrapper_callback(void const *n) { function osif_start_timer (line 155) | void osif_start_timer(osif_timer_t t, osif_timer_callback func) { function osif_cancel_timer (line 161) | void osif_cancel_timer(void) { osTimerStop(__timer_wrapper_id); } function osif_lock_is_exist (line 163) | uint8_t osif_lock_is_exist(void) { FILE: services/ota/ota_common.cpp function _find_key_word (line 229) | __attribute__((unused)) static int32_t _find_key_word(uint8_t *tgtArray, function _ascii2hex (line 259) | __attribute__((unused)) static uint8_t _ascii2hex(uint8_t asciiCode) { function _set_ota_stage (line 277) | static void _set_ota_stage(OTA_STAGE_E stage) { function _update_ota_user (line 284) | static void _update_ota_user(OTA_USER_E user) { function _enter_ota_state (line 303) | static void _enter_ota_state(OTA_PATH_E path) { function _exit_ota_state (line 358) | __attribute__((unused)) static void _exit_ota_state(void) { function _image_sanity_check (line 408) | static bool _image_sanity_check(void) { function _get_flash_module_from_ota_device (line 468) | static enum NORFLASH_API_MODULE_ID_T function _flush_data_to_flash (line 488) | static void _flush_data_to_flash(uint8_t *ptrSource, uint32_t lengthToBurn, function _compute_whole_image_crc (line 561) | static bool _compute_whole_image_crc(void) { function _update_boot_info (line 609) | static void _update_boot_info(OTA_BOOT_INFO_T *otaBootInfo) { function _update_magic_number (line 620) | static void _update_magic_number(uint32_t newMagicNumber) { function _update_peer_result (line 639) | static void _update_peer_result(OTA_STATUS_E ret) { function OTA_STATUS_E (line 646) | OTA_STATUS_E ota_common_get_peer_result(void) { return otaEnv.peerResult; } function _relay_data_needed (line 648) | static bool _relay_data_needed(void) { function _ota_relay_data (line 667) | static void _ota_relay_data(OTA_COMMAND_E cmdType, const uint8_t *dataPtr, function _tws_frame_validity_check (line 722) | static bool _tws_frame_validity_check(uint8_t *dataPtr, uint32_t length) { function _tws_rsp (line 757) | static void _tws_rsp(OTA_STATUS_E status) { function OTA_COMMON_ENV_T (line 765) | OTA_COMMON_ENV_T *ota_common_get_env(void) { return &otaEnv; } function _reset_env (line 771) | static void _reset_env(void) { function ota_common_init_handler (line 806) | void ota_common_init_handler(void) { function ota_common_enable_sanity_check (line 845) | void ota_common_enable_sanity_check(bool enable) { function ota_common_init_flash (line 851) | void ota_common_init_flash(uint8_t module, uint32_t baseAddr, uint32_t len, function ota_common_is_in_progress (line 878) | bool ota_common_is_in_progress(void) { function ota_common_registor_command_handler (line 888) | void ota_common_registor_command_handler(OTA_COMMAND_E cmdType, function OTA_STATUS_E (line 897) | OTA_STATUS_E ota_common_command_received_handler(OTA_COMMAND_E cmdType, function ota_update_nv_data (line 984) | static void ota_update_nv_data(void) { function ota_common_registor_relay_needed_handler (line 1068) | void ota_common_registor_relay_needed_handler(void *handler) { function ota_common_registor_peer_cmd_received_handler (line 1076) | void ota_common_registor_peer_cmd_received_handler(void *handler) { function OTA_STATUS_E (line 1084) | OTA_STATUS_E ota_common_relay_data_to_peer(OTA_COMMAND_E cmdType, function OTA_STATUS_E (line 1096) | OTA_STATUS_E ota_common_receive_peer_rsp(void) { function OTA_STATUS_E (line 1122) | OTA_STATUS_E ota_common_fw_data_write(const uint8_t *data, uint16_t len) { function ota_common_apply_current_fw (line 1241) | void ota_common_apply_current_fw(void) { function ota_common_on_relay_data_received (line 1253) | void ota_common_on_relay_data_received(uint8_t *ptrParam, uint32_t param... function POSSIBLY_UNUSED (line 1356) | POSSIBLY_UNUSED static void _ota_tws_deinit(void) { function _ota_tws_thread (line 1379) | static void _ota_tws_thread(const void *arg) { function _sync_info_prepare_handler (line 1418) | static void _sync_info_prepare_handler(uint8_t *buf, uint16_t *length) { function _sync_info_received_handler (line 1427) | static void _sync_info_received_handler(uint8_t *buf, uint16_t length) { function ota_common_tws_sync_init (line 1432) | void ota_common_tws_sync_init(void) { FILE: services/ota/ota_common.h type OTA_BOOT_INFO_T (line 151) | typedef struct type OTA_COMMAND_E (line 162) | typedef enum type OTA_USER_E (line 179) | typedef enum type OTA_PATH_E (line 195) | typedef enum type OTA_DEVICE_E (line 206) | typedef enum type OTA_STATUS_E (line 219) | typedef enum type OTA_STAGE_E (line 234) | typedef enum type OTA_BEGIN_PARAM_T (line 256) | typedef struct type OTA_DATA_PARAM_T (line 280) | typedef struct type OTA_APPLY_PARAM_T (line 298) | typedef struct type OTA_ABORT_PARAM_T (line 314) | typedef struct type OTA_RESPONSE_PARAM_T (line 326) | typedef struct type OTA_FLOW_CONFIGURATION_T (line 333) | typedef struct type OTA_RELAY_PACKET_TYPE_E (line 359) | typedef enum type OTA_TWS_DATA_T (line 374) | typedef struct type OTA_STATUS_E (line 392) | typedef OTA_STATUS_E (*PEER_CMD_RECEIVED_HANDLER_T)(OTA_COMMAND_E cmdType, type OTA_STATUS_E (line 397) | typedef OTA_STATUS_E(*OTA_CMD_HANDLER_T)(const void *cmd, uint16_t cmdLen); type OTA_COMMON_ENV_T (line 399) | typedef struct FILE: services/overlay/app_overlay.cpp function APP_OVERLAY_ID_T (line 26) | APP_OVERLAY_ID_T app_get_current_overlay(void) { return app_overlay_id; } function app_overlay_select (line 28) | void app_overlay_select(enum APP_OVERLAY_ID_T id) { function app_overlay_unloadall (line 44) | void app_overlay_unloadall(void) { function app_overlay_open (line 53) | void app_overlay_open(void) { function app_overlay_close (line 59) | void app_overlay_close(void) { FILE: services/overlay/app_overlay.h type APP_OVERLAY_ID_T (line 31) | enum APP_OVERLAY_ID_T { type APP_OVERLAY_ID_T (line 59) | enum APP_OVERLAY_ID_T type APP_OVERLAY_ID_T (line 67) | enum APP_OVERLAY_ID_T FILE: services/resources/resources.cpp type _AUDIO_List (line 43) | struct _AUDIO_List { type _AUDIO_List (line 44) | struct _AUDIO_List function UINT8 (line 74) | UINT8 *aud_get_reouce(AUD_ID_ENUM id, UINT32 *leng, UINT16 *type) { function UINT8 (line 91) | UINT8 *aud_get_reouce_chinese(AUD_ID_ENUM id, UINT32 *leng, UINT16 *type) { function init_audio_resource (line 118) | void init_audio_resource(void *gResource) { function test_resource_load (line 298) | void test_resource_load() FILE: services/resources/resources.h type AUD_ID_ENUM (line 22) | typedef enum { type ENUM_RESOURCE_ID (line 74) | enum ENUM_RESOURCE_ID type UINT8 (line 82) | typedef uint8_t UINT8; type UINT16 (line 83) | typedef uint16_t UINT16; type UINT32 (line 84) | typedef uint32_t UINT32; FILE: services/through_put/app_through_put.cpp function APP_THROUGHPUT_CMD_INSTANCE_T (line 25) | static APP_THROUGHPUT_CMD_INSTANCE_T * function app_throughput_send_command (line 37) | bool app_throughput_send_command(APP_THROUGHPUT_CMD_CODE_E cmdCode, function app_throughput_cmd_send_done (line 57) | uint32_t app_throughput_cmd_send_done(void *param1, uint32_t param2) { function app_throughput_receive_cmd (line 67) | uint32_t app_throughput_receive_cmd(void *param1, uint32_t param2) { function app_throughput_test_data_xfer_lasting_timer_cb (line 122) | static void app_throughput_test_data_xfer_lasting_timer_cb(void const *n) { function app_throughput_pre_config_pending_timer_cb (line 128) | static void app_throughput_pre_config_pending_timer_cb(void const *n) { function app_throughput_test_init (line 143) | void app_throughput_test_init(void) { function app_throughput_test_transmission_handler (line 154) | static uint32_t app_throughput_test_transmission_handler(void *param1, function app_throughput_test_data_handler (line 165) | static void app_throughput_test_data_handler(APP_THROUGHPUT_CMD_CODE_E f... function app_throughput_test_data_ack_handler (line 175) | static void function app_throughput_test_done_signal_handler (line 184) | static void function app_stop_throughput_test (line 190) | void app_stop_throughput_test(void) { function app_throughput_test_config_handler (line 196) | static void FILE: services/through_put/app_through_put.h type THROUGHPUT_TEST_DATA_PATTER_E (line 17) | typedef enum type THROUGHPUT_TEST_DATA_DIRECTION_E (line 28) | typedef enum type THROUGHPUT_TEST_RESPONSE_MODEL_E (line 34) | typedef enum type THROUGHPUT_TEST_ENV_T (line 41) | typedef struct type THROUGHPUT_TEST_CONFIG_T (line 47) | typedef struct type APP_THROUGHPUT_CMD_CODE_E (line 64) | typedef enum type APP_THROUGHPUT_CMD_PAYLOAD_T (line 85) | typedef struct type APP_THROUGHPUT_CMD_INSTANCE_T (line 97) | typedef struct FILE: services/tota/app_spp_tota.cpp type spp_device (line 50) | struct spp_device type spp_service (line 51) | struct spp_service function tota_callback_module_register (line 77) | void tota_callback_module_register(APP_TOTA_MODULE_E module, function tota_callback_module_set (line 89) | void tota_callback_module_set(APP_TOTA_MODULE_E module) { function APP_TOTA_MODULE_E (line 103) | APP_TOTA_MODULE_E tota_callback_module_get() { return s_module; } function spp_tota_in_progress (line 106) | bool spp_tota_in_progress(void) { function app_spp_tota_share_buf_create (line 114) | void app_spp_tota_share_buf_create(uint8_t **tota_tx_buf, function app_spp_tota_is_to_share_buf (line 125) | bool app_spp_tota_is_to_share_buf(void) { function app_spp_tota_tx_buf_size (line 136) | uint16_t app_spp_tota_tx_buf_size(void) { return TOTA_SPP_TX_BUF_SIZE; } function app_spp_tota_init_tx_buf (line 138) | void app_spp_tota_init_tx_buf(uint8_t *ptr) { function tota_spp_handle_data_event_func (line 252) | int tota_spp_handle_data_event_func(void *pDev, uint8_t process, uint8_t... function spp_tota_callback (line 266) | static void spp_tota_callback(struct spp_device *locDev, function app_spp_tota_send_data (line 292) | bool app_spp_tota_send_data(uint8_t *ptrData, uint16_t length) { function app_spp_tota_init (line 300) | void app_spp_tota_init(void) { FILE: services/tota/app_spp_tota.h type APP_TOTA_MODULE_E (line 35) | typedef enum type tota_callback_func_t (line 48) | typedef struct{ FILE: services/tota/app_spp_tota_general_service.cpp type spp_device (line 52) | struct spp_device type spp_service (line 53) | struct spp_service function app_spp_tota_gen_tx_buf_size (line 76) | uint16_t app_spp_tota_gen_tx_buf_size(void) { return TOTA_SPP_TX_BUF_SIZ... function app_spp_tota_gen_init_tx_buf (line 78) | void app_spp_tota_gen_init_tx_buf(uint8_t *ptr) { function app_spp_tota_gen_free_tx_buf (line 84) | static void app_spp_tota_gen_free_tx_buf(uint8_t *ptrData, uint32_t data... function tota_general_spp_handle_data_event_func (line 266) | static int tota_general_spp_handle_data_event_func(void *pDev, uint8_t p... function tota_spp_general_read_thread (line 278) | static void tota_spp_general_read_thread(const void *arg) function app_spp_tota_gen_create_read_thread (line 296) | static void app_spp_tota_gen_create_read_thread(void) function app_spp_tota_gen_close_read_thread (line 302) | static void app_spp_tota_gen_close_read_thread(void) function spp_tota_gen_callback (line 312) | static void spp_tota_gen_callback(struct spp_device *locDev, function app_spp_tota_gen_send_data (line 343) | static void app_spp_tota_gen_send_data(uint8_t *ptrData, uint16_t length) { function app_tota_gen_send_cmd_via_spp (line 351) | void app_tota_gen_send_cmd_via_spp(uint8_t *ptrData, uint32_t length) { function app_tota_gen_send_data_via_spp (line 356) | void app_tota_gen_send_data_via_spp(uint8_t *ptrData, uint32_t length) { function app_spp_tota_gen_init (line 362) | void app_spp_tota_gen_init(void) { FILE: services/tota/app_tota.cpp function app_is_in_tota_mode (line 70) | bool app_is_in_tota_mode(void) { return app_tota_env.connectedType; } function app_tota_init (line 72) | void app_tota_init(void) { function app_tota_connected (line 96) | void app_tota_connected(uint8_t connType) { function app_tota_disconnected (line 101) | void app_tota_disconnected(uint8_t disconnType) { function app_tota_general_connected (line 106) | void app_tota_general_connected(uint8_t connType) { function app_tota_update_datapath (line 111) | void app_tota_update_datapath(APP_TOTA_TRANSMISSION_PATH_E dataPath) { function APP_TOTA_TRANSMISSION_PATH_E (line 115) | APP_TOTA_TRANSMISSION_PATH_E app_tota_get_datapath(void) { function tota_connected_handle (line 124) | void tota_connected_handle() { _is_tota_connect = true; } function tota_disconnected_handle (line 127) | void tota_disconnected_handle() { _is_tota_connect = false; } function is_tota_connected (line 129) | bool is_tota_connected() { return _is_tota_connect; } function tota_set_encrypt_key_from_hash_key (line 144) | void tota_set_encrypt_key_from_hash_key(uint8_t *hash_key) { function test_aes_encode_decode (line 152) | void test_aes_encode_decode() { function tota_printf (line 207) | void tota_printf(const char *format, ...) { function app_tota_demo_cmd_handler (line 217) | static void app_tota_demo_cmd_handler(APP_TOTA_CMD_CODE_E funcCode, FILE: services/tota/app_tota.h type TOTA_SERVICE_GENERAL_CMD_PARSER_STATE (line 58) | typedef enum{ type TOTA_GENERAL_CMD_E (line 66) | typedef enum{ type TOTA_SERVICE_SEND_STATUS_E (line 87) | typedef enum{ type TOTA_SERVICE_CMD_RSP_HEADER_T (line 95) | typedef struct{ type TOTA_SERVICE_CMD_READ_FLASH_BODY_STRUCT_T (line 100) | typedef struct{ type TOTA_SERVICE_CMD_WRITE_FLASH_BODY_STRUCT_T (line 106) | typedef struct{ type TOTA_SERVICE_CMD_READ_AI_ENV_DATA_BODY_STRUCT_T (line 111) | typedef struct{ type TOTA_SERVICE_CMD_WRITE_AI_ENV_DATA_BODY_STRUCT_T (line 118) | typedef struct{ type TOTA_SERVICE_CMD_SYNC_ACK (line 122) | typedef struct{ type TOTA_SERVICE_CMD_WRITE_AI_ENV_DATA_ACK_STRUCT_T (line 127) | typedef struct{ type TOTA_SERVICE_CMD_VERIFY_AI_ENV_DATA_ACK_STRUCT_T (line 132) | typedef struct{ type BAT_VAL_BYTES (line 137) | typedef uint32_t BAT_VAL_BYTES; type TOTA_SERVICE_CMD_GET_BAT_VAL_BODY_STRUCT_T (line 138) | typedef struct{ type TOTA_SERVICE_CMD_GET_FW_VERSION_BODY_STRUCT_T (line 143) | typedef struct{ type TOTA_SERVICE_CMD_GET_BT_LOCAL_NAME_BODY_STRUCT_T (line 148) | typedef struct{ type TOTA_SERVICE_CMD_GET_BT_ADDR_BODY_STRUCT_T (line 153) | typedef struct{ type TOTA_SERVICE_CMD_GET_TEST_VAL_BODY_STRUCT_T (line 158) | typedef struct{ type msg_header_t (line 163) | typedef struct{ type TOTA_GENERAL_CMD_STRUCT_T (line 170) | typedef struct{ type TOTA_SERVICE_DATA_WRITE_STRUCT_T (line 175) | typedef struct{ type TOTA_SERVICE_DATA_READ_STRUCT_T (line 188) | typedef struct{ type TOTA_SEGMENT_VERIFY_T (line 206) | typedef struct FILE: services/tota/app_tota_anc.cpp function app_synccmd_timehandler (line 28) | static void app_synccmd_timehandler(void const *param) { function APP_TOTA_CMD_RET_STATUS_E (line 32) | APP_TOTA_CMD_RET_STATUS_E app_anc_tota_cmd_received(uint8_t *ptrData, function app_tota_anc_init (line 61) | void app_tota_anc_init() { function _tota_spp_connected (line 70) | static void _tota_spp_connected(void) { function _tota_spp_disconnected (line 78) | static void _tota_spp_disconnected(void) { function _tota_spp_tx_done (line 84) | static void _tota_spp_tx_done(void) { function _tota_spp_data_receive_handle (line 90) | static void _tota_spp_data_receive_handle(uint8_t *buf, uint32_t len) { FILE: services/tota/app_tota_audio_dump.cpp function app_tota_audio_dump_init (line 47) | void app_tota_audio_dump_init() { function _tota_audio_dump_connected (line 53) | static void _tota_audio_dump_connected(void) { function _tota_audio_dump_disconnected (line 61) | static void _tota_audio_dump_disconnected(void) { function _tota_audio_dump_tx_done (line 65) | static void _tota_audio_dump_tx_done(void) { ; } function _tota_audio_dump_receive_handle (line 67) | static void _tota_audio_dump_receive_handle(uint8_t *buf, uint32_t len) ... function app_tota_audio_dump_start (line 70) | void app_tota_audio_dump_start() { function app_tota_audio_dump_stop (line 77) | void app_tota_audio_dump_stop() { function app_tota_audio_dump_flush (line 83) | void app_tota_audio_dump_flush() { function app_tota_audio_dump_send (line 89) | bool app_tota_audio_dump_send(uint8_t *pdata, uint32_t dataLen) { function _audio_dump_control (line 94) | static void _audio_dump_control(APP_TOTA_CMD_CODE_E funcCode, uint8_t *p... function tota_audio_dump_test_thread (line 134) | static void tota_audio_dump_test_thread(void const *argument) { function test_init (line 147) | static void test_init() { FILE: services/tota/app_tota_cmd_code.h type APP_TOTA_TRANSMISSION_PATH_E (line 61) | typedef enum type APP_TOTA_CMD_CODE_E (line 76) | typedef enum type APP_TOTA_CMD_RET_STATUS_E (line 136) | typedef enum type APP_TOTA_CMD_INSTANCE_T (line 181) | typedef struct FILE: services/tota/app_tota_cmd_handler.cpp function app_tota_cmd_handler_rsp_supervision_timer_cb (line 72) | static void app_tota_cmd_handler_rsp_supervision_timer_cb(void const *n) { function APP_TOTA_CMD_INSTANCE_T (line 84) | APP_TOTA_CMD_INSTANCE_T *app_tota_cmd_handler_get_entry_pointer_from_cmd... function app_tota_cmd_handler_get_entry_index_from_cmd_code (line 98) | uint16_t app_tota_cmd_handler_get_entry_index_from_cmd_code( function app_tota_get_cmd_response_handler (line 113) | void app_tota_get_cmd_response_handler(APP_TOTA_CMD_CODE_E funcCode, function app_tota_cmd_refresh_supervisor_env (line 149) | static void app_tota_cmd_refresh_supervisor_env(void) { function app_tota_cmd_handler_remove_waiting_rsp_timeout_supervision (line 185) | static void app_tota_cmd_handler_remove_waiting_rsp_timeout_supervision( function app_tota_cmd_handler_add_waiting_rsp_timeout_supervision (line 239) | static void function APP_TOTA_CMD_RET_STATUS_E (line 312) | APP_TOTA_CMD_RET_STATUS_E app_tota_cmd_received(uint8_t *ptrData, function app_tota_cmd_send (line 345) | static void app_tota_cmd_send(APP_TOTA_TRANSMISSION_PATH_E path, function APP_TOTA_CMD_RET_STATUS_E (line 397) | APP_TOTA_CMD_RET_STATUS_E function APP_TOTA_CMD_RET_STATUS_E (line 442) | APP_TOTA_CMD_RET_STATUS_E function app_tota_cmd_handler_init (line 502) | void app_tota_cmd_handler_init(void) { FILE: services/tota/app_tota_cmd_handler.h type APP_TOTA_CMD_PAYLOAD_T (line 38) | typedef struct type APP_TOTA_CMD_RSP_T (line 49) | typedef struct FILE: services/tota/app_tota_conn.cpp function _generate_random_algorithm (line 61) | static uint8_t _generate_random_algorithm(uint8_t id, uint8_t a, uint8_t... function _generate_random_key (line 81) | static void _generate_random_key() { function _calculate_encrypt_key (line 95) | static void _calculate_encrypt_key() { function _tota_conn_and_update_key_handle (line 132) | static void _tota_conn_and_update_key_handle(APP_TOTA_CMD_CODE_E funcCode, FILE: services/tota/app_tota_custom.cpp function app_tota_custom_init (line 46) | void app_tota_custom_init() { tota_callback_module_register(s_module, s_... function _tota_spp_connected (line 48) | static void _tota_spp_connected(void) { ; } function _tota_spp_disconnected (line 50) | static void _tota_spp_disconnected(void) { ; } function _tota_spp_tx_done (line 52) | static void _tota_spp_tx_done(void) { ; } function _tota_spp_data_receive_handle (line 54) | static void _tota_spp_data_receive_handle(uint8_t *buf, uint32_t len) { ; } function _custom_cmd_handle (line 57) | static void _custom_cmd_handle(APP_TOTA_CMD_CODE_E funcCode, uint8_t *pt... FILE: services/tota/app_tota_data_handler.cpp function APP_TOTA_CMD_RET_STATUS_E (line 72) | APP_TOTA_CMD_RET_STATUS_E app_tota_data_received(uint8_t *ptrData, function app_tota_send_data (line 88) | void app_tota_send_data(APP_TOTA_TRANSMISSION_PATH_E path, uint8_t *ptrD... function app_anc_tota_send_data (line 110) | void app_anc_tota_send_data(APP_TOTA_TRANSMISSION_PATH_E path, uint8_t *... function app_tota_handle_received_data (line 124) | void app_tota_handle_received_data(uint8_t *buffer, uint16_t maxBytes) { FILE: services/tota/app_tota_data_handler.h type APP_TOTA_START_DATA_XFER_T (line 25) | typedef struct type APP_TOTA_STOP_DATA_XFER_T (line 32) | typedef struct type APP_TOTA_VERIFY_DATA_SEGMENT_T (line 41) | typedef struct type APP_TOTA_START_DATA_XFER_RSP_T (line 48) | typedef struct type APP_TOTA_STOP_DATA_XFER_RSP_T (line 53) | typedef struct type APP_TOTA_VERIFY_DATA_SEGMENT_RSP_T (line 58) | typedef struct type APP_TOTA_DATA_ACK_T (line 63) | typedef struct FILE: services/tota/app_tota_flash_program.cpp function app_tota_flash_init (line 70) | void app_tota_flash_init() { tota_callback_module_register(s_module, s_f... function _tota_spp_connected (line 72) | static void _tota_spp_connected(void) { ; } function _tota_spp_disconnected (line 74) | static void _tota_spp_disconnected(void) { ; } function _tota_spp_tx_done (line 76) | static void _tota_spp_tx_done(void) { ; } function _tota_spp_data_receive_handle (line 78) | static void _tota_spp_data_receive_handle(uint8_t *buf, uint32_t len) { ; } function tota_show_flash_test (line 83) | void tota_show_flash_test(uint32_t startAddr, uint32_t len) { function tota_write_flash_test (line 91) | void tota_write_flash_test(uint32_t startAddr, uint8_t *dataBuf, function _tota_flash_cmd_handle (line 115) | static void _tota_flash_cmd_handle(APP_TOTA_CMD_CODE_E funcCode, function _write_flash_with_crc_check (line 161) | static bool _write_flash_with_crc_check(uint32_t startAddr, uint8_t *dat... function _erase_flash (line 258) | static void _erase_flash(uint32_t startAddr, uint32_t dataLen) { FILE: services/tota/app_tota_flash_program.h type TOTA_WRITE_FLASH_STRUCT_T (line 33) | typedef struct{ type TOTA_ERASE_FLASH_STRUCT_T (line 41) | typedef struct{ FILE: services/tota/app_tota_general.cpp function app_tota_general_init (line 73) | void app_tota_general_init() { function _tota_spp_connected (line 77) | static void _tota_spp_connected(void) { ; } function _tota_spp_disconnected (line 79) | static void _tota_spp_disconnected(void) { ; } function _tota_spp_tx_done (line 81) | static void _tota_spp_tx_done(void) { ; } function _tota_spp_data_receive_handle (line 83) | static void _tota_spp_data_receive_handle(uint8_t *buf, uint32_t len) { ; } function __tota_general_cmd_handle (line 87) | static void __tota_general_cmd_handle(APP_TOTA_CMD_CODE_E funcCode, function __get_general_info (line 161) | static void __get_general_info() { FILE: services/tota/app_tota_general.h type general_info_t (line 30) | typedef struct{ FILE: services/tota/app_tota_mic.cpp function app_tota_mic_init (line 42) | void app_tota_mic_init() { tota_callback_module_register(s_module, s_fun... function _tota_spp_connected (line 44) | static void _tota_spp_connected(void) { ; } function _tota_spp_disconnected (line 46) | static void _tota_spp_disconnected(void) { ; } function _tota_spp_tx_done (line 48) | static void _tota_spp_tx_done(void) { ; } function _tota_spp_data_receive_handle (line 50) | static void _tota_spp_data_receive_handle(uint8_t *buf, uint32_t len) { ; } function _mic_cmd_handle (line 53) | static void _mic_cmd_handle(APP_TOTA_CMD_CODE_E funcCode, uint8_t *ptrPa... FILE: services/tota/tota_buffer_manager.cpp function tota_stream_buffer_init (line 28) | void tota_stream_buffer_init(osThreadId tid) { function tota_stream_buffer_write (line 39) | bool tota_stream_buffer_write(uint8_t *buf, uint32_t bufLen) { function tota_stream_buffer_read (line 75) | bool tota_stream_buffer_read(uint8_t *rbuf, uint32_t readSize, function tota_stream_buffer_flush (line 109) | void tota_stream_buffer_flush(void) { function tota_stream_buffer_clean (line 119) | void tota_stream_buffer_clean(void) { FILE: services/tota/tota_buffer_manager.h type stream_buf_t (line 26) | typedef struct{ FILE: services/tota/tota_stream_data_transfer.cpp function tota_stream_data_transfer_thread (line 79) | static void tota_stream_data_transfer_thread(void const *argument) { function app_tota_stream_data_transfer_init (line 93) | void app_tota_stream_data_transfer_init() { function app_tota_stream_data_start (line 102) | void app_tota_stream_data_start(uint16_t set_module) { function app_tota_stream_data_end (line 108) | void app_tota_stream_data_end() { stream_control.is_streaming = false; } function app_tota_send_stream_data (line 111) | bool app_tota_send_stream_data(uint8_t *pdata, uint32_t dataLen) { function app_tota_stream_data_flush (line 126) | void app_tota_stream_data_flush() { tota_stream_buffer_flush(); } function app_tota_stream_data_clean (line 129) | void app_tota_stream_data_clean() { tota_stream_buffer_clean(); } function app_tota_send_data_via_spp (line 131) | bool app_tota_send_data_via_spp(uint8_t *pdata, uint32_t dataLen) { function app_tota_tx_done_callback (line 156) | void app_tota_tx_done_callback() { osSemaphoreRelease(stream_control.sem... function is_stream_data_running (line 158) | bool is_stream_data_running() { return stream_control.is_streaming; } function _tota_send_stream_packet (line 161) | static bool _tota_send_stream_packet(uint8_t *pdata, uint32_t dataLen) { function _tota_stream_data_init (line 177) | static void _tota_stream_data_init() { function _update_tx_buf (line 183) | static void _update_tx_buf() { tx_buf_index = (tx_buf_index + 1) % 5; } FILE: services/tota/tota_test.cpp function tota_test_cmd (line 33) | static void tota_test_cmd(APP_TOTA_CMD_CODE_E funcCode, uint8_t *ptrParam, function tota_echo_test_cmd (line 46) | static void tota_echo_test_cmd(APP_TOTA_CMD_CODE_E funcCode, uint8_t *pt... FILE: thirdparty/audio_codec_lib/ldac/inc/ldacBT.h type LDACBT_SMPL_FMT_T (line 151) | typedef enum { type _st_ldacbt_handle (line 194) | struct _st_ldacbt_handle FILE: thirdparty/audio_codec_lib/liblhdc-dec/inc/lhdcUtil.h type LHDC_STRM_TYPE (line 15) | typedef enum { type lhdc_ver_t (line 20) | typedef enum { type lhdc_block_size_t (line 25) | typedef enum { type bes_bt_local_info (line 30) | typedef struct bes_bt_local_info_t{ FILE: thirdparty/noise_tracker_lib/noise_tracker.c function vec_power (line 17) | static float vec_power(int16_t *buf, uint32_t len, int stride) { function noise_tracker_init (line 25) | void noise_tracker_init(NoiseTrackerCallback cb, int ch_num, int thresho... function noise_tracker_process (line 35) | void noise_tracker_process(int16_t *buf, uint32_t len) { FILE: thirdparty/userapi/app_thirdparty.cpp function app_thirdparty_callback_init (line 10) | void app_thirdparty_callback_init(THIRDPARTY_CALLBACK_TYPE type, function app_thirdparty_callback_handble (line 31) | uint32_t app_thirdparty_callback_handble(THIRDPARTY_CALLBACK_TYPE type, function app_thirdparty_specific_lib_event_handle (line 68) | int app_thirdparty_specific_lib_event_handle(THIRDPARTY_FUNC_ID funcId, function app_thirdparty_init (line 89) | void app_thirdparty_init(void) { FILE: thirdparty/userapi/app_thirdparty.h type THIRDPARTY_FUNC_ID (line 21) | typedef enum type THIRDPARTY_LIB_ID (line 31) | typedef enum type THIRDPARTY_EVENT_TYPE (line 40) | typedef enum type THIRDPARTY_CALLBACK_TYPE (line 66) | typedef enum type THIRDPARTY_WAKE_UP_TYPE_E (line 75) | typedef enum { type APP_THIRDPARTY_WAKE_WORD_T (line 85) | typedef struct { type APP_THIRDPARTY_SIGN (line 92) | typedef struct { type APP_THIRDPARTY_HANDLE (line 98) | typedef struct { type APP_THIRDPARTY_HANDLE_TAB_T (line 105) | typedef struct function EXTERN_THIRDPARTY_HANDLER_TAB_AND_SIZE (line 134) | EXTERN_THIRDPARTY_HANDLER_TAB_AND_SIZE(ALEXA_WWE_LIB_NAME) FILE: thirdparty/userapi/demo_app/LibDemo.cpp function demo_example_init (line 9) | int demo_example_init(bool on, void *param) { function demo_example_start (line 14) | int demo_example_start(bool on, void *param) { function demo_example_stop (line 19) | int demo_example_stop(bool on, void *param) { FILE: thirdparty/userapi/noise_tracker_app/NoiseTrackerDemo.cpp function nt_demo_init (line 73) | static int nt_demo_init(bool, const void *) { function filter_iir_dc_block (line 92) | static void filter_iir_dc_block(short *inout, int in_len, int stride) { function nt_demo_stream_handler (line 112) | static uint32_t nt_demo_stream_handler(uint8_t *buf, uint32_t length) { function nt_demo_stream_start (line 132) | static int nt_demo_stream_start(bool do_stream, const void *) { FILE: thirdparty/userapi/noise_tracker_app/noise_tracker_callback.c function nt_demo_words_cb (line 11) | void nt_demo_words_cb(float power) { FILE: utils/boot_struct/boot_struct.c type programmer_boot_struct_t (line 70) | struct programmer_boot_struct_t { type programmer_boot_struct_t (line 75) | struct programmer_boot_struct_t type secure_boot_struct_t (line 94) | struct secure_boot_struct_t { type secure_boot_struct_t (line 100) | struct secure_boot_struct_t type boot_hdr_v1_t (line 120) | struct boot_hdr_v1_t type boot_struct_v1_t (line 136) | struct boot_struct_v1_t type code_sig_struct_t (line 137) | struct code_sig_struct_t type boot_struct_t (line 140) | struct boot_struct_t type code_sig_struct_t (line 141) | struct code_sig_struct_t type secure_boot_struct_t (line 164) | struct secure_boot_struct_t { type secure_boot_struct_t (line 170) | struct secure_boot_struct_t type boot_hdr_t (line 187) | struct boot_hdr_t type REBOOT_PARAM_T (line 208) | struct REBOOT_PARAM_T FILE: utils/boot_struct/norflash_cfg.h type SEC_REG_BASE_T (line 31) | enum SEC_REG_BASE_T { type SEC_REG_SIZE_T (line 36) | enum SEC_REG_SIZE_T { type SEC_REG_OFFSET_T (line 42) | enum SEC_REG_OFFSET_T { type SEC_REG_CNT_T (line 47) | enum SEC_REG_CNT_T { type SEC_REG_PP_T (line 52) | enum SEC_REG_PP_T { type SEC_REG_LB_T (line 57) | enum SEC_REG_LB_T { type norflash_cfg_struct_t (line 62) | struct norflash_cfg_struct_t { FILE: utils/boot_struct/reboot_param.h type REBOOT_PARAM_T (line 26) | struct REBOOT_PARAM_T { FILE: utils/boot_struct/tool_msg.h type MSG_TYPE (line 80) | enum MSG_TYPE { type SYS_CMD_TYPE (line 116) | enum SYS_CMD_TYPE { type ERR_CODE (line 126) | enum ERR_CODE { type PARSE_STATE (line 186) | enum PARSE_STATE { type msg_hdr_t (line 192) | struct msg_hdr_t { type message_t (line 199) | struct message_t { type sec_key_struct_t (line 205) | struct sec_key_struct_t { type boot_hdr_v1_t (line 217) | struct boot_hdr_v1_t { type boot_struct_v1_t (line 227) | struct boot_struct_v1_t { type boot_hdr_t (line 233) | struct boot_hdr_t { type boot_struct_t (line 241) | struct boot_struct_t { type code_sig_struct_t (line 246) | struct code_sig_struct_t { type exec_struct_t (line 253) | struct exec_struct_t { FILE: utils/cqueue/cqueue.c function CQ_FUNC_ATTR (line 28) | CQ_FUNC_ATTR function CQ_FUNC_ATTR (line 40) | CQ_FUNC_ATTR function CQ_FUNC_ATTR (line 48) | CQ_FUNC_ATTR function CQ_FUNC_ATTR (line 51) | CQ_FUNC_ATTR function CQ_FUNC_ATTR (line 55) | CQ_FUNC_ATTR function EnCQueue_AI (line 77) | int EnCQueue_AI(CQueue *Q, CQItemType *e, unsigned int len) { function memcpy_u8 (line 105) | static inline void memcpy_u8(void *dst, void *src, unsigned int len) { function memcpy_u32 (line 114) | static inline void memcpy_u32(void *dst, void *src, unsigned int len) { function CQ_FUNC_ATTR (line 123) | CQ_FUNC_ATTR function memcpy_fast (line 203) | void memcpy_fast(char *dst, char *src, unsigned int len) { function CQ_FUNC_ATTR (line 225) | CQ_FUNC_ATTR function CQ_FUNC_ATTR (line 261) | CQ_FUNC_ATTR function CQ_FUNC_ATTR (line 290) | CQ_FUNC_ATTR function PeekCQueueToBuf (line 313) | int PeekCQueueToBuf(CQueue *Q, CQItemType *e, unsigned int len) { function PullCQueue (line 332) | int PullCQueue(CQueue *Q, CQItemType *e, unsigned int len) { function DumpCQueue (line 353) | int DumpCQueue(CQueue *Q) { function ResetCQueue (line 379) | void ResetCQueue(CQueue *Q) { FILE: utils/cqueue/cqueue.h type CQItemType (line 32) | typedef unsigned char CQItemType; type CQueue (line 34) | typedef struct __CQueue FILE: utils/crash_catcher/CrashCatcher.c type Object (line 46) | typedef struct { type TaskRegs (line 81) | struct TaskRegs { type TaskRegs (line 100) | struct TaskRegs function AssertCatcher_Entry (line 102) | void AssertCatcher_Entry(void) { function CrashCatcher_Entry (line 173) | void CrashCatcher_Entry( function Object (line 206) | static Object function getAddressOfExceptionStack (line 216) | static uint32_t getAddressOfExceptionStack( function advanceStackPointerToValueBeforeException (line 236) | static void advanceStackPointerToValueBeforeException(Object *pObject) { function areFloatingPointRegistersAutoStacked (line 248) | static int areFloatingPointRegistersAutoStacked(const Object *pObject) { function initFloatingPointFlag (line 253) | static void initFloatingPointFlag(Object *pObject) { function areFloatingPointCoprocessorsEnabled (line 258) | static int areFloatingPointCoprocessorsEnabled(void) { function initIsBKPT (line 267) | static void initIsBKPT(Object *pObject) { function isBKPT (line 273) | static int isBKPT(uint16_t instruction) { function setStackSentinel (line 277) | static void setStackSentinel(void) { function dumpSignature (line 281) | static void dumpSignature(void) { function dumpFlags (line 289) | static void dumpFlags(const Object *pObject) { function dumpR0toR3 (line 294) | static void dumpR0toR3(const Object *pObject) { function dumpTaskRegs (line 299) | static void dumpTaskRegs(const struct TaskRegs *regs) { function dumpR4toR11 (line 303) | static void dumpR4toR11(const Object *pObject) { function dumpR12 (line 308) | static void dumpR12(const Object *pObject) { function dumpSP (line 313) | static void dumpSP(const Object *pObject) { function dumpLR_PC_PSR (line 318) | static void dumpLR_PC_PSR(const Object *pObject) { function dumpMSPandPSPandExceptionPSR (line 323) | static void dumpMSPandPSPandExceptionPSR(const Object *pObject) { function dumpMSPandPSPandExceptionPSRinAssert (line 328) | static void dumpMSPandPSPandExceptionPSRinAssert(const Object *pObject) { function dumpFloatingPointRegisters (line 338) | static void dumpFloatingPointRegisters(const Object *pObject) { function dumpMemoryRegions (line 355) | static void dumpMemoryRegions(const CrashCatcherMemoryRegion *pRegion) { function checkStackSentinelForStackOverflow (line 367) | static void checkStackSentinelForStackOverflow(void) { function isARMv6MDevice (line 374) | static int isARMv6MDevice(void) { function dumpFaultStatusRegisters (line 382) | static void dumpFaultStatusRegisters(void) { function advanceProgramCounterPastHardcodedBreakpoint (line 392) | static void FILE: utils/crash_catcher/CrashCatcherPriv.h type CrashCatcherStackedRegisters (line 44) | typedef struct FILE: utils/crash_catcher/HexDump.c function CrashCatcher_putc (line 34) | void CrashCatcher_putc(char c) { function CrashCatcherMemoryRegion (line 44) | const CrashCatcherMemoryRegion *CrashCatcher_GetMemoryRegions(void) { function CrashCatcher_DumpStart (line 82) | int CrashCatcher_DumpStart(const CrashCatcherInfo *pInfo) { function printString (line 112) | static void printString(const char *pString) { function waitForUserInput (line 118) | static void waitForUserInput(void) function CrashCatcher_DumpMemory (line 124) | void CrashCatcher_DumpMemory(const void *pvMemory, function dumpBytes (line 149) | static void dumpBytes(const uint8_t *pMemory, size_t elementCount) { function dumpByteAsHex (line 172) | static void dumpByteAsHex(uint8_t byte) { function dumpHexDigit (line 177) | static void dumpHexDigit(uint8_t nibble) { function dumpHalfwords (line 184) | static void dumpHalfwords(const uint16_t *pMemory, size_t elementCount) { function dumpWords (line 196) | static void dumpWords(const uint32_t *pMemory, size_t elementCount) { function CrashCatcherReturnCodes (line 208) | CrashCatcherReturnCodes CrashCatcher_DumpEnd(void) { FILE: utils/crash_catcher/include/CrashCatcher.h type CrashCatcherInfo (line 45) | typedef struct type CrashCatcherMemoryRegionInfo (line 55) | typedef struct type CrashCatcherElementSizes (line 62) | typedef enum type CrashCatcherReturnCodes (line 71) | typedef enum type CrashCatcherMemoryRegion (line 84) | typedef struct FILE: utils/crash_catcher/include/CrashCatcherApi.h type CrashCatcherExceptionRegisters (line 6) | typedef struct FILE: utils/crc16/crc16.c function _crc16 (line 65) | unsigned short _crc16(unsigned short crc, unsigned char const *buffer, FILE: utils/crc16/crc16.h function crc16_byte (line 30) | static inline unsigned short crc16_byte(unsigned short crc, const unsign... FILE: utils/crc32/crc32.c function make_crc_table (line 26) | static void make_crc_table(void) { function crc32 (line 92) | unsigned long crc32(unsigned long crc, const unsigned char *buf, FILE: utils/crc32/crc32_rom.c function crc32 (line 20) | unsigned long crc32(unsigned long crc, const unsigned char *buf, FILE: utils/encrypt/_sha256.h type SHA256_CTX (line 31) | typedef struct { FILE: utils/encrypt/types.h type wordcount_t (line 70) | typedef int8_t wordcount_t; type bitcount_t (line 71) | typedef int16_t bitcount_t; type cmpresult_t (line 72) | typedef int8_t cmpresult_t; type uECC_word_t (line 76) | typedef uint8_t uECC_word_t; type uECC_dword_t (line 77) | typedef uint16_t uECC_dword_t; type uECC_word_t (line 86) | typedef uint32_t uECC_word_t; type uECC_dword_t (line 87) | typedef uint64_t uECC_dword_t; type uECC_word_t (line 96) | typedef uint64_t uECC_word_t; type uECC_dword_t (line 98) | typedef unsigned __int128 uECC_dword_t; FILE: utils/encrypt/uECC.h type uECC_Curve_t (line 78) | struct uECC_Curve_t type uECC_Curve_t (line 79) | struct uECC_Curve_t type uECC_HashContext (line 302) | typedef struct uECC_HashContext { FILE: utils/heap/heap_api.c function free (line 20) | void free(void *ptr) function heap_memory_info (line 49) | void heap_memory_info(heap_handle_t heap, size_t *total, size_t *used, function med_help_get_index (line 64) | static int med_help_get_index(void *ptr) { function med_heap_reset (line 87) | static void med_heap_reset(void) { function med_heap_set_cp (line 99) | void med_heap_set_cp(int switch_cp) { function med_heap_add_block (line 104) | void med_heap_add_block(void *begin_addr, size_t size) { function med_heap_init (line 123) | void med_heap_init(void *begin_addr, size_t size) { function med_free (line 162) | void med_free(void *p) { function med_memory_info (line 198) | void med_memory_info(size_t *total, size_t *used, size_t *max_used) { FILE: utils/heap/heap_api.h type multi_heap_info (line 47) | struct multi_heap_info FILE: utils/heap/multi_heap.c type heap_block (line 67) | struct heap_block type heap_block_t (line 81) | typedef struct heap_block { type heap_t (line 109) | typedef struct multi_heap_info { function heap_block_t (line 124) | static inline heap_block_t *get_block(const void *data_ptr) { function heap_block_t (line 130) | static inline heap_block_t *get_next_block(const heap_block_t *block) { function is_free (line 140) | static inline bool is_free(const heap_block_t *block) { function is_first_block (line 145) | static inline bool is_first_block(const heap_t *heap, function is_last_block (line 152) | static inline bool is_last_block(const heap_block_t *block) { function block_data_size (line 157) | static inline size_t block_data_size(const heap_block_t *block) { function assert_valid_block (line 167) | static void assert_valid_block(const heap_t *heap, const heap_block_t *b... function heap_block_t (line 195) | static heap_block_t *get_prev_free_block(heap_t *heap, function heap_block_t (line 225) | static heap_block_t *merge_adjacent(heap_t *heap, heap_block_t *a, function split_if_necessary (line 287) | static void split_if_necessary(heap_t *heap, heap_block_t *block, size_t... function multi_heap_get_allocated_size_impl (line 347) | size_t multi_heap_get_allocated_size_impl(multi_heap_handle_t heap, void... function multi_heap_handle_t (line 355) | multi_heap_handle_t multi_heap_register_impl(void *start, size_t size) { function multi_heap_set_lock (line 397) | void multi_heap_set_lock(multi_heap_handle_t heap, void *lock) { function multi_heap_internal_lock (line 401) | void inline multi_heap_internal_lock(multi_heap_handle_t heap) { function multi_heap_internal_unlock (line 405) | void inline multi_heap_internal_unlock(multi_heap_handle_t heap) { function multi_heap_block_handle_t (line 409) | multi_heap_block_handle_t multi_heap_get_first_block(multi_heap_handle_t... function multi_heap_block_handle_t (line 413) | multi_heap_block_handle_t function multi_heap_is_free (line 425) | bool multi_heap_is_free(multi_heap_block_handle_t block) { function multi_heap_free_impl (line 495) | void multi_heap_free_impl(multi_heap_handle_t heap, void *p) { function multi_heap_check (line 641) | bool multi_heap_check(multi_heap_handle_t heap, bool print_errors) { function multi_heap_dump (line 732) | void multi_heap_dump(multi_heap_handle_t heap) { function multi_heap_free_size_impl (line 752) | size_t multi_heap_free_size_impl(multi_heap_handle_t heap) { function multi_heap_minimum_free_size_impl (line 759) | size_t multi_heap_minimum_free_size_impl(multi_heap_handle_t heap) { function multi_heap_get_info_impl (line 766) | void multi_heap_get_info_impl(multi_heap_handle_t heap, FILE: utils/heap/multi_heap.h type multi_heap_info (line 30) | struct multi_heap_info type multi_heap_info_t (line 150) | typedef struct { FILE: utils/heap/multi_heap_internal.h type heap_block (line 20) | struct heap_block FILE: utils/heap/multi_heap_platform.h function multi_heap_assert (line 43) | inline static void multi_heap_assert(bool condition, const char *format,... FILE: utils/heap/pool_api.c function syspool_init_addr (line 12) | static void syspool_init_addr(void) { function syspool_original_size (line 17) | uint32_t syspool_original_size(void) { function syspool_init (line 21) | void syspool_init() { function syspool_init_specific_size (line 28) | void syspool_init_specific_size(uint32_t size) { function syspool_total_size (line 41) | uint32_t syspool_total_size(void) { return syspool_size; } function syspool_free_size (line 43) | int syspool_free_size() { return syspool_size - syspoll_used; } function syspool_get_buff (line 45) | int syspool_get_buff(uint8_t **buff, uint32_t size) { function syspool_get_available (line 62) | int syspool_get_available(uint8_t **buff) { function syspool_force_used_size (line 77) | int syspool_force_used_size(uint32_t size) { return syspoll_used = size; } FILE: utils/hexdump/hexdump.c function dump_buffer_internal (line 25) | static void dump_buffer_internal(const unsigned char *buf, size_t len, function dump_buffer (line 73) | void dump_buffer(const void *buf, size_t len) { function dump_buffer_imm (line 77) | void dump_buffer_imm(const void *buf, size_t len) { FILE: utils/hwtimer_list/hwtimer_list.c type HWTIMER_STATE_T (line 37) | enum HWTIMER_STATE_T { type HWTIMER_T (line 47) | struct HWTIMER_T { type HWTIMER_LIST_T (line 55) | struct HWTIMER_LIST_T { type HWTIMER_LIST_T (line 62) | struct HWTIMER_LIST_T function hwtimer_handler (line 66) | static void hwtimer_handler(uint32_t elapsed) { function hwtimer_init (line 143) | void hwtimer_init(void) { function HWTIMER_ID (line 157) | HWTIMER_ID hwtimer_alloc(HWTIMER_CALLBACK_T callback, void *param) { function hwtimer_free (line 184) | enum E_HWTIMER_T hwtimer_free(HWTIMER_ID id) { function __hwtimer_start_int (line 215) | static enum E_HWTIMER_T __hwtimer_start_int(HWTIMER_ID id, int update, function hwtimer_start (line 292) | enum E_HWTIMER_T hwtimer_start(HWTIMER_ID id, unsigned int ticks) { function hwtimer_update_then_start (line 296) | enum E_HWTIMER_T hwtimer_update_then_start(HWTIMER_ID id, function hwtimer_update (line 302) | enum E_HWTIMER_T hwtimer_update(HWTIMER_ID id, HWTIMER_CALLBACK_T callback, function hwtimer_stop (line 332) | enum E_HWTIMER_T hwtimer_stop(HWTIMER_ID id) { function hwtimer_get_index (line 457) | int hwtimer_get_index(HWTIMER_ID id) { function hwtimer_dump (line 477) | void hwtimer_dump(void) { function timer_stop_test (line 549) | static void timer_stop_test(int id) { function timer_callback (line 557) | static void timer_callback(void *param) { function hwtimer_test (line 571) | void hwtimer_test(void) { FILE: utils/hwtimer_list/hwtimer_list.h type E_HWTIMER_T (line 27) | enum E_HWTIMER_T { type E_HWTIMER_T (line 40) | enum E_HWTIMER_T type E_HWTIMER_T (line 42) | enum E_HWTIMER_T type E_HWTIMER_T (line 44) | enum E_HWTIMER_T type E_HWTIMER_T (line 46) | enum E_HWTIMER_T type E_HWTIMER_T (line 48) | enum E_HWTIMER_T FILE: utils/kfifo/kfifo.c function is_power_of_2 (line 6) | static int is_power_of_2(unsigned int n) { function kfifo_init (line 14) | void kfifo_init(struct kfifo *fifo, unsigned char *buffer, unsigned int ... function kfifo_put (line 21) | unsigned int kfifo_put(struct kfifo *fifo, unsigned char *buffer, function kfifo_get (line 36) | unsigned int kfifo_get(struct kfifo *fifo, unsigned char *buffer, function kfifo_peek (line 51) | unsigned int kfifo_peek(struct kfifo *fifo, unsigned int len_want, function kfifo_peek_to_buf (line 75) | unsigned int kfifo_peek_to_buf(struct kfifo *fifo, unsigned char *buff, function kfifo_len (line 92) | unsigned int kfifo_len(struct kfifo *fifo) { return (fifo->in - fifo->ou... type kfifo (line 95) | struct kfifo function kfifo_test (line 97) | void kfifo_test(void) FILE: utils/kfifo/kfifo.h type kfifo (line 10) | struct kfifo { type kfifo (line 17) | struct kfifo type kfifo (line 18) | struct kfifo type kfifo (line 19) | struct kfifo type kfifo (line 20) | struct kfifo type kfifo (line 21) | struct kfifo type kfifo (line 22) | struct kfifo FILE: utils/libc/inc/ctype.h function __tolower (line 37) | static inline unsigned char __tolower(unsigned char c) function __toupper (line 44) | static inline unsigned char __toupper(unsigned char c) FILE: utils/libc/inc/stdarg.h type __builtin_va_list (line 43) | typedef __builtin_va_list __gnuc_va_list; type __gnuc_va_list (line 85) | typedef __gnuc_va_list va_list; type __gnuc_va_list (line 105) | typedef __gnuc_va_list va_list; FILE: utils/libc/inc/stdint.h type boolean (line 195) | typedef char boolean; type uintmax_t (line 208) | typedef unsigned long long uintmax_t; type intmax_t (line 209) | typedef long long intmax_t; type sig_atomic_t (line 217) | typedef int sig_atomic_t; FILE: utils/libc/libc_rom.c function strnicmp (line 41) | int strnicmp(s1, s2, n) const char *s1; function atoi (line 62) | int atoi(const char *s) { return __export_fn_rom.atoi(s); } function strtol (line 65) | long strtol(const char *nptr, char **endptr, int base) { function strtoul (line 71) | unsigned long strtoul(const char *nptr, char **endptr, int base) { function qsort (line 76) | void qsort(void *baseP, size_t nElem, size_t width, function sprintf (line 86) | int sprintf(char *buf, const char *fmt, ...) { function snprintf (line 96) | int snprintf(char *buf, size_t size, const char *fmt, ...) { function vsprintf (line 106) | int vsprintf(char *buf, const char *fmt, va_list ap) { function vsnprintf (line 110) | int vsnprintf(char *buf, size_t size, const char *fmt, va_list ap) { function sscanf (line 115) | int sscanf(const char *buf, const char *fmt, ...) { function vsscanf (line 125) | int vsscanf(const char *fp, const char *fmt0, va_list ap) { FILE: utils/list/list.c function list_init (line 29) | int list_init(void) { function list_node_t (line 39) | inline static list_node_t *malloc_list_node(void) { function free_list_node (line 45) | inline static void free_list_node(list_node_t *node) { function list_t (line 49) | inline static list_t *malloc_list(void) { function free_list (line 55) | inline static void free_list(list_t *list) { osPoolFree(list_t_mempool, ... function list_t (line 63) | list_t *list_new(list_free_cb callback, list_mempool_zmalloc zmalloc, function list_free (line 84) | void list_free(list_t *list) { function list_is_empty (line 96) | bool list_is_empty(const list_t *list) { function list_length (line 102) | size_t list_length(const list_t *list) { function list_insert_after (line 124) | bool list_insert_after(list_t *list, list_node_t *prev_node, void *data) { function list_prepend (line 153) | bool list_prepend(list_t *list, void *data) { function list_append (line 179) | bool list_append(list_t *list, void *data) { function list_remove (line 209) | bool list_remove(list_t *list, void *data) { function list_clear (line 239) | void list_clear(list_t *list) { function list_foreach (line 254) | void list_foreach(const list_t *list, list_iter_cb callback) { function list_node_t (line 269) | list_node_t *list_begin(const list_t *list) { function list_node_t (line 278) | list_node_t *list_end(const list_t *list) { function list_node_t (line 287) | list_node_t *list_next(const list_node_t *node) { function list_node_t (line 299) | static list_node_t *list_free_node_(list_t *list, list_node_t *node) { FILE: utils/list/list.h type list_mempool_functions_t (line 31) | typedef struct { type list_node_t (line 39) | typedef struct list_node_t { type list_t (line 44) | typedef struct list_t { type list_node_t (line 52) | struct list_node_t type list_node_t (line 53) | typedef struct list_node_t list_node_t; type list_t (line 55) | typedef struct list_t list_t; FILE: utils/lockcqueue/lockcqueue.c function lockcqueue_init (line 25) | int lockcqueue_init(struct lockcqueue *q, uint32_t size, uint8_t *buf) { function lockcqueue_enqueue (line 31) | int lockcqueue_enqueue(struct lockcqueue *q, uint8_t *buf, uint32_t size) { function lockcqueue_dequeue (line 40) | int lockcqueue_dequeue(struct lockcqueue *q, uint8_t *buf, uint32_t size) { FILE: utils/lockcqueue/lockcqueue.h type lockcqueue (line 30) | struct lockcqueue { type lockcqueue (line 37) | struct lockcqueue type lockcqueue (line 38) | struct lockcqueue type lockcqueue (line 39) | struct lockcqueue FILE: utils/retention_ram/retention_ram.c type BLE_BD_ADDR_FOR_OTA_T (line 23) | typedef struct { function fillBleBdAddrForOta (line 32) | void fillBleBdAddrForOta(uint8_t *bdAddr) { function set_rand_seed (line 40) | static void set_rand_seed(unsigned int init) { seed = init; } function get_rand (line 42) | static int get_rand(void) { function otaConfigureBleBdAddr (line 48) | void otaConfigureBleBdAddr(void) { FILE: utils/rom_utils/export_fn_rom.h type EXPORT_FN_ROM_T (line 68) | struct EXPORT_FN_ROM_T { type EXPORT_FN_ROM_T (line 102) | struct EXPORT_FN_ROM_T FILE: utils/sha256/hash-internal.h type HASH_CTX (line 36) | struct HASH_CTX type HASH_VTAB (line 38) | typedef struct HASH_VTAB { type HASH_CTX (line 46) | typedef struct HASH_CTX { FILE: utils/sha256/sha256.c function SHA256_Transform (line 57) | static void SHA256_Transform(SHA256_CTX *ctx) { function SHA256_init (line 128) | void SHA256_init(SHA256_CTX *ctx) { function SHA256_update (line 141) | void SHA256_update(SHA256_CTX *ctx, const void *data, uint32_t len) { function hash_hardware_engine_enable (line 226) | void hash_hardware_engine_enable(int enable) { type HAL_SE_RET_T (line 235) | enum HAL_SE_RET_T type HAL_SE_HASH_CFG_T (line 236) | struct HAL_SE_HASH_CFG_T FILE: utils/sha256/sha256.h type HASH_CTX (line 37) | typedef HASH_CTX SHA256_CTX; FILE: utils/sha256/sha256_rom.c function SHA256_init (line 20) | void SHA256_init(SHA256_CTX *ctx) { __export_fn_rom.SHA256_init(ctx); } function SHA256_update (line 22) | void SHA256_update(SHA256_CTX *ctx, const void *data, uint32_t len) { FILE: utils/xyzmodem/xyzmodem.c function crc16_ccitt (line 67) | static unsigned short crc16_ccitt(const void *buf, int len) { function check (line 76) | static int check(int crc, const uint8_t *buf, int sz) { type HAL_UART_ID_T (line 95) | enum HAL_UART_ID_T type HAL_UART_CFG_T (line 97) | struct HAL_UART_CFG_T function _inbyte (line 110) | static uint8_t _inbyte(unsigned int delay) { function _outbyte (line 114) | static int _outbyte(uint8_t c) { return hal_uart_blocked_putc(trace_uart... function flushinput (line 116) | static void flushinput(void) { function xmodem_fill_packet (line 128) | static int xmodem_fill_packet(uint8_t *buff, uint8_t packetno, int len, function xmodem_send_one_packet (line 162) | static int xmodem_send_one_packet(void) { function xmodem_connect_host (line 203) | static int xmodem_connect_host(void) { function filled_one_payload (line 231) | static uint32_t filled_one_payload(uint8_t *dst, const uint8_t *data, function xmodem_send_stream (line 256) | int xmodem_send_stream(const uint8_t *data, size_t size, int ascii) { function xmodem_open_uart (line 311) | static int xmodem_open_uart(int uart_id) { function xmodem_start_xfer (line 325) | int xmodem_start_xfer(uint32_t wait) { function xmodem_stop_xfer (line 352) | int xmodem_stop_xfer(void) {