Home
last modified time | relevance | path

Searched refs:ws_pol (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/
Di2s_hal.c123 i2s_ll_tx_enable_right_first(hal->dev, slot_cfg->std.ws_pol); in i2s_hal_std_set_tx_slot()
133 i2s_ll_tx_set_ws_idle_pol(hal->dev, slot_cfg->std.ws_pol); in i2s_hal_std_set_tx_slot()
153 i2s_ll_rx_enable_right_first(hal->dev, slot_cfg->std.ws_pol); in i2s_hal_std_set_rx_slot()
159 i2s_ll_rx_set_ws_idle_pol(hal->dev, slot_cfg->std.ws_pol); in i2s_hal_std_set_rx_slot()
299 i2s_ll_tx_set_ws_idle_pol(hal->dev, slot_cfg->tdm.ws_pol); in i2s_hal_tdm_set_tx_slot()
333 i2s_ll_rx_set_ws_idle_pol(hal->dev, slot_cfg->tdm.ws_pol); in i2s_hal_tdm_set_rx_slot()
/hal_espressif-latest/components/hal/include/hal/
Di2s_hal.h39 …bool ws_pol; /*!< WS signal polarity, set true to enable high lever… member
55 …bool ws_pol; /*!< WS signal polarity, set true to enable high lever… member
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1072 slot_cfg->std.ws_pol = !slot_cfg->std.ws_pol; in i2s_set_clk()
1289 SLOT_CFG(std).ws_pol = false; in i2s_config_transfer()
1304 SLOT_CFG(std).ws_pol = true; in i2s_config_transfer()
1360 SLOT_CFG(tdm).ws_pol = false; in i2s_config_transfer()
1366 SLOT_CFG(tdm).ws_pol = true; in i2s_config_transfer()
1370 SLOT_CFG(tdm).ws_pol = true; in i2s_config_transfer()