[][src]Type Definition stm32f3::stm32f3x8::rtc::TAFCR

type TAFCR = Reg<u32, _TAFCR>;

tamper and alternate function configuration register

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

For information about available fields see tafcr module

Trait Implementations

impl Readable for TAFCR[src]

read() method returns tafcr::R reader structure

impl ResetValue for TAFCR[src]

Register TAFCR reset()'s with value 0

type Type = u32

Register size

impl Writable for TAFCR[src]

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