Type Definition W1
esp32::spi
type W1 = Reg<u32, _W1>;
SPI_W1
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about avaliable fields see w1 module
impl Readable for W1
read() method returns w1::R reader structure
read()
impl ResetValue for W1
Register W1 reset()'s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Writable for W1
write(|w| ..) method takes w1::W writer structure
write(|w| ..)