Searched defs:AbrOps (Results 1 – 1 of 1) sorted by relevance
90 pub struct AbrOps { struct98 /// `AbrOpsSafe` wraps a reference to `AbrOps` and is created by an unsafe constructor that argument181 abr_ops: *const AbrOps, in AbrGetBootSlot()223 abr_ops: *const AbrOps, in AbrMarkSlotActive()246 abr_ops: *const AbrOps, in AbrGetSlotLastMarkedActive()265 abr_ops: *const AbrOps, in AbrMarkSlotUnbootable()288 abr_ops: *const AbrOps, in AbrMarkSlotSuccessful()344 abr_ops: *const AbrOps, in AbrGetSlotInfo()368 pub unsafe extern "C" fn AbrSetOneShotRecovery(abr_ops: *const AbrOps, enable: bool) -> c_uint { in AbrSetOneShotRecovery()384 pub unsafe extern "C" fn AbrSetOneShotBootloader(abr_ops: *const AbrOps, enable: bool) -> c_uint { in AbrSetOneShotBootloader()[all …]