Searched refs:remap1 (Results 1 – 1 of 1) sorted by relevance
344 uint32_t remap1 = 0U, remap2 = 0U, temp_reg = 0U, temp_mask = 0U; in gpio_pin_remap_config() local355 remap1 = remap & LSB_16BIT_MASK; in gpio_pin_remap_config()367 temp_reg &= ~(remap1 << ((remap >> 0x15U) * 0x10U)); in gpio_pin_remap_config()373 temp_reg |= (remap1 << ((remap >> 0x15U) * 0x10U)); in gpio_pin_remap_config()
Completed in 4 milliseconds