Configuration structure for the SSC driver. Passed to the initialize function to configure the hardware. More...
#include <ssc_i2s.h>
Public Attributes | |
uint16_t | clkDiv {150} |
SSC_rxtx_cfg_t | rx |
SSC_rxtx_cfg_t | tx |
Configuration structure for the SSC driver. Passed to the initialize function to configure the hardware.
SSC_cfg_t::clkDiv {150} |
The divider value for the peripheral clock used to generate the bit clock when CLK_SRC_MCK is selected.
SSC_cfg_t::rx |
The receive configuration.
SSC_cfg_t::tx |
The transmit configuration.