Searched refs:EXTINT_CLOCK_SOURCE (Results 1 – 4 of 4) sorted by relevance
51 #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 macro135 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()
62 #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 macro150 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()
49 # define EXTINT_CLOCK_SOURCE GCLK_GENERATOR_2 macro
62 # define EXTINT_CLOCK_SOURCE GCLK_GENERATOR_0 macro
Completed in 10 milliseconds