pub type MODE_W<'a, const O: u8> = BitWriter<'a, u32, SLAVE_SPEC, bool, O>;
Field MODE writer - 1: slave mode 0: master mode.
MODE