Searched refs:REMAP_PIN (Results 1 – 1 of 1) sorted by relevance
828 #define AFIO_REMAP_ENABLE(REMAP_PIN) do{ uint32_t tmpreg = AFIO->MAPR; \ argument830 tmpreg |= REMAP_PIN; \834 #define AFIO_REMAP_DISABLE(REMAP_PIN) do{ uint32_t tmpreg = AFIO->MAPR; \ argument836 tmpreg &= ~REMAP_PIN; \840 #define AFIO_REMAP_PARTIAL(REMAP_PIN, REMAP_PIN_MASK) do{ uint32_t tmpreg = AFIO->MAPR; \ argument843 tmpreg |= REMAP_PIN; \