| /hal_infineon-latest/XMCLib/drivers/inc/ |
| D | xmc_usbd_regs.h | 239 } b; member 279 } b; member 313 } b; member 353 } b; member 477 } b; member 522 } b; member 568 } b; member 594 } b; member 618 } b; member 633 } b; member [all …]
|
| /hal_infineon-latest/btstack/wiced_include/ |
| D | wiced_data_types.h | 91 #define WICED_MEMCPY(a, b, c) memcpy((void*)(a), (const void*)(b), c) /**< Wiced Memory c… argument 92 #define WICED_MEMSET(a, b, c) memset((void*)(a), b, c) /**< Wiced Memory s… argument 93 #define WICED_MEMMOVE(a, b, c) memmove((void*)(a), (const void*)(b), c) /**< Wiced Memory m… argument 94 #define WICED_MEMCMP(a, b, c) memcmp((void*)(a), (const void*)(b), c) /**< Wiced Memory c… argument
|
| D | wiced_bt_types.h | 427 #define MIN( a, b ) ( ( (a) < (b) ) ? (a) : (b) ) argument 432 #define MAX( a, b ) ( ( (a) > (b) ) ? (a) : (b) ) argument
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_cryptolite_vu.h | 41 #define VU_BITS_TO_WORDS(b) (((b)+31U) >> 5) argument 42 #define VU_BITS_TO_BYTES(b) ((4U)*VU_BITS_TO_WORDS(b)) argument 43 #define VU_BYTES_TO_WORDS(b) ((b) >> 2) argument
|
| D | cy_cryptolite_nist_p.h | 87 uint8_t *z, uint8_t *a, uint8_t *b) in Cy_Cryptolite_EC_AddMod() 113 uint8_t * z, uint8_t * a, uint8_t * b) in Cy_Cryptolite_EC_SubMod()
|
| D | cy_smif_memslot.h | 466 #define CY_SMIF_FLASH_OFFSET(b,o) (*(( (volatile CY_SMIF_FLASHDATA*)(b) ) + (o))) argument 469 #define CY_SMIF_FLASH_WR(b,o,d)\ argument 475 #define CY_SMIF_FLASH_WR(b,o,d) CY_SMIF_FLASH_OFFSET((b),(o)) = (d) argument 477 #define CY_SMIF_FLASH_RD(b,o) CY_SMIF_FLASH_OFFSET((b),(o)) argument
|
| D | cy_crypto_core_hw.h | 721 #define CY_CRYPTO_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument 722 #define CY_CRYPTO_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
|
| D | cy_crypto_core_hw_v2.h | 112 #define CY_CRYPTO_MERGE_BYTES(a, b, c, d) (uint32_t)( \ argument
|
| D | cy_sysclk.h | 8324 #define CY_SYSCLK_DIV_ROUND(a, b) (CY_SYSLIB_DIV_ROUND((a),(b))) argument 8325 #define CY_SYSCLK_DIV_ROUNDUP(a, b) (CY_SYSLIB_DIV_ROUNDUP((a),(b))) argument
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_ecc_nist_p.c | 1519 uint32_t b, in Cy_Crypto_Core_EC_MulMod() 1575 void Cy_Crypto_Core_EC_AddMod( CRYPTO_Type *base, uint32_t z, uint32_t a, uint32_t b) in Cy_Crypto_Core_EC_AddMod() 1602 void Cy_Crypto_Core_EC_SubMod( CRYPTO_Type *base, uint32_t z, uint32_t a, uint32_t b) in Cy_Crypto_Core_EC_SubMod() 1692 uint32_t b, in Cy_Crypto_Core_EC_DivMod()
|
| D | cy_cryptolite_nist_p.c | 144 uint8_t * b, in Cy_Cryptolite_EC_MulMod() 191 uint8_t * b, in Cy_Cryptolite_EC_DivMod()
|
| D | cy_crypto_core_ecc_eddsa.c | 207 uint32_t b, in Cy_Crypto_Core_ED25519_MulMod() 320 uint32_t b = 0u; in Cy_Crypto_Core_ED25519Add() local 538 uint32_t b = 1u; in Cy_Crypto_Core_ED25519Double() local
|
| D | cy_crypto_core_rsa.c | 935 uint32_t z, uint32_t a, uint32_t b, in Cy_Crypto_Core_Rsa_MontMul()
|
| /hal_infineon-latest/core-lib/include/ |
| D | cy_utils.h | 436 #define CY_SYSLIB_DIV_ROUND(a, b) (((a) + ((b) / 2U)) / (b)) argument 447 #define CY_SYSLIB_DIV_ROUNDUP(a, b) ((((a) - 1U) / (b)) + 1U) argument
|
| /hal_infineon-latest/XMCLib/drivers/src/ |
| D | xmc_can.c | 93 __STATIC_INLINE uint32_t max(uint32_t a, uint32_t b) in max() 98 __STATIC_INLINE uint32_t min(uint32_t a, uint32_t b) in min()
|
| D | xmc1_scu.c | 816 int32_t b; in XMC_SCU_CLOCK_CalibrateOscillatorOnTemperature() local
|
| /hal_infineon-latest/mtb-pdl-cat1/device-info/personalities_9.0/platform/ |
| D | pll_solver-2.0.tcl | 144 proc double_equals {a b} {
|
| /hal_infineon-latest/mtb-pdl-cat1/device-info/personalities_8.0/platform/ |
| D | pll_solver-2.0.tcl | 144 proc double_equals {a b} {
|
| /hal_infineon-latest/mtb-pdl-cat1/device-info/personalities/platform/ |
| D | pll_solver-2.0.tcl | 144 proc double_equals {a b} {
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/inc/ |
| D | whd_types.h | 515 #define MK_CNTRY(a, b, \ argument 519 #define MK_CNTRY(a, b, \ argument
|