Searched refs:wm8904Config (Results 1 – 2 of 2) sorted by relevance
196 status_t WM8904_Init(wm8904_handle_t *handle, wm8904_config_t *wm8904Config) in WM8904_Init() argument199 assert(wm8904Config != NULL); in WM8904_Init()203 wm8904_config_t *config = wm8904Config; in WM8904_Init()207 …result = CODEC_I2C_Init(handle->i2cHandle, wm8904Config->i2cConfig.codecI2CInstance, WM8904_I2C_BI… in WM8904_Init()208 wm8904Config->i2cConfig.codecI2CSourceClock); in WM8904_Init()
332 status_t WM8904_Init(wm8904_handle_t *handle, wm8904_config_t *wm8904Config);