ConOpSys V2970
P004.07
ANVILEX control operating system
|
STM32F429 on-chip UART1 hardware abstraction layer class for P015_09_CB. More...
#include <UART1_P015_09_CB.h>
Public Member Functions | |
virtual VOID | PIO_Init () |
PIO initialisation method. More... | |
virtual VOID | PIO_Done () |
PIO reinitialization as GPIO method. More... | |
Public Member Functions inherited from TUART1_STM32F429 | |
VOID | Init () |
Object initialisation method. More... | |
VOID | Done () |
Object finalisation method. More... | |
VOID | Start_RX_Operation () |
Start RX operation. More... | |
VOID | Stop_RX_Operation () |
Stop RX operation. More... | |
VOID | Start_TX_Operation () |
Start TX operation. More... | |
VOID | Stop_TX_Operation () |
Stop TX operation. More... | |
VOID | Interrupt_Enable (U32 u32_Priority) |
Enable interrupt method. More... | |
VOID | Interrupt_Disable () |
Disable interrupt method. More... | |
VOID | Interrupt () |
Interrupt service method. 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 TUART1_STM32F429 | |
virtual VOID | Communication_Data_Transmit (U8 u8_Transmit_Value) |
Transmit data 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_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... | |
virtual VOID | Communication_Block_Data_Transmit (VOID *void_Receive_Data) |
Communication data transmit 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 UART1 hardware abstraction layer class for P015_09_CB.
|
virtual |
PIO reinitialization as GPIO method.
Implements TCommunication_Link.
|
virtual |
PIO initialisation method.
Implements TCommunication_Link.