LOW
#define LOW(sc) gpio_pin_set_active((sc)->sc_pin, false)
#define LOW(val) (uint32_t)((val) & 0xffffffff)