stm32中阻塞模式和非阻塞模式inblockingmode与innon-blocking。。。

更新时间:2023-08-11 04:06:26 阅读: 评论:0

stm32中阻塞模式和⾮阻塞模式inblockingmode与innon-
blocking。。。
豪斯医生第六季in blocking mode 与n no-blocking mode有啥区别?
HAL_I2C_Master_Transmit与HAL_I2C_Master_Transmit_IT⼀个是在blocking模式⼀个是在no-blocking 模式
阻塞模式和⾮阻塞模式......avoid是什么意思
我的理解是:
阻塞模式就像是⼀个延时函数,当这个函数没处理完那么,所有的按照流程需要执⾏的代码都不会被执⾏,要等到这个延时完成,类似平时看书上写的LED灯闪烁,⽤的delay()⼀样..
⽽⾮阻塞模式就像他定义的那样,⼀般⽤的是中断,执⾏这条语句的时候,开启相应的中断达到⼀定的条件才进⾏处理,这样不会影响到流程的执⾏.
我的理解就是,阻塞就是死等,⾮阻塞就是中断
可以参考
/**
i e
* @brief  Sends an amount of data in non blocking mode.
* @note  When UART parity is not enabled (PCE = 0), and Word Length is configured to 9 bits (M1-M0 = 01),
*        the nt data is handled as a t of u16. In this ca, Size must indicate the number
marry me什么意思中文*        of u16 provided through pData.
留学英语考试
* @param  huart Pointer to a UART_HandleTypeDef structure that contains
*              the configuration information for the specified UART module.
* @param  pData Pointer to data buffer (u8 or u16 data elements).
* @param  Size  Amount of data elements (u8 or u16) to be nt
* @retval HAL status
*/
日程英文HAL_StatusTypeDef HAL_UART_Transmit_IT(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size)偶然 徐志摩
/**绯闻女孩剧情
* @brief  Sends an amount of data in blocking mode.
* @note  When UART parity is not enabled (PCE = 0), and Word Length is configured to 9 bits (M1-M0 = 01),
*        the nt data is handled as a t of u16. In this ca, Size must indicate the number
*        of u16 provided through pData.
* @param  huart Pointer to a UART_HandleTypeDef structure that contains
*              the configuration information for the specified UART module.
* @param  pData Pointer to data buffer (u8 or u16 data elements).
* @param  Size  Amount of data elements (u8 or u16) to be nt
* @param  Timeout Timeout duration
* @retval HAL status
*/
HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout)
dbh>韩语发音

本文发布于:2023-08-11 04:06:26,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/193447.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:阻塞   模式   开启   延时
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图