Functions | |
__STATIC_INLINE void | RFCClockEnable (void) |
Enable the RF core clocks. More... | |
__STATIC_INLINE void | RFCClockDisable (void) |
Disable the RF core clocks. More... | |
__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'.
__STATIC_INLINE void RFCClockEnable | ( | void | ) |