Searched defs:strength (Results 1 – 6 of 6) sorted by relevance
55 #define GPIO_STRENGTH_VALID(strength) (!((strength) \ argument123 GPIO_DriveStrength_TypeDef strength) in GPIO_DriveStrengthSet()
351 …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()
1020 …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()
811 … sl_si91x_gpio_driver_strength_select_t 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()
124 #define SL_GPIO_VALIDATE_STRENGTH(strength) (strength > 3 ? 0 : 1) ///< Validate dri… argument