![]()
![]()
#include <sys/lock.h>
![]()
![]()
#include <stdatomic.h>
![]()
![]()
#include "freertos/FreeRTOS.h"
![]()
![]()
#include "freertos/semphr.h"
![]()
![]()
#include "freertos/queue.h"
![]()
![]()
#include "soc/lldesc.h"
![]()
![]()
#include "soc/soc_caps.h"
![]()
![]()
#include "hal/i2s_hal.h"
![]()
![]()
#include "hal/lp_i2s_hal.h"
![]()
![]()
#include "hal/lp_i2s_ll.h"
![]()
![]()
#include "driver/i2s_types.h"
![]()
![]()
#include "esp_clock_output.h"
![]()
![]()
#include "esp_private/gdma.h"
![]()
![]()
#include "esp_private/periph_ctrl.h"
![]()
![]()
#include "esp_private/esp_gpio_reserve.h"
![]()
![]()
#include "esp_private/sleep_retention.h"
![]()
![]()
#include "esp_pm.h"
![]()
![]()
#include "esp_err.h"
![]()
![]()
#include "sdkconfig.h"
![]()
![]()
#define I2S_INTR_ALLOC_FLAGS
![]()
![]()
#define I2S_MEM_ALLOC_CAPS
![]()
![]()
#define I2S_INTR_ALLOC_FLAGS
![]()
![]()
#define I2S_MEM_ALLOC_CAPS
![]()
![]()
#define I2S_DMA_ALLOC_CAPS
![]()
![]()
#define I2S_CLOCK_SRC_ATOMIC
![]()
![]()
#define I2S_CLOCK_SRC_ATOMIC
![]()
![]()
#define I2S_RCC_ATOMIC
![]()
![]()
#define I2S_RCC_ATOMIC
![]()
![]()
#define I2S_USE_RETENTION_LINK
![]()
![]()
#define I2S_NULL_POINTER_CHECK
![]()
![]()
i2s_state_t
![]()
![]()
I2S_CHAN_STATE_REGISTER
![]()
![]()
I2S_CHAN_STATE_READY
![]()
![]()
I2S_CHAN_STATE_RUNNING
![]()
![]()
i2s_event_callbacks_internal_t
![]()
![]()
on_recv
![]()
![]()
on_recv_q_ovf
![]()
![]()
on_sent
![]()
![]()
on_send_q_ovf
![]()
![]()
lp_i2s_evt_cbs_internal_t
![]()
![]()
on_thresh_met
![]()
![]()
on_request_new_trans
![]()
![]()
i2s_dma_t
![]()
![]()
dma_chan
![]()
![]()
desc_num
![]()
![]()
frame_num
![]()
![]()
buf_size
![]()
![]()
auto_clear_after_cb
![]()
![]()
auto_clear_before_cb
![]()
![]()
rw_pos
![]()
![]()
curr_ptr
![]()
![]()
curr_desc
![]()
![]()
desc
![]()
![]()
bufs
![]()
![]()
i2s_controller_t
![]()
![]()
id
![]()
![]()
hal
![]()
![]()
chan_occupancy
![]()
![]()
full_duplex
![]()
![]()
tx_chan
![]()
![]()
rx_chan
![]()
![]()
mutex
![]()
![]()
mclk
![]()
![]()
mclk_out_hdl
![]()
![]()
i2s_channel_obj_t
![]()
![]()
controller
![]()
![]()
mode
![]()
![]()
role
![]()
![]()
dir
![]()
![]()
dma
![]()
![]()
state
![]()
![]()
intr_prio_flags
![]()
![]()
mode_info
![]()
![]()
is_etm_start
![]()
![]()
is_etm_stop
![]()
![]()
apll_en
![]()
![]()
active_slot
![]()
![]()
total_slot
![]()
![]()
mutex
![]()
![]()
binary
![]()
![]()
msg_queue
![]()
![]()
reserve_gpio_mask
![]()
![]()
callbacks
![]()
![]()
user_data
![]()
![]()
start
![]()
![]()
stop
![]()
![]()
lp_i2s_controller_t
![]()
![]()
id
![]()
![]()
hal
![]()
![]()
chan_occupancy
![]()
![]()
rx_chan
![]()
![]()
intr
![]()
![]()
lp_i2s_channel_obj_t
![]()
![]()
ctlr
![]()
![]()
mode
![]()
![]()
role
![]()
![]()
dir
![]()
![]()
state
![]()
![]()
semphr
![]()
![]()
trans
![]()
![]()
threshold
![]()
![]()
cbs
![]()
![]()
user_data
![]()
![]()
i2s_platform_t
![]()
![]()
spinlock
![]()
![]()
controller
![]()
![]()
comp_name
![]()
![]()
g_i2s;
![]()
![]()
i2s_init_dma_intr(i2s_chan_handle_t, int);
![]()
![]()
i2s_free_dma_desc(i2s_chan_handle_t);
![]()
![]()
i2s_alloc_dma_desc(i2s_chan_handle_t, uint32_t, uint32_t);
![]()
![]()
i2s_get_buf_size(i2s_chan_handle_t, uint32_t, uint32_t);
![]()
![]()
i2s_get_source_clk_freq(i2s_clock_src_t, uint32_t);
![]()
![]()
i2s_gpio_check_and_set(i2s_chan_handle_t, int, uint32_t, bool, bool);
![]()
![]()
i2s_check_set_mclk(i2s_chan_handle_t, i2s_port_t, int, i2s_clock_src_t, bool);
![]()
![]()
i2s_gpio_loopback_set(i2s_chan_handle_t, int, uint32_t, uint32_t);
![]()
![]()
i2s_output_gpio_reserve(i2s_chan_handle_t, int);
![]()
![]()
i2s_output_gpio_revoke(i2s_chan_handle_t, uint64_t);