DIO_Config Function

Configures the given port pin as output

Syntax

void DIO_Config(GPIO_TypeDef* GPIOx, const PORT_PIN_CONFIG* config);

Parameters

GPIO_TypeDef* - GPIOx
const PORT_PIN_CONFIG* - config

Return Value

N/A

Remarks

N/A

Requirements

dio.h

Example

N/A