furi_hal_nfc_init

Function furi_hal_nfc_init 

Source
pub unsafe extern "C" fn furi_hal_nfc_init() -> FuriHalNfcError
Expand description

Initialise the NFC HAL and associated hardware.

This function is called automatically during the firmware initialisation, so there is no need to call it explicitly.

ยงReturns

FuriHalNfcErrorNone on success, any other error code on failure.