54 #ifndef FOXBMS__LTC_AFE_DMA_H_
55 #define FOXBMS__LTC_AFE_DMA_H_
Headers for the driver for the general DMA module of monitoring ICs.
Headers for the configuration for the DMA module.
enum STD_RETURN_TYPE STD_RETURN_TYPE_e
STD_RETURN_TYPE_e AFE_TransmitReceiveSpiWithDma(uint16_t *tx, uint16_t *rx, uint32_t length)
Sends and receives data over SPI with DMA.
bool AFE_IsTransmitOngoing(LTC_STATE_s *pLtcState)
gets the SPI transmit status.
void AFE_SetTransmitOngoing(LTC_STATE_s *pLtcState)
sets the SPI transmit status.
Headers for the driver for the LTC monitoring chip.