Struct lpc55::bootloader::property::GetProperties
source · [−]pub struct GetProperties<'a> {
pub protocol: &'a Protocol,
}
Fields
protocol: &'a Protocol
Implementations
sourceimpl GetProperties<'_>
impl GetProperties<'_>
pub fn all(&self) -> Properties
pub fn current_version(&self) -> Result<Version>
pub fn target_version(&self) -> Result<Version>
pub fn ram_start_address(&self) -> Result<usize>
pub fn ram_size(&self) -> Result<usize>
pub fn flash_start_address(&self) -> Result<usize>
pub fn flash_size(&self) -> Result<usize>
pub fn flash_page_size(&self) -> Result<usize>
pub fn flash_sector_size(&self) -> Result<usize>
pub fn max_packet_size(&self) -> Result<usize>
pub fn available_peripherals(&self) -> Result<AvailablePeripherals>
pub fn available_commands(&self) -> Result<AvailableCommands>
pub fn pfr_keystore_update_option(&self) -> Result<PfrKeystoreUpdateOptions>
pub fn verify_writes(&self) -> Result<bool>
pub fn flash_locked(&self) -> Result<bool>
pub fn device_uuid(&self) -> Result<u128>
pub fn system_uuid(&self) -> Result<u64>
pub fn crc_check_status(&self) -> Result<Error>
pub fn reserved_regions(&self) -> Result<Vec<(usize, usize)>>
pub fn irq_notification_pin(&self) -> Result<IrqNotificationPin>
Auto Trait Implementations
impl<'a> RefUnwindSafe for GetProperties<'a>
impl<'a> !Send for GetProperties<'a>
impl<'a> !Sync for GetProperties<'a>
impl<'a> Unpin for GetProperties<'a>
impl<'a> UnwindSafe for GetProperties<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more