Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_gpio_ex.h840 #define AFIO_REMAP_PARTIAL(REMAP_PIN, REMAP_PIN_MASK) do{ uint32_t tmpreg = AFIO->MAPR; \ argument
841 tmpreg &= ~REMAP_PIN_MASK; \