gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:GPIO_ASCR (0.00 seconds)
mtkernel_3
include/sys/sysdepend/cpu/stm32l4/sysdef.h - 23.8KB - 488 lines
405: #define GPIO_BRR(n)     (GPIO##n##_BASE + 0x28)             /* GPIO port bit reset register */
406: #define GPIO_ASCR(n)    (GPIO##n##_BASE + 0x2C)            /* GPIO port analog switch control register */
407: