[][src]Type Definition imxrt1062_can3::ECR

type ECR = Reg<u32, _ECR>;

Error Counter

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

For information about available fields see ecr module

Trait Implementations

impl Readable for ECR[src]

read() method returns ecr::R reader structure

impl ResetValue for ECR[src]

Register ECR reset()'s with value 0

type Type = u32

Register size

impl Writable for ECR[src]

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