Buy Contact NSDSP Home

mcu_create

This function creates an MCU object.

Syntax

mcu_t mcu_create(
        char*             device
);

Parameters

device - the name of the target device

Return

The function returns the newly created MCU object or NULL if the specified device is not supported.

On Windows, there are two versions of this function - mcu_create_a (for ASCII) and mcu_create_w (for UNICODE). The "nsdspif.h" file maps mcu_create to one of these functions depending on whether UNICODE is defined or not.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

© 2007-2025 Northern Software Inc. All Rights Reserved.