Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c6455 static uint32_t lfClkGet(CMU_Clock_TypeDef lfClkBranch) in lfClkGet() argument
6460 switch (lfClkBranch) { in lfClkGet()
6476 sel = (uint32_t)CMU_ClockSelectGet(lfClkBranch); in lfClkGet()
6479 switch (lfClkBranch) { in lfClkGet()
6550 if ((lfClkBranch == cmuClock_LFA) || (lfClkBranch == cmuClock_LFB)) { in lfClkGet()
6551 if (CMU->LFCLKSEL >> (lfClkBranch == cmuClock_LFA in lfClkGet()
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c6402 static uint32_t lfClkGet(CMU_Clock_TypeDef lfClkBranch) in lfClkGet() argument
6407 switch (lfClkBranch) { in lfClkGet()
6423 sel = (uint32_t)CMU_ClockSelectGet(lfClkBranch); in lfClkGet()
6426 switch (lfClkBranch) { in lfClkGet()
6497 if ((lfClkBranch == cmuClock_LFA) || (lfClkBranch == cmuClock_LFB)) { in lfClkGet()
6498 if (CMU->LFCLKSEL >> (lfClkBranch == cmuClock_LFA in lfClkGet()