[][src]Type Definition stm32f3::stm32f3x8::tim16::CCR1

type CCR1 = Reg<u32, _CCR1>;

capture/compare register 1

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

For information about available fields see ccr1 module

Trait Implementations

impl Readable for CCR1[src]

read() method returns ccr1::R reader structure

impl ResetValue for CCR1[src]

Register CCR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for CCR1[src]

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