81 if ((spiIndex == 0u)) {
84 }
else if ((spiIndex == 3u)) {
98 #ifdef UNITY_UNIT_TEST
Headers for the driver for the DMA module.
spiBASE_t * dma_spiInterfaces[DMA_NUMBER_SPI_INTERFACES]
#define FAS_ASSERT(x)
Assertion macro that asserts that x is true.
#define FAS_TRAP
Define that evaluates to essential boolean false thus tripping an assert.
Header of task driver implementation.
OS_TASK_HANDLE ftsk_taskHandleAfe
Definition of task handles.
Header for the driver for the IO module.
void AFE_DmaCallback(uint8_t spiIndex)
Function called by DMA block transfer callback.
Headers for the driver for the DMA module.
Headers for the driver for the MC33775A analog front-end.
#define N775_RX_NOTIFIED_VALUE
#define N775_NOTIFICATION_RX_INDEX
#define N775_NOTIFICATION_TX_INDEX
#define N775_TX_NOTIFIED_VALUE
Declaration of the OS wrapper interface.
OS_STD_RETURN_e OS_NotifyIndexedFromIsr(TaskHandle_t taskToNotify, uint32_t indexToNotify, uint32_t notifiedValue)
Notify a task, with index.
Headers for the driver for the SPI module.