[][src]Type Definition stm32f3::stm32f303::fmc::SR3

type SR3 = Reg<u32, _SR3>;

FIFO status and interrupt register 3

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

For information about available fields see sr3 module

Trait Implementations

impl Readable for SR3[src]

read() method returns sr3::R reader structure

impl ResetValue for SR3[src]

Register SR3 reset()'s with value 0x40

type Type = u32

Register size

impl Writable for SR3[src]

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