TI中文支持网
TI专业的中文技术问题搜集分享网站

MSP430FR6972: 用库函数怎么在启动定时器后关闭定时器或者定时器中断

Part Number:MSP430FR6972

如题

Susan Yang:

//*****************************************************************************
//
//! \brief Stops the timer
//!
//! \param baseAddress is the base address of the TIMER_A module.
//!
//! Modified bits of \b TAxCTL register.
//!
//! \return None
//
//*****************************************************************************
extern void Timer_A_stop(uint16_t baseAddress);

赞(0)
未经允许不得转载:TI中文支持网 » MSP430FR6972: 用库函数怎么在启动定时器后关闭定时器或者定时器中断
分享到: 更多 (0)