Home
last modified time | relevance | path

Searched refs:SL_GPIO_PORT_F (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/src/
Dsl_device_gpio.c205 const sl_gpio_t pf0 = { .port = SL_GPIO_PORT_F, .pin = 0 };
206 const sl_gpio_t pf1 = { .port = SL_GPIO_PORT_F, .pin = 1 };
207 const sl_gpio_t pf2 = { .port = SL_GPIO_PORT_F, .pin = 2 };
208 const sl_gpio_t pf3 = { .port = SL_GPIO_PORT_F, .pin = 3 };
209 const sl_gpio_t pf4 = { .port = SL_GPIO_PORT_F, .pin = 4 };
210 const sl_gpio_t pf5 = { .port = SL_GPIO_PORT_F, .pin = 5 };
211 const sl_gpio_t pf6 = { .port = SL_GPIO_PORT_F, .pin = 6 };
212 const sl_gpio_t pf7 = { .port = SL_GPIO_PORT_F, .pin = 7 };
213 const sl_gpio_t pf8 = { .port = SL_GPIO_PORT_F, .pin = 8 };
214 const sl_gpio_t pf9 = { .port = SL_GPIO_PORT_F, .pin = 9 };
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_peripheral_gpio.h154 SL_GPIO_PORT_F = 5, enumerator
/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/inc/
Dsl_device_gpio.h64 SL_GPIO_PORT_F = 5, in SL_ENUM()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_gpio.h583 #define SL_GPIO_PORT_F gpioPortF macro