![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Functions that access the ITM debug interface. More...
Macros | |
| #define | ITM_RXBUFFER_EMPTY 0x5AA55AA5U |
| #define | ITM_RXBUFFER_EMPTY 0x5AA55AA5U |
| #define | ITM_RXBUFFER_EMPTY 0x5AA55AA5U |
| #define | ITM_RXBUFFER_EMPTY 0x5AA55AA5U |
Functions | |
| __STATIC_INLINE uint32_t | ITM_SendChar (uint32_t ch) |
| ITM Send Character. More... | |
| __STATIC_INLINE int32_t | ITM_ReceiveChar (void) |
| ITM Receive Character. More... | |
| __STATIC_INLINE int32_t | ITM_CheckChar (void) |
| ITM Check Character. More... | |
Variables | |
| volatile int32_t | ITM_RxBuffer |
| volatile int32_t | ITM_RxBuffer |
| volatile int32_t | ITM_RxBuffer |
| volatile int32_t | ITM_RxBuffer |
Functions that access the ITM debug interface.
| #define ITM_RXBUFFER_EMPTY 0x5AA55AA5U |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 1669 of file core_sc300.h.
| #define ITM_RXBUFFER_EMPTY 0x5AA55AA5U |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 1687 of file core_cm3.h.
| #define ITM_RXBUFFER_EMPTY 0x5AA55AA5U |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 1861 of file core_cm4.h.
| #define ITM_RXBUFFER_EMPTY 0x5AA55AA5U |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 2436 of file core_cm7.h.
| __STATIC_INLINE int32_t ITM_CheckChar | ( | void | ) |
ITM Check Character.
Checks whether a character is pending for reading in the variable ITM_RxBuffer.
Definition at line 1739 of file core_cm3.h.
| __STATIC_INLINE int32_t ITM_ReceiveChar | ( | void | ) |
ITM Receive Character.
Inputs a character via the external variable ITM_RxBuffer.
Definition at line 1719 of file core_cm3.h.
| __STATIC_INLINE uint32_t ITM_SendChar | ( | uint32_t | ch | ) |
ITM Send Character.
Transmits a character via the ITM channel 0, and
| [in] | ch | Character to transmit. |
Definition at line 1698 of file core_cm3.h.
| volatile int32_t ITM_RxBuffer |
External variable to receive characters.
| volatile int32_t ITM_RxBuffer |
External variable to receive characters.
| volatile int32_t ITM_RxBuffer |
External variable to receive characters.
| volatile int32_t ITM_RxBuffer |
External variable to receive characters.
1.8.11