Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/btstack/wiced_include/
Dwiced_result.h52 #define RESULT_ENUM( prefix, name, value ) prefix ## name = (value) argument
66 #define WICED_RESULT_LIST( prefix ) \ argument
140 #define FILESYSTEM_RESULT_LIST( prefix ) \ argument
Dwiced_bt_constants.h52 #define RESULT_ENUM( prefix, name, value ) prefix ## name = (value) argument
56 #define BT_RESULT_LIST( prefix ) \ argument
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwiced_resource.h56 #define RESULT_ENUM(prefix, name, value) prefix ## name = (value) argument
83 #define RESOURCE_RESULT_LIST(prefix) \ argument
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_ecc_eddsa.c1439 uint8_t *prefix; in Cy_Crypto_Core_ED25519_Sign() local