Struct nrf51::chip::NRF51
[−]
[src]
pub struct NRF51(());
pub struct NRF51(());
impl NRF51
[src]impl Chip for NRF51
[src]type MPU = ()
type SysTick = ()
fn mpu(&self) -> &Self::MPU
[src]fn systick(&self) -> &Self::SysTick
[src]fn service_pending_interrupts(&mut self)
[src]fn has_pending_interrupts(&self) -> bool
[src]fn prepare_for_sleep(&self)
[src]