SPRUJC5 April 2024 TMS320F28P550SJ , TMS320F28P559SJ-Q1
This is the general format of an entry for a function, compiler intrinsic, or macro.
A short description of what function_name() does.
Provides a prototype for function_name().
<return_type> function_name(
<type_1> parameter_1,
<type_2> parameter_2,
<type_n> parameter_n
)
parameter_1 [in] Type details of parameter_1
parameter_2 [out] Type details of parameter_2
parameter_n [in/out] Type details of parameter_3
Parameter passing is categorized as follows:
Describes the function. This section also describes any special characteristics or restrictions that might apply:
Specifies any restrictions in using this function.
Specifies any value or values returned by the function.
Lists other functions or data types related to the function.
Provides an example (or a reference to an example) that illustrates the use of the function. Along with the Flash API functions, these examples may use the functions from the device_support folder or driverlib folder provided in C2000Ware, to demonstrate the usage of a given Flash API function in an application context.