RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Modules

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.
 

Detailed Description

Functions that access the Debug Control Block.

Function Documentation

◆ DCB_GetAuthCtrl()

__STATIC_INLINE uint32_t DCB_GetAuthCtrl ( void  )

Get Debug Authentication Control Register.

Reads Debug Authentication Control register.

Returns
Debug Authentication Control Register.

◆ DCB_SetAuthCtrl()

__STATIC_INLINE void DCB_SetAuthCtrl ( uint32_t  value)

Set Debug Authentication Control Register.

writes to Debug Authentication Control register.

Parameters
[in]valuevalue to be writen.