Update FuriHalBus.md

Signed-off-by: DerSkythe <31771569+derskythe@users.noreply.github.com>
This commit is contained in:
DerSkythe 2024-07-24 19:33:22 +04:00 committed by GitHub
parent 0286a336a1
commit 012796d113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,9 @@ On system startup, most of the peripheral devices are under reset and not clocke
Some crucial peripherals are enabled right away by the system, others must be explicitly enabled by the user code.
> [!NOTE] Here and afterwards the word `system` refers to any code belonging to the operating system,
> [!NOTE]
>
> Here and afterwards the word `system` refers to any code belonging to the operating system,
> hardware drivers or built-in applications.
To **ENABLE** a peripheral, call `furi_hal_bus_enable()`. At the time of the call, the peripheral in question **MUST** be disabled;