Home
last modified time | relevance | path

Searched refs:SL_GPIO_PORT_C (Results 1 – 7 of 7) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/src/
Dsl_device_gpio.c106 const sl_gpio_t pc0 = { .port = SL_GPIO_PORT_C, .pin = 0 };
107 const sl_gpio_t pc1 = { .port = SL_GPIO_PORT_C, .pin = 1 };
108 const sl_gpio_t pc2 = { .port = SL_GPIO_PORT_C, .pin = 2 };
109 const sl_gpio_t pc3 = { .port = SL_GPIO_PORT_C, .pin = 3 };
110 const sl_gpio_t pc4 = { .port = SL_GPIO_PORT_C, .pin = 4 };
111 const sl_gpio_t pc5 = { .port = SL_GPIO_PORT_C, .pin = 5 };
112 const sl_gpio_t pc6 = { .port = SL_GPIO_PORT_C, .pin = 6 };
113 const sl_gpio_t pc7 = { .port = SL_GPIO_PORT_C, .pin = 7 };
114 const sl_gpio_t pc8 = { .port = SL_GPIO_PORT_C, .pin = 8 };
115 const sl_gpio_t pc9 = { .port = SL_GPIO_PORT_C, .pin = 9 };
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/
Dsl_si91x_driver_gpio.c198 case SL_GPIO_PORT_C: in sl_gpio_set_configuration()
323 case SL_GPIO_PORT_C: in sl_gpio_driver_configure_interrupt()
402 case SL_GPIO_PORT_C: in sl_gpio_configure_group_interrupt()
619 if ((port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C)) { in sl_si91x_gpio_driver_set_pin_direction()
691 if ((port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C)) { in sl_si91x_gpio_driver_get_pin_direction()
916 if ((port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C)) { in sl_si91x_gpio_driver_enable_group_interrupt()
964 if ((port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C)) { in sl_si91x_gpio_driver_disable_group_interrupt()
1096 if ((port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C)) { in sl_si91x_gpio_driver_set_group_interrupt_polarity()
1145 if ((port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C)) { in sl_si91x_gpio_driver_get_group_interrupt_polarity()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_peripheral_gpio.h145 SL_GPIO_PORT_C = 2, ///< GPIO Port C enumerator
311 …if ((port == SL_GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == S… in sl_gpio_set_pin_output()
413 …if ((port == SL_GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == S… in sl_gpio_clear_pin_output()
474 …if ((port == SL_GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == S… in sl_gpio_get_pin_input()
585 …if ((port == SL_GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == S… in sl_gpio_toggle_pin_output()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/inc/
Dsl_driver_gpio.h365 if ((gpio->port == SL_GPIO_PORT_B) || (gpio->port == SL_GPIO_PORT_C)) { in sl_gpio_validation()
/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/inc/
Dsl_device_gpio.h61 SL_GPIO_PORT_C = 2, in SL_ENUM()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_gpio.h574 #define SL_GPIO_PORT_C gpioPortC macro
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c213 …if ((port == SL_GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == S… in sl_si91x_gpio_set_pin_direction()