Expand description
Modules§
- applet
- Applet interface.
- button
api-button
- Button interface.
- crypto
internal-api-crypto
- Cryptography interface.
- debug
- Debugging and testing interface.
- gpio
api-gpio
- Low-level GPIO interface.
- led
api-led
- LED interface.
- platform
- Platform interface.
- radio
internal-api-radio
- Radio interface.
- rng
api-rng
- Random number generator interface.
- timer
api-timer
- Timer interface.
- uart
api-uart
- UART interface.
- usb
internal-api-usb
- USB interface.
Structs§
- Error
- API errors.
- Id
- Valid identifier for a countable API.
- Impossible
- Impossible type with board parameter.
Enums§
- Event
- Events that interfaces may trigger.
Traits§
- Api
- Board interface.
- Singleton
- Provides access to a singleton API.
- Support
- Describes how an API is supported.
- Supported
- Marker trait for supported API.
Type Aliases§
- Applet
- Applet interface.
- Button
api-button
- Button interface.
- Crypto
internal-api-crypto
- Cryptography interface.
- Debug
- Debugging and testing interface.
- Gpio
api-gpio
- Low-level GPIO interface.
- Led
api-led
- LED interface.
- Platform
- Platform interface.
- Radio
internal-api-radio
- Radio interface.
- Rng
api-rng
- Random number generator interface.
- Storage
api-storage
- Persistent storage interface.
- Timer
api-timer
- Timer interface.
- Uart
api-uart
- UART interface.
- Usb
internal-api-usb
- USB interface.