Home
last modified time | relevance | path

Searched refs:msgQ (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.5/build/libraries/snd/ARM9.TWL/src/
Dsndex.c213 OSMessageQueue msgQ; in SNDEXi_GetMute() local
224 OS_InitMessageQueue(&msgQ, msg, 1); in SNDEXi_GetMute()
227 result = SNDEXi_GetMuteAsync(mute, SyncCallback, (void*)(&msgQ)); in SNDEXi_GetMute()
230 (void)OS_ReceiveMessage(&msgQ, (OSMessage*)(&result), OS_MESSAGE_BLOCK); in SNDEXi_GetMute()
290 OSMessageQueue msgQ; in SNDEXi_GetI2SFrequency() local
301 OS_InitMessageQueue(&msgQ, msg, 1); in SNDEXi_GetI2SFrequency()
304 result = SNDEXi_GetI2SFrequencyAsync(freq, SyncCallback, (void*)(&msgQ)); in SNDEXi_GetI2SFrequency()
307 (void)OS_ReceiveMessage(&msgQ, (OSMessage*)(&result), OS_MESSAGE_BLOCK); in SNDEXi_GetI2SFrequency()
369 OSMessageQueue msgQ; in SNDEXi_GetDSPMixRate() local
380 OS_InitMessageQueue(&msgQ, msg, 1); in SNDEXi_GetDSPMixRate()
[all …]
/TwlSDK-5.5/build/libraries/spi/ARM9.TWL/src/
Dmicex.c43 OSMessageQueue msgQ; in MICEXi_StartLimitedSampling() local
56 OS_InitMessageQueue(&msgQ, msg, 1); in MICEXi_StartLimitedSampling()
59 result = MICEXi_StartLimitedSamplingAsync(param, MicexSyncCallback, (void*)(&msgQ)); in MICEXi_StartLimitedSampling()
62 (void)OS_ReceiveMessage(&msgQ, (OSMessage*)(&result), OS_MESSAGE_BLOCK); in MICEXi_StartLimitedSampling()
193 OSMessageQueue msgQ; in MICEXi_StopLimitedSampling() local
206 OS_InitMessageQueue(&msgQ, msg, 1); in MICEXi_StopLimitedSampling()
209 result = MICEXi_StopLimitedSamplingAsync(MicexSyncCallback, (void*)(&msgQ)); in MICEXi_StopLimitedSampling()
212 (void)OS_ReceiveMessage(&msgQ, (OSMessage*)(&result), OS_MESSAGE_BLOCK); in MICEXi_StopLimitedSampling()
266 OSMessageQueue msgQ; in MICEXi_AdjustLimitedSampling() local
279 OS_InitMessageQueue(&msgQ, msg, 1); in MICEXi_AdjustLimitedSampling()
[all …]
/TwlSDK-5.5/build/demos/snd/synth/src/
Dmain.c85 static OSMessageQueue msgQ; variable
141 OS_InitMessageQueue(&msgQ, msgBuf, 1); in NitroMain()
255 (void)OS_ReceiveMessage(&msgQ, &message, OS_MESSAGE_BLOCK); in StrmThread()
271 (void)OS_SendMessage(&msgQ, (OSMessage)arg, OS_MESSAGE_NOBLOCK); in SoundAlarmHandler()
/TwlSDK-5.5/build/demos/snd/capture/src/
Dmain.c74 static OSMessageQueue msgQ; variable
250 OS_InitMessageQueue(&msgQ, msgBuf, 1); in CaptureThread()
254 (void)OS_ReceiveMessage(&msgQ, &message, OS_MESSAGE_BLOCK); in CaptureThread()
270 if (!OS_SendMessage(&msgQ, (OSMessage)arg, OS_MESSAGE_NOBLOCK)) in SoundAlarmHandler()
/TwlSDK-5.5/build/demos.TWL/aes/ccm-compatible/src/
Dmain.c535 OSMessageQueue msgQ; in DEMO_CcmEncryptCompatible() local
539 OS_InitMessageQueue(&msgQ, msgQBuffer, sizeof(msgQBuffer)/sizeof(*msgQBuffer)); in DEMO_CcmEncryptCompatible()
555 &msgQ ); in DEMO_CcmEncryptCompatible()
561 aesResult = DEMO_WaitAes(&msgQ); in DEMO_CcmEncryptCompatible()
667 OSMessageQueue msgQ; in DEMO_CcmDecryptCompatible() local
671 OS_InitMessageQueue(&msgQ, msgQBuffer, sizeof(msgQBuffer)/sizeof(*msgQBuffer)); in DEMO_CcmDecryptCompatible()
687 &msgQ ); in DEMO_CcmDecryptCompatible()
693 aesResult = DEMO_WaitAes(&msgQ); in DEMO_CcmDecryptCompatible()
/TwlSDK-5.5/build/demos.TWL/aes/ctr-compatible/src/
Dmain.c331 OSMessageQueue msgQ; in DEMO_CtrCompatible() local
335 OS_InitMessageQueue(&msgQ, msgQBuffer, sizeof(msgQBuffer)/sizeof(*msgQBuffer)); in DEMO_CtrCompatible()
348 &msgQ ); in DEMO_CtrCompatible()
354 aesResult = DEMO_WaitAes(&msgQ); in DEMO_CtrCompatible()
/TwlSDK-5.5/build/demos/snd/stream/src/
Dmain.c82 static OSMessageQueue msgQ; variable
275 OS_InitMessageQueue(&msgQ, msgBuf, 1); in StrmThread()
279 (void)OS_ReceiveMessage(&msgQ, &message, OS_MESSAGE_BLOCK); in StrmThread()
295 (void)OS_SendMessage(&msgQ, (OSMessage)arg, OS_MESSAGE_NOBLOCK); in SoundAlarmHandler()
/TwlSDK-5.5/build/demos/math/fft-2/src/
Dmain.c154 static OSMessageQueue msgQ; variable
1108 OS_InitMessageQueue(&msgQ, msgBuf, 1); in StrmThread()
1112 (void)OS_ReceiveMessage(&msgQ, &message, OS_MESSAGE_BLOCK); in StrmThread()
1128 (void)OS_SendMessage(&msgQ, (OSMessage)arg, OS_MESSAGE_NOBLOCK); in SoundAlarmHandler()