pub struct USB_SERIAL(/* private fields */);
Implementations§
Source§impl USB_SERIAL
impl USB_SERIAL
Sourcepub unsafe fn new() -> USB_SERIAL
pub unsafe fn new() -> USB_SERIAL
§Safety
Care should be taken not to instantiate this peripheral instance, if it is already instantiated and used elsewhere
Trait Implementations§
Source§impl Peripheral for USB_SERIAL
impl Peripheral for USB_SERIAL
Source§type P = USB_SERIAL
type P = USB_SERIAL
Peripheral singleton type
Source§unsafe fn clone_unchecked(&mut self) -> <USB_SERIAL as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <USB_SERIAL as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more