![]() |
S32 SDK
|
#include <stdint.h>
#include "device_registers.h"
#include "status.h"
#include "port_hal.h"
#include "gpio_hal.h"
Go to the source code of this file.
Data Structures | |
struct | pin_settings_config_t |
Defines the converter configuration. More... | |
Enumerations | |
enum | port_data_direction_t { GPIO_INPUT_DIRECTION = 0x0U, GPIO_OUTPUT_DIRECTION = 0x1U, GPIO_UNSPECIFIED_DIRECTION = 0x2U } |
Configures the port data direction Implements : port_data_direction_t_Class. More... | |
Functions | |
Pins DRV. | |
status_t | PINS_DRV_Init (const uint32_t pin_count, const pin_settings_config_t config[]) |
Initializes the pins with the given configuration structure. More... | |