Searched refs:newval (Results 1 – 2 of 2) sorted by relevance
1007 int mec_hal_gpio_parout_port(const uint8_t port, const uint32_t newval) in mec_hal_gpio_parout_port() argument1013 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() argument1046 MEC_GPIO->PAROUT[port] = (MEC_GPIO->PAROUT[port] & ~mask) | (newval & mask); in mec_hal_gpio_parout_port_mask()
376 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,