Description
Unlock the write bulk pipe.
Files
usbd_phdc_os.h / usbd_phdc_os.c
Prototype
Arguments
class_nbr
PHDC instance number.
Returned Value
None.
Callers
Personal Healthcare Device Class.
Implementation guidelines
Two typical implementations will be possible here.
- Post the mutex/semaphore that locks the write bulk pipe, if no priority management is implemented.
- If priority management has been implemented, this call should release the scheduler (See PHDC RTOS QoS-based scheduler).