![]() |
![]() |
CC23x0R5DriverLibrary
|
#include <stdint.h>
#include "../inc/hw_lrfddbell.h"
Go to the source code of this file.
Macros | |
#define | LRFD_NUM_CLK_DEP (2U) |
#define | LRFD_CLK_DEP_POWER (0U) |
LRFD Clock dependency set to be used by the Power driver. More... | |
#define | LRFD_CLK_DEP_RCL (1U) |
LRFD Clock dependency set to be used by the RCL. More... | |
Functions | |
void | LRFDSetClockDependency (uint16_t mask, uint8_t dependencySetId) |
Set clock dependency on a set of modules in LRFD. More... | |
void | LRFDReleaseClockDependency (uint16_t mask, uint8_t dependencySetId) |
Release clock dependency on a set of modules in LRFD. More... | |
void | LRFDApplyClockDependencies (void) |
Apply the currently set clock dependencies. More... | |