Go to the source code of this file.
Typedefs | |
typedef enum _pin_mux_direction | pin_mux_direction_t |
Direction type More... | |
Enumerations | |
enum | _pin_mux_direction { kPIN_MUX_DirectionInput = 0U, kPIN_MUX_DirectionOutput = 1U, kPIN_MUX_DirectionInputOrOutput = 2U } |
Direction type More... | |
Functions | |
void | BOARD_InitBootPins (void) |
Calls initialization functions. More... | |
void | BOARD_InitPins (void) |
Configures pin routing and optionally pin electrical features. More... | |
typedef enum _pin_mux_direction pin_mux_direction_t |
Direction type
enum _pin_mux_direction |