DCDC Initialization#

Initialize the DC-DC converter.

Configures the DC-DC converter. If the DC-DC converter is not to be used, the configuration option SL_DEVICE_INIT_DCDC_ENABLE can be disabled, and the converter will be powered off. On Series 1 devices, this option should only be used when DVDD is externally powered.

To enable the bypass switch and short the DC-DC converter input to the DC-DC output, set the configuration option SL_DEVICE_INIT_DCDC_BYPASS.

See AN0948 Power Configurations and DC-DC for further details about DC-DC converter configuration and operation.

Functions#

sl_status_t

Initialize DCDC.

Macros#

#define

DC/DC Converter Type.

#define

Function Documentation#

sl_device_init_dcdc#

sl_status_t sl_device_init_dcdc (void )

Initialize DCDC.

Parameters
N/A

Configure and start the DCDC

Returns

  • Status code


Definition at line 77 of file platform/service/device_init/inc/sl_device_init_dcdc.h

Macro Definition Documentation#

SL_DEVICE_INIT_DCDC_TYPE_BUCK#

#define SL_DEVICE_INIT_DCDC_TYPE_BUCK
Value:
0

DC/DC Converter Type.

Buck Type


Definition at line 65 of file platform/service/device_init/inc/sl_device_init_dcdc.h

SL_DEVICE_INIT_DCDC_TYPE_BOOST#

#define SL_DEVICE_INIT_DCDC_TYPE_BOOST
Value:
1

Boost Type.


Definition at line 66 of file platform/service/device_init/inc/sl_device_init_dcdc.h