nn::dsp::CTR::GetSemaphore Functionnn::Result GetSemaphore( u16 * pMask );
| Name | Description | |
|---|---|---|
| out | pMask | Location at which to store values. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
ResultNotInitialized |
The library is not initialized. |
Gets semaphore values.
If the return value is other than ResultSuccess, the value of *pMask will be undefined.
ResultSuccess.CONFIDENTIAL