embassy-stm32

Crates

git

Versions

stm32h753xi

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Module embassy_stm32::hsem

source ·
Expand description

Hardware Semaphore (HSEM)

Structs§

Enums§

  • CPU core. The enum values are identical to the bus master IDs / core Ids defined for each chip family (i.e. stm32h747 see rm0399 table 95)
  • HSEM error.

Traits§

Functions§

  • Get the current core id This code assume that it is only executed on a Cortex-M M0+, M4 or M7 core.