Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Di2s_hal.c122 i2s_ll_tx_enable_msb_right(hal->dev, slot_cfg->std.msb_right); in i2s_hal_std_set_tx_slot()
151 i2s_ll_rx_select_std_slot(hal->dev, slot_cfg->std.slot_mask, slot_cfg->std.msb_right); in i2s_hal_std_set_rx_slot()
152 i2s_ll_rx_enable_msb_right(hal->dev, slot_cfg->std.msb_right); in i2s_hal_std_set_rx_slot()
/hal_espressif-latest/components/hal/include/hal/
Di2s_hal.h42 …bool msb_right; /*!< Set to place right channel data at the MSB in the… member
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1307 SLOT_CFG(std).msb_right = true; in i2s_config_transfer()