SAMV7: Port the SAMA5 timer/counter driver to the SAMV7

This commit is contained in:
Gregory Nutt
2015-12-02 07:18:25 -06:00
parent 975ea3e677
commit bda05b312e
5 changed files with 2783 additions and 48 deletions
+233 -48
View File
@@ -254,6 +254,10 @@ config SAMV7_SSC
bool
default n
config SAMV7_HAVE_TC
bool
default n
config SAMV7_HAVE_TWIHS2
bool
default n
@@ -419,64 +423,24 @@ config SAMV7_SSC0
select SAMV7_SSC
config SAMV7_TC0
bool "Timer/Counter 0 (TC0)"
bool "Timer Counter 0 (ch. 0, 1, 2) (TC0)"
default n
select SAMV7_TC
select SAMV7_HAVE_TC
config SAMV7_TC1
bool "Timer/Counter 1 (TC1)"
bool "Timer Counter 1 (ch. 3, 4, 5) (TC1)"
default n
select SAMV7_TC
select SAMV7_HAVE_TC
config SAMV7_TC2
bool "Timer/Counter 2 (TC2)"
bool "Timer Counter 2 (ch. 6, 7, 8) (TC2)"
default n
select SAMV7_TC
select SAMV7_HAVE_TC
config SAMV7_TC3
bool "Timer/Counter 3 (TC3)"
bool "Timer Counter 3 (ch. 9, 10, 11) (TC2)"
default n
select SAMV7_TC
config SAMV7_TC4
bool "Timer/Counter 4 (TC4)"
default n
select SAMV7_TC
config SAMV7_TC5
bool "Timer/Counter 5 (TC5)"
default n
select SAMV7_TC
config SAMV7_TC6
bool "Timer/Counter 6 (TC6)"
default n
select SAMV7_TC
config SAMV7_TC7
bool "Timer/Counter 7 (TC7)"
default n
select SAMV7_TC
config SAMV7_TC8
bool "Timer/Counter 8 (TC8)"
default n
select SAMV7_TC
config SAMV7_TC9
bool "Timer/Counter 9 (TC8)"
default n
select SAMV7_TC
config SAMV7_TC10
bool "Timer/Counter 10 (TC9)"
default n
select SAMV7_TC
config SAMV7_TC11
bool "Timer/Counter 11 (TC8)"
default n
select SAMV7_TC
select SAMV7_HAVE_TC
config SAMV7_TRNG
bool "True Random Number Generator (TRNG)"
@@ -1208,6 +1172,227 @@ config SAMV7_SSC_DUMPBUFFERS
endmenu # SSC Configuration
if SAMV7_HAVE_TC
menu "Timer/counter Configuration"
if SAMV7_TC0
config SAMV7_TC0_CLK0
bool "Enable TC0 channel 0 clock input pin"
default n
config SAMV7_TC0_TIOA0
bool "Enable TC0 channel 0 output A"
default n
config SAMV7_TC0_TIOB0
bool "Enable TC0 channel 0 output B"
default n
config SAMV7_TC0_CLK1
bool "Enable TC0 channel 1 clock input pin"
default n
config SAMV7_TC0_TIOA1
bool "Enable TC0 channel 1 output A"
default n
config SAMV7_TC0_TIOB1
bool "Enable TC0 channel 1 output B"
default n
config SAMV7_TC0_CLK2
bool "Enable TC0 channel 2 clock input pin"
default n
config SAMV7_TC0_TIOA2
bool "Enable TC0 channel 2 output A"
default n
config SAMV7_TC0_TIOB2
bool "Enable TC0 channel 2 output B"
default n
endif # SAMV7_TC0
if SAMV7_TC1
config SAMV7_TC1_CLK3
bool "Enable TC1 channel 3 clock input pin"
default n
config SAMV7_TC1_TIOA3
bool "Enable TC1 channel 3 output A"
default n
config SAMV7_TC1_TIOB3
bool "Enable TC1 channel 3 output B"
default n
config SAMV7_TC1_CLK4
bool "Enable TC1 channel 4 clock input pin"
default n
config SAMV7_TC1_TIOA4
bool "Enable TC1 channel 4 output A"
default n
config SAMV7_TC1_TIOB4
bool "Enable TC1 channel 4 output B"
default n
config SAMV7_TC1_CLK5
bool "Enable TC1 channel 5 clock input pin"
default n
config SAMV7_TC1_TIOA5
bool "Enable TC1 channel 5 output A"
default n
config SAMV7_TC1_TIOB5
bool "Enable TC1 channel 5 output B"
default n
endif # SAMV7_TC1
if SAMV7_TC2
config SAMV7_TC2_CLK6
bool "Enable TC2 channel 6 clock input pin"
default n
config SAMV7_TC2_TIOA6
bool "Enable TC2 channel 6 output A"
default n
config SAMV7_TC2_TIOB6
bool "Enable TC2 channel 6 output B"
default n
config SAMV7_TC2_CLK7
bool "Enable TC2 channel 7 clock input pin"
default n
config SAMV7_TC2_TIOA7
bool "Enable TC2 channel 7 output A"
default n
config SAMV7_TC2_TIOB7
bool "Enable TC2 channel 7 output B"
default n
config SAMV7_TC2_CLK8
bool "Enable TC2 channel 8 clock input pin"
default n
config SAMV7_TC2_TIOA8
bool "Enable TC2 channel 8 output A"
default n
config SAMV7_TC2_TIOB8
bool "Enable TC2 channel 8 output B"
default n
endif # SAMV7_TC2
if SAMV7_TC3
config SAMV7_TC3_CLK9
bool "Enable TC3 channel 9 clock input pin"
default n
config SAMV7_TC3_TIOA9
bool "Enable TC3 channel 9 output A"
default n
config SAMV7_TC3_TIOB9
bool "Enable TC3 channel 9 output B"
default n
config SAMV7_TC3_CLK10
bool "Enable TC3 channel 10 clock input pin"
default n
config SAMV7_TC3_TIOA10
bool "Enable TC3 channel 10 output A"
default n
config SAMV7_TC3_TIOB10
bool "Enable TC3 channel 10 output B"
default n
config SAMV7_TC3_CLK11
bool "Enable TC3 channel 11 clock input pin"
default n
config SAMV7_TC3_TIOA11
bool "Enable TC3 channel 11 output A"
default n
config SAMV7_TC3_TIOB11
bool "Enable TC3 channel 11 output B"
default n
endif # SAMV7_TC3
config SAMV7_ONESHOT
bool "TC one-shot wrapper"
default n if !SCHED_TICKLESS
default y if SCHED_TICKLESS
---help---
Enable a wrapper around the low level timer/counter functions to
support one-shot timer.
config SAMV7_FREERUN
bool "TC free-running wrapper"
default n if !SCHED_TICKLESS
default y if SCHED_TICKLESS
---help---
Enable a wrapper around the low level timer/counter functions to
support a free-running timer.
if SCHED_TICKLESS
config SAMV7_TICKLESS_ONESHOT
int "Tickless one-shot timer channel"
default 0
range 0 8
---help---
If the Tickless OS feature is enabled, the one clock must be
assigned to provided the one-shot timer needed by the OS.
config SAMV7_TICKLESS_FREERUN
int "Tickless free-running timer channel"
default 1
range 0 8
---help---
If the Tickless OS feature is enabled, the one clock must be
assigned to provided the free-running timer needed by the OS.
endif
config SAMV7_TC_DEBUG
bool "TC debug"
depends on DEBUG
default n
---help---
Output high level Timer/Counter device debug information.
Requires also DEBUG. If this option AND DEBUG_VERBOSE are
enabled, then the system will be overwhelmed the timer debug
output. If DEBUG_VERBOSE is disabled, then debug output will
only indicate if/when timer-related errors occur. This
latter mode is completely usable.
config SAMV7_TC_REGDEBUG
bool "TC register level debug"
depends on DEBUG
default n
---help---
Output detailed register-level Timer/Counter device debug
information. Very invasive! Requires also DEBUG.
endmenu # Timer/counter Configuration
endif # SAMV7_HAVE_TC
menu "HSMCI device driver options"
depends on SAMV7_HSMCI
+13
View File
@@ -160,6 +160,19 @@ ifeq ($(CONFIG_SAMV7_SSC),y)
CHIP_CSRCS += sam_ssc.c
endif
ifeq ($(CONFIG_SAMV7_HAVE_TC),y)
CHIP_CSRCS += sam_tc.c
ifeq ($(CONFIG_SAMV7_ONESHOT),y)
CHIP_CSRCS += sam_oneshot.c
endif
ifeq ($(CONFIG_SAMV7_FREERUN),y)
CHIP_CSRCS += sam_freerun.c
endif
ifeq ($(CONFIG_SCHED_TICKLESS),y)
CHIP_CSRCS += sam_tickless.c
endif
endif
ifeq ($(CONFIG_SAMV7_HSMCI),y)
CHIP_CSRCS += sam_hsmci.c sam_hsmci_clkdiv.c
endif
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+366
View File
@@ -0,0 +1,366 @@
/****************************************************************************
* arch/arm/src/samv7/sam_tc.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
* 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************/
#ifndef __ARCH_ARM_SRC_SAMV7_SAM_TC_H
#define __ARCH_ARM_SRC_SAMV7_SAM_TC_H
/****************************************************************************
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>
#include <debug.h>
#include "chip.h"
#include "chip/sam_tc.h"
#if defined(CONFIG_SAMV7_TC0) || defined(CONFIG_SAMV7_TC1) || \
defined(CONFIG_SAMV7_TC2) || defined(CONFIG_SAMV7_TC3)
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* The timer/counter and channel arguments to sam_tc_allocate() */
#define TC_CHAN0 0 /* TC0 */
#define TC_CHAN1 1
#define TC_CHAN2 2
#define TC_CHAN3 3 /* TC1 */
#define TC_CHAN4 4
#define TC_CHAN5 5
#define TC_CHAN6 6 /* TC2 */
#define TC_CHAN7 7
#define TC_CHAN8 8
/* Register identifier used with sam_tc_setregister */
#define TC_REGA 0
#define TC_REGB 1
#define TC_REGC 2
/* Timer debug is enabled if any timer client is enabled */
#ifndef CONFIG_DEBUG
# undef CONFIG_DEBUG_ANALOG
# undef CONFIG_SAMV7_TC_REGDEBUG
#endif
#if !defined(CONFIG_SAMV7_TC_DEBUG) && defined(CONFIG_SAMV7_ADC) && defined(CONFIG_DEBUG_ANALOG)
# define CONFIG_SAMV7_TC_DEBUG 1
#endif
/* Timer/counter debug output */
#ifdef CONFIG_SAMV7_TC_DEBUG
# define tcdbg dbg
# define tcvdbg vdbg
# define tclldbg lldbg
# define tcllvdbg llvdbg
#else
# define tcdbg(x...)
# define tcvdbg(x...)
# define tclldbg(x...)
# define tcllvdbg(x...)
#endif
/****************************************************************************
* Public Types
****************************************************************************/
/* An opaque handle used to represent a timer channel */
typedef void *TC_HANDLE;
/* Timer interrupt callback. When a timer interrupt expires, the client will
* receive:
*
* tch - The handle that represents the timer state
* arg - An opaque argument provided when the interrupt was registered
* sr - The value of the timer interrupt status register at the time
* that the interrupt occurred.
*/
typedef void (*tc_handler_t)(TC_HANDLE tch, void *arg, uint32_t sr);
/****************************************************************************
* Public Data
****************************************************************************/
#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C"
{
#else
#define EXTERN extern
#endif
/****************************************************************************
* Public Function Prototypes
****************************************************************************/
/****************************************************************************
* Name: sam_tc_allocate
*
* Description:
* Configures a Timer Counter to operate in the given mode. The timer is
* stopped after configuration and must be restarted with sam_tc_start().
* All the interrupts of the timer are also disabled.
*
* Input Parameters:
* channel TC channel number (see TC_CHANx definitions)
* mode Operating mode (TC_CMR value).
*
* Returned Value:
* On success, a non-NULL handle value is returned. This handle may be
* used with subsequent timer/counter interfaces to manage the timer. A
* NULL handle value is returned on a failure.
*
****************************************************************************/
TC_HANDLE sam_tc_allocate(int channel, int mode);
/****************************************************************************
* Name: sam_tc_free
*
* Description:
* Release the handle previously allocated by sam_tc_allocate().
*
* Input Parameters:
* handle Channel handle previously allocated by sam_tc_allocate()
*
* Returned Value:
* None
*
****************************************************************************/
void sam_tc_free(TC_HANDLE handle);
/****************************************************************************
* Name: sam_tc_start
*
* Description:
* Reset and Start the TC Channel. Enables the timer clock and performs a
* software reset to start the counting.
*
* Input Parameters:
* handle Channel handle previously allocated by sam_tc_allocate()
*
* Returned Value:
*
****************************************************************************/
void sam_tc_start(TC_HANDLE handle);
/****************************************************************************
* Name: sam_tc_stop
*
* Description:
* Stop TC Channel. Disables the timer clock, stopping the counting.
*
* Input Parameters:
* handle Channel handle previously allocated by sam_tc_allocate()
*
* Returned Value:
*
****************************************************************************/
void sam_tc_stop(TC_HANDLE handle);
/****************************************************************************
* Name: sam_tc_attach/sam_tc_detach
*
* Description:
* Attach or detach an interrupt handler to the timer interrupt. The
* interrupt is detached if the handler argument is NULL.
*
* Input Parameters:
* handle The handle that represents the timer state
* handler The interrupt handler that will be invoked when the interrupt
* condition occurs
* arg An opaque argument that will be provided when the interrupt
* handler callback is executed. Ignored if handler is NULL.
* mask The value of the timer interrupt mask register that defines
* which interrupts should be disabled. Ignored if handler is
* NULL.
*
* Returned Value:
* The address of the previous handler, if any.
*
****************************************************************************/
tc_handler_t sam_tc_attach(TC_HANDLE handle, tc_handler_t handler,
void *arg, uint32_t mask);
#define sam_tc_detach(h) sam_tc_attach(h, NULL, NULL, 0)
/****************************************************************************
* Name: sam_tc_getpending
*
* Description:
* Return the current contents of the interrutp status register, clearing
* all pending interrupts.
*
* Input Parameters:
* handle The handle that represents the timer state
*
* Returned Value:
* The value of the channel interrupt status register.
*
****************************************************************************/
uint32_t sam_tc_getpending(TC_HANDLE handle);
/****************************************************************************
* Name: sam_tc_setregister
*
* Description:
* Set TC_REGA, TC_REGB, or TC_REGC register.
*
* Input Parameters:
* handle Channel handle previously allocated by sam_tc_allocate()
* regid One of {TC_REGA, TC_REGB, or TC_REGC}
* regval Then value to set in the register
*
* Returned Value:
* None
*
****************************************************************************/
void sam_tc_setregister(TC_HANDLE handle, int regid, uint32_t regval);
/****************************************************************************
* Name: sam_tc_getregister
*
* Description:
* Get the current value of the TC_REGA, TC_REGB, or TC_REGC register.
*
* Input Parameters:
* handle Channel handle previously allocated by sam_tc_allocate()
* regid One of {TC_REGA, TC_REGB, or TC_REGC}
*
* Returned Value:
* The value of the specified register.
*
****************************************************************************/
uint32_t sam_tc_getregister(TC_HANDLE handle, int regid);
/****************************************************************************
* Name: sam_tc_getcounter
*
* Description:
* Return the current value of the timer counter register
*
* Input Parameters:
* handle Channel handle previously allocated by sam_tc_allocate()
*
* Returned Value:
* The current value of the timer counter register for this channel.
*
****************************************************************************/
uint32_t sam_tc_getcounter(TC_HANDLE handle);
/****************************************************************************
* Name: sam_tc_infreq
*
* Description:
* Return the timer input frequency, that is, the MCK frequency divided
* down so that the timer/counter is driven within its maximum frequency.
*
* Input Parameters:
* None
*
* Returned Value:
* The timer input frequency.
*
****************************************************************************/
uint32_t sam_tc_infreq(void);
/****************************************************************************
* Name: sam_tc_divfreq
*
* Description:
* Return the divided timer input frequency that is currently driving the
* the timer counter.
*
* Input Parameters:
* handle Channel handle previously allocated by sam_tc_allocate()
*
* Returned Value:
* The timer counter frequency.
*
****************************************************************************/
uint32_t sam_tc_divfreq(TC_HANDLE handle);
/****************************************************************************
* Name: sam_tc_divisor
*
* Description:
* Finds the best MCK divisor given the timer frequency and MCK. The
* result is guaranteed to satisfy the following equation:
*
* (Ftcin / (div * 65536)) <= freq <= (Ftcin / div)
*
* where:
* freq - the desired frequency
* Ftcin - The timer/counter input frequency
* div - With DIV being the highest possible value.
*
* Input Parameters:
* frequency Desired timer frequency.
* div Divisor value.
* tcclks TCCLKS field value for divisor.
*
* Returned Value:
* Zero (OK) if a proper divisor has been found, otherwise a negated errno
* value indicating the nature of the failure.
*
****************************************************************************/
int sam_tc_divisor(uint32_t frequency, uint32_t *div, uint32_t *tcclks);
#undef EXTERN
#ifdef __cplusplus
}
#endif
#endif /* CONFIG_SAMV7_TC0 || CONFIG_SAMV7_TC1 || CONFIG_SAMV7_TC2 || CONFIG_SAMV7_TC3 */
#endif /* __ARCH_ARM_SRC_SAMV7_SAM_TC_H */