「App:Library:LVGL:docs:Porting:Operating system and interrupts」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
4行目: 4行目:
 
!英文
 
!英文
 
!自動翻訳
 
!自動翻訳
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
 
|-
 
|-
 
|
 
|
30行目: 9行目:
 
|}
 
|}
  
 +
 +
 +
= Operating system and interrupts =
 +
LVGL is not thread-safe by default.
 +
 +
However, in the following conditions it's valid to call LVGL related functions:
 +
 +
* In ''events''. Learn more in Events.
 +
* In ''lv_timer''. Learn more in Timers.
  
  

2022年6月22日 (水) 14:31時点における版

https://docs.lvgl.io/8.2/porting/os.html

英文 自動翻訳


Operating system and interrupts

LVGL is not thread-safe by default.

However, in the following conditions it's valid to call LVGL related functions:

  • In events. Learn more in Events.
  • In lv_timer. Learn more in Timers.



戻る : Previous