File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,17 @@ New APIs and options
119119 * :kconfig:option: `CONFIG_NVMEM_FLASH `
120120 * :kconfig:option: `CONFIG_NVMEM_FLASH_WRITE `
121121
122+ * PWM
123+
124+ * Extended API with PWM events
125+
126+ * :c:struct: `pwm_event_callback ` to hold a pwm event callback
127+ * :c:func: `pwm_init_event_callback ` to help initialize a :c:struct: `pwm_event_callback ` object
128+ * :c:func: `pwm_add_event_callback ` to add a callback
129+ * :c:func: `pwm_remove_event_callback ` to remove a callback
130+ * :c:member: `manage_event_callback ` in :c:struct: `pwm_driver_api ` to manage pwm events
131+ * :kconfig:option: `CONFIG_PWM_EVENT `
132+
122133* Power
123134
124135 * The new ``voltage-scale `` property of :dtcompatible: `st,stm32u5-pwr ` can be used to
You can’t perform that action at this time.
0 commit comments