40
473
1695
助理工程师
microchip 代理贝能的sam d51(LQFP100PIN)与LAN9253 电机控制开发板使用总结(3)
39874653b664e883ef.png (233.92 KB )
下载附件
2023-10-27 15:27 上传
使用特权
69761653b66614f384.png (61.74 KB )
64298653b6670cd53e.png (383.29 KB )
97796653b6684ab7e5.png (287.95 KB )
2023-10-27 15:28 上传
/* Register callback function for period event */ TCC0_PWMCallbackRegister(TCC_PeriodEventHandler, (uintptr_t)NULL); /* Read the period */ period = TCC0_PWM24bitPeriodGet(); /* Start PWM*/ TCC0_PWMStart();
111.jpg (100.88 KB )
2023-10-27 15:38 上传
76178653b691d61542.png (428.41 KB )
2023-10-27 15:39 上传
15008653b6930d209c.png (481.15 KB )
/*** Macros for LED pin ***/ #define RJLED2_Set() (PORT_REGS->GROUP[0].PORT_OUTSET = ((uint32_t)1U << 24U)) #define RJLED2_Clear() (PORT_REGS->GROUP[0].PORT_OUTCLR = ((uint32_t)1U << 24U)) #define RJLED2_Toggle() (PORT_REGS->GROUP[0].PORT_OUTTGL = ((uint32_t)1U << 24U)) #define RJLED2_OutputEnable() (PORT_REGS->GROUP[0].PORT_DIRSET = ((uint32_t)1U << 24U)) #define RJLED2_InputEnable() (PORT_REGS->GROUP[0].PORT_DIRCLR = ((uint32_t)1U << 24U)) #define RJLED2_Get() (((PORT_REGS->GROUP[0].PORT_IN >> 24U)) & 0x01U) #define RJLED2_PIN PORT_PIN_PA24 #define RJLED1Set() (PORT_REGS->GROUP[0].PORT_OUTSET = ((uint32_t)1U << 25U)) #define RJLED1_Clear() (PORT_REGS->GROUP[0].PORT_OUTCLR = ((uint32_t)1U << 25U)) #define RJLED1_Toggle() (PORT_REGS->GROUP[0].PORT_OUTTGL = ((uint32_t)1U << 25U)) #define RJLED1_OutputEnable() (PORT_REGS->GROUP[0].PORT_DIRSET = ((uint32_t)1U << 25U)) #define RJLED1_InputEnable() (PORT_REGS->GROUP[0].PORT_DIRCLR = ((uint32_t)1U << 25U)) #define RJLED1_Get() (((PORT_REGS->GROUP[0].PORT_IN >> 25U)) & 0x01U) #define RJLED1_PIN PORT_PIN_PA25
11642653b6a1c7d628.png (22.27 KB )
2023-10-27 15:43 上传
发表回复 本版积分规则 回帖后跳转到最后一页
2
扫码关注 21ic 官方微信
扫码关注嵌入式微处理器
扫码关注21ic项目外包
扫码关注21ic视频号
扫码关注21ic抖音号
本站介绍 | 申请友情链接 | 欢迎投稿 | 隐私声明 | 广告业务 | 网站地图 | 联系我们 | 诚聘英才 | 论坛帮助
京公网安备 11010802024343号