Crate crabik_board

Crate crabik_board 

Source

Re-exports§

pub use nrf52810_hal as hal;
pub use nrf52810_pac as pac;

Modules§

adc
Analog-digital conversion traits
blocking
Blocking API
can
Controller Area Network
digital
Digital I/O
fmt
Implementation of core::fmt::Write for the HAL’s serial::Write.
prelude
The prelude is a collection of all the traits in this crate
serial
Serial interface
spi
Serial Peripheral Interface
timer
Timers
watchdog
Traits for interactions with a processors watchdog timer.

Macros§

rename_pins
Макрос который переименовывает пины микроконтроллера в названия пинов на плате

Structs§

CrabikPins
Logger
Логгер с выводом через RTT
Peripherals
All the peripherals

Enums§

Direction
Count direction
Interrupt
Enumeration of all the interrupts
interrupt
Enumeration of all the interrupts

Constants§

NVIC_PRIO_BITS
Number available in the NVIC for configuring priority

Traits§

Capture
Input capture
Pwm
Pulse Width Modulation
PwmPin
A single PWM channel / pin
Qei
Quadrature encoder interface

Functions§

exit
Выход из приложения (завершение вывода логов)

Attribute Macros§

interrupt
Attribute to declare an interrupt (AKA device-specific exception) handler