Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Di2s_hal.h46 bool bit_order_lsb; /*!< Set to enable lsb first */ member
60 bool bit_order_lsb; /*!< Set true to enable lsb first */ member
/hal_espressif-latest/components/hal/
Di2s_hal.c134 i2s_ll_tx_set_bit_order(hal->dev, slot_cfg->std.bit_order_lsb); in i2s_hal_std_set_tx_slot()
160 i2s_ll_rx_set_bit_order(hal->dev, slot_cfg->std.bit_order_lsb); in i2s_hal_std_set_rx_slot()
306 i2s_ll_tx_set_bit_order(hal->dev, slot_cfg->tdm.bit_order_lsb); in i2s_hal_tdm_set_tx_slot()
339 i2s_ll_rx_set_bit_order(hal->dev, slot_cfg->tdm.bit_order_lsb); in i2s_hal_tdm_set_rx_slot()
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1311 SLOT_CFG(std).bit_order_lsb = i2s_config->bit_order_msb; // The old name is incorrect in i2s_config_transfer()
1374 SLOT_CFG(tdm).bit_order_lsb = i2s_config->bit_order_msb; // The old name is incorrect in i2s_config_transfer()