30319_labs
Sistemas Electrónicos con Microprocesadores
Cargando...
Buscando...
Nada coincide
HAL_SysTick.h
1
18
19
#ifndef _HAL_SYSTICK_H_
20
#define _HAL_SYSTICK_H_
21
22
#include "system_s6e2cc.h"
23
#include <stdint.h>
24
30
55
uint32_t
SysTick_Init
(uint32_t ticks);
56
71
uint32_t
SysTick_ChkOvf
(
void
);
72
// end of SysTick_Functions
74
75
#endif
/* _HAL_SYSTICK_H_ */
SysTick_Init
uint32_t SysTick_Init(uint32_t ticks)
Configura System Tick en modo encuesta (polling).
SysTick_ChkOvf
uint32_t SysTick_ChkOvf(void)
Comprueba si ha ocurrido overflow en SysTick.
hal
include
HAL_SysTick.h
Generado por
1.15.0