Home
last modified time | relevance | path

Searched refs:SL_GPIO_PORT_A (Results 1 – 8 of 8) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/src/
Dsl_device_gpio.c40 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/
Dsl_si91x_peripheral_gpio.h139 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 …]
Dsl_si91x_gpio_common.h147 …(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/
Dsl_si91x_driver_gpio.c196 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/
Dsl_driver_gpio.h358 if (gpio->port == SL_GPIO_PORT_A) { in sl_gpio_validation()
/hal_silabs-latest/simplicity_sdk/platform/service/device_manager/inc/
Dsl_device_gpio.h59 SL_GPIO_PORT_A = 0, in SL_ENUM()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_gpio.h568 #define SL_GPIO_PORT_A gpioPortA 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()