Home
last modified time | relevance | path

Searched refs:AFIO_MAPR2_CEC_REMAP (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_gpio.h1972 #if defined(AFIO_MAPR2_CEC_REMAP)
1982 SET_BIT(AFIO->MAPR2, AFIO_MAPR2_CEC_REMAP); in LL_GPIO_AF_EnableRemap_CEC()
1993 CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_CEC_REMAP); in LL_GPIO_AF_DisableRemap_CEC()
2003 return (READ_BIT(AFIO->MAPR2, AFIO_MAPR2_CEC_REMAP) == (AFIO_MAPR2_CEC_REMAP)); in LL_GPIO_AF_IsEnabledRemap_CEC()
Dstm32f1xx_hal_gpio_ex.h702 #if defined(AFIO_MAPR2_CEC_REMAP)
709 #define __HAL_AFIO_REMAP_CEC_ENABLE() SET_BIT(AFIO->MAPR2, AFIO_MAPR2_CEC_REMAP)
716 #define __HAL_AFIO_REMAP_CEC_DISABLE() CLEAR_BIT(AFIO->MAPR2, AFIO_MAPR2_CEC_REMAP)
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f100xb.h2565 #define AFIO_MAPR2_CEC_REMAP AFIO_MAPR2_CEC_REMAP_Msk /*!< CEC remapping */ macro
Dstm32f100xe.h2897 #define AFIO_MAPR2_CEC_REMAP AFIO_MAPR2_CEC_REMAP_Msk /*!< CEC remapping */ macro