[][src]Type Definition esp32::spi::USER1

type USER1 = Reg<u32, _USER1>;

SPI_USER1

This register you can read, reset, write, write_with_zero, modify. See API.

For information about avaliable fields see user1 module

Trait Implementations

impl Readable for USER1[src]

read() method returns user1::R reader structure

impl ResetValue for USER1[src]

Register USER1 reset()'s with value 0

type Type = u32

Register size

impl Writable for USER1[src]

write(|w| ..) method takes user1::W writer structure