Home
last modified time | relevance | path

Searched full:tcc (Results 1 – 25 of 37) sorted by relevance

12

/Zephyr-latest/dts/arm/atmel/
Dsaml21.dtsi12 tcc-0 = &tcc0;
13 tcc-1 = &tcc1;
14 tcc-2 = &tcc2;
18 tcc0: tcc@42001400 {
19 compatible = "atmel,sam0-tcc";
30 tcc1: tcc@42001800 {
31 compatible = "atmel,sam0-tcc";
42 tcc2: tcc@42001c00 {
43 compatible = "atmel,sam0-tcc";
Dsamd21.dtsi13 tcc-0 = &tcc0;
14 tcc-1 = &tcc1;
15 tcc-2 = &tcc2;
46 tcc0: tcc@42002000 {
47 compatible = "atmel,sam0-tcc";
58 tcc1: tcc@42002400 {
59 compatible = "atmel,sam0-tcc";
70 tcc2: tcc@42002800 {
71 compatible = "atmel,sam0-tcc";
Dsamc2x.dtsi27 tcc-0 = &tcc0;
28 tcc-1 = &tcc1;
29 tcc-2 = &tcc2;
171 tcc0: tcc@42002400 {
172 compatible = "atmel,sam0-tcc";
183 tcc1: tcc@42002800 {
184 compatible = "atmel,sam0-tcc";
195 tcc2: tcc@42002c00 {
196 compatible = "atmel,sam0-tcc";
Dsamd5x.dtsi37 tcc-0 = &tcc0;
38 tcc-1 = &tcc1;
39 tcc-2 = &tcc2;
40 tcc-3 = &tcc3;
41 tcc-4 = &tcc4;
389 tcc0: tcc@41016000 {
390 compatible = "atmel,sam0-tcc";
402 tcc1: tcc@41018000 {
403 compatible = "atmel,sam0-tcc";
414 tcc2: tcc@42000c00 {
[all …]
/Zephyr-latest/drivers/pwm/
DKconfig.sam01 # Atmel SAM0 TCC as PWM configuration
7 bool "Atmel SAM0 MCU Family TCC PWM Driver"
12 Enable PWM driver for Atmel SAM0 MCUs using the TCC timer/counter.
Dpwm_sam0_tcc.c8 * PWM driver using the SAM0 Timer/Counter (TCC) in Normal PWM (NPWM) mode.
22 Tcc *regs;
40 static void wait_synchronization(Tcc *regs) in wait_synchronization()
64 Tcc *regs = cfg->regs; in pwm_sam0_set_cycles()
106 Tcc *regs = cfg->regs; in pwm_sam0_init()
157 .regs = (Tcc *)DT_INST_REG_ADDR(inst), \
DKconfig.sam0_tc1 # Atmel SAM0 TCC as PWM configuration
/Zephyr-latest/dts/bindings/pwm/
Datmel,sam0-tcc-pwm.yaml4 description: Atmel SAM0 TCC in PWM mode
6 compatible: "atmel,sam0-tcc-pwm"
29 description: Number of channels this TCC has
39 description: Width of the TCC counter in bits
/Zephyr-latest/soc/atmel/sam0/common/
Datmel_sam0_dt.h43 /* Use to check if TCC 'n' is enabled for a given 'compat' */
45 DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(tcc##n), compat, okay)
/Zephyr-latest/samples/basic/blinky_pwm/boards/
Dwio_terminal.overlay22 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/tests/drivers/build_all/pwm/
Dtestcase.yaml40 drivers.pwm.sam0.tcc.build:
/Zephyr-latest/boards/adafruit/itsybitsy_m4_express/
Dadafruit_itsybitsy_m4_express.dts76 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/adafruit/feather_m4_express/
Dadafruit_feather_m4_express.dts67 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/others/serpente/
Dserpente.dts113 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/arduino/zero/
Darduino_zero.dts96 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/atmel/sam0/samr34_xpro/
Dsamr34_xpro.dts65 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/adafruit/trinket_m0/
Dadafruit_trinket_m0.dts100 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/
Dsamd21_xpro.dts65 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/atmel/sam0/saml21_xpro/
Dsaml21_xpro.dts65 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/atmel/sam0/same54_xpro/
Dsame54_xpro.dts62 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/arduino/nano_33_iot/
Darduino_nano_33_iot.dts136 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/atmel/sam0/samc21n_xpro/
Dsamc21n_xpro.dts77 compatible = "atmel,sam0-tcc-pwm";
/Zephyr-latest/boards/atmel/sam0/saml21_xpro/doc/
Dindex.rst124 The SAML21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
/Zephyr-latest/boards/atmel/sam0/samc21n_xpro/doc/
Dindex.rst125 The SAMC21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/doc/
Dindex.rst124 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period

12