Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
microapp_soft_interrupt_registration_t Struct Reference

Struct for keeping track of registered interrupts from the microapp. More...

#include <cs_MicroappController.h>

Public Attributes

MicroappSdkType type = CS_MICROAPP_SDK_TYPE_NONE
 Main type of registered interrupt. Set to CS_MICROAPP_SDK_TYPE_NONE when this slot is not filled. More...
 
uint8_t id = 0
 Sub type of the registered interrupt. More...
 
int8_t counter = 0
 Counter that keeps up how often an interrupt of this type has been called within a tick. More...
 

Detailed Description

Struct for keeping track of registered interrupts from the microapp.

Member Data Documentation

◆ counter

int8_t microapp_soft_interrupt_registration_t::counter = 0

Counter that keeps up how often an interrupt of this type has been called within a tick.

◆ id

uint8_t microapp_soft_interrupt_registration_t::id = 0

Sub type of the registered interrupt.

◆ type

MicroappSdkType microapp_soft_interrupt_registration_t::type = CS_MICROAPP_SDK_TYPE_NONE

Main type of registered interrupt. Set to CS_MICROAPP_SDK_TYPE_NONE when this slot is not filled.


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