[][src]Type Definition stm32wb_pac::rcc::APB2ENR

type APB2ENR = Reg<u32, _APB2ENR>;

APB2ENR

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

For information about available fields see apb2enr module

Trait Implementations

impl Readable for APB2ENR[src]

read() method returns apb2enr::R reader structure

impl ResetValue for APB2ENR[src]

Register APB2ENR reset()'s with value 0

type Type = u32

Register size

impl Writable for APB2ENR[src]

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