|
| | Middleware utilities enumerated types |
| | Cypress middleware APIs return results of type cy_rslt_t and comprise of three parts:
|
| |
| | Logging utilities |
| | A logging subsystem that allows run time control for the logging level.
|
| |
| | JSON parser utilities |
| | The JSON format is often used for serializing and transmitting structured data over a network connection.
|
| |
| | Linked list utilities |
| | This is a generic linked list library with helper functions to add, insert, delete and find nodes in a list.
|
| |
| | Network helper utilities |
| | This is a collection of network helper functions to fetch IPv4 address of the local device, notify IPv4 address change via callback and conversion utilities.
|
| |
| | String conversion utilities |
| | The string utilities module is a collection of string conversion helpers to convert between integer and strings.
|
| |