pub type MODE_W<'a, REG, const O: u8> = BitWriter<'a, REG, O>;
Field MODE writer - Set SPI work mode. 1: slave mode 0: master mode.
MODE