| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_crypto_core_prng.h | 53 uint32_t max, 133 uint32_t max, in Cy_Crypto_Core_Prng() argument 141 tmpResult = Cy_Crypto_Core_V1_Prng(base, max, randomNum); in Cy_Crypto_Core_Prng() 147 tmpResult = Cy_Crypto_Core_V2_Prng(base, max, randomNum); in Cy_Crypto_Core_Prng()
|
| D | cy_crypto_core_trng.h | 53 uint32_t max, 164 uint32_t max, 188 uint32_t max, in Cy_Crypto_Core_Trng_Ext() argument 191 return Cy_Crypto_Core_Trng(base, CY_CRYPTO_DEF_TR_GARO, CY_CRYPTO_DEF_TR_FIRO, max, randomNum); in Cy_Crypto_Core_Trng_Ext()
|
| D | cy_crypto.h | 1067 cy_en_crypto_status_t Cy_Crypto_Prng_Generate(uint32_t max, 1751 uint32_t max,
|
| D | cy_crypto_core_prng_v1.h | 48 uint32_t max,
|
| D | cy_crypto_core_prng_v2.h | 48 uint32_t max,
|
| D | cy_crypto_common.h | 1207 uint32_t max; /**< Maximum of the generated value */ member 1418 uint32_t max; member
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_rtc.c | 433 … uint32_t _cyhal_rtc_update_field(uint32_t remaining, uint32_t* curr, uint32_t *next, uint32_t max) in _cyhal_rtc_update_field() argument 435 *curr += remaining % max; in _cyhal_rtc_update_field() 436 if (*curr >= max) in _cyhal_rtc_update_field() 438 *curr %= max; in _cyhal_rtc_update_field() 441 return remaining / max; in _cyhal_rtc_update_field()
|
| D | cyhal_adc_sar.c | 602 uint8_t max = 0; in _cyhal_adc_max_configured_channel() local 607 max = i; in _cyhal_adc_max_configured_channel() 610 return max; in _cyhal_adc_max_configured_channel()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_prng_v1.c | 102 uint32_t max, in Cy_Crypto_Core_V1_Prng() argument 105 Cy_Crypto_SetReg1Instr(base, max); in Cy_Crypto_Core_V1_Prng()
|
| D | cy_crypto_core_prng_v2.c | 105 uint32_t max, in Cy_Crypto_Core_V2_Prng() argument 108 REG_CRYPTO_PR_MAX_CTL(base) = max; in Cy_Crypto_Core_V2_Prng()
|
| D | cy_crypto_core_trng.c | 286 uint32_t max, in Cy_Crypto_Core_Trng() argument 296 status = Cy_Crypto_Core_Trng_Start(base, max); in Cy_Crypto_Core_Trng()
|
| D | cy_crypto.c | 408 cy_en_crypto_status_t Cy_Crypto_Prng_Generate(uint32_t max, in Cy_Crypto_Prng_Generate() argument 419 cfContext->max = max; in Cy_Crypto_Prng_Generate() 911 uint32_t max, in Cy_Crypto_Trng_Generate() argument 924 cfContext->max = max; in Cy_Crypto_Trng_Generate()
|
| D | cy_crypto_server.c | 479 cfContext->max, cfContext->prngNum); in Cy_Crypto_Server_Process() 490 … cfContext->GAROPol, cfContext->FIROPol, cfContext->max, cfContext->trngNum); in Cy_Crypto_Server_Process()
|
| /hal_infineon-latest/XMCLib/drivers/src/ |
| D | xmc_can.c | 93 __STATIC_INLINE uint32_t max(uint32_t a, uint32_t b) in max() function 385 step_n = (uint32_t)min(max(0U, (1024U - (peripheral_frequency / can_frequency))), 1023U); in XMC_CAN_Init() 426 step_n = (uint32_t)min(max(0U, (1024U - (peripheral_frequency / can_frequency))), 1023U); in XMC_CAN_Init() 513 step_n = (uint32_t)min(max(0U, (1024U - (peripheral_frequency / can_frequency))), 1023U); in XMC_CAN_InitEx()
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/inc/ |
| D | whd_wifi_api.h | 1218 whd_result_t whd_tko_max_assoc(whd_interface_t ifp, uint8_t *max);
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/ |
| D | whd_wifi_api.c | 4723 whd_tko_max_assoc(whd_interface_t ifp, uint8_t *max) in whd_tko_max_assoc() argument 4768 *max = tko_max_tcp->max; in whd_tko_max_assoc()
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/ |
| D | whd_wlioctl.h | 3896 uint8_t max; /* max TCP connections supported */ member
|