RTEMS 6.1-rc6
|
sai serial data configurations More...
#include <fsl_sai.h>
Data Fields | |
sai_data_order_t | dataOrder |
uint8_t | dataWord0Length |
uint8_t | dataWordNLength |
uint8_t | dataWordLength |
uint8_t | dataFirstBitShifted |
uint8_t | dataWordNum |
uint32_t | dataMaskedWord |
sai serial data configurations
uint8_t _sai_serial_data::dataFirstBitShifted |
Configure the bit index for the first bit transmitted for each word in the frame
uint32_t _sai_serial_data::dataMaskedWord |
configure whether the transmit word is masked
sai_data_order_t _sai_serial_data::dataOrder |
configure whether the LSB or MSB is transmitted first
uint8_t _sai_serial_data::dataWord0Length |
configure the number of bits in the first word in each frame
uint8_t _sai_serial_data::dataWordLength |
used to record the data length for dma transfer
uint8_t _sai_serial_data::dataWordNLength |
configure the number of bits in the each word in each frame, except the first word
uint8_t _sai_serial_data::dataWordNum |
configure the number of words in each frame