Home
last modified time | relevance | path

Searched defs:total_slot (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/
Di2s_hal.c287 uint32_t total_slot = slot_cfg->tdm.total_slot > cnt ? slot_cfg->tdm.total_slot : cnt; in i2s_hal_tdm_set_tx_slot() local
321 uint32_t total_slot = slot_cfg->tdm.total_slot > cnt ? slot_cfg->tdm.total_slot : cnt; in i2s_hal_tdm_set_rx_slot() local
/hal_espressif-latest/components/hal/include/hal/
Di2s_hal.h63 …uint32_t total_slot; /*!< I2S total number of slots. If it is smaller than … member
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c134 uint32_t total_slot; /*!< Total slot number */ member