9 volatile unsigned * device,
14 { *device = ((value << offset) & mask); }
17 volatile unsigned * device,
static void set(volatile unsigned *device, unsigned mask)
Definition: wo_t.hpp:16
static void write(volatile unsigned *device, unsigned offset, unsigned mask, unsigned value)
Definition: wo_t.hpp:8