Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
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... | |
Struct for keeping track of registered interrupts from the microapp.
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.
uint8_t microapp_soft_interrupt_registration_t::id = 0 |
Sub type of the registered interrupt.
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.