Searched defs:GPIO_MODE_AF (Results 1 – 7 of 7) sorted by relevance
63 GPIO_MODE_AF = 0x02, /*!< GPIO Alternate function Mode */ enumerator
80 #define GPIO_MODE_AF ((uint32_t)0x00000002U) /*!< Alternate function … macro
91 #define GPIO_MODE_AF ((uint32_t)0x00000002U) /*!< Alternate function … macro
56 GPIO_MODE_AF = 0x02, /*!< GPIO Alternate function Mode */ enumerator
59 …GPIO_MODE_AF = 0x00000002u, /*!< GPIO Alternate Mode … enumerator
103 #define GPIO_MODE_AF ((uint32_t)0x00000002U) /*!< Alternate function */ macro
112 #define GPIO_MODE_AF ((uint32_t)0x00000002U) /*!< Alternate function */ macro
Completed in 21 milliseconds