Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 116) sorted by relevance

12345

/hal_infineon-3.7.0/XMCLib/drivers/src/
Dxmc_sdmmc.c93 #define XMC_SDMMC_CHECK_ERROR_EVENT(e)\ argument
94 ((e == XMC_SDMMC_CMD_TIMEOUT_ERR) ||\
95 (e == XMC_SDMMC_CMD_CRC_ERR) ||\
96 (e == XMC_SDMMC_CMD_END_BIT_ERR) ||\
97 (e == XMC_SDMMC_CMD_IND_ERR) ||\
98 (e == XMC_SDMMC_DATA_TIMEOUT_ERR) ||\
99 (e == XMC_SDMMC_DATA_CRC_ERR) ||\
100 (e == XMC_SDMMC_DATA_END_BIT_ERR) ||\
101 (e == XMC_SDMMC_CURRENT_LIMIT_ERR) ||\
102 (e == XMC_SDMMC_ACMD_ERR) ||\
[all …]
Dxmc1_scu.c818 int32_t e; in XMC_SCU_CLOCK_CalibrateOscillatorOnTemperature() local
824 e = *((uint8_t*)ANA_TSE_T2); in XMC_SCU_CLOCK_CalibrateOscillatorOnTemperature()
826 offset = b + (((a - b) * (temperature - d)) / (e - d)); in XMC_SCU_CLOCK_CalibrateOscillatorOnTemperature()
/hal_infineon-3.7.0/abstraction-rtos/
DREADME.md11 2. Declare a variable of the right type (e.g. cy_mutex_t)
12 3. Call the appropriate create or initialize function (e.g. cy_rtos_init_mutex()). Provide it with …
13 4. Access the RTOS object using one of the access functions. e.g. cy_rtos_set_mutex().
14 5. If you don't need it anymore, free up the pointer with the appropriate de-init function (e.g. cy…
20 …bs_rtos.h` and update the application's makefile to include the appropriate component. e.g. one of:
/hal_infineon-3.7.0/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/include/
Dcybt_platform_task.h64 #define IS_BT_EVT_STATIC(e) ( ( (e) & (BT_EVT_STATIC_GROUP) ) ? true : false ) argument
/hal_infineon-3.7.0/XMCLib/
DReadme.txt77 4. Select the device for which your compiling defining a preprocessor symbol, i.e. XMC4500_F144x1024
78 5. Include into your source the header files of the peripherals you want to use, i.e. #include <xmc…
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_rsa.c54 uint32_t e,
739 uint32_t e, in Cy_Crypto_Core_Rsa_expModByMont() argument
767 CY_CRYPTO_VU_LD_REG(base, myE, e); in Cy_Crypto_Core_Rsa_expModByMont()
/hal_infineon-3.7.0/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_ARM/
Dcys06xxa_cm4.sct65 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcyb06xx7_cm4.sct65 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcyb06xxa_cm4.sct65 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcyb06xxa_cm4_dual.sct71 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcyb06xx7_cm4_dual.sct71 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcy8c6xx5_cm4.sct64 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcy8c6xx6_cm4.sct64 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcy8c6xx7_cm4.sct64 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcy8c6xx8_cm4.sct64 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcy8c6xxa_cm4.sct64 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcy8c6xx5_cm4_dual.sct73 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcy8c6xx6_cm4_dual.sct73 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
/hal_infineon-3.7.0/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_ARM/
Dcyb06xx7_cm0plus.sct68 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcyb06xxa_cm0plus.sct68 ; Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
/hal_infineon-3.7.0/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_IAR/
Dxmc7100d_x2112_cm0plus.icf40 define symbol sram_private_for_srom = 0x00000800; /* Private SRAM for SROM (e.g. API pr…
Dxmc7100d_x4160_cm0plus.icf40 define symbol sram_private_for_srom = 0x00000800; /* Private SRAM for SROM (e.g. API pr…
/hal_infineon-3.7.0/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_IAR/
Dcys06xxa_cm4.icf58 * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcyb06xx7_cm4.icf58 * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
Dcyb06xxa_cm4.icf58 * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.

12345