Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_opamp.h451 …uint32_t power_mode = (READ_BIT(OPAMP->CSR, OPAMP_CSR_OPA1LPM << __OPAMP_INSTANCE_BITOFFSET(OPAMPx… in LL_OPAMP_GetPowerMode() local
454 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()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_opamp.h515 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_CSR_OPAHSM)); in LL_OPAMP_GetPowerMode() local
517 return (uint32_t)(power_mode | (power_mode >> (OPAMP_CSR_OPAHSM_Pos))); in LL_OPAMP_GetPowerMode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_opamp.h503 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_CSR_OPAHSM)); in LL_OPAMP_GetPowerMode() local
505 return (uint32_t)(power_mode | (power_mode >> (OPAMP_CSR_OPAHSM_Pos))); in LL_OPAMP_GetPowerMode()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_opamp.h438 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_CSR_OPALPM)); in LL_OPAMP_GetPowerMode() local
440 return (uint32_t)(power_mode | (power_mode >> (OPAMP_CSR_OPALPM_Pos))); in LL_OPAMP_GetPowerMode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_opamp.h438 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_CSR_OPALPM)); in LL_OPAMP_GetPowerMode() local
440 return (uint32_t)(power_mode | (power_mode >> (OPAMP_CSR_OPALPM_Pos))); in LL_OPAMP_GetPowerMode()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_opamp.h402 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_POWERMODE_CSR_BIT_MASK)); in LL_OPAMP_GetPowerMode() local
404 return (uint32_t)(power_mode); in LL_OPAMP_GetPowerMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_opamp.h425 uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_POWERMODE_CSR_BIT_MASK)); in LL_OPAMP_GetPowerMode() local
427 return (uint32_t)(power_mode); in LL_OPAMP_GetPowerMode()