[][src]Type Definition esp32::dport::CPU_PER_CONF

type CPU_PER_CONF = Reg<u32, _CPU_PER_CONF>;

DPORT_CPU_PER_CONF

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

For information about avaliable fields see cpu_per_conf module

Trait Implementations

impl Readable for CPU_PER_CONF[src]

read() method returns cpu_per_conf::R reader structure

impl ResetValue for CPU_PER_CONF[src]

Register CPU_PER_CONF reset()'s with value 0

type Type = u32

Register size

impl Writable for CPU_PER_CONF[src]

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