pcf8563_irq_enable

The interface has the following parameters.
  • Syntax:
    static int pcf8563_irq_enable(struct device *dev, unsigned int enabled)
  • Description: The function is used to set interrupt mode of RTC alarm.
  • Parameter:
    • dev: The target RTC device.
    • enable: Interrupt mode.
  • Return: None.