Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_gpio.c1007 int mec_hal_gpio_parout_port(const uint8_t port, const uint32_t newval) in mec_hal_gpio_parout_port() argument
1013 MEC_GPIO->PAROUT[port] = newval; in mec_hal_gpio_parout_port()
1040 int mec_hal_gpio_parout_port_mask(const uint8_t port, const uint32_t newval, const uint32_t mask) in mec_hal_gpio_parout_port_mask() argument
1046 MEC_GPIO->PAROUT[port] = (MEC_GPIO->PAROUT[port] & ~mask) | (newval & mask); in mec_hal_gpio_parout_port_mask()
Dmec_gpio_api.h376 int mec_hal_gpio_parout_port(const uint8_t port, const uint32_t newval);
379 int mec_hal_gpio_parout_port_mask(const uint8_t port, const uint32_t newval,