DEVICE_SLEEP_ConfigAclbClk Function
C
void DEVICE_SLEEP_ConfigAclbClk(bool enable);
Description
The API is used to enable/disable ACLB clock .
Parameters
bool enable Set as true to enable ACLB; set as false to disable.
Returns
None
void DEVICE_SLEEP_ConfigAclbClk(bool enable);
The API is used to enable/disable ACLB clock .
bool enable Set as true to enable ACLB; set as false to disable.
None