Searched defs:GPIO_MODE_AF_PP (Results 1 – 7 of 7) sorted by relevance
46 #define GPIO_MODE_AF_PP (0x00000003u) /*!< Alternate Function Push Pull Mode … macro
123 #define GPIO_MODE_AF_PP (MODE_AF | OUTPUT_PP) … macro
70 GPIO_MODE_AF_PP = 0x88, /*!< Alternate function output Push-pull */ enumerator
279 #define GPIO_MODE_AF_PP ((uint8_t)0x18U) /*!< AFIO output with push-pull … macro
Completed in 18 milliseconds