Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

flash_blob.h File Reference

flash_blob.h File Reference

DAPLink Interface Firmware Copyright (c) 2009-2016, ARM Limited, All Rights Reserved Copyright 2019, Cypress Semiconductor Corporation or a subsidiary of Cypress Semiconductor Corporation. More...

Go to the source code of this file.

Enumerations

enum  { kAlgoVerifyReturnsAddress = (1u << 0u), kAlgoSingleInitType = (1u << 1u), kAlgoSkipChipErase = (1u << 2u) }

Functions

struct __attribute__ ((__packed__))

Detailed Description

DAPLink Interface Firmware Copyright (c) 2009-2016, ARM Limited, All Rights Reserved Copyright 2019, Cypress Semiconductor Corporation or a subsidiary of Cypress Semiconductor Corporation.

SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file flash_blob.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
kAlgoVerifyReturnsAddress 

Verify function returns address if bit set

kAlgoSingleInitType 

The init function ignores the function code.

kAlgoSkipChipErase 

Skip region when erase.act action triggers.

Definition at line 34 of file flash_blob.h.


Function Documentation

struct __attribute__ ( (__packed__)   ) [read]

< Combination of kAlgoVerifyReturnsAddress, kAlgoSingleInitType and kAlgoSkipChipErase

Definition at line 40 of file flash_blob.h.