Home
last modified time | relevance | path

Searched refs:sl_si91x_gpio_get_pin_direction (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_gpio.h287 uint8_t sl_si91x_gpio_get_pin_direction(uint8_t port, uint8_t pin);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c252 uint8_t sl_si91x_gpio_get_pin_direction(uint8_t port, uint8_t pin) in sl_si91x_gpio_get_pin_direction() function
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/
Dsl_si91x_driver_gpio.c710 direction = sl_si91x_gpio_get_pin_direction(port, pin); in sl_si91x_gpio_driver_get_pin_direction()