1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

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

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. 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. > 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; To **ENABLE** a peripheral, call `furi_hal_bus_enable()`. At the time of the call, the peripheral in question **MUST** be disabled;