Trait usbd_dfu_rt::class::DfuRuntimeOps[][src]

pub trait DfuRuntimeOps {
    fn enter(&mut self);
}
Expand description

Trait that defines device-specific operations for DfuRuntimeClass.

Required methods

fn enter(&mut self)[src]

Enter DFU mode.

This is a callback that will be called after receiving the DFU_DETACH request.

Implementors