Searched refs:bit_order_lsb (Results 1 – 3 of 3) sorted by relevance
46 bool bit_order_lsb; /*!< Set to enable lsb first */ member60 bool bit_order_lsb; /*!< Set true to enable lsb first */ member
134 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()
1311 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()