Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/src/
Dsl_device_gpio.c304 const sl_gpio_t pi0 = { .port = SL_GPIO_PORT_I, .pin = 0 };
305 const sl_gpio_t pi1 = { .port = SL_GPIO_PORT_I, .pin = 1 };
306 const sl_gpio_t pi2 = { .port = SL_GPIO_PORT_I, .pin = 2 };
307 const sl_gpio_t pi3 = { .port = SL_GPIO_PORT_I, .pin = 3 };
308 const sl_gpio_t pi4 = { .port = SL_GPIO_PORT_I, .pin = 4 };
309 const sl_gpio_t pi5 = { .port = SL_GPIO_PORT_I, .pin = 5 };
310 const sl_gpio_t pi6 = { .port = SL_GPIO_PORT_I, .pin = 6 };
311 const sl_gpio_t pi7 = { .port = SL_GPIO_PORT_I, .pin = 7 };
312 const sl_gpio_t pi8 = { .port = SL_GPIO_PORT_I, .pin = 8 };
313 const sl_gpio_t pi9 = { .port = SL_GPIO_PORT_I, .pin = 9 };
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_peripheral_gpio.h163 SL_GPIO_PORT_I = 8, enumerator
/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/inc/
Dsl_device_gpio.h67 SL_GPIO_PORT_I = 8, in SL_ENUM()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_gpio.h592 #define SL_GPIO_PORT_I gpioPortI macro