Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_emu.h904 EMU_BUPwrRes_TypeDef pwrRes; /**< Power domain resistor. */ member
1223 void EMU_BUPwrResSet(EMU_BUPwrRes_TypeDef pwrRes);
/hal_silabs-latest/gecko/emlib/inc/
Dem_emu.h858 EMU_BUPwrRes_TypeDef pwrRes; /**< Power domain resistor. */ member
1160 void EMU_BUPwrResSet(EMU_BUPwrRes_TypeDef pwrRes);
/hal_silabs-latest/gecko/emlib/src/
Dem_emu.c2092 reg |= (uint32_t)(buInit->pwrRes); in EMU_BUInit()
2163 void EMU_BUPwrResSet(EMU_BUPwrRes_TypeDef pwrRes) in EMU_BUPwrResSet() argument
2168 reg |= (uint32_t)(pwrRes); in EMU_BUPwrResSet()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_emu.c2147 reg |= (uint32_t)(buInit->pwrRes); in EMU_BUInit()
2218 void EMU_BUPwrResSet(EMU_BUPwrRes_TypeDef pwrRes) in EMU_BUPwrResSet() argument
2223 reg |= (uint32_t)(pwrRes); in EMU_BUPwrResSet()