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