1.1.1.1.2 DRV_AK4953_EnableInitialization Function

void DRV_AK4953_EnableInitialization(SYS_MODULE_OBJ object);

Summary

Enable delayed initialization of the driver.

Description

If the AK4953 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_AK4953_Initialize routine must have been called for the specified AK4953 driver instance.

Parameters

ParametersDescription
objectObject handle for the specified driver instance (returned from DRV_AK4953_Initialize)

Returns

None.

Remarks

This is not needed for audio-only applications without a Bluetooth module.

C

void DRV_AK4953_EnableInitialization(SYS_MODULE_OBJ object);