Lines Matching defs:base

173 static bool SAI_RxGetEnabledInterruptStatus(I2S_Type *base, uint32_t enableFlag, uint32_t statusFla…  in SAI_RxGetEnabledInterruptStatus()
180 static bool SAI_TxGetEnabledInterruptStatus(I2S_Type *base, uint32_t enableFlag, uint32_t statusFla… in SAI_TxGetEnabledInterruptStatus()
189 static void SAI_SetMasterClockDivider(I2S_Type *base, uint32_t mclk_Hz, uint32_t mclkSrcClock_Hz) in SAI_SetMasterClockDivider()
267 static uint32_t SAI_GetInstance(I2S_Type *base) in SAI_GetInstance()
294 static void SAI_WriteNonBlocking(I2S_Type *base, in SAI_WriteNonBlocking()
327 static void SAI_ReadNonBlocking(I2S_Type *base, in SAI_ReadNonBlocking()
412 void SAI_Init(I2S_Type *base) in SAI_Init()
444 void SAI_Deinit(I2S_Type *base) in SAI_Deinit()
460 void SAI_TxReset(I2S_Type *base) in SAI_TxReset()
483 void SAI_RxReset(I2S_Type *base) in SAI_RxReset()
505 void SAI_TxEnable(I2S_Type *base, bool enable) in SAI_TxEnable()
542 void SAI_RxEnable(I2S_Type *base, bool enable) in SAI_RxEnable()
584 void SAI_TxSoftwareReset(I2S_Type *base, sai_reset_type_t resetType) in SAI_TxSoftwareReset()
603 void SAI_RxSoftwareReset(I2S_Type *base, sai_reset_type_t resetType) in SAI_RxSoftwareReset()
618 void SAI_TxSetChannelFIFOMask(I2S_Type *base, uint8_t mask) in SAI_TxSetChannelFIFOMask()
631 void SAI_RxSetChannelFIFOMask(I2S_Type *base, uint8_t mask) in SAI_RxSetChannelFIFOMask()
643 void SAI_TxSetDataOrder(I2S_Type *base, sai_data_order_t order) in SAI_TxSetDataOrder()
657 void SAI_RxSetDataOrder(I2S_Type *base, sai_data_order_t order) in SAI_RxSetDataOrder()
671 void SAI_TxSetBitClockPolarity(I2S_Type *base, sai_clock_polarity_t polarity) in SAI_TxSetBitClockPolarity()
685 void SAI_RxSetBitClockPolarity(I2S_Type *base, sai_clock_polarity_t polarity) in SAI_RxSetBitClockPolarity()
699 void SAI_TxSetFrameSyncPolarity(I2S_Type *base, sai_clock_polarity_t polarity) in SAI_TxSetFrameSyncPolarity()
713 void SAI_RxSetFrameSyncPolarity(I2S_Type *base, sai_clock_polarity_t polarity) in SAI_RxSetFrameSyncPolarity()
728 void SAI_TxSetFIFOPacking(I2S_Type *base, sai_fifo_packing_t pack) in SAI_TxSetFIFOPacking()
743 void SAI_RxSetFIFOPacking(I2S_Type *base, sai_fifo_packing_t pack) in SAI_RxSetFIFOPacking()
763I2S_Type *base, uint32_t sourceClockHz, uint32_t sampleRate, uint32_t bitWidth, uint32_t channelNu… in SAI_TxSetBitClockRate()
810I2S_Type *base, uint32_t sourceClockHz, uint32_t sampleRate, uint32_t bitWidth, uint32_t channelNu… in SAI_RxSetBitClockRate()
854 void SAI_TxSetBitclockConfig(I2S_Type *base, sai_master_slave_t masterSlave, sai_bit_clock_t *confi… in SAI_TxSetBitclockConfig()
883 void SAI_RxSetBitclockConfig(I2S_Type *base, sai_master_slave_t masterSlave, sai_bit_clock_t *confi… in SAI_RxSetBitclockConfig()
913 void SAI_SetMasterClockConfig(I2S_Type *base, sai_master_clock_t *config) in SAI_SetMasterClockConfig()
948 void SAI_TxSetFifoConfig(I2S_Type *base, sai_fifo_t *config) in SAI_TxSetFifoConfig()
994 void SAI_RxSetFifoConfig(I2S_Type *base, sai_fifo_t *config) in SAI_RxSetFifoConfig()
1036 void SAI_TxSetFrameSyncConfig(I2S_Type *base, sai_master_slave_t masterSlave, sai_frame_sync_t *con… in SAI_TxSetFrameSyncConfig()
1065 void SAI_RxSetFrameSyncConfig(I2S_Type *base, sai_master_slave_t masterSlave, sai_frame_sync_t *con… in SAI_RxSetFrameSyncConfig()
1093 void SAI_TxSetSerialDataConfig(I2S_Type *base, sai_serial_data_t *config) in SAI_TxSetSerialDataConfig()
1127 void SAI_RxSetSerialDataConfig(I2S_Type *base, sai_serial_data_t *config) in SAI_RxSetSerialDataConfig()
1144 static void SAI_ComputeChannelConfig(I2S_Type *base, sai_transceiver_t *config) in SAI_ComputeChannelConfig()
1187 void SAI_TxSetConfig(I2S_Type *base, sai_transceiver_t *config) in SAI_TxSetConfig()
1271 void SAI_TransferTxSetConfig(I2S_Type *base, sai_handle_t *handle, sai_transceiver_t *config) in SAI_TransferTxSetConfig()
1303 void SAI_RxSetConfig(I2S_Type *base, sai_transceiver_t *config) in SAI_RxSetConfig()
1388 void SAI_TransferRxSetConfig(I2S_Type *base, sai_handle_t *handle, sai_transceiver_t *config) in SAI_TransferRxSetConfig()
1569 void SAI_WriteBlocking(I2S_Type *base, uint32_t channel, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_WriteBlocking()
1608I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_WriteMultiChannelBlocking()
1663I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_ReadMultiChannelBlocking()
1709 void SAI_ReadBlocking(I2S_Type *base, uint32_t channel, uint32_t bitWidth, uint8_t *buffer, uint32_… in SAI_ReadBlocking()
1741 void SAI_TransferTxCreateHandle(I2S_Type *base, sai_handle_t *handle, sai_transfer_callback_t callb… in SAI_TransferTxCreateHandle()
1772 void SAI_TransferRxCreateHandle(I2S_Type *base, sai_handle_t *handle, sai_transfer_callback_t callb… in SAI_TransferRxCreateHandle()
1807 status_t SAI_TransferSendNonBlocking(I2S_Type *base, sai_handle_t *handle, sai_transfer_t *xfer) in SAI_TransferSendNonBlocking()
1856 status_t SAI_TransferReceiveNonBlocking(I2S_Type *base, sai_handle_t *handle, sai_transfer_t *xfer) in SAI_TransferReceiveNonBlocking()
1899 status_t SAI_TransferGetSendCount(I2S_Type *base, sai_handle_t *handle, size_t *count) in SAI_TransferGetSendCount()
1927 status_t SAI_TransferGetReceiveCount(I2S_Type *base, sai_handle_t *handle, size_t *count) in SAI_TransferGetReceiveCount()
1955 void SAI_TransferAbortSend(I2S_Type *base, sai_handle_t *handle) in SAI_TransferAbortSend()
1985 void SAI_TransferAbortReceive(I2S_Type *base, sai_handle_t *handle) in SAI_TransferAbortReceive()
2015 void SAI_TransferTerminateSend(I2S_Type *base, sai_handle_t *handle) in SAI_TransferTerminateSend()
2039 void SAI_TransferTerminateReceive(I2S_Type *base, sai_handle_t *handle) in SAI_TransferTerminateReceive()
2060 void SAI_TransferTxHandleIRQ(I2S_Type *base, sai_handle_t *handle) in SAI_TransferTxHandleIRQ()
2137 void SAI_TransferRxHandleIRQ(I2S_Type *base, sai_handle_t *handle) in SAI_TransferRxHandleIRQ()
2436 I2S_Type *base = s_saiHandle[5][1]->base; in I2S56_DriverIRQHandler() local