Home
last modified time | relevance | path

Searched refs:PAROUT (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_gpio.c941 MEC_GPIO->PAROUT[port] |= MEC_BIT(bitpos); in mec_hal_gpio_par_out()
943 MEC_GPIO->PAROUT[port] &= (uint32_t)~MEC_BIT(bitpos); in mec_hal_gpio_par_out()
984 *val = MEC_GPIO->PAROUT[port]; in mec_hal_gpio_parout_port_get()
1002 *val = MEC_GPIO->PAROUT[port]; in mec_hal_gpio_parout_port_get_by_pin()
1013 MEC_GPIO->PAROUT[port] = newval; in mec_hal_gpio_parout_port()
1024 MEC_GPIO->PAROUT[port] ^= xormask; in mec_hal_gpio_parout_port_xor()
1035 MEC_GPIO->PAROUT[port] |= mask; in mec_hal_gpio_parout_port_set_bits()
1046 MEC_GPIO->PAROUT[port] = (MEC_GPIO->PAROUT[port] & ~mask) | (newval & mask); in mec_hal_gpio_parout_port_mask()
/hal_microchip-latest/mec5/devices/common/
Dmec5_gpio_8f_6port_v1_5.h21 …__IOM uint32_t PAROUT[6]; /*!< (@ 0x00000380) GPIO bank n parallel outpu … member