Home
last modified time | relevance | path

Searched defs:_sai_handle (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h450 struct _sai_handle struct
452 I2S_Type *base; /*!< base address */
454 uint32_t state; /*!< Transfer status */
455 sai_transfer_callback_t callback; /*!< Callback function called at transfer event*/
456 void *userData; /*!< Callback parameter passed to callback function*/
457 uint8_t bitWidth; /*!< Bit width for transfer, 8/16/24/32 bits */
466 uint8_t channel; /*!< Transfer start channel */
467 uint8_t channelMask; /*!< enabled channel mask value, refernece _sai_channel_mask */
468 uint8_t endChannel; /*!< end channel number */
469 uint8_t channelNums; /*!< Total enabled channel numbers */
[all …]