Infineon Logo AIROC BTSDK v4.6 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_hal_aclk.h File Reference

List of parameters and defined functions needed to access the Auxiliary Clock (aclk) driver. More...

Enumerations

enum  CLK_SRC_SEL { ACLK0, ACLK1, WICED_ACLK0 = ACLK0, WICED_ACLK1 = ACLK1 }
 
enum  CLK_SRC_FREQ_SEL { ACLK_FREQ_1_MHZ, ACLK_FREQ_24_MHZ, WICED_ACLK_FREQ_24_MHZ = ACLK_FREQ_24_MHZ }
 

Functions

void wiced_hal_aclk_enable (UINT32 frequency, UINT32 clkSrc, UINT32 baseFreqSel)
 Configures, enables, and starts the aclk to be active on a preconfigured GPIO pin. More...
 
void wiced_hal_aclk_disable (UINT32 clkSrc)
 Disables the desired auxilary clock source. More...
 

Detailed Description

List of parameters and defined functions needed to access the Auxiliary Clock (aclk) driver.