Home
last modified time | relevance | path

Searched refs:sl_hal_gpio_set_pin_em4_retention (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/peripheral/src/
Dsl_hal_gpio.c73 extern __INLINE void sl_hal_gpio_set_pin_em4_retention(bool enable);
394 sl_hal_gpio_set_pin_em4_retention(true); // Enable the pin retention. in sl_hal_gpio_enable_pin_em4_wakeup()
/hal_silabs-latest/simplicity_sdk/platform/peripheral/inc/
Dsl_hal_gpio.h818 __INLINE void sl_hal_gpio_set_pin_em4_retention(bool enable) in sl_hal_gpio_set_pin_em4_retention() function
/hal_silabs-latest/simplicity_sdk/platform/driver/gpio/src/
Dsl_gpio.c661 sl_hal_gpio_set_pin_em4_retention(enable); in sl_gpio_set_pin_em4_retention()