SPRUJ27C November 2022 – November 2023 TMS320F280033 , TMS320F280034 , TMS320F280034-Q1 , TMS320F280036-Q1 , TMS320F280036C-Q1 , TMS320F280037 , TMS320F280037-Q1 , TMS320F280037C , TMS320F280037C-Q1 , TMS320F280038-Q1 , TMS320F280038C-Q1 , TMS320F280039 , TMS320F280039-Q1 , TMS320F280039C , TMS320F280039C-Q1
This is the general format of an entry for a function, compiler intrinsic, or macro.
A short description of what function_name() does.
Synopsis
Provides a prototype for function_name().
<return_type> function_name(
<type_1> parameter_1,
<type_2> parameter_2,
<type_n> parameter_n
)
Parameters
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:
Description
Describes the function. This section also describes any special characteristics or restrictions that might apply:
Restrictions
Specifies any restrictions in using this function.
Return Value
Specifies any value or values returned by the function.
See Also
Lists other functions or data types related to the function.
Sample Implementation
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.