Module bl602_sdk::result [−][src]
Expand description
HAL return type and error codes
Enums
Error codes for BL602 HAL
Type Definitions
Common return type for BL602 HAL. If no error, returns Ok(val)
where val has type T.
Upon error, returns Err(err)
where err is the BlError error code.