![]() |
RTEMS 7.0-rc1
|
Functions that access the Debug Control Block. More...
Modules | |
| Debug Identification Functions | |
| Functions that access the Debug Identification Block. | |
| __STATIC_INLINE void | DCB_SetAuthCtrl (uint32_t value) |
| Set Debug Authentication Control Register. | |
| __STATIC_INLINE uint32_t | DCB_GetAuthCtrl (void) |
| Get Debug Authentication Control Register. | |
Functions that access the Debug Control Block.
| __STATIC_INLINE uint32_t DCB_GetAuthCtrl | ( | void | ) |
Get Debug Authentication Control Register.
Reads Debug Authentication Control register.
| __STATIC_INLINE void DCB_SetAuthCtrl | ( | uint32_t | value | ) |
Set Debug Authentication Control Register.
writes to Debug Authentication Control register.
| [in] | value | value to be writen. |