Searched refs:ctrl2 (Results 1 – 2 of 2) sorted by relevance
516 uint32_t ctrl2 = MEC_GPIO->CTL2[pin]; in mec_hal_gpio_set_props() local525 ctrl2 = (ctrl2 & ~(mask << bitpos)) | (val << bitpos); in mec_hal_gpio_set_props()531 MEC_GPIO->CTL2[pin] = ctrl2; in mec_hal_gpio_set_props()733 int mec_hal_gpio_get_ctrl2(uint32_t pin, uint32_t *ctrl2) in mec_hal_gpio_get_ctrl2() argument741 if (!ctrl2) { in mec_hal_gpio_get_ctrl2()745 *ctrl2 = MEC_GPIO->CTL2[pin]; in mec_hal_gpio_get_ctrl2()
354 int mec_hal_gpio_get_ctrl2(uint32_t pin, uint32_t *ctrl2);