Searched refs:NPM6001_PIN_MSK (Results 1 – 1 of 1) sorted by relevance
34 #define NPM6001_PIN_MSK 0x7U macro71 uint8_t buf[2] = {NPM6001_GPIOOUTSET, (uint8_t)pins & NPM6001_PIN_MSK}; in gpio_npm6001_port_set_bits_raw()84 uint8_t buf[2] = {NPM6001_GPIOOUTCLR, (uint8_t)pins & NPM6001_PIN_MSK}; in gpio_npm6001_port_clear_bits_raw()177 dev, mask & (~value & NPM6001_PIN_MSK)); in gpio_npm6001_port_set_masked_raw()192 ~val & NPM6001_PIN_MSK); in gpio_npm6001_port_toggle_bits()