Searched refs:power_mode (Results 1 – 7 of 7) sorted by relevance
451 …uint32_t power_mode = (READ_BIT(OPAMP->CSR, OPAMP_CSR_OPA1LPM << __OPAMP_INSTANCE_BITOFFSET(OPAMPx… in LL_OPAMP_GetPowerMode() local454 power_mode >>= __OPAMP_INSTANCE_BITOFFSET(OPAMPx); in LL_OPAMP_GetPowerMode()457 return (uint32_t)(power_mode | (power_mode >> (POSITION_VAL(OPAMP_CSR_OPA1LPM)))); in LL_OPAMP_GetPowerMode()
515 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_CSR_OPAHSM)); in LL_OPAMP_GetPowerMode() local517 return (uint32_t)(power_mode | (power_mode >> (OPAMP_CSR_OPAHSM_Pos))); in LL_OPAMP_GetPowerMode()
503 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_CSR_OPAHSM)); in LL_OPAMP_GetPowerMode() local505 return (uint32_t)(power_mode | (power_mode >> (OPAMP_CSR_OPAHSM_Pos))); in LL_OPAMP_GetPowerMode()
438 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_CSR_OPALPM)); in LL_OPAMP_GetPowerMode() local440 return (uint32_t)(power_mode | (power_mode >> (OPAMP_CSR_OPALPM_Pos))); in LL_OPAMP_GetPowerMode()
402 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_POWERMODE_CSR_BIT_MASK)); in LL_OPAMP_GetPowerMode() local404 return (uint32_t)(power_mode); in LL_OPAMP_GetPowerMode()
425 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_POWERMODE_CSR_BIT_MASK)); in LL_OPAMP_GetPowerMode() local427 return (uint32_t)(power_mode); in LL_OPAMP_GetPowerMode()