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