gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:GPIO_PUPDR (0.00 seconds)
mtkernel_3
include/sys/sysdepend/cpu/stm32l4/sysdef.h - 23.8KB - 488 lines
397: #define GPIO_OSPEEDR(n) (GPIO##n##_BASE + 0x08)         /* GPIO port output speed register */
398: #define GPIO_PUPDR(n)   (GPIO##n##_BASE + 0x0C)           /* GPIO port pull-up/pull-down register */
399: #define GPIO_IDR(n)     (GPIO##n##_BASE + 0x10)             /* GPIO port input data register */