Appiko
Data Fields
hal_ppi_setup_t Struct Reference

#include <hal_ppi.h>

Data Fields

uint32_t ppi_id
 
uint32_t event
 
uint32_t task
 
uint32_t fork
 

Detailed Description

Structure containing information needed to setup certain PPI channel

Definition at line 52 of file hal_ppi.h.

Field Documentation

◆ event

uint32_t hal_ppi_setup_t::event

Event after which tasks are to be initiated automatically

Definition at line 57 of file hal_ppi.h.

Referenced by hal_ppi_set().

◆ fork

uint32_t hal_ppi_setup_t::fork

Secondary task which is to be initiated automatically

Definition at line 61 of file hal_ppi.h.

Referenced by hal_ppi_set().

◆ ppi_id

uint32_t hal_ppi_setup_t::ppi_id

PPI channel number

Definition at line 55 of file hal_ppi.h.

Referenced by hal_ppi_set().

◆ task

uint32_t hal_ppi_setup_t::task

Primary Task which is to be initiated automatically

Definition at line 59 of file hal_ppi.h.

Referenced by hal_ppi_set().


The documentation for this struct was generated from the following file: