Home
last modified time | relevance | path

Searched refs:max (Results 1 – 17 of 17) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_prng.h53 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()
Dcy_crypto_core_trng.h53 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()
Dcy_crypto.h1067 cy_en_crypto_status_t Cy_Crypto_Prng_Generate(uint32_t max,
1751 uint32_t max,
Dcy_crypto_core_prng_v1.h48 uint32_t max,
Dcy_crypto_core_prng_v2.h48 uint32_t max,
Dcy_crypto_common.h1207 uint32_t max; /**< Maximum of the generated value */ member
1418 uint32_t max; member
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_rtc.c433 … 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()
Dcyhal_adc_sar.c602 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/
Dcy_crypto_core_prng_v1.c102 uint32_t max, in Cy_Crypto_Core_V1_Prng() argument
105 Cy_Crypto_SetReg1Instr(base, max); in Cy_Crypto_Core_V1_Prng()
Dcy_crypto_core_prng_v2.c105 uint32_t max, in Cy_Crypto_Core_V2_Prng() argument
108 REG_CRYPTO_PR_MAX_CTL(base) = max; in Cy_Crypto_Core_V2_Prng()
Dcy_crypto_core_trng.c286 uint32_t max, in Cy_Crypto_Core_Trng() argument
296 status = Cy_Crypto_Core_Trng_Start(base, max); in Cy_Crypto_Core_Trng()
Dcy_crypto.c408 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()
Dcy_crypto_server.c479 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/
Dxmc_can.c93 __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/
Dwhd_wifi_api.h1218 whd_result_t whd_tko_max_assoc(whd_interface_t ifp, uint8_t *max);
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c4723 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/
Dwhd_wlioctl.h3896 uint8_t max; /* max TCP connections supported */ member