|
ConOpSys V2970
P004.07
ANVILEX control operating system
|
On chip digital I/O class. More...
#include <DIO_P016_05_PUC2.h>


Public Member Functions | |
| TDIO_P016_05_PUC2 () | |
| Class constructor method. More... | |
| virtual | ~TDIO_P016_05_PUC2 () |
| 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_STM32F410CBU6 | |
| TDIO_STM32F410CBU6 () | |
| Class constructor method. More... | |
| virtual | ~TDIO_STM32F410CBU6 () |
| Class destructor method. More... | |
On chip digital I/O class.
| TDIO_P016_05_PUC2::TDIO_P016_05_PUC2 | ( | ) |
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_STM32F410CBU6.
|
virtual |
PIO reinitialisation as GPIO method.
Implements TDIO_STM32F410CBU6.
|
virtual |
PIO initialisation method.
Implements TDIO_STM32F410CBU6.
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_STM32F410CBU6.
References true.