Home
last modified time | relevance | path

Searched refs:step (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_utility.c364 UINT step; in _nx_utility_base64_encode() local
411 step = 0; in _nx_utility_base64_encode()
417 if (step == 0) in _nx_utility_base64_encode()
422 step++; in _nx_utility_base64_encode()
424 else if (step == 1) in _nx_utility_base64_encode()
439 step++; in _nx_utility_base64_encode()
441 else if (step == 2) in _nx_utility_base64_encode()
456 step++; in _nx_utility_base64_encode()
464 step = 0; in _nx_utility_base64_encode()
536 UINT step; in _nx_utility_base64_decode() local
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.c53 …pdate(NX_AZURE_IOT_ADU_AGENT *adu_agent_ptr, NX_AZURE_IOT_ADU_AGENT_STEP *step, NX_AZURE_IOT_ADU_A…
61 NX_AZURE_IOT_ADU_AGENT_STEP *step,
668 NX_AZURE_IOT_ADU_AGENT_STEP *step; in nx_azure_iot_adu_agent_update_check_event_process() local
745 step = adu_agent_ptr -> nx_azure_iot_adu_agent_current_step; in nx_azure_iot_adu_agent_update_check_event_process()
746 switch (step -> state) in nx_azure_iot_adu_agent_update_check_event_process()
754 if (((step -> type_length != 0) && in nx_azure_iot_adu_agent_update_check_event_process()
755 (step -> type_length == sizeof(NX_AZURE_IOT_ADU_AGENT_STEP_TYPE_INLINE) - 1) && in nx_azure_iot_adu_agent_update_check_event_process()
756 … (!memcmp(step -> type, NX_AZURE_IOT_ADU_AGENT_STEP_TYPE_INLINE, step -> type_length))) || in nx_azure_iot_adu_agent_update_check_event_process()
757 ((step -> type_length == 0) && in nx_azure_iot_adu_agent_update_check_event_process()
758 … (step -> handler_length == sizeof(NX_AZURE_IOT_ADU_AGENT_STEP_HANDLER_SWUPDATE) - 1) && in nx_azure_iot_adu_agent_update_check_event_process()
[all …]
/NetX-Duo-v6.2.1/tsn/src/
Dnx_shaper.c1147 UINT front, end, step; in nx_shaper_tas_parameter_set() local
1241 step = end - front; in nx_shaper_tas_parameter_set()
1244 …if ((tas_config -> traffic[i].time_offset > front) && (step > tas_config -> traffic[i].time_offset… in nx_shaper_tas_parameter_set()
1246 step = tas_config -> traffic[i].time_offset - front; in nx_shaper_tas_parameter_set()
1249 … (step > tas_config -> traffic[i].time_offset + tas_config -> traffic[i].duration - front)) in nx_shaper_tas_parameter_set()
1251step = tas_config -> traffic[i].time_offset + tas_config -> traffic[i].duration - front; in nx_shaper_tas_parameter_set()
1253 else if (step > end - front) in nx_shaper_tas_parameter_set()
1255 step = end - front; in nx_shaper_tas_parameter_set()
1264 tas_parameter.gcl[gcl_index++].duration = step; in nx_shaper_tas_parameter_set()
1265 front = front + step; in nx_shaper_tas_parameter_set()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt5609 …the option to skip the discovery step.