Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_ipmu.c513 uint32_t impuPowerGate = 0; in RSI_IPMU_PowerGateSet() local
514 impuPowerGate = ULP_SPI_MEM_MAP(POWERGATE_REG_WRITE); in RSI_IPMU_PowerGateSet()
517 impuPowerGate = (impuPowerGate >> 5); in RSI_IPMU_PowerGateSet()
518 impuPowerGate |= mask_vlaue; in RSI_IPMU_PowerGateSet()
519 ULP_SPI_MEM_MAP(POWERGATE_REG_WRITE) = impuPowerGate; in RSI_IPMU_PowerGateSet()
523 impuPowerGate = ULP_SPI_MEM_MAP(POWERGATE_REG_WRITE); in RSI_IPMU_PowerGateSet()
547 uint32_t impuPowerGate = 0; in RSI_IPMU_PowerGateClr() local
554 impuPowerGate = ULP_SPI_MEM_MAP(POWERGATE_REG_WRITE); in RSI_IPMU_PowerGateClr()
557 impuPowerGate = (impuPowerGate >> 5); in RSI_IPMU_PowerGateClr()
558 impuPowerGate &= ~mask_vlaue; in RSI_IPMU_PowerGateClr()
[all …]