CMSIS-DAP
Version 2.1.1
Interface Firmware for CoreSight Debug Access Port
|
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. More... | |
__STATIC_INLINE void | LED_RUNNING_OUT (uint32_t bit) |
Debug Unit: Set status Target Running LED. More... | |
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:
__STATIC_INLINE void LED_CONNECTED_OUT | ( | uint32_t | bit | ) |
Debug Unit: Set status of Connected LED.
bit | status of the Connect LED.
|
__STATIC_INLINE void LED_RUNNING_OUT | ( | uint32_t | bit | ) |
Debug Unit: Set status Target Running LED.
bit | status of the Target Running LED.
|