Wirepas SDK
indication_signal.h File Reference

Used to generate the Interrupt ReQuest ("IRQ") signal to notify the application that it has one or more pending indications. More...

Detailed Description

Used to generate the Interrupt ReQuest ("IRQ") signal to notify the application that it has one or more pending indications.

Definition in file indication_signal.h.

Go to the source code of this file.

Functions

void IndicationSignal_enable (void)
 Enables indication signal (UART IRQ) pin. More...
 
void IndicationSignal_set (void)
 Sets (asserts) indication signal (UART IRQ) pin. More...
 
void IndicationSignal_clear (void)
 Clears (de-asserts) indication signal (UART IRQ) pin. More...
 

Function Documentation

◆ IndicationSignal_clear()

void IndicationSignal_clear ( void  )

Clears (de-asserts) indication signal (UART IRQ) pin.

◆ IndicationSignal_enable()

void IndicationSignal_enable ( void  )

Enables indication signal (UART IRQ) pin.

◆ IndicationSignal_set()

void IndicationSignal_set ( void  )

Sets (asserts) indication signal (UART IRQ) pin.