Type Definition esp32c3::extmem::EXTMEM_CACHE_REQUEST[][src]

type EXTMEM_CACHE_REQUEST = Reg<u32, _EXTMEM_CACHE_REQUEST>;

EXTMEM_CACHE_REQUEST

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

For information about available fields see extmem_cache_request module

Trait Implementations

impl Readable for EXTMEM_CACHE_REQUEST[src]

read() method returns extmem_cache_request::R reader structure

impl ResetValue for EXTMEM_CACHE_REQUEST[src]

Register EXTMEM_CACHE_REQUEST reset()'s with value 0

type Type = u32

Register size

impl Writable for EXTMEM_CACHE_REQUEST[src]

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