Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: X_NUCLEO_IDW01M1_AP_Test
Fork of X_NUCLEO_IDW01M1 by
ItfTranslator.cpp File Reference
Wrapper Functions for access to SPWFSADevice class/vice-versa. More...
Go to the source code of this file.
Functions | |
| void | callSpwfSADevice_init (void *object) |
| Wrapper function to CPP Calls SpwfSADevice init. | |
| char | callSpwfSADevice_getChar (void *object) |
| Wrapper function to CPP Calls SpwfSADevice getChar. | |
| int | callSpwfSADevice_write (void *object, const char *cmd, uint16_t size) |
| Wrapper function to CPP Calls SpwfSADevice write. | |
| void | callSpwfSADevice_wakeup (void *object, int wake) |
| Wrapper function to CPP Calls SpwfSADevice wakeup. | |
| void | callSpwfSADevice_reset (void *object, int reset) |
| Wrapper function to CPP Calls SpwfSADevice reset. | |
| void | callSpwfSADevice_rts (void *object, int rts) |
| Wrapper function to CPP Calls SpwfSADevice read_rts. | |
| int | callSpwfSADevice_read_rts (void *object) |
| Wrapper function to CPP Calls SpwfSADevice read_rts. | |
| void | callSpwfSADevice_attach (wifi_bool attach) |
| Wrapper function to CPP Calls SpwfSADevice attach. | |
| void | callSpwfSADevice_debug (void *object, const char *string) |
| Wrapper function to CPP Calls SpwfSADevice debug. | |
| void | destroySpwfSADevice () |
| Wrapper function to CPP not used. | |
Detailed Description
Wrapper Functions for access to SPWFSADevice class/vice-versa.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
© COPYRIGHT 2016 STMicroelectronics
Definition in file ItfTranslator.cpp.
Function Documentation
| char callSpwfSADevice_getChar | ( | void * | object ) |
Wrapper function to CPP Calls SpwfSADevice getChar.
- Parameters:
-
void* not used
- Return values:
-
None
Definition at line 71 of file ItfTranslator.cpp.
| void callSpwfSADevice_init | ( | void * | object ) |
Wrapper function to CPP Calls SpwfSADevice init.
- Parameters:
-
void* not used
- Return values:
-
None
Definition at line 58 of file ItfTranslator.cpp.
| int callSpwfSADevice_read_rts | ( | void * | object ) |
Wrapper function to CPP Calls SpwfSADevice read_rts.
- Parameters:
-
void* not used
- Return values:
-
RTS value
Definition at line 131 of file ItfTranslator.cpp.
| void callSpwfSADevice_reset | ( | void * | object, |
| int | reset | ||
| ) |
Wrapper function to CPP Calls SpwfSADevice reset.
- Parameters:
-
void* not used reset: (re)set reset pin value
- Return values:
-
None
Definition at line 108 of file ItfTranslator.cpp.
| void callSpwfSADevice_rts | ( | void * | object, |
| int | rts | ||
| ) |
Wrapper function to CPP Calls SpwfSADevice read_rts.
- Parameters:
-
void* not used rts: (re)set RTS pin value
- Return values:
-
None
Definition at line 120 of file ItfTranslator.cpp.
| int callSpwfSADevice_write | ( | void * | object, |
| const char * | cmd, | ||
| uint16_t | size | ||
| ) |
Wrapper function to CPP Calls SpwfSADevice write.
- Parameters:
-
void* not used cmd: data to write size: size of data
- Return values:
-
None
Definition at line 84 of file ItfTranslator.cpp.
| void destroySpwfSADevice | ( | void | ) |
Wrapper function to CPP not used.
- Parameters:
-
void* not used
- Return values:
-
None
Definition at line 165 of file ItfTranslator.cpp.
Generated on Tue Jul 12 2022 12:20:21 by
1.7.2
