ConOpSys V2970
P004.07
ANVILEX control operating system
|
STM32F429 on-chip CAN1 hardware abstraction layer class for P017_39_KG3_CB. More...
#include <CAN1_P017_39_KG3_CB.h>
Public Member Functions | |
virtual VOID | PIO_Init () |
PIO initialisation method. More... | |
virtual VOID | PIO_Done () |
PIO reinitialisation as GPIO method. More... | |
Public Member Functions inherited from TCAN1_STM32F429 | |
TCAN1_STM32F429 () | |
Class constructor method. More... | |
~TCAN1_STM32F429 () | |
Class destructor method. More... | |
VOID | Init () |
Initialisation method. More... | |
VOID | Done () |
Finalisation method. More... | |
VOID | Interrupt_Enable (U32 u32_Priority) |
CAN2 interrupt enable method. More... | |
VOID | Interrupt_Disable () |
CAN1 interrupt disable method. More... | |
VOID | RX0_Interrupt () |
CAN1 RX interrupt processing method. More... | |
BOOL | Transmit_Data_Test (U32 u32_ID, U8 u8_ID_Type, U8 *u8_Transmit_Buffer, U8 u8_Transmit_Length) |
Transmit test data. More... | |
Public Member Functions inherited from TCommunication_Link | |
TCommunication_Link () | |
Class constructor method. More... | |
~TCommunication_Link () | |
Class destructor method. More... | |
VOID | Init () |
Initialisation method. More... | |
VOID | Done () |
Finalisation method. More... | |
VOID | Start () |
Start operation method. More... | |
VOID | Stop () |
Stop operation method. More... | |
VOID | Interrupt_Enable (U32 u32_Priority) |
Interrupt enabale method. More... | |
VOID | Interrupt_Disable () |
Interrupt disable method. More... | |
VOID | Interrupt () |
Data receive and data transmitted interrupt service method. More... | |
VOID | RX_Interrupt () |
Data receive interrupt service method. More... | |
VOID | TX_Interrupt () |
Data transmitted interrupt service method. More... | |
VOID | Log_Recieved_Byte_Count () |
Log recieved byte count. More... | |
VOID | Log_Empty_Data_Error () |
Log empty data error. No data received but interrupt was generated. More... | |
VOID | Log_Frame_Error () |
Log frame error. More... | |
VOID | Log_Overrun_Error () |
Log buffer overrun error. More... | |
VOID | Log_Parity_Error () |
Log parity error. More... | |
VOID | Log_Noise_Error () |
Log noise error. More... | |
U64 | Get_Empty_Data_Error_Count () |
Get rec empty data error count. More... | |
U64 | Get_Recieved_Byte_Count () |
Get recieved byte count. More... | |
U64 | Get_Frame_Error_Count () |
Get frame error count. More... | |
U64 | Get_Overrun_Error_Count () |
Get buffer overrun error count. More... | |
U64 | Get_Parity_Error_Count () |
Get parity error count. More... | |
U64 | Get_Noise_Error_Count () |
Get noise error count. More... | |
virtual VOID | Execute_1ms () |
1 ms cyclic execution method More... | |
virtual VOID | Execute () |
Background cyclic execution method. More... | |
Public Member Functions inherited from TCommunication_Data_Link | |
TCommunication_Data_Link () | |
Class constructor method. More... | |
VOID | Connect_Data_Link (TCommunication_Data_Link *object_New_Data_Link) |
Connect data link method. More... | |
VOID | Disconnect_Data_Link () |
Disconnect data link method. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from TCAN1_STM32F429 | |
virtual BOOL | Transmit_Data (U32 u32_ID, U8 u8_ID_Type, U8 *u8_Transmit_Buffer, U8 u8_Transmit_Length) |
Communication data transmit method. More... | |
virtual VOID | Communication_Block_Data_Transmit (VOID *void_Transmit_Data) |
CAN2 RX interrupt processing method. More... | |
Protected Member Functions inherited from TCommunication_Link | |
virtual VOID | Set_Transmit_Mode () |
Set transmit mode method. More... | |
virtual VOID | Set_Receive_Mode () |
Set receive mode method. More... | |
Protected Member Functions inherited from TCommunication_Data_Link | |
virtual VOID | Communication_Data_Transmit (U8 u8_Transmit_Value) |
Communication data transmit method. More... | |
virtual VOID | Communication_Data_Receive (U8 u8_Receive_Value) |
Communication data receive method. More... | |
virtual VOID | Communication_Block_Data_Receive (VOID *void_Receive_Data) |
Communication data receive method. More... | |
Protected Attributes inherited from TCommunication_Link | |
TExecution_Profile | object_Execution_Profile |
Execution profile object. More... | |
Protected Attributes inherited from TCommunication_Data_Link | |
TCommunication_Data_Link * | object_Data_Link = (TCommunication_Data_Link*)NULL |
Pointer to the data link object. More... | |
STM32F429 on-chip CAN1 hardware abstraction layer class for P017_39_KG3_CB.
|
virtual |
PIO reinitialisation as GPIO method.
Implements TCommunication_Link.
|
virtual |
PIO initialisation method.
Implements TCommunication_Link.