Home
last modified time | relevance | path

Searched refs:SL_GPIO_VALIDATE_STRENGTH (Results 1 – 2 of 2) sorted by relevance

/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… macro
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c354 SL_GPIO_ASSERT(SL_GPIO_VALIDATE_STRENGTH(strength)); in sl_si91x_gpio_select_pad_driver_strength()
942 SL_GPIO_ASSERT(SL_GPIO_VALIDATE_STRENGTH(strength)); in sl_si91x_gpio_select_ulp_pad_driver_strength()