Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/trng/
Dfsl_trng.c1282 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count);
1400 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count) in trng_SetRetryCount() argument
1404 if ((retry_count >= 1u) && (retry_count <= 15u)) in trng_SetRetryCount()
1407 TRNG_WR_SCMISC_RTY_CT(base, retry_count); in trng_SetRetryCount()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h1432 t_u32 retry_count; member
1507 t_u32 retry_count; member
Dmlan_fw.h4119 t_u16 retry_count;
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h893 t_u16 retry_count; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_sta_ioctl.c86 value = mib->param.retry_count; in wlan_snmp_mib_ioctl()
Dmlan_api.c867 ctrl_tlv->retry_count = wlan_cpu_to_le16(keep_alive->max_keep_alives); in wifi_tcp_keep_alive()
978 ctrl_tlv->retry_count = wlan_cpu_to_le16(keep_alive->retry_count); in wifi_cloud_keep_alive()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c5983 cloud_keep_alive.retry_count = retry_count_default;