|
| LOG_PROTOTYPE = ctypes.CFUNCTYPE(None, ctypes.c_char_p) |
|
| UNSECURE_HOOK_PROTOTYPE |
|
| FLASH_PROGRESS_PROTOTYPE |
|
Collection of function prototype and type builders for the J-Link SDK
API calls.
◆ FLASH_PROGRESS_PROTOTYPE
enums.JLinkFunctions.FLASH_PROGRESS_PROTOTYPE |
|
static |
Initial value:= ctypes.CFUNCTYPE(None,
ctypes.c_char_p,
ctypes.c_char_p,
ctypes.c_int)
◆ UNSECURE_HOOK_PROTOTYPE
enums.JLinkFunctions.UNSECURE_HOOK_PROTOTYPE |
|
static |
Initial value:= ctypes.CFUNCTYPE(ctypes.c_int,
ctypes.c_char_p,
ctypes.c_char_p,
ctypes.c_uint32)
The documentation for this class was generated from the following file:
- test/test_script/enums.py