Lines Matching refs:mode

2335 __STATIC_INLINE void LL_PWR_SetSMPSMode(uint32_t mode)  in LL_PWR_SetSMPSMode()  argument
2337 MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, mode); in LL_PWR_SetSMPSMode()
2360 __STATIC_INLINE void LL_PWR_SetSMPSPrechargeMode(uint32_t mode) in LL_PWR_SetSMPSPrechargeMode() argument
2362 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSFBYP, mode); in LL_PWR_SetSMPSPrechargeMode()
2383 __STATIC_INLINE void LL_PWR_SetSMPSOpenMode(uint32_t mode) in LL_PWR_SetSMPSOpenMode() argument
2385 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSLPOPEN, mode); in LL_PWR_SetSMPSOpenMode()
2740 __STATIC_INLINE void LL_PWR_SetPA4OutputinDEEPSTOP(uint32_t mode) in LL_PWR_SetPA4OutputinDEEPSTOP() argument
2742 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG4, mode); in LL_PWR_SetPA4OutputinDEEPSTOP()
2771 __STATIC_INLINE void LL_PWR_SetPA5OutputinDEEPSTOP(uint32_t mode) in LL_PWR_SetPA5OutputinDEEPSTOP() argument
2773 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG5, mode); in LL_PWR_SetPA5OutputinDEEPSTOP()
2802 __STATIC_INLINE void LL_PWR_SetPA6OutputinDEEPSTOP(uint32_t mode) in LL_PWR_SetPA6OutputinDEEPSTOP() argument
2804 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG6, mode); in LL_PWR_SetPA6OutputinDEEPSTOP()
2833 __STATIC_INLINE void LL_PWR_SetPA7OutputinDEEPSTOP(uint32_t mode) in LL_PWR_SetPA7OutputinDEEPSTOP() argument
2835 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG7, mode); in LL_PWR_SetPA7OutputinDEEPSTOP()
2864 __STATIC_INLINE void LL_PWR_SetPA8OutputinDEEPSTOP(uint32_t mode) in LL_PWR_SetPA8OutputinDEEPSTOP() argument
2866 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG0, mode); in LL_PWR_SetPA8OutputinDEEPSTOP()
2895 __STATIC_INLINE void LL_PWR_SetPA9OutputinDEEPSTOP(uint32_t mode) in LL_PWR_SetPA9OutputinDEEPSTOP() argument
2897 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG1, mode); in LL_PWR_SetPA9OutputinDEEPSTOP()
2926 __STATIC_INLINE void LL_PWR_SetPA10OutputinDEEPSTOP(uint32_t mode) in LL_PWR_SetPA10OutputinDEEPSTOP() argument
2928 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG2, mode); in LL_PWR_SetPA10OutputinDEEPSTOP()
2957 __STATIC_INLINE void LL_PWR_SetPA11OutputinDEEPSTOP(uint32_t mode) in LL_PWR_SetPA11OutputinDEEPSTOP() argument
2959 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG3, mode); in LL_PWR_SetPA11OutputinDEEPSTOP()
3146 __STATIC_INLINE void LL_PWR_SetSMPSPrechargeLimitCurrent(uint32_t mode) in LL_PWR_SetSMPSPrechargeLimitCurrent() argument
3148 MODIFY_REG(PWR->CR5, PWR_CR5_SMPS_PRECH_CUR_SEL, mode); in LL_PWR_SetSMPSPrechargeLimitCurrent()