Utkarsh Original Code (Given in India)
Dependencies: mbed LoRaWAN-lib SX1276Lib
Diff: board/board.h
- Revision:
- 9:ee9dcbb9708d
- Parent:
- 3:9c6f7f082151
- Child:
- 10:9a4efdd07a77
diff -r 8d6f486e1a7d -r ee9dcbb9708d board/board.h --- a/board/board.h Tue Apr 04 13:43:31 2017 +0000 +++ b/board/board.h Mon Apr 24 13:38:31 2017 +0000 @@ -26,6 +26,20 @@ extern SX1276MB1xAS Radio; /*! + * \brief Disable interrupts + * + * \remark IRQ nesting is managed + */ +void BoardDisableIrq( void ); + +/*! + * \brief Enable interrupts + * + * \remark IRQ nesting is managed + */ +void BoardEnableIrq( void ); + +/*! * \brief Initializes the target board peripherals. */ void BoardInit( void );