Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_initialize.c126 …hcd_sim_host -> ux_hcd_sim_host_ed_list = _ux_utility_memory_allocate(UX_ALIGN_16, UX_REGULAR_MEM… in _ux_hcd_sim_host_initialize()
127 if (hcd_sim_host -> ux_hcd_sim_host_ed_list == UX_NULL) in _ux_hcd_sim_host_initialize()
186 if (hcd_sim_host -> ux_hcd_sim_host_ed_list) in _ux_hcd_sim_host_initialize()
187 _ux_utility_memory_free(hcd_sim_host -> ux_hcd_sim_host_ed_list); in _ux_hcd_sim_host_initialize()
Dux_hcd_sim_host_uninitialize.c126 if (hcd_sim_host -> ux_hcd_sim_host_ed_list) in _ux_hcd_sim_host_uninitialize()
127 _ux_utility_memory_free(hcd_sim_host -> ux_hcd_sim_host_ed_list); in _ux_hcd_sim_host_uninitialize()
Dux_hcd_sim_host_ed_obtain.c80 ed = hcd_sim_host -> ux_hcd_sim_host_ed_list; in _ux_hcd_sim_host_ed_obtain()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h120 *ux_hcd_sim_host_ed_list; member