Module nrf52810_hal::ppi

source ·
Expand description

HAL interface for the PPI peripheral.

The Programmable Peripheral Interconnect interface allows for an autonomous interoperability between peripherals through their events and tasks. There are fixed PPI channels and fully configurable ones, fixed channels can only connect specific events to specific tasks. For fully configurable channels, it is possible to choose, via software, the event and the task that it will triggered by the event.

On nRF52 devices, there is also a fork task endpoint, where the user can configure one more task to be triggered by the same event, even fixed PPI channels have a configurable fork task.

Structs§

  • Channel groups.
  • Channel groups.
  • Channel groups.
  • Channel groups.
  • Channel groups.
  • Channel groups.
  • Type that abstracts all the PPI channels.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fully configurable PPI Channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.
  • Fixed PPI channel.

Traits§

  • Traits that extends the Ppi trait, marking a channel as fully configurable.
  • Trait to represent a Programmable Peripheral Interconnect channel.
  • Trait for a PPI channel group.