Searched refs:variable (Results 1 – 6 of 6) sorted by relevance
107 …#define _CYHAL_IPC_BIT_ENABLE(variable, channel, core) variable[core] |= (1 << _CYHAL_IPC_FIX… argument108 …#define _CYHAL_IPC_BIT_DISABLE(variable, channel, core) variable[core] &= ~(1 << _CYHAL_IPC_FI… argument109 …#define _CYHAL_IPC_CHECK_BIT(variable, channel, core) ((variable[core] & (1 << _CYHAL_IPC_FI… argument110 …#define _CYHAL_IPC_CHECK_BIT_NOT(variable, channel, core) ((variable[core] & (1 << _CYHAL_IPC_FI… argument
5 or adding them into cyignore or adding CY_IGNORE variable as part of the BSP's makefile.
11 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 …
10 …unicate with the controller running on CM33 processor, hence the member variable hci_config.hci_tr…
42 * system_cm7.c - Fixing assignment of the cy_Hfclk0FreqHz global variable.
26 #warning The BLE Stack components are not defined in Makefile. Use COMPONENTS variable in Makefile …