Searched refs:PWR_APCR_APC (Results 1 – 20 of 20) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_pwr.h | 1358 SET_BIT(PWR->APCR, PWR_APCR_APC); in LL_PWR_EnablePUPDConfig() 1368 CLEAR_BIT(PWR->APCR, PWR_APCR_APC); in LL_PWR_DisablePUPDConfig() 1378 return ((READ_BIT(PWR->APCR, PWR_APCR_APC) == (PWR_APCR_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 2593 SET_BIT(PWR->APCR, PWR_APCR_APC); in LL_PWR_EnablePUPDConfig() 2603 CLEAR_BIT(PWR->APCR, PWR_APCR_APC); in LL_PWR_DisablePUPDConfig() 2613 return ((READ_BIT(PWR->APCR, PWR_APCR_APC) == (PWR_APCR_APC)) ? 1UL : 0UL); in LL_PWR_IsEnabledPUPDConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pwr_ex.c | 1403 SET_BIT(PWR->APCR, PWR_APCR_APC); in HAL_PWREx_EnablePullUpPullDownConfig() 1415 CLEAR_BIT(PWR->APCR, PWR_APCR_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 2439 SET_BIT(PWR->APCR, PWR_APCR_APC); in HAL_PWREx_EnablePullUpPullDownConfig() 2451 CLEAR_BIT(PWR->APCR, PWR_APCR_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 13289 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u535xx.h | 12776 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u575xx.h | 13945 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u585xx.h | 14507 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u595xx.h | 14767 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u5a5xx.h | 15329 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u5f7xx.h | 16268 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u599xx.h | 18486 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u5g7xx.h | 16830 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u5f9xx.h | 19397 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u5a9xx.h | 19048 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
D | stm32u5g9xx.h | 19959 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 14281 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull conf… macro
|
D | stm32h7s7xx.h | 15315 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull conf… macro
|
D | stm32h7s3xx.h | 14913 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull conf… macro
|
D | stm32h7r7xx.h | 14681 #define PWR_APCR_APC PWR_APCR_APC_Msk /*!< Apply pull conf… macro
|