Home
last modified time | relevance | path

Searched defs:max (Results 1 – 19 of 19) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_trng.h83 uint32_t max, in Cy_Crypto_Core_Trng()
Dcy_crypto_core_prng.h121 uint32_t max, in Cy_Crypto_Core_Prng()
Dcy_crypto_common.h831 uint32_t max; /**< Maximum of the generated value */ member
866 uint32_t max; member
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_prng_v1.c98 uint32_t max, in Cy_Crypto_Core_V1_Prng()
Dcy_crypto_core_prng_v2.c101 uint32_t max, in Cy_Crypto_Core_V2_Prng()
Dcy_crypto_core_trng_v1.c108 uint32_t max, in Cy_Crypto_Core_V1_Trng()
Dcy_crypto_core_trng_v2.c111 uint32_t max, in Cy_Crypto_Core_V2_Trng()
Dcy_crypto.c370 cy_en_crypto_status_t Cy_Crypto_Prng_Generate(uint32_t max, in Cy_Crypto_Prng_Generate()
733 uint32_t max, in Cy_Crypto_Trng_Generate()
/hal_infineon-3.4.0/mtb-pdl-cat1/cmsis/include/
Dcmsis_armcc.h758 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
783 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_armclang.h1184 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
1209 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_iccarm.h803 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
821 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_armclang_ltm.h1166 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
1191 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_gcc.h1386 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
1411 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Darm_math.h1096 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
1114 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_rtc.c414 … uint32_t _cyhal_rtc_update_field(uint32_t remaining, uint32_t* curr, uint32_t *next, uint32_t max) in _cyhal_rtc_update_field()
Dcyhal_adc_sar.c299 uint8_t max = 0; in _cyhal_adc_max_configured_channel() local
/hal_infineon-3.4.0/XMCLib/drivers/src/
Dxmc_can.c93 __STATIC_INLINE uint32_t max(uint32_t a, uint32_t b) in max() function
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c4644 whd_tko_max_assoc(whd_interface_t ifp, uint8_t *max) in whd_tko_max_assoc()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_wlioctl.h3888 uint8_t max; /* max TCP connections supported */ member