1
2
3
4
5
6
#[doc = "Byte pin registers for all port GPIO pins"]
pub struct B_ {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Byte pin registers for all port GPIO pins"]
pub mod b_;