Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 6 of 6) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c107 …#define _CYHAL_IPC_BIT_ENABLE(variable, channel, core) variable[core] |= (1 << _CYHAL_IPC_FIX… argument
108 …#define _CYHAL_IPC_BIT_DISABLE(variable, channel, core) variable[core] &= ~(1 << _CYHAL_IPC_FI… argument
109 …#define _CYHAL_IPC_CHECK_BIT(variable, channel, core) ((variable[core] & (1 << _CYHAL_IPC_FI… argument
110 …#define _CYHAL_IPC_CHECK_BIT_NOT(variable, channel, core) ((variable[core] & (1 << _CYHAL_IPC_FI… argument
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/resources/nvram/
DREADME5 or adding them into cyignore or adding CY_IGNORE variable as part of the BSP's makefile.
/hal_infineon-latest/abstraction-rtos/
DREADME.md11 2. Declare a variable of the right type (e.g. cy_mutex_t)
12 …unction (e.g. cy_rtos_init_mutex()). Provide it with a reference to the variable that was created …
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/
DREADME.md10 …unicate with the controller running on CM33 processor, hence the member variable hci_config.hci_tr…
/hal_infineon-latest/mtb-pdl-cat1/
DRELEASE.md42 * system_cm7.c - Fixing assignment of the cy_Hfclk0FreqHz global variable.
/hal_infineon-latest/bless/
Dcy_ble.c26 #warning The BLE Stack components are not defined in Makefile. Use COMPONENTS variable in Makefile …