Type Definition stm32f4::stm32f469::rcc::AHB2ENR[][src]

type AHB2ENR = Reg<u32, _AHB2ENR>;

AHB2 peripheral clock enable register

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

For information about available fields see ahb2enr module

Trait Implementations

impl Readable for AHB2ENR[src]

read() method returns ahb2enr::R reader structure

impl ResetValue for AHB2ENR[src]

Register AHB2ENR reset()'s with value 0

type Type = u32

Register size

impl Writable for AHB2ENR[src]

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