Searched refs:ccu4 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/drivers/pwm/ |
D | pwm_xmc4xxx_ccu4.c | 25 XMC_CCU4_MODULE_t *ccu4; member 35 XMC_CCU4_EnableModule(config->ccu4); in pwm_xmc4xxx_ccu4_init() 36 XMC_CCU4_StartPrescaler(config->ccu4); in pwm_xmc4xxx_ccu4_init() 44 slice = (XMC_CCU4_SLICE_t *)SLICE_ADDR_FROM_MODULE(config->ccu4, i); in pwm_xmc4xxx_ccu4_init() 67 slice = (XMC_CCU4_SLICE_t *)SLICE_ADDR_FROM_MODULE(config->ccu4, slice_idx); in pwm_xmc4xxx_ccu4_set_cycles() 72 XMC_CCU4_EnableShadowTransfer(config->ccu4, BIT(slice_idx * 4)); in pwm_xmc4xxx_ccu4_set_cycles() 75 XMC_CCU4_EnableClock(config->ccu4, slice_idx); in pwm_xmc4xxx_ccu4_set_cycles() 105 .ccu4 = (CCU4_GLOBAL_TypeDef *)DT_INST_REG_ADDR(n), \
|
/Zephyr-Core-3.6.0/dts/arm/infineon/ |
D | xmc4xxx.dtsi | 192 compatible = "infineon,xmc4xxx-ccu4-pwm"; 199 compatible = "infineon,xmc4xxx-ccu4-pwm"; 206 compatible = "infineon,xmc4xxx-ccu4-pwm"; 213 compatible = "infineon,xmc4xxx-ccu4-pwm";
|
/Zephyr-Core-3.6.0/doc/releases/ |
D | release-notes-3.5.rst | 1300 * :dtcompatible:`infineon,xmc4xxx-ccu4-pwm`
|