Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_physical_address_test.c333 VOID *pointer; in ux_test_thread_simulation_0_entry() local
336 pointer = _ux_utility_physical_address(TEST_ADDR); in ux_test_thread_simulation_0_entry()
337 if (pointer != TEST_ADDR) in ux_test_thread_simulation_0_entry()
339 printf("ERROR #%d: expected addr %p but got %p\n", __LINE__, TEST_ADDR, pointer); in ux_test_thread_simulation_0_entry()
343 pointer = _ux_utility_virtual_address(TEST_ADDR); in ux_test_thread_simulation_0_entry()
344 if (pointer != TEST_ADDR) in ux_test_thread_simulation_0_entry()
346 printf("ERROR #%d: expected addr %p but got %p\n", __LINE__, TEST_ADDR, pointer); in ux_test_thread_simulation_0_entry()
/USBX-v6.2.1/
DREADME.md53 /* pointer for use in ISR processing later, and finding the first */
/USBX-v6.2.1/docs/
Drevision_history.txt351 ux_hcd_pic32_asynch_queue_process.c Moved pointer checking.
1083 … ux_host_stack_configuration_interface_get.c Fixed some possible NULL pointer dereferencing.
2583 … ux_hcd_isp1161_asynch_schedule.c Added check for NULL pointer in the scheduling loop.
2594 … ux_hcd_sim_host_asynch_schedule.c Added check for NULL pointer in the scheduling loop.