Home
last modified time | relevance | path

Searched refs:SYSRTC_SWRST_SWRST (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32FG23/Include/
Defr32fg23_sysrtc.h176 #define SYSRTC_SWRST_SWRST (0x1UL << 0) /**< Sof… macro
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32ZG23/Include/
Defr32zg23_sysrtc.h176 #define SYSRTC_SWRST_SWRST (0x1UL << 0) /**< Sof… macro
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG24/Include/
Defr32mg24_sysrtc.h176 #define SYSRTC_SWRST_SWRST (0x1UL << 0) /**< Sof… macro
/hal_silabs-latest/simplicity_sdk/platform/peripheral/src/
Dsl_hal_sysrtc.c115 SYSRTC0->SWRST = SYSRTC_SWRST_SWRST; in sl_hal_sysrtc_reset()