\brief No Operation No Operation does nothing. This instruction can be used for code alignment purposes. */
| 284 | No Operation does nothing. This instruction can be used for code alignment purposes. |
| 285 | */ |
| 286 | __attribute__( ( always_inline ) ) __STATIC_INLINE void __NOP(void) |
| 287 | { |
| 288 | __ASM volatile ("nop"); |
| 289 | } |
| 290 | |
| 291 | |
| 292 | /** \brief Wait For Interrupt |