Appiko
Macros | Functions | Variables
An application to demo the Bluey's capabilities

A Bluey demo. More...

Macros

#define GPIOTE_CHANNEL_USED   0
 Preemption priority IRQ.
 
#define GPIOTE_CHANNEL_USED   0
 Radio structure fitting. More...
 

Functions

int main (void)
 Function for application main entry.
 
void slumber (void)
 
void GPIOTE_IRQHandler ()
 

Variables

uint8_t vectcRxBuff [128]
 Rx buffer declaration: how to store the received data.
 
volatile uint16_t test_cnt
 IRQ status struct declaration.
 

Detailed Description

Macro Definition Documentation

◆ GPIOTE_CHANNEL_USED

#define GPIOTE_CHANNEL_USED   0

Packet Basic structure fittingGPIO structure fitting

Definition at line 97 of file main.c.

Function Documentation

◆ GPIOTE_IRQHandler()

void GPIOTE_IRQHandler ( void  )

Different calls to sleep depending on the status of Softdevice

Definition at line 192 of file main.c.

References GPIOTE_CHANNEL_USED.

◆ slumber()

void slumber ( void  )

Different calls to sleep depending on the status of Softdevice

Definition at line 180 of file main.c.