Home
last modified time | relevance | path

Searched refs:EXTINT_CLOCK_SOURCE (Results 1 – 4 of 4) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_d_r_h/
A Dextint.c51 #if !defined(EXTINT_CLOCK_SOURCE) || defined(__DOXYGEN__)
52 # warning EXTINT_CLOCK_SOURCE is not defined, assuming GCLK_GENERATOR_0.
58 # define EXTINT_CLOCK_SOURCE GCLK_GENERATOR_0 macro
135 gclk_chan_conf.source_generator = EXTINT_CLOCK_SOURCE; in _system_extint_init()
256 Assert(!(!system_gclk_gen_is_enabled(EXTINT_CLOCK_SOURCE) && in extint_chan_set_config()
318 Assert(!(!system_gclk_gen_is_enabled(EXTINT_CLOCK_SOURCE) && in extint_nmi_set_config()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_l_c/
A Dextint.c62 #if !defined(EXTINT_CLOCK_SOURCE) || defined(__DOXYGEN__)
63 # warning EXTINT_CLOCK_SOURCE is not defined, assuming GCLK_GENERATOR_0.
69 # define EXTINT_CLOCK_SOURCE GCLK_GENERATOR_0 macro
150 gclk_chan_conf.source_generator = EXTINT_CLOCK_SOURCE; in _system_extint_init()
284 Assert(!(!system_gclk_gen_is_enabled(EXTINT_CLOCK_SOURCE) && in extint_chan_set_config()
357 Assert(!(!system_gclk_gen_is_enabled(EXTINT_CLOCK_SOURCE) && in extint_nmi_set_config()
/bsp/samd21/asflib_config/
A Dconf_extint.h49 # define EXTINT_CLOCK_SOURCE GCLK_GENERATOR_2 macro
/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/module_config/
A Dconf_extint.h62 # define EXTINT_CLOCK_SOURCE GCLK_GENERATOR_0 macro

Completed in 10 milliseconds