Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
usbd_mphys()
Get the physical address of memory allocated by usbd_alloc()
Synopsis:
#include <sys/usbdi.h> paddr_t usbd_mphys( const void *ptr );
Arguments:
- ptr
- A pointer to the block of memory.
Library:
libusbdi
Description:
The usbd_mphys() function obtains the physical address used by usbd_alloc() to allocate memory for a data transfer.
Returns:
Physical address.
Classification:
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
See also:
usbd_alloc(), usbd_alloc_urb(), usbd_free(), usbd_free_urb(), usbd_mphys()
![]() |
![]() |
![]() |
![]() |

![[Previous]](prev.gif)
![[Contents]](contents.gif)
![[Index]](keyword_index.gif)
![[Next]](next.gif)