| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_gpio.c | 55 #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/ |
| D | em_gpio.c | 55 #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/ |
| D | sl_si91x_peripheral_gpio.c | 351 …_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/ |
| D | rsi_rom_egpio.h | 1020 …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()
|
| D | rsi_rom_table_si91x.h | 132 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/ |
| D | sl_si91x_driver_gpio.h | 197 … 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/ |
| D | sl_si91x_driver_gpio.c | 811 … 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/ |
| D | sl_si91x_gpio.h | 338 …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);
|
| D | sl_si91x_gpio_common.h | 124 #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/ |
| D | rsi_egpio.h | 294 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/ |
| D | em_gpio.h | 794 void GPIO_DriveStrengthSet(GPIO_Port_TypeDef port, GPIO_DriveStrength_TypeDef strength);
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_gpio.h | 709 void GPIO_DriveStrengthSet(GPIO_Port_TypeDef port, GPIO_DriveStrength_TypeDef strength);
|