Searched refs:PIO_BFEXT (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/avr32/mach-at32ap/ | ||
H A D | pio.h | 169 #define PIO_BFEXT(name,value) (((value) >> PIO_##name##_OFFSET) & ((1 << PIO_##name##_SIZE) - 1)) macro |
Completed in 45 milliseconds