Zephyr API 3.6.99
|
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. | |
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) | |
void | it8xxx2_wuc_clear_status (const struct device *dev, uint8_t mask) |
Write-1-clear a trigger condition that occurs on the corresponding input. | |
void | it8xxx2_wuc_set_polarity (const struct device *dev, uint8_t mask, uint32_t flags) |
Select the trigger edge mode on the corresponding input. | |
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 |