Type Definition gd32f1::gd32f170::rcu::AHBEN[][src]

type AHBEN = Reg<u32, _AHBEN>;

AHB enable register (RCU_AHBEN)

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

For information about available fields see ahben module

Trait Implementations

impl Readable for AHBEN[src]

read() method returns ahben::R reader structure

impl ResetValue for AHBEN[src]

Register AHBEN reset()’s with value 0x14

type Type = u32

Register size

impl Writable for AHBEN[src]

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