[][src]Type Definition stm32f3::stm32f373::flash::ACR

type ACR = Reg<u32, _ACR>;

Flash access control register

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

For information about available fields see acr module

Trait Implementations

impl Readable for ACR[src]

read() method returns acr::R reader structure

impl ResetValue for ACR[src]

Register ACR reset()'s with value 0x30

type Type = u32

Register size

impl Writable for ACR[src]

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