CY Lim
/
LoRaWAN-demo-SX1272-RP
RP
Diff: board/board.h
- Revision:
- 7:5077515c163b
- Parent:
- 1:263aa4ff29cd
- Child:
- 15:d4ce35d5c9f2
--- a/board/board.h Tue Apr 04 13:36:56 2017 +0000 +++ b/board/board.h Mon Apr 24 13:29:34 2017 +0000 @@ -26,6 +26,20 @@ extern SX1272MB2xAS 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 );