1.1.2.3.2 DRV_AK4954_EnableInitialization Function
void DRV_AK4954_EnableInitialization(SYS_MODULE_OBJ object);
Summary
Enable delayed initialization of the driver.
Description
If the AK4954 codec is sharing a RESET line with another peripheral, such as a Bluetooth module with its own driver, then the codec driver initialization has to be delayed until after the Bluetooth module has toggled its RESET pin. Once this has been accomplished, this function should be called to kick-start the codec driver initialization.
Preconditions
The DRV_AK4954_Initialize routine must have been called for the specified AK4954 driver instance.
Parameters
Parameters | Description |
---|---|
object | Object handle for the specified driver instance (returned from DRV_AK4954_Initialize) |
Returns
None.
Remarks
This is not needed for audio-only applications without a Bluetooth module.
C
void DRV_AK4954_EnableInitialization(SYS_MODULE_OBJ object);