Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
CMSIS-DAP Hardware Status LEDs
[CMSIS-DAP Hardware I/O Pin Access]
CMSIS-DAP Hardware may provide LEDs that indicate the status of the CMSIS-DAP Debug Unit. More...
Functions | |
__STATIC_INLINE void | LED_CONNECTED_OUT (uint32_t bit) |
Debug Unit: Set status of Connected LED. | |
__STATIC_INLINE void | LED_RUNNING_OUT (uint32_t bit) |
Debug Unit: Set status Target Running LED. |
Detailed Description
CMSIS-DAP Hardware may provide LEDs that indicate the status of the CMSIS-DAP Debug Unit.
It is recommended to provide the following LEDs for status indication:
- Connect LED: is active when the DAP hardware is connected to a debugger.
- Running LED: is active when the debugger has put the target device into running state.
Function Documentation
__STATIC_INLINE void LED_CONNECTED_OUT | ( | uint32_t | bit ) |
Debug Unit: Set status of Connected LED.
- Parameters:
-
bit status of the Connect LED. - 1: Connect LED ON: debugger is connected to CMSIS-DAP Debug Unit.
- 0: Connect LED OFF: debugger is not connected to CMSIS-DAP Debug Unit.
Definition at line 435 of file atmel/sam3u2c/DAP_config.h.
__STATIC_INLINE void LED_RUNNING_OUT | ( | uint32_t | bit ) |
Debug Unit: Set status Target Running LED.
- Parameters:
-
bit status of the Target Running LED. - 1: Target Running LED ON: program execution in target started.
- 0: Target Running LED OFF: program execution in target stopped.
Definition at line 444 of file atmel/sam3u2c/DAP_config.h.
Generated on Tue Jul 12 2022 15:37:31 by
