Home
last modified time | relevance | path

Searched refs:FGPIO_WritePinOutput (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_gpio.h311 static inline void FGPIO_WritePinOutput(FGPIO_Type *base, uint32_t pin, uint8_t output) in FGPIO_WritePinOutput() function
Dfsl_gpio.c165 FGPIO_WritePinOutput(base, pin, config->outputLogic); in FGPIO_PinInit()