Searched refs:IOxCFG (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_pwr.h | 2742 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG4, mode); in LL_PWR_SetPA4OutputinDEEPSTOP() 2756 return (uint32_t)(READ_BIT(PWR->IOxCFG, PWR_IOxCFG_IOCFG4) >> PWR_IOxCFG_IOCFG4_Pos); in LL_PWR_GetPA4OutputinDEEPSTOP() 2773 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG5, mode); in LL_PWR_SetPA5OutputinDEEPSTOP() 2787 return (uint32_t)(READ_BIT(PWR->IOxCFG, PWR_IOxCFG_IOCFG5) >> PWR_IOxCFG_IOCFG5_Pos); in LL_PWR_GetPA5OutputinDEEPSTOP() 2804 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG6, mode); in LL_PWR_SetPA6OutputinDEEPSTOP() 2818 return (uint32_t)(READ_BIT(PWR->IOxCFG, PWR_IOxCFG_IOCFG6) >> PWR_IOxCFG_IOCFG6_Pos); in LL_PWR_GetPA6OutputinDEEPSTOP() 2835 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG7, mode); in LL_PWR_SetPA7OutputinDEEPSTOP() 2849 return (uint32_t)(READ_BIT(PWR->IOxCFG, PWR_IOxCFG_IOCFG7) >> PWR_IOxCFG_IOCFG7_Pos); in LL_PWR_GetPA7OutputinDEEPSTOP() 2866 MODIFY_REG_FIELD(PWR->IOxCFG, PWR_IOxCFG_IOCFG0, mode); in LL_PWR_SetPA8OutputinDEEPSTOP() 2880 return (uint32_t)(READ_BIT(PWR->IOxCFG, PWR_IOxCFG_IOCFG0) >> PWR_IOxCFG_IOCFG0_Pos); in LL_PWR_GetPA8OutputinDEEPSTOP() [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_pwr.c | 104 LL_PWR_WriteReg(IOxCFG, PWR_IOxCFG_RESET_VALUE); in LL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | stm32wb07.h | 388 …__IO uint32_t IOxCFG; /*!< (@ 0x00000040) IO DEEPSTOP drive configuration r… member
|
D | stm32wb06.h | 388 …__IO uint32_t IOxCFG; /*!< (@ 0x00000040) IO DEEPSTOP drive configuration r… member
|