Searched refs:UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE (Results 1 – 3 of 3) sorted by relevance
129 if ((device -> ux_device_enum_state == UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE) || in _ux_host_stack_device_resources_free()131 (device -> ux_device_enum_next_state == UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE))) in _ux_host_stack_device_resources_free()
737 device -> ux_device_enum_next_state = UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE; in _ux_host_stack_device_enum_run()744 case UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE: in _ux_host_stack_device_enum_run()797 device -> ux_device_enum_next_state = UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE; in _ux_host_stack_device_enum_run()977 if (device -> ux_device_enum_next_state == UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE) in _ux_host_stack_device_enum_run()994 if (device -> ux_device_enum_next_state == UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE) in _ux_host_stack_device_enum_run()
96 #define UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE (UX_STATE_STEP + 9) macro