CC26xx Driver Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
[rfc] RF Core

Functions

__STATIC_INLINE void RFCClockEnable (void)
 Enable the RF core clocks. More...
 
__STATIC_INLINE void RFCClockDisable (void)
 Disable the RF core clocks. More...
 

Detailed Description

Function Documentation

__STATIC_INLINE void RFCClockDisable ( void  )

Disable the RF core clocks.

As soon as the RF core is started it will handle clock control autonomously. No check should be performed to check the clocks. Instead the radio can be ping'ed through the command interface.

When disabling clocks it is the programmers responsibility that the RF core clocks can be safely gated. I.e. the RF core should be safely 'parked'.

Returns
None

Definition at line 119 of file rfc.h.

__STATIC_INLINE void RFCClockEnable ( void  )

Enable the RF core clocks.

As soon as the RF core is started it will handle clock control autonomously. No check should be performed to check the clocks. Instead the radio can be ping'ed through the command interface.

Returns
None

Definition at line 84 of file rfc.h.