Type Definition stm32f4::stm32f407::crc::IDR[][src]

type IDR = Reg<u32, _IDR>;

Independent Data register

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

For information about available fields see idr module

Trait Implementations

impl Readable for IDR[src]

read() method returns idr::R reader structure

impl ResetValue for IDR[src]

Register IDR reset()'s with value 0

type Type = u32

Register size

impl Writable for IDR[src]

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