[][src]Trait bl602_hal::gpio::GlbExt

pub trait GlbExt {
    fn split(self) -> Parts;
}
[]

Extension trait to split GLB peripheral into independent pins, registers and other modules

Required methods

fn split(self) -> Parts[]

Splits the register block into independent pins and modules

Implementations on Foreign Types

impl GlbExt for GLB[src][]

Implementors