| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_ebi.c | 463 void EBI_PolaritySet(EBI_Line_TypeDef line, EBI_Polarity_TypeDef polarity) in EBI_PolaritySet() argument 467 BUS_RegBitWrite(&EBI->POLARITY, _EBI_POLARITY_ARDYPOL_SHIFT, polarity); in EBI_PolaritySet() 470 BUS_RegBitWrite(&EBI->POLARITY, _EBI_POLARITY_ALEPOL_SHIFT, polarity); in EBI_PolaritySet() 473 BUS_RegBitWrite(&EBI->POLARITY, _EBI_POLARITY_WEPOL_SHIFT, polarity); in EBI_PolaritySet() 476 BUS_RegBitWrite(&EBI->POLARITY, _EBI_POLARITY_REPOL_SHIFT, polarity); in EBI_PolaritySet() 479 BUS_RegBitWrite(&EBI->POLARITY, _EBI_POLARITY_CSPOL_SHIFT, polarity); in EBI_PolaritySet() 483 BUS_RegBitWrite(&EBI->POLARITY, _EBI_POLARITY_BLPOL_SHIFT, polarity); in EBI_PolaritySet() 488 BUS_RegBitWrite(&EBI->TFTPOLARITY, _EBI_TFTPOLARITY_VSYNCPOL_SHIFT, polarity); in EBI_PolaritySet() 491 BUS_RegBitWrite(&EBI->TFTPOLARITY, _EBI_TFTPOLARITY_HSYNCPOL_SHIFT, polarity); in EBI_PolaritySet() 494 BUS_RegBitWrite(&EBI->TFTPOLARITY, _EBI_TFTPOLARITY_DATAENPOL_SHIFT, polarity); in EBI_PolaritySet() [all …]
|
| D | em_gpio.c | 305 bool polarity, in GPIO_EM4WUExtIntConfig() argument 311 GPIO_PinModeSet(port, pin, gpioModeInputPullFilter, (unsigned int)!polarity); in GPIO_EM4WUExtIntConfig() 314 uint32_t polarityMask = (uint32_t)polarity << (intNo + _GPIO_EM4WUEN_EM4WUEN_SHIFT); in GPIO_EM4WUExtIntConfig()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/ |
| D | sl_si91x_peripheral_gpio.c | 582 sl_si91x_gpio_polarity_t polarity) in sl_si91x_gpio_set_group_interrupt_polarity() argument 586 SL_GPIO_ASSERT(SL_GPIO_VALIDATE_PARAMETER(polarity)); in sl_si91x_gpio_set_group_interrupt_polarity() 591 ULP_GPIO->PIN_CONFIG[pin].GPIO_CONFIG_REG_b.GROUP_INTERRUPT1_POLARITY = polarity; in sl_si91x_gpio_set_group_interrupt_polarity() 593 ULP_GPIO->PIN_CONFIG[pin].GPIO_CONFIG_REG_b.GROUP_INTERRUPT2_POLARITY = polarity; in sl_si91x_gpio_set_group_interrupt_polarity() 599 …IN_CONFIG[(port * MAX_GPIO_PORT_PIN) + pin].GPIO_CONFIG_REG_b.GROUP_INTERRUPT1_POLARITY = polarity; in sl_si91x_gpio_set_group_interrupt_polarity() 601 …IN_CONFIG[(port * MAX_GPIO_PORT_PIN) + pin].GPIO_CONFIG_REG_b.GROUP_INTERRUPT2_POLARITY = polarity; in sl_si91x_gpio_set_group_interrupt_polarity() 1098 void sl_si91x_gpio_select_uulp_npss_polarity(uint8_t pin, sl_si91x_gpio_polarity_t polarity) in sl_si91x_gpio_select_uulp_npss_polarity() argument 1101 SL_GPIO_ASSERT(SL_GPIO_VALIDATE_PARAMETER(polarity)); in sl_si91x_gpio_select_uulp_npss_polarity() 1102 UULP_GPIO->NPSS_GPIO_CNTRL[pin].NPSS_GPIO_CTRLS_b.NPSS_GPIO_POLARITY = polarity; in sl_si91x_gpio_select_uulp_npss_polarity() 1275 (sl_si91x_gpio_polarity_t)pad_config->polarity; in sl_si91x_gpio_set_uulp_pad_configuration()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_gpio.c | 305 bool polarity, in GPIO_EM4WUExtIntConfig() argument 311 GPIO_PinModeSet(port, pin, gpioModeInputPullFilter, (unsigned int)!polarity); in GPIO_EM4WUExtIntConfig() 314 uint32_t polarityMask = (uint32_t)polarity << (intNo + _GPIO_EM4WUEN_EM4WUEN_SHIFT); in GPIO_EM4WUExtIntConfig()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/ |
| D | sl_si91x_driver_gpio.c | 1080 sl_si91x_gpio_polarity_t polarity) in sl_si91x_gpio_driver_set_group_interrupt_polarity() argument 1083 if ((group_interrupt > GPIO_GROUP_INTERRUPT_MAX_VALUE) || (polarity > GPIO_POLARITY_MAX_VALUE) in sl_si91x_gpio_driver_set_group_interrupt_polarity() 1116 sl_si91x_gpio_set_group_interrupt_polarity(group_interrupt, port, pin, polarity); in sl_si91x_gpio_driver_set_group_interrupt_polarity() 1131 uint8_t polarity = 0; in sl_si91x_gpio_driver_get_group_interrupt_polarity() local 1164 polarity = sl_si91x_gpio_get_group_interrupt_polarity(group_interrupt, port, pin); in sl_si91x_gpio_driver_get_group_interrupt_polarity() 1165 return polarity; in sl_si91x_gpio_driver_get_group_interrupt_polarity() 1613 …us_t sl_si91x_gpio_driver_select_uulp_npss_polarity(uint8_t pin, sl_si91x_gpio_polarity_t polarity) in sl_si91x_gpio_driver_select_uulp_npss_polarity() argument 1616 if ((pin > GPIO_UULP_MAX_PIN_NUM) || (polarity > GPIO_POLARITY_MAX_VALUE)) { in sl_si91x_gpio_driver_select_uulp_npss_polarity() 1620 sl_si91x_gpio_select_uulp_npss_polarity(pin, polarity); in sl_si91x_gpio_driver_select_uulp_npss_polarity()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/ |
| D | sl_si91x_gpio.h | 155 sl_si91x_gpio_polarity_t polarity; ///< UULP GPIO Polarity member 516 sl_si91x_gpio_polarity_t polarity); 843 void sl_si91x_gpio_select_uulp_npss_polarity(uint8_t pin, sl_si91x_gpio_polarity_t polarity);
|
| /hal_silabs-latest/simplicity_sdk/platform/peripheral/src/ |
| D | sl_hal_gpio.c | 403 bool polarity) in sl_hal_gpio_configure_wakeup_em4_external_interrupt() argument 420 sl_hal_gpio_set_pin_mode(gpio, SL_GPIO_MODE_INPUT_PULL_FILTER, (unsigned int)!polarity); in sl_hal_gpio_configure_wakeup_em4_external_interrupt() 423 uint32_t polarityMask = (uint32_t)polarity << (int_no + _GPIO_EM4WUEN_EM4WUEN_SHIFT); in sl_hal_gpio_configure_wakeup_em4_external_interrupt()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/inc/ |
| D | sl_si91x_driver_gpio.h | 418 sl_si91x_gpio_polarity_t polarity); 864 …s_t sl_si91x_gpio_driver_select_uulp_npss_polarity(uint8_t pin, sl_si91x_gpio_polarity_t polarity);
|
| /hal_silabs-latest/simplicity_sdk/platform/driver/gpio/inc/ |
| D | sl_gpio.h | 399 bool polarity,
|
| /hal_silabs-latest/simplicity_sdk/platform/driver/gpio/src/ |
| D | sl_gpio.c | 547 bool polarity, in sl_gpio_configure_wakeup_em4_interrupt() argument 566 *em4_int_no = sl_hal_gpio_configure_wakeup_em4_external_interrupt(gpio, *em4_int_no, polarity); in sl_gpio_configure_wakeup_em4_interrupt()
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_ebi.h | 702 void EBI_BankPolaritySet(uint32_t bank, EBI_Line_TypeDef line, EBI_Polarity_TypeDef polarity); 992 void EBI_PolaritySet(EBI_Line_TypeDef line, EBI_Polarity_TypeDef polarity);
|
| D | em_gpio.h | 808 bool polarity,
|
| /hal_silabs-latest/simplicity_sdk/platform/peripheral/inc/ |
| D | sl_hal_gpio.h | 365 bool polarity);
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_gpio.h | 893 bool polarity,
|
| /hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/ |
| D | rail_types.h | 4416 bool polarity; member
|