Hardware Module for SMDK412

73M1822/73M1922 Hardware Module for SMDK412 User Guide UG_1x22_054
26 Rev. 1.1
4.6.10 tsc_1x22_mafe_set_reg_auto_poll
Description
This starts/stops the automatic polling of the 73M1x22 device registers dependent upon the user supplied
arguments. An argument (mask) of 0 disables this feature.
IOCTL Equivalent
TSC_1X22_MAFE_SET_REG_AUTO_POLL
Prototype
int tsc_1x22_mafe_set_reg_auto_poll(unsigned int mask);
Parameters
Data Type Name Description
unsigned int
mask
If mask[bit i] is set then poll register i.
Return Values
Data Type Description
int
0 = Success.
-1 = Failure.
4.6.11 tsc_1x22_mafe_irq_hw
Description
This function enables the use of the HW interrupt pin on the 73M1x22 device to be reported through the
HW Module. The current SMDK interrupt assigned is through EINT11 / IRQ 39. The interrupt is enabled
by default after this call.
IOCTL Equivalent
TSC_1X22_MAFE_IRQ_HW
Prototype
void tsc_1x22_mafe_irq_hw(void);
Parameters
Data Type Name Description
NA NA NA
Return Values
Data Type Description
void
NA