[][src]Type Definition stm32f3::stm32f3x8::tim12::SMCR

type SMCR = Reg<u32, _SMCR>;

slave mode control register

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

For information about available fields see smcr module

Trait Implementations

impl Readable for SMCR[src]

read() method returns smcr::R reader structure

impl ResetValue for SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

Register size

impl Writable for SMCR[src]

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