2.0.0.4R9
Software Development Kit
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules

Functions

void ltrx_interrupt_disable (void)
 Disable interrupts. More...
 
void ltrx_interrupt_enable (void)
 Enable interrupts. More...
 

Detailed Description

Function Documentation

void ltrx_interrupt_disable ( void  )

Disable interrupts.

Disables interrupts until ltrx_interrupt_enable() is called. Nesting of ltrx_interrupt_disable() and ltrx_interrupt_enable() is supported.

void ltrx_interrupt_enable ( void  )

Enable interrupts.

Enables interrupts previously disabled by ltrx_interrupt_disable() call. Nesting of ltrx_interrupt_disable() and ltrx_interrupt_enable() is supported.