Type Definition gd32f1::gd32f170::timer5::CAR[][src]

type CAR = Reg<u16, _CAR>;

Counter auto reload register

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

For information about available fields see car module

Trait Implementations

impl Readable for CAR[src]

read() method returns car::R reader structure

impl ResetValue for CAR[src]

Register CAR reset()’s with value 0

type Type = u16

Register size

impl Writable for CAR[src]

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