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

type APP_CPU_RECORD_PID = Reg<u32, _APP_CPU_RECORD_PID>;

DPORT_APP_CPU_RECORD_PID

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

For information about avaliable fields see app_cpu_record_pid module

Trait Implementations

impl Readable for APP_CPU_RECORD_PID[src]

read() method returns app_cpu_record_pid::R reader structure

impl ResetValue for APP_CPU_RECORD_PID[src]

Register APP_CPU_RECORD_PID reset()'s with value 0

type Type = u32

Register size

impl Writable for APP_CPU_RECORD_PID[src]

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