资源简介
ASR6505_Release_20190515.rar
代码片段和文件信息
/**
******************************************************************************
* @file stm8l15x_aes.c
* @author MCD Application Team
* @version V1.6.1
* @date 30-September-2014
* @brief This file provides firmware functions to manage the following
* functionalities of the Advanced Encryption Standard (AES) peripheral:
* - Configuration
* - Read/Write operations
* - DMA transfers management
* - Interrupts and flags management
*
* @verbatim
* ===================================================================
* How to use this driver
* ===================================================================
* 1- Enable AES clock to get write access to AES registers
* using CLK_PeripheralClockConfig(CLK_Peripheral_AES ENABLE);
*
* 2- Configure the AES operation mode using AES_OperationModeConfig()
*
* 3- If required enable interrupt source using AES_ITConfig()
*
* 4- If required when using the DMA mode
* - Configure the DMA using DMA_Init()
* - Enable DMA requests using AES_DMAConfig()
*
* 5- Enable the AES peripheral using AES_Cmd()
*
* 6- Write data/key using AES_WriteSubData() / AES_WriteSubKey()
*
* @endverbatim
******************************************************************************
* @attention
*
* © COPYRIGHT 2014 STMicroelectronics
*
* 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.
*
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
#include “stm8l15x_aes.h“
/** @addtogroup STM8L15x_StdPeriph_Driver
* @{
*/
/** @defgroup AES
* @brief AES driver modules
* @{
*/
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/* Pr
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1083 2019-05-28 11:00 ASR6505_Release_20190515\ASR6505_Release_note.txt
文件 1116 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\boards\CMakeLists.txt
文件 1116 2019-05-15 18:21 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\boards\CMakeLists.txt
文件 1370 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\peripherals\CMakeLists.txt
文件 1370 2019-05-15 18:24 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\peripherals\CMakeLists.txt
文件 1428 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\system\CMakeLists.txt
文件 1428 2019-05-15 18:24 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\system\CMakeLists.txt
文件 2355 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\radio\CMakeLists.txt
文件 2355 2019-05-15 18:24 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\radio\CMakeLists.txt
文件 2636 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\mac\CMakeLists.txt
文件 2636 2019-05-15 18:22 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\mac\CMakeLists.txt
文件 3212 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\apps\ping-pong\CMakeLists.txt
文件 3212 2019-05-15 18:21 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\apps\ping-pong\CMakeLists.txt
文件 3779 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\apps\LoRaMac\CMakeLists.txt
文件 3779 2019-05-15 18:21 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\apps\LoRaMac\CMakeLists.txt
文件 1272 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\boards\adc-board.h
文件 1272 2019-05-15 18:21 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\boards\adc-board.h
文件 1387 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\system\adc.h
文件 1387 2019-05-15 18:24 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\system\adc.h
文件 5423 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\system\crypto\aes.h
文件 5423 2019-05-15 18:24 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\system\crypto\aes.h
文件 2432 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\boards\ASR6505\board-config.h
文件 2432 2019-05-15 18:21 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\boards\ASR6505\board-config.h
文件 2974 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\boards\board.h
文件 2974 2019-05-15 18:21 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\boards\board.h
文件 2774 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\system\crypto\cmac.h
文件 2774 2019-05-15 18:25 ASR6505_Release_20190515\Software_Release_V10\SDK\LoRaMac-node\src\system\crypto\cmac.h
文件 2714 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\apps\LoRaMac\classA\ASR6505\Commissioning.h
文件 2714 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\LoRaMac-node\src\apps\LoRaMac\classC\ASR6505\Commissioning.h
文件 2714 2019-07-17 14:20 ASR6505_Release_20190515\Software_Release_V10\SDK V2.0\Projects\li
............此处省略601个文件信息
相关资源
- zw_红外图像处理、分析与融合.zip
- 密码故事:人类智力的另类较量英西
- HLA仿真程序设计.pdf
- FEKO5.4电磁场分析技术与详解全.pdf
- ReinforcementLearning.zip
- WorldComposer1.75.zip
- DeepLearningwithTensorFlow2nd+DeepLearningwith
- 最优化理论与算法陈宝林第2版.rar
- IEC6158ANDGBT20438.rar
- S7-Plcsimv54.rar
- gtwr_v1_6.rar
- 迅捷pdf转换器6.3含注册机.rar
- 英文版注册机.zip
- 语音信号处理[韩纪庆,张磊,郑铁然
- Location虚拟定位通杀全苹果机型.zip
- MacOS.rar
- gonzitoupa.rar
- Elasticsearch源码解析与优化实战.pdf
- 麻花影视VIP破解版.zip
- vxWorks程序员速查手册.pdf
- 开关电源仿真PSpice和SPICE3应用.zip
- knowledge_representation_pytorch.zip
- 30天自制操作系统_光盘.rar
- Algorithm-Design-Solution.zip
- Redis开发与运维高清带书签(付磊)
- OperatingSystemConcepts.pdf
- 开关电源SPICE仿真与实用设计.zip
- 《DeepLearning》深度学习圣经-IanGoodfe
- 水印.rar
- OperatingSystemConcepts9thEdition.pdf
评论
共有 条评论