Home
last modified time | relevance | path

Searched defs:strength (Results 1 – 6 of 6) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_gpio.c55 #define GPIO_STRENGTH_VALID(strength) (!((strength) \ argument
123 GPIO_DriveStrength_TypeDef strength) in GPIO_DriveStrengthSet()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_gpio.c55 #define GPIO_STRENGTH_VALID(strength) (!((strength) \ argument
123 GPIO_DriveStrength_TypeDef strength) in GPIO_DriveStrengthSet()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c351 …1x_gpio_select_pad_driver_strength(uint8_t gpio_num, sl_si91x_gpio_driver_strength_select_t streng… in sl_si91x_gpio_select_pad_driver_strength()
939 …pio_select_ulp_pad_driver_strength(uint8_t gpio_num, sl_si91x_gpio_driver_strength_select_t streng… in sl_si91x_gpio_select_ulp_pad_driver_strength()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/
Drsi_rom_egpio.h1020 …INE void RSI_EGPIO_PadDriverStrengthSelect(uint8_t u8GpioNum, en_driver_strength_select_t strength) in RSI_EGPIO_PadDriverStrengthSelect()
1146 …d RSI_EGPIO_UlpPadDriverStrengthSelect(uint8_t u8GpioNum, en_ulp_driver_strength_select_t strength) in RSI_EGPIO_UlpPadDriverStrengthSelect()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/
Dsl_si91x_driver_gpio.c811sl_si91x_gpio_driver_strength_select_t strength) in sl_si91x_gpio_driver_select_pad_driver_strength()
1430sl_si91x_gpio_driver_strength_select_t strength) in sl_si91x_gpio_driver_select_ulp_pad_driver_strength()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_gpio_common.h124 #define SL_GPIO_VALIDATE_STRENGTH(strength) (strength > 3 ? 0 : 1) ///< Validate dri… argument