Home
last modified time | relevance | path

Searched refs:SYSCFG_CMPCR_CMP_PD (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_system.h198 #define LL_SYSCFG_ENABLE_CMP_PD SYSCFG_CMPCR_CMP_PD /*!< I/O compensation cell enable…
331 SET_BIT(SYSCFG->CMPCR, SYSCFG_CMPCR_CMP_PD); in LL_SYSCFG_EnableCompensationCell()
343 CLEAR_BIT(SYSCFG->CMPCR, SYSCFG_CMPCR_CMP_PD); in LL_SYSCFG_DisableCompensationCell()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal.c532 SYSCFG->CMPCR |= SYSCFG_CMPCR_CMP_PD; in HAL_EnableCompensationCell()
543 SYSCFG->CMPCR &= (uint32_t)~((uint32_t)SYSCFG_CMPCR_CMP_PD); in HAL_DisableCompensationCell()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_system.h271 SET_BIT(SYSCFG->CMPCR, SYSCFG_CMPCR_CMP_PD); in LL_SYSCFG_EnableCompensationCell()
283 CLEAR_BIT(SYSCFG->CMPCR, SYSCFG_CMPCR_CMP_PD); in LL_SYSCFG_DisableCompensationCell()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_system.h521 SET_BIT(SYSCFG->CMPCR, SYSCFG_CMPCR_CMP_PD); in LL_SYSCFG_EnableCompensationCell()
533 CLEAR_BIT(SYSCFG->CMPCR, SYSCFG_CMPCR_CMP_PD); in LL_SYSCFG_DisableCompensationCell()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal.c77 #define CMP_PD_BIT_NUMBER POSITION_VAL(SYSCFG_CMPCR_CMP_PD)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h5966 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f410rx.h5970 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f410tx.h5926 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f401xc.h6033 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f401xe.h6033 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f411xe.h6064 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f405xx.h11564 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f412cx.h10682 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f415xx.h11849 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f423xx.h12471 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f407xx.h11900 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f412zx.h11680 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f412rx.h11647 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f412vx.h11658 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f413xx.h12321 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h11276 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f205xx.h11021 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f207xx.h11360 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h12163 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro
Dstm32f722xx.h12141 #define SYSCFG_CMPCR_CMP_PD SYSCFG_CMPCR_CMP_PD_Msk /*!<Compensation cel… macro

12