Home
last modified time | relevance | path

Searched refs:MXC_CRC_Handler (Results 1 – 13 of 13) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78002/
Dcrc.h89 void MXC_CRC_Handler(int ch, int error);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78000/
Dcrc.h86 void MXC_CRC_Handler(int ch, int error);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32655/
Dcrc.h86 void MXC_CRC_Handler(int ch, int error);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32675/
Dcrc.h86 void MXC_CRC_Handler(int ch, int error);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32690/
Dcrc.h86 void MXC_CRC_Handler(int ch, int error);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32680/
Dcrc.h86 void MXC_CRC_Handler(int ch, int error);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32670/
Dcrc.h86 void MXC_CRC_Handler(int ch, int error);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32662/
Dcrc.h86 void MXC_CRC_Handler(int ch, int error);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/CRC/
Dcrc_me16.c53 int MXC_CRC_Handler(int ch, int error) in MXC_CRC_Handler() function
Dcrc_ai87.c53 void MXC_CRC_Handler(int ch, int error) in MXC_CRC_Handler() function
Dcrc_me15.c53 void MXC_CRC_Handler(int ch, int error) in MXC_CRC_Handler() function
Dcrc_me17.c53 void MXC_CRC_Handler(int ch, int error) in MXC_CRC_Handler() function
Dcrc_reva.c185 MXC_DMA_SetCallback(channel, MXC_CRC_Handler); in MXC_CRC_RevA_ComputeAsync()