[][src]Type Definition wip_s32k144::ftm3::HCR

type HCR = Reg<u32, _HCR>;

Half Cycle Register

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

For information about available fields see hcr module

Trait Implementations

impl Readable for HCR[src]

read() method returns hcr::R reader structure

impl ResetValue for HCR[src]

Register HCR reset()'s with value 0

type Type = u32

Register size

impl Writable for HCR[src]

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