Header for usbd_otp_if.c file. More...
#include "usbd_dfu_mal.h"
Go to the source code of this file.
Macros | |
#define | OTP_END_ADD (uint32_t)(OTP_START_ADD + 528) |
#define | OTP_IF_STRING "@OTP Area /0x1FFF7800/01*512 g,01*016 g" |
#define | OTP_START_ADD 0x1FFF7800 |
Variables | |
DFU_MAL_Prop_TypeDef | DFU_Otp_cb |
Header for usbd_otp_if.c file.
Licensed under MCD-ST Liberty SW License Agreement V2, (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.st.com/software_license_agreement_liberty_v2
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 usbd_otp_if.h.
#define OTP_END_ADD (uint32_t)(OTP_START_ADD + 528) |
Definition at line 38 of file usbd_otp_if.h.
#define OTP_IF_STRING "@OTP Area /0x1FFF7800/01*512 g,01*016 g" |
Definition at line 40 of file usbd_otp_if.h.
#define OTP_START_ADD 0x1FFF7800 |
Definition at line 37 of file usbd_otp_if.h.
DFU_MAL_Prop_TypeDef DFU_Otp_cb |
Definition at line 44 of file usbd_otp_if.c.