Contains the declaration and procedures for the digital input/output pins.
More...
This port can either be input only or output only at a given time. The port direction can be changed by the functions BSP_Dio_SetAsInputPort() and BSP_Dio_SetAsOutputPort().
List of functions
- BSP_Dio_SetAsIOPin() : Set the Dio pin as GPIO
- BSP_Dio_SetPinAlternateFunction() : Selects the Alternate Output Functionality. To configure as IO use BSP_Dio_SetAsIOPin()
- BSP_Dio_SetAsInputPort() : Set the IO Port as Input. Pin 9 is always output
- BSP_Dio_SetAsOutputPort() : Set the IO Port as Output. Pin 9 is always output
- BSP_Dio_SetPortValue() : Set the value of output port
- BSP_Dio_GetPortValue() : Gets the value of the input port