| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_burtc.c | 87 if ((BURTC->FREEZE & BURTC_FREEZE_REGFREEZE) in regSync() 88 || ((BURTC->CTRL & _BURTC_CTRL_CLKSEL_MASK) == BURTC_CTRL_CLKSEL_NONE) in regSync() 89 || ((BURTC->CTRL & _BURTC_CTRL_RSTEN_MASK) == BURTC_CTRL_RSTEN)) { in regSync() 96 while ((BURTC->SYNCBUSY & mask) != 0U) { in regSync() 162 BURTC->LPMODE = (uint32_t) (burtcInit->lowPowerMode); in BURTC_Init() 178 BURTC->CTRL = ctrl; in BURTC_Init() 193 if (BURTC->EN != 0U) { in BURTC_Init() 196 BURTC->EN_CLR = BURTC_EN_EN; in BURTC_Init() 200 while (BURTC->EN & _BURTC_EN_DISABLING_MASK) { in BURTC_Init() 205 BURTC->CFG = (presc << _BURTC_CFG_CNTPRESC_SHIFT) in BURTC_Init() [all …]
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_burtc.c | 87 if ((BURTC->FREEZE & BURTC_FREEZE_REGFREEZE) in regSync() 88 || ((BURTC->CTRL & _BURTC_CTRL_CLKSEL_MASK) == BURTC_CTRL_CLKSEL_NONE) in regSync() 89 || ((BURTC->CTRL & _BURTC_CTRL_RSTEN_MASK) == BURTC_CTRL_RSTEN)) { in regSync() 96 while ((BURTC->SYNCBUSY & mask) != 0U) { in regSync() 162 BURTC->LPMODE = (uint32_t) (burtcInit->lowPowerMode); in BURTC_Init() 178 BURTC->CTRL = ctrl; in BURTC_Init() 193 if (BURTC->EN != 0U) { in BURTC_Init() 196 BURTC->EN_CLR = BURTC_EN_EN; in BURTC_Init() 200 while (BURTC->EN & _BURTC_EN_DISABLING_MASK) { in BURTC_Init() 205 BURTC->CFG = (presc << _BURTC_CFG_CNTPRESC_SHIFT) in BURTC_Init() [all …]
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_burtc.h | 177 BURTC->IF_CLR = flags; in BURTC_IntClear() 179 BURTC->IFC = flags; in BURTC_IntClear() 195 BURTC->IEN_CLR = flags; in BURTC_IntDisable() 197 BURTC->IEN &= ~(flags); in BURTC_IntDisable() 218 BURTC->IEN_SET = flags; in BURTC_IntEnable() 220 BURTC->IEN |= flags; in BURTC_IntEnable() 237 return BURTC->IF; in BURTC_IntGet() 257 tmp = BURTC->IEN; in BURTC_IntGetEnabled() 260 return BURTC->IF & tmp; in BURTC_IntGetEnabled() 275 BURTC->IF_SET = flags; in BURTC_IntSet() [all …]
|
| D | em_prs.h | 316 #if defined(BURTC)
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_burtc.h | 177 BURTC->IF_CLR = flags; in BURTC_IntClear() 179 BURTC->IFC = flags; in BURTC_IntClear() 195 BURTC->IEN_CLR = flags; in BURTC_IntDisable() 197 BURTC->IEN &= ~(flags); in BURTC_IntDisable() 218 BURTC->IEN_SET = flags; in BURTC_IntEnable() 220 BURTC->IEN |= flags; in BURTC_IntEnable() 237 return BURTC->IF; in BURTC_IntGet() 257 tmp = BURTC->IEN; in BURTC_IntGetEnabled() 260 return BURTC->IF & tmp; in BURTC_IntGetEnabled() 275 BURTC->IF_SET = flags; in BURTC_IntSet() [all …]
|
| D | em_prs.h | 322 #if defined(BURTC)
|
| /hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/ |
| D | sl_sleeptimer_hal_burtc.c | 79 #error BURTC implementation of the sleeptimer not available on Series 0 chips
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Include/ |
| D | efm32wg980f64.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| D | efm32wg990f128.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| D | efm32wg990f256.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| D | efm32wg990f64.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| D | efm32wg995f128.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| D | efm32wg900f256.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| D | efm32wg980f128.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| D | efm32wg980f256.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| D | efm32wg995f256.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| D | efm32wg995f64.h | 428 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base pointer */ macro
|
| /hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG21/Include/ |
| D | efr32mg21a010f1024im32.h | 880 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base po… macro
|
| D | efr32mg21a010f512im32.h | 880 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base po… macro
|
| D | efr32mg21a010f768im32.h | 880 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base po… macro
|
| D | efr32mg21a020f1024im32.h | 882 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base po… macro
|
| D | efr32mg21a020f512im32.h | 882 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base po… macro
|
| D | efr32mg21a020f768im32.h | 882 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base po… macro
|
| D | efr32mg21b010f1024im32.h | 880 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base po… macro
|
| D | efr32mg21b010f512im32.h | 880 #define BURTC ((BURTC_TypeDef *) BURTC_BASE) /**< BURTC base po… macro
|