Searched refs:SL_GPIO_PORT_A (Results 1 – 8 of 8) sorted by relevance
| /hal_silabs-latest/simplicity_sdk/platform/service/device_manager/src/ |
| D | sl_device_gpio.c | 40 const sl_gpio_t pa0 = { .port = SL_GPIO_PORT_A, .pin = 0 }; 41 const sl_gpio_t pa1 = { .port = SL_GPIO_PORT_A, .pin = 1 }; 42 const sl_gpio_t pa2 = { .port = SL_GPIO_PORT_A, .pin = 2 }; 43 const sl_gpio_t pa3 = { .port = SL_GPIO_PORT_A, .pin = 3 }; 44 const sl_gpio_t pa4 = { .port = SL_GPIO_PORT_A, .pin = 4 }; 45 const sl_gpio_t pa5 = { .port = SL_GPIO_PORT_A, .pin = 5 }; 46 const sl_gpio_t pa6 = { .port = SL_GPIO_PORT_A, .pin = 6 }; 47 const sl_gpio_t pa7 = { .port = SL_GPIO_PORT_A, .pin = 7 }; 48 const sl_gpio_t pa8 = { .port = SL_GPIO_PORT_A, .pin = 8 }; 49 const sl_gpio_t pa9 = { .port = SL_GPIO_PORT_A, .pin = 9 }; [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/ |
| D | sl_si91x_peripheral_gpio.h | 139 SL_GPIO_PORT_A = 0, ///< GPIO Port A 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() 343 ULP_GPIO->PORT_CONFIG[SL_GPIO_PORT_A].PORT_SET_REG = (pins); in sl_gpio_set_port_output() 369 …ULP_GPIO->PORT_CONFIG[SL_GPIO_PORT_A].PORT_SET_REG = (ULP_GPIO->PORT_CONFIG[port].PORT_SET_REG & ~… in sl_gpio_set_port_output_value() 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() 445 ULP_GPIO->PORT_CONFIG[SL_GPIO_PORT_A].PORT_CLEAR_REG = (pins); in sl_gpio_clear_port_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() 534 return ULP_GPIO->PORT_CONFIG[SL_GPIO_PORT_A].PORT_READ_REG & PORT_MASK; in sl_gpio_get_port_input() 558 return (ULP_GPIO->PORT_CONFIG[SL_GPIO_PORT_A].PORT_READ_REG & PORT_MASK); in sl_gpio_get_port_output() 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() [all …]
|
| D | sl_si91x_gpio_common.h | 147 …(port == SL_GPIO_PORT_A ? (((pin >= HOST_PAD_MIN) && (pin <= HOST_PAD_MAX)) ? TRUE : FALSE) …
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/ |
| D | sl_si91x_driver_gpio.c | 196 case SL_GPIO_PORT_A: in sl_gpio_set_configuration() 225 if (pin_config.port_pin.port == SL_GPIO_PORT_A) { in sl_gpio_set_configuration() 321 case SL_GPIO_PORT_A: in sl_gpio_driver_configure_interrupt() 400 case SL_GPIO_PORT_A: in sl_gpio_configure_group_interrupt() 612 if (port == SL_GPIO_PORT_A) { in sl_si91x_gpio_driver_set_pin_direction() 684 if (port == SL_GPIO_PORT_A) { in sl_si91x_gpio_driver_get_pin_direction() 909 if (port == SL_GPIO_PORT_A) { in sl_si91x_gpio_driver_enable_group_interrupt() 957 if (port == SL_GPIO_PORT_A) { in sl_si91x_gpio_driver_disable_group_interrupt() 1089 if (port == SL_GPIO_PORT_A) { in sl_si91x_gpio_driver_set_group_interrupt_polarity() 1138 if (port == SL_GPIO_PORT_A) { in sl_si91x_gpio_driver_get_group_interrupt_polarity()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/inc/ |
| D | sl_driver_gpio.h | 358 if (gpio->port == SL_GPIO_PORT_A) { in sl_gpio_validation()
|
| /hal_silabs-latest/simplicity_sdk/platform/service/device_manager/inc/ |
| D | sl_device_gpio.h | 59 SL_GPIO_PORT_A = 0, in SL_ENUM()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_gpio.h | 568 #define SL_GPIO_PORT_A gpioPortA 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()
|