Home
last modified time | relevance | path

Searched refs:strength (Results 1 – 12 of 12) 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() argument
125 EFM_ASSERT(GPIO_PORT_VALID(port) && GPIO_STRENGTH_VALID(strength)); in GPIO_DriveStrengthSet()
128 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() argument
125 EFM_ASSERT(GPIO_PORT_VALID(port) && GPIO_STRENGTH_VALID(strength)); in GPIO_DriveStrengthSet()
128 strength); in GPIO_DriveStrengthSet()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c351 …_gpio_select_pad_driver_strength(uint8_t gpio_num, sl_si91x_gpio_driver_strength_select_t strength) in sl_si91x_gpio_select_pad_driver_strength() argument
354 SL_GPIO_ASSERT(SL_GPIO_VALIDATE_STRENGTH(strength)); in sl_si91x_gpio_select_pad_driver_strength()
356 PAD_REG(gpio_num)->GPIO_PAD_CONFIG_REG_b.PADCONFIG_E1_E2 = strength; in sl_si91x_gpio_select_pad_driver_strength()
939 …o_select_ulp_pad_driver_strength(uint8_t gpio_num, sl_si91x_gpio_driver_strength_select_t strength) in sl_si91x_gpio_select_ulp_pad_driver_strength() argument
942 SL_GPIO_ASSERT(SL_GPIO_VALIDATE_STRENGTH(strength)); in sl_si91x_gpio_select_ulp_pad_driver_strength()
945 ULP_PAD_CONFIG0_REG->ULP_GPIO_PAD_CONFIG_REG_0.PADCONFIG_E1_E2_1 = strength; in sl_si91x_gpio_select_ulp_pad_driver_strength()
947 ULP_PAD_CONFIG0_REG->ULP_GPIO_PAD_CONFIG_REG_0.PADCONFIG_E1_E2_2 = strength; in sl_si91x_gpio_select_ulp_pad_driver_strength()
949 ULP_PAD_CONFIG1_REG->ULP_GPIO_PAD_CONFIG_REG_1.PADCONFIG_E1_E2_1 = strength; 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() argument
1023 ROMAPI_EGPIO_API->egpio_pad_driver_strength_select(u8GpioNum, strength); in RSI_EGPIO_PadDriverStrengthSelect()
1025 egpio_pad_driver_strength_select(u8GpioNum, strength); in RSI_EGPIO_PadDriverStrengthSelect()
1146 …d RSI_EGPIO_UlpPadDriverStrengthSelect(uint8_t u8GpioNum, en_ulp_driver_strength_select_t strength) in RSI_EGPIO_UlpPadDriverStrengthSelect() argument
1149 ROMAPI_EGPIO_API->egpio_ulp_pad_driver_strength_select(u8GpioNum, strength); in RSI_EGPIO_UlpPadDriverStrengthSelect()
1151 egpio_ulp_pad_driver_strength_select(u8GpioNum, strength); in RSI_EGPIO_UlpPadDriverStrengthSelect()
Drsi_rom_table_si91x.h132 void (*egpio_pad_driver_strength_select)(uint8_t u8GpioNum, en_driver_strength_select_t strength);
139 …egpio_ulp_pad_driver_strength_select)(uint8_t u8GpioNum, en_ulp_driver_strength_select_t strength);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/inc/
Dsl_si91x_driver_gpio.h197 … sl_si91x_gpio_driver_strength_select_t strength);
664 … sl_si91x_gpio_driver_strength_select_t strength);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/
Dsl_si91x_driver_gpio.c811 … sl_si91x_gpio_driver_strength_select_t strength) in sl_si91x_gpio_driver_select_pad_driver_strength() argument
814 if ((gpio_num > GPIO_MAX_PIN_NUM) || (strength > GPIO_STRENGTH_MAX_VAL)) { in sl_si91x_gpio_driver_select_pad_driver_strength()
818 sl_si91x_gpio_select_pad_driver_strength(gpio_num, strength); in sl_si91x_gpio_driver_select_pad_driver_strength()
1430 … sl_si91x_gpio_driver_strength_select_t strength) in sl_si91x_gpio_driver_select_ulp_pad_driver_strength() argument
1433 if ((gpio_num > GPIO_ULP_MAX_PIN_NUM) || (strength > GPIO_STRENGTH_MAX_VAL)) { in sl_si91x_gpio_driver_select_ulp_pad_driver_strength()
1437 sl_si91x_gpio_select_ulp_pad_driver_strength(gpio_num, 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.h338 …gpio_select_pad_driver_strength(uint8_t gpio_num, sl_si91x_gpio_driver_strength_select_t strength);
703 …_select_ulp_pad_driver_strength(uint8_t gpio_num, sl_si91x_gpio_driver_strength_select_t strength);
Dsl_si91x_gpio_common.h124 #define SL_GPIO_VALIDATE_STRENGTH(strength) (strength > 3 ? 0 : 1) ///< Validate dri… argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/
Drsi_egpio.h294 void egpio_pad_driver_strength_select(uint8_t u8GpioNum, en_driver_strength_select_t strength);
308 … egpio_ulp_pad_driver_strength_select(uint8_t u8GpioNum, en_ulp_driver_strength_select_t strength);
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_gpio.h794 void GPIO_DriveStrengthSet(GPIO_Port_TypeDef port, GPIO_DriveStrength_TypeDef strength);
/hal_silabs-latest/gecko/emlib/inc/
Dem_gpio.h709 void GPIO_DriveStrengthSet(GPIO_Port_TypeDef port, GPIO_DriveStrength_TypeDef strength);