![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
The IC specific functions. More...
Functions | |
| __inline bool | is_ic_supported (_dut_ic dut_ic) |
| Query if the IC is supported by current PLT version. More... | |
| __inline _ic_spec_status | get_dut_ic_str (_dut_ic dut_ic, char *str) |
| Return the dut_ic string resolution. More... | |
| __inline _ic_spec_status | get_dut_ic_enum (_dut_ic *dut_ic, char *str) |
| Return the dut_ic enumeration value from the string equivalent. More... | |
| __inline _ic_spec_status | get_dut_ic_prod_test_fw (_dut_ic dut_ic, char *file_name) |
| Returns the production firmware file name for the given device IC. More... | |
| __inline _ic_spec_status | get_dut_ic_mem_prog_fw (_dut_ic dut_ic, char *file_name) |
| Returns the memory programming firmware file name for the given device IC. More... | |
| __inline _ic_spec_status | check_gpio (_dut_ic dut_ic, _ic_gpio gpio_sel) |
| Check if a GPIO port/pin configuration is valid. More... | |
| __inline _ic_spec_status | get_gpio_name_str (_dut_ic dut_ic, _ic_gpio gpio, char *str) |
| Return the selected GPIO in a string. More... | |
| __inline _ic_spec_status | check_gpio_is_led (_dut_ic dut_ic, _ic_gpio gpio) |
| Return whether the selected GPIO in an LED. More... | |
The IC specific functions.
| __inline _ic_spec_status check_gpio | ( | _dut_ic | dut_ic, |
| _ic_gpio | gpio_sel | ||
| ) |
Check if a GPIO port/pin configuration is valid.
| [in] | dut_ic | The type of device currently used, __dut_ic. |
| [in] | gpio_sel | Union that holds the selected GPIO of all IC types, __ic_gpio. |
Definition at line 589 of file ic_specifics.h.
| __inline _ic_spec_status check_gpio_is_led | ( | _dut_ic | dut_ic, |
| _ic_gpio | gpio | ||
| ) |
Return whether the selected GPIO in an LED.
| [in] | dut_ic | The type of device currently used, __dut_ic. |
| [in] | gpio | Union that holds the selected GPIO of all IC types, __ic_gpio. |
Definition at line 708 of file ic_specifics.h.
| __inline _ic_spec_status get_dut_ic_enum | ( | _dut_ic * | dut_ic, |
| char * | str | ||
| ) |
Return the dut_ic enumeration value from the string equivalent.
| [in] | dut_ic | The type of device currently used, __dut_ic. |
| [out] | str | String to be updated. |
Definition at line 480 of file ic_specifics.h.
| __inline _ic_spec_status get_dut_ic_mem_prog_fw | ( | _dut_ic | dut_ic, |
| char * | file_name | ||
| ) |
Returns the memory programming firmware file name for the given device IC.
| [in] | dut_ic | The type of device currently used, __dut_ic. |
| [out] | file_name | String to be updated. |
Definition at line 556 of file ic_specifics.h.
| __inline _ic_spec_status get_dut_ic_prod_test_fw | ( | _dut_ic | dut_ic, |
| char * | file_name | ||
| ) |
Returns the production firmware file name for the given device IC.
| [in] | dut_ic | The type of device currently used, __dut_ic. |
| [out] | file_name | String to be updated. |
Definition at line 522 of file ic_specifics.h.
| __inline _ic_spec_status get_dut_ic_str | ( | _dut_ic | dut_ic, |
| char * | str | ||
| ) |
Return the dut_ic string resolution.
| [in] | dut_ic | The type of device currently used, __dut_ic. |
| [out] | str | String to be updated. |
Definition at line 442 of file ic_specifics.h.
| __inline _ic_spec_status get_gpio_name_str | ( | _dut_ic | dut_ic, |
| _ic_gpio | gpio, | ||
| char * | str | ||
| ) |
Return the selected GPIO in a string.
| [in] | dut_ic | The type of device currently used, __dut_ic. |
| [in] | gpio | Union that holds the selected GPIO of all IC types, __ic_gpio. |
| [out] | str | String to be updated. |
Definition at line 624 of file ic_specifics.h.
| __inline bool is_ic_supported | ( | _dut_ic | dut_ic | ) |
Query if the IC is supported by current PLT version.
| dut_ic | The DUT IC to check. |
Definition at line 417 of file ic_specifics.h.