[][src]Type Definition atsamd51p::usb::host::host_pipe::PCFG

type PCFG = Reg<u8, _PCFG>;

HOST_PIPE End Point Configuration

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see pcfg module

Trait Implementations

impl Readable for PCFG[src]

read() method returns pcfg::R reader structure

impl ResetValue for PCFG[src]

Register PCFG reset()'s with value 0

type Type = u8

Raw register type (u8, u16, u32, ...).

impl Writable for PCFG[src]

write(|w| ..) method takes pcfg::W writer structure