Searched refs:scValue (Results 1 – 1 of 1) sorted by relevance
88 uint8_t scValue = base->SC; in IRQ_Init() local89 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()96 …scValue |= IRQ_SC_IRQMOD(config->detectMode) | IRQ_SC_IRQEDG(config->edgeSelect) | IRQ_SC_IRQPE_MA… in IRQ_Init()97 base->SC = scValue; in IRQ_Init()