Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/irq/
Dfsl_irq.c88 uint8_t scValue = base->SC; in IRQ_Init() local
89 scValue &= (uint8_t) ~(IRQ_SC_IRQMOD_MASK | IRQ_SC_IRQEDG_MASK | IRQ_SC_IRQPDD_MASK); in IRQ_Init()
92 scValue |= IRQ_SC_IRQPDD_MASK; in IRQ_Init()
96scValue |= IRQ_SC_IRQMOD(config->detectMode) | IRQ_SC_IRQEDG(config->edgeSelect) | IRQ_SC_IRQPE_MA… in IRQ_Init()
97 base->SC = scValue; in IRQ_Init()