Home
last modified time | relevance | path

Searched refs:SYSCFG_CELL_CODE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal.h164 #define SYSCFG_CELL_CODE ((uint32_t)0x00000000) /*!< Select Code from the cell … macro
167 #define IS_SYSCFG_CODE_SELECT(SELECT) (((SELECT) == SYSCFG_CELL_CODE)|| \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal.c948 HAL_SYSCFG_CompensationCodeSelect(SYSCFG_CELL_CODE); in HAL_SYSCFG_EnableIOCompensation()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal.h233 #define SYSCFG_CELL_CODE ((uint32_t)0x00000000) /*!< Select Code from the cell … macro
236 #define IS_SYSCFG_CODE_SELECT(SELECT) (((SELECT) == SYSCFG_CELL_CODE)|| \