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

type USER = Reg<u32, _USER>;

SPI_USER

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

For information about available fields see user module

Trait Implementations

impl Readable for USER[src]

read() method returns user::R reader structure

impl ResetValue for USER[src]

Register USER reset()'s with value 0

impl Writable for USER[src]

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