| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Go to the source code of this file.
Functions | |
| void | it8xxx2_wuc_enable (const struct device *dev, uint8_t mask) | 
| A trigger condition on the corresponding input generates a wake-up signal to the power management control of EC.  More... | |
| void | it8xxx2_wuc_disable (const struct device *dev, uint8_t mask) | 
| A trigger condition on the corresponding input doesn't assert the wake-up signal (canceled not pending)  More... | |
| void | it8xxx2_wuc_clear_status (const struct device *dev, uint8_t mask) | 
| Write-1-clear a trigger condition that occurs on the corresponding input.  More... | |
| void | it8xxx2_wuc_set_polarity (const struct device *dev, uint8_t mask, uint32_t flags) | 
| Select the trigger edge mode on the corresponding input.  More... | |
Write-1-clear a trigger condition that occurs on the corresponding input.
| dev | Pointer to the device structure for the driver instance | 
| mask | Pin mask of WUC group | 
A trigger condition on the corresponding input doesn't assert the wake-up signal (canceled not pending)
| dev | Pointer to the device structure for the driver instance | 
| mask | Pin mask of WUC group | 
A trigger condition on the corresponding input generates a wake-up signal to the power management control of EC.
| dev | Pointer to the device structure for the driver instance | 
| mask | Pin mask of WUC group |