[][src]Type Definition ambiq_apollo1_pac::gpio::ENB

type ENB = Reg<u32, _ENB>;

GPIO Enable Register B

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

For information about available fields see enb module

Trait Implementations

impl Readable for ENB[src]

read() method returns enb::R reader structure

impl ResetValue for ENB[src]

Register ENB reset()'s with value 0

type Type = u32

Register size

impl Writable for ENB[src]

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