Functions | |
| const digital_pin_t * | BSP_Dout_SetAsIOPin (uint32_t pinNo, GPIO_PinState state) |
| Set the Dout pin as GPIO. | |
| const digital_pin_t * | BSP_Dout_SetAsPWMPin (uint32_t pinNo) |
| Set the Dout pin as PWM. | |
| const digital_pin_t * | BSP_Dout_SetPinAlternateFunction (uint32_t pinNo, uint32_t AlternateFunction) |
| Selects the Alternate Output Functionality. To configure as IO use Dout_SetAsIOPin(pinNo) | |
| void | BSP_Dout_SetPortAsGPIO (void) |
| Set the whole port as GPIO. | |
| void | BSP_Dout_SetPortValue (uint32_t val) |
| Set the value of output port, sets all GPIO ports at output. | |
| void | BSP_Dout_TogglePin (int pinNo) |
| Toggles the selected pin. | |
| void | BSP_Dout_SetPin (int pinNo) |
| Set the desired pin value to 1 for DOUT port. | |
| void | BSP_Dout_ClearPin (int pinNo) |
| Set the desired pin value to 0 for DOUT port. | |
|
extern |
| pinNo | Dout Pin No (Range 1-16) |
|
extern |
| pinNo | Dout Pin No ( Range 1 - 16) |
| state | State of the pin |
|
extern |
| pinNo | Dout Pin No ( Range 1 - 16) |
|
extern |
| pinNo | Dout Pin No (Range 1-16) |
|
extern |
| pinNo | Dout pin No (Range 1-16) |
| AlternateFunction | Alternate Functionality to be used |
|
extern |
| val | value to be set |
|
extern |
| pinNo | Dout Pin No (Range 1-16) |