Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c216 GPIO->PIN_CONFIG[(port * MAX_GPIO_PORT_PIN) + pin].GPIO_CONFIG_REG_b.DIRECTION = direction; in sl_si91x_gpio_set_pin_direction()
220 ULP_GPIO->PIN_CONFIG[pin].GPIO_CONFIG_REG_b.DIRECTION = direction; in sl_si91x_gpio_set_pin_direction()
258 return ULP_GPIO->PIN_CONFIG[pin].GPIO_CONFIG_REG_b.DIRECTION; in sl_si91x_gpio_get_pin_direction()
262 return GPIO->PIN_CONFIG[(port * MAX_GPIO_PORT_PIN) + pin].GPIO_CONFIG_REG_b.DIRECTION; in sl_si91x_gpio_get_pin_direction()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/
Dsi91x_device.h733 __IOM unsigned int DIRECTION : 1; /*!< [0..0] Direction of the GPIO pin */ member