stm32rcos
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数
|
全メンバ一覧
stm32rcos::core::Timer クラス
#include <
timer.hpp
>
公開メンバ関数
Timer
(void(*func)(void *), void *args, osTimerType_t type, uint32_t attr_bits=0)
bool
start
(uint32_t ticks)
bool
stop
()
bool
is_running
()
構築子と解体子
◆
Timer()
stm32rcos::core::Timer::Timer
(
void(*
func
)(void *),
void *
args
,
osTimerType_t
type
,
uint32_t
attr_bits
=
0
)
inline
関数詳解
◆
is_running()
bool stm32rcos::core::Timer::is_running
(
)
inline
◆
start()
bool stm32rcos::core::Timer::start
(
uint32_t
ticks
)
inline
◆
stop()
bool stm32rcos::core::Timer::stop
(
)
inline
このクラス詳解は次のファイルから抽出されました:
include/stm32rcos/core/
timer.hpp
stm32rcos
core
Timer
構築:
1.13.2