Type Definition W14
esp32::spi
type W14 = Reg<u32, _W14>;
SPI_W14
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 w14 module
impl Readable for W14
read() method returns w14::R reader structure
read()
impl ResetValue for W14
Register W14 reset()'s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Writable for W14
write(|w| ..) method takes w14::W writer structure
write(|w| ..)