Crate neokey_trinkey

Source

Re-exports§

pub use atsamd_hal as hal;
pub use hal::pac;

Macros§

pin_alias
Refer to fields of the Pins struct by alternate names

Structs§

Pins
BSP replacement for the HAL Pins type

Constants§

BUTTONS_ID
DynPinId for the Buttons alias.
BUTTONS_MODE
DynPinMode for the Buttons alias.
NEO_PIXEL_ID
DynPinId for the NeoPixel alias.
NEO_PIXEL_MODE
DynPinMode for the NeoPixel alias.
USB_DM_ID
DynPinId for the UsbDm alias.
USB_DM_MODE
DynPinMode for the UsbDm alias.
USB_DP_ID
DynPinId for the UsbDp alias.
USB_DP_MODE
DynPinMode for the UsbDp alias.

Type Aliases§

Buttons
Alias for a configured Pin
ButtonsId
PinId for the Buttons alias
ButtonsMode
PinMode for the Buttons alias
NeoPixel
Alias for a configured Pin
NeoPixelId
PinId for the NeoPixel alias
NeoPixelMode
PinMode for the NeoPixel alias
UsbDm
Alias for a configured Pin
UsbDmId
PinId for the UsbDm alias
UsbDmMode
PinMode for the UsbDm alias
UsbDp
Alias for a configured Pin
UsbDpId
PinId for the UsbDp alias
UsbDpMode
PinMode for the UsbDp alias

Attribute Macros§

entry