CC27xxDriverLibrary

Functions that access the Debug Control Block. More...

Collaboration diagram for Debug Control Functions:

Functions

__STATIC_INLINE void DCB_SetAuthCtrl (uint32_t value)
 Set Debug Authentication Control Register. More...
 
__STATIC_INLINE uint32_t DCB_GetAuthCtrl (void)
 Get Debug Authentication Control Register. More...
 

Detailed Description

Functions that access the Debug Control Block.

Function Documentation

§ 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.

References __DSB(), __ISB(), and DCB.

§ DCB_GetAuthCtrl()

__STATIC_INLINE uint32_t DCB_GetAuthCtrl ( void  )

Get Debug Authentication Control Register.

Reads Debug Authentication Control register.

Returns
Debug Authentication Control Register.

References __DSB(), __ISB(), __STATIC_INLINE, and DCB.