Hi,
I have a couple of interrupt related questions
#1
I'm migrating from Bios5 and have a masking question. The Sys Bios API documentation has a description (below).
It says that "Only a few targets/devices truly support this masking option. For those that don't, this setting is treated the same as MaskingOption_SELF."
I'm assuming that these choices are valid for 8148? Also, if you choose " Hwi_MaskingOption_BITMASK," Where does the mask go, or does it set like this? hwiParams.maskSetting = 0x00000001; ? In general, I'm expecting nesting to be possible through this mechanism, correct?
#2
Is the function Hwi_enableInterrupt() identical to setting the IER register?
Thanks,
Matt
enum Hwi_MaskingOption |
|
Shorthand interrupt masking options
C synopsis | target-domain |