GPIO instance of the converter control GPIO. More...
#include <power_control/devices/dev_boost_typedef.h>
Data Fields | |
volatile bool | enabled |
Specifies, if this IO is used or not. More... | |
volatile uint16_t | port |
GPIO port instance number (0=Port RA, 0=Port RB, 0=Port RC, etc.) More... | |
volatile uint16_t | pin |
GPIO port pin number. More... | |
volatile uint16_t | polarity |
Output polarity, where 0=ACTIVE HIGH, 1=ACTIVE_LOW. More... | |
volatile uint16_t | io_type |
Input/Output definition (0=push-pull output, 1=input, 2=open-drain output) More... | |
GPIO instance of the converter control GPIO.
Definition at line 497 of file dev_boost_typedef.h.
volatile bool enabled |
Specifies, if this IO is used or not.
Definition at line 499 of file dev_boost_typedef.h.
volatile uint16_t io_type |
Input/Output definition (0=push-pull output, 1=input, 2=open-drain output)
Definition at line 503 of file dev_boost_typedef.h.
volatile uint16_t pin |
GPIO port pin number.
Definition at line 501 of file dev_boost_typedef.h.
volatile uint16_t polarity |
Output polarity, where 0=ACTIVE HIGH, 1=ACTIVE_LOW.
Definition at line 502 of file dev_boost_typedef.h.
volatile uint16_t port |
GPIO port instance number (0=Port RA, 0=Port RB, 0=Port RC, etc.)
Definition at line 500 of file dev_boost_typedef.h.