ConOpSys V2970
P004.07
ANVILEX control operating system
|
On chip digital I/O class. More...
#include <DIO_P014_51_CB.h>
Public Member Functions | |
TDIO_P014_51_CB () | |
Class constructor method. More... | |
virtual | ~TDIO_P014_51_CB () |
Class destructor method. More... | |
virtual VOID | PIO_Init () |
PIO initialisation method. More... | |
virtual VOID | PIO_Done () |
PIO reinitialisation as GPIO method. More... | |
BOOL | Get_Input (U8 u8_Index, BOOL *bool_Status) |
Get digital input status method. More... | |
BOOL | Set_Output (U8 u8_Index, BOOL bool_Status) |
Set digital output method. More... | |
Public Member Functions inherited from TDIO_STM32F429 | |
TDIO_STM32F429 () | |
Class constructor method. More... | |
virtual | ~TDIO_STM32F429 () |
Class destructor method. More... | |
On chip digital I/O class.
TDIO_P014_51_CB::TDIO_P014_51_CB | ( | ) |
Class constructor method.
|
virtual |
Class destructor method.
Get digital input status method.
[in] | u8_Index | - Digital input index |
[out] | *bool_Status | - Digital input status |
false | - Digital input not found |
true | - Success |
Reimplemented from TDIO_STM32F429.
|
virtual |
PIO reinitialisation as GPIO method.
Implements TDIO_STM32F429.
|
virtual |
PIO initialisation method.
Implements TDIO_STM32F429.
Set digital output method.
[in] | u8_Index | - Digital output index |
[in] | bool_Status | - Digital output status to set |
false | - Digital output not found |
true | - Success |
Reimplemented from TDIO_STM32F429.
References true.