Home
last modified time | relevance | path

Searched refs:I2S_EnableInterrupts (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2s/
Dfsl_i2s.h451 static inline void I2S_EnableInterrupts(I2S_Type *base, uint32_t interruptMask) in I2S_EnableInterrupts() function
Dfsl_i2s.c383 I2S_EnableInterrupts(base, (uint32_t)kI2S_TxErrorFlag | (uint32_t)kI2S_TxLevelFlag); in I2S_TxEnable()
398 I2S_EnableInterrupts(base, (uint32_t)kI2S_RxErrorFlag | (uint32_t)kI2S_RxLevelFlag); in I2S_RxEnable()