Searched refs:GPIO_NUM_PER_GROUP (Results 1 – 1 of 1) sorted by relevance
24 #define GPIO_NUM_PER_GROUP 8 macro25 #define GPIO_NUM (GPIO_GROUP_NUM*GPIO_NUM_PER_GROUP)40 *reg = 0x20 + offset / GPIO_NUM_PER_GROUP; in mc9s_gpio_to_reg_and_bit()41 *bit = offset % GPIO_NUM_PER_GROUP; in mc9s_gpio_to_reg_and_bit()