| 
    STM MATLAB Simulator
    
   | 
 
Заголовочный файл для симулятора клока. More...
#include "mcu_wrapper_conf.h"
 Include dependency graph for stm32f4xx_matlab_rcc.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | HCLK_Value (double)72000000; | 
| #define | ABP1_Value (double)72000000; | 
| #define | ABP1_TIMS_Value (double)72000000; | 
| #define | ABP2_Value (double)72000000; | 
| #define | ABP2_TIMS_Value (double)72000000; | 
| #define | _RCC_SET_FLAG(__FLAG__) | 
| #define | _RCC_CLEAR_FLAG(__FLAG__) | 
| #define | Set_Flag_If_Its_Expected(_flag_, _condition_) if(_condition_) _RCC_CLEAR_FLAG(_flag_) | 
| #define | Clear_Flag_If_Its_Expected(_flag_, _condition_) if(_condition_) _RCC_SET_FLAG(_flag_) | 
Заголовочный файл для симулятора клока.
Данный файл содержит объявления всякого для симуляции клока STM32F407xx.
Definition in file stm32f4xx_matlab_rcc.h.