[][src]Type Definition lpc55_pac::gpio::b::B_

type B_ = Reg<u8, _B_>;

Byte pin registers for all port GPIO pins

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

For information about available fields see b_ module

Trait Implementations

impl Readable for B_[src]

read() method returns b_::R reader structure

impl ResetValue for B_[src]

Register B_[%s] reset()'s with value 0

type Type = u8

Register size

impl Writable for B_[src]

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