[][src]Function nrfxlib_sys::bsd_recoverable_error_handler

pub unsafe extern "C" fn bsd_recoverable_error_handler(error: u32)

@brief Handler for recoverable BSD library errors.

@note It can be overwritten by the application. The default will hard fault.

@param[in] error Indicates the error that occurred.