Appiko
Data Fields
aux_clk_ppi_t Struct Reference

#include <aux_clk.h>

Data Fields

uint32_t event
 
uint32_t task1
 
uint32_t task2
 

Detailed Description

Structure to store settings of PPI channels

Definition at line 126 of file aux_clk.h.

Field Documentation

◆ event

uint32_t aux_clk_ppi_t::event

Event to trigger the PPI. Event can be either from aux_clk_evt_t or default nRF peripheral event

Definition at line 130 of file aux_clk.h.

◆ task1

uint32_t aux_clk_ppi_t::task1

Primary task which is to be performed once given event occurs Task can be from aux_clk_tsk_t or default nRF peripheral tasks

Definition at line 133 of file aux_clk.h.

◆ task2

uint32_t aux_clk_ppi_t::task2

Secondary task which is to be performed once given event occurs Task can be from aux_clk_tsk_t or default nRF peripheral tasks

Definition at line 136 of file aux_clk.h.


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