Searched refs:SL_GPIO_PORT_B (Results 1 – 8 of 8) sorted by relevance
| /hal_silabs-latest/simplicity_sdk/platform/service/device_manager/src/ |
| D | sl_device_gpio.c | 73 const sl_gpio_t pb0 = { .port = SL_GPIO_PORT_B, .pin = 0 }; 74 const sl_gpio_t pb1 = { .port = SL_GPIO_PORT_B, .pin = 1 }; 75 const sl_gpio_t pb2 = { .port = SL_GPIO_PORT_B, .pin = 2 }; 76 const sl_gpio_t pb3 = { .port = SL_GPIO_PORT_B, .pin = 3 }; 77 const sl_gpio_t pb4 = { .port = SL_GPIO_PORT_B, .pin = 4 }; 78 const sl_gpio_t pb5 = { .port = SL_GPIO_PORT_B, .pin = 5 }; 79 const sl_gpio_t pb6 = { .port = SL_GPIO_PORT_B, .pin = 6 }; 80 const sl_gpio_t pb7 = { .port = SL_GPIO_PORT_B, .pin = 7 }; 81 const sl_gpio_t pb8 = { .port = SL_GPIO_PORT_B, .pin = 8 }; 82 const sl_gpio_t pb9 = { .port = SL_GPIO_PORT_B, .pin = 9 }; [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/ |
| D | sl_si91x_driver_gpio.c | 197 case SL_GPIO_PORT_B: in sl_gpio_set_configuration() 322 case SL_GPIO_PORT_B: in sl_gpio_driver_configure_interrupt() 401 case SL_GPIO_PORT_B: 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/ |
| D | sl_si91x_peripheral_gpio.h | 142 SL_GPIO_PORT_B = 1, ///< GPIO Port B 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()
|
| D | sl_si91x_gpio_common.h | 148 …: port == SL_GPIO_PORT_B ? (((pin >= GPIO_PIN_NUMBER9) && (pin <= GPIO_PIN_NUMBER14)) ? TRUE : FAL…
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/inc/ |
| D | sl_driver_gpio.h | 365 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/ |
| D | sl_device_gpio.h | 60 SL_GPIO_PORT_B = 1, in SL_ENUM()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_gpio.h | 571 #define SL_GPIO_PORT_B gpioPortB macro
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/ |
| D | sl_si91x_peripheral_gpio.c | 213 …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()
|