TC_Configure
Default mainpageat91libperipheralstcTC_Configure
Description Source Call Graph
TC_Configure
Configures a Timer Counter to operate in the given mode.
 
Syntax / parameters
void TC_Configure (AT91S_TC *pTc, unsigned int mode)

Name Type Default Description
pTc AT91S_TC *
  Pointer to an AT91S_TC instance.
mode unsigned int
  Operating mode (TC_CMR value).
Description
Configures a Timer Counter to operate in the given mode.
Timer is stopped after configuration and must be restarted with TC_Start(). All the interrupts of the timer are also disabled.
 
Source
The documentation for this Member was generated from the following files:
  • tc.c