Searched refs:SL_GPIO_PORT_D (Results 1 – 7 of 7) sorted by relevance
| /hal_silabs-latest/simplicity_sdk/platform/service/device_manager/src/ |
| D | sl_device_gpio.c | 139 const sl_gpio_t pd0 = { .port = SL_GPIO_PORT_D, .pin = 0 }; 140 const sl_gpio_t pd1 = { .port = SL_GPIO_PORT_D, .pin = 1 }; 141 const sl_gpio_t pd2 = { .port = SL_GPIO_PORT_D, .pin = 2 }; 142 const sl_gpio_t pd3 = { .port = SL_GPIO_PORT_D, .pin = 3 }; 143 const sl_gpio_t pd4 = { .port = SL_GPIO_PORT_D, .pin = 4 }; 144 const sl_gpio_t pd5 = { .port = SL_GPIO_PORT_D, .pin = 5 }; 145 const sl_gpio_t pd6 = { .port = SL_GPIO_PORT_D, .pin = 6 }; 146 const sl_gpio_t pd7 = { .port = SL_GPIO_PORT_D, .pin = 7 }; 147 const sl_gpio_t pd8 = { .port = SL_GPIO_PORT_D, .pin = 8 }; 148 const sl_gpio_t pd9 = { .port = SL_GPIO_PORT_D, .pin = 9 }; [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/ |
| D | sl_si91x_driver_gpio.c | 199 case SL_GPIO_PORT_D: in sl_gpio_set_configuration() 324 case SL_GPIO_PORT_D: in sl_gpio_driver_configure_interrupt() 403 case SL_GPIO_PORT_D: in sl_gpio_configure_group_interrupt() 626 if (port == SL_GPIO_PORT_D) { in sl_si91x_gpio_driver_set_pin_direction() 698 if (port == SL_GPIO_PORT_D) { in sl_si91x_gpio_driver_get_pin_direction() 923 if (port == SL_GPIO_PORT_D) { in sl_si91x_gpio_driver_enable_group_interrupt() 971 if (port == SL_GPIO_PORT_D) { in sl_si91x_gpio_driver_disable_group_interrupt() 1103 if (port == SL_GPIO_PORT_D) { in sl_si91x_gpio_driver_set_group_interrupt_polarity() 1152 if (port == SL_GPIO_PORT_D) { 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 | 148 SL_GPIO_PORT_D = 3, ///< GPIO Port D enumerator 311 …GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == SL_GPIO_PORT_D)) { in sl_gpio_set_pin_output() 413 …GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == SL_GPIO_PORT_D)) { in sl_gpio_clear_pin_output() 474 …GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == SL_GPIO_PORT_D)) { in sl_gpio_get_pin_input() 585 …GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == SL_GPIO_PORT_D)) { in sl_gpio_toggle_pin_output()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/inc/ |
| D | sl_driver_gpio.h | 372 if (gpio->port == SL_GPIO_PORT_D) { in sl_gpio_validation()
|
| /hal_silabs-latest/simplicity_sdk/platform/service/device_manager/inc/ |
| D | sl_device_gpio.h | 62 SL_GPIO_PORT_D = 3, in SL_ENUM()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_gpio.h | 577 #define SL_GPIO_PORT_D gpioPortD macro
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/ |
| D | sl_si91x_peripheral_gpio.c | 213 …GPIO_PORT_A) || (port == SL_GPIO_PORT_B) || (port == SL_GPIO_PORT_C) || (port == SL_GPIO_PORT_D)) { in sl_si91x_gpio_set_pin_direction()
|