init
This commit is contained in:
17
научка/code/matlab_stm_emulate/Code/GENERAL/gpio_general.h
Normal file
17
научка/code/matlab_stm_emulate/Code/GENERAL/gpio_general.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/**********************************TIM**************************************
|
||||
Данный файл содержит объявления базовых функции и дефайны для инициализации
|
||||
портов.
|
||||
***************************************************************************/
|
||||
#ifndef __GPIO_GENERAL_H_
|
||||
#define __GPIO_GENERAL_H_
|
||||
|
||||
#include "periph_general.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////---FUNCTIONS---///////////////////////////
|
||||
|
||||
HAL_StatusTypeDef GPIO_Clock_Enable(GPIO_TypeDef *GPIOx);
|
||||
///////////////////////////---FUNCTIONS---///////////////////////////
|
||||
|
||||
|
||||
#endif // __GPIO_GENERAL_H_
|
||||
Reference in New Issue
Block a user