Hi,
Is it required to implement rlDeviceMaskHostIrq()/rlDeviceUnMaskHostIrq() callback function if the interrupt trigger is a rising edge trigger?
Thanks !
RJ
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Is it required to implement rlDeviceMaskHostIrq()/rlDeviceUnMaskHostIrq() callback function if the interrupt trigger is a rising edge trigger?
Thanks !
RJ
Hello Dominic,
rlDeviceMaskHostIrq()/rlDeviceUnMaskHostIrq() callBacks are provided if Host uses the level trigger to recognize the HostIRQ and using these callbacks it'll mask those to avoid getting multiple interrupt for the same HostIRQ event.
As mmWaveLink expects these two callbacks else rlDevicePowerOn will return an error, so in your case (rising edge) you can provide a dummy/blank function to these callbacks.
Regards,
Jitendra