Lines Matching full:in

8  * See the COPYING file in the top-level directory.
70 /* Test that non-reserved bits in xMR and xTSR can be set and cleared */ in test_reg_write_read()
169 * - enabling its line in IMR in test_software_interrupt()
170 * - and then setting a bit from '0' to '1' in SWIER in test_software_interrupt()
172 * And that the interruption stays pending in NVIC in test_software_interrupt()
173 * even after clearing the pending bit in PR. in test_software_interrupt()
178 * Bit 0 in EXTI_*1 registers (EXTI0) corresponds to GPIO Px_0 in test_software_interrupt()
182 /* Check that there are no interrupts already pending in PR */ in test_software_interrupt()
184 /* Check that this specific interrupt isn't pending in NVIC */ in test_software_interrupt()
193 /* Check that the write in SWIER was effective */ in test_software_interrupt()
195 /* Check that the corresponding pending bit in PR is set */ in test_software_interrupt()
197 /* Check that the corresponding interrupt is pending in the NVIC */ in test_software_interrupt()
200 /* Clear the pending bit in PR */ in test_software_interrupt()
203 /* Check that the write in PR was effective */ in test_software_interrupt()
205 /* Check that the corresponding bit in SWIER was cleared */ in test_software_interrupt()
207 /* Check that the interrupt is still pending in the NVIC */ in test_software_interrupt()
212 * Bit 3 in EXTI_*2 registers (EXTI35) corresponds to PVM 1 Wakeup in test_software_interrupt()
226 /* Check that the write in SWIER was effective */ in test_software_interrupt()
228 /* Check that the corresponding pending bit in PR is set */ in test_software_interrupt()
230 /* Check that the corresponding interrupt is pending in the NVIC */ in test_software_interrupt()
233 /* Clear the pending bit in PR */ in test_software_interrupt()
236 /* Check that the write in PR was effective */ in test_software_interrupt()
238 /* Check that the corresponding bit in SWIER was cleared */ in test_software_interrupt()
240 /* Check that the interrupt is still pending in the NVIC */ in test_software_interrupt()
342 * - corresponding bit in IMR isn't set in test_no_software_interrupt()
348 * Bit 0 in EXTI_*1 registers (EXTI0) corresponds to GPIO Px_0 in test_no_software_interrupt()
352 /* Check that there are no interrupts already pending in PR */ in test_no_software_interrupt()
354 /* Check that this specific interrupt isn't pending in NVIC */ in test_no_software_interrupt()
363 /* Check that the write in SWIER was effective */ in test_no_software_interrupt()
365 /* Check that the pending bit in PR wasn't set */ in test_no_software_interrupt()
367 /* Check that the interrupt isn't pending in NVIC */ in test_no_software_interrupt()
373 /* Check that the pending bit in PR wasn't set */ in test_no_software_interrupt()
375 /* Check that the interrupt isn't pending in NVIC */ in test_no_software_interrupt()
380 * Bit 3 in EXTI_*2 registers (EXTI35) corresponds to PVM 1 Wakeup in test_no_software_interrupt()
384 /* Check that there are no interrupts already pending in PR */ in test_no_software_interrupt()
386 /* Check that this specific interrupt isn't pending in NVIC */ in test_no_software_interrupt()
395 /* Check that the write in SWIER was effective */ in test_no_software_interrupt()
397 /* Check that the pending bit in PR wasn't set */ in test_no_software_interrupt()
399 /* Check that the interrupt isn't pending in NVIC */ in test_no_software_interrupt()
405 /* Check that the pending bit in PR wasn't set */ in test_no_software_interrupt()
407 /* Check that the interrupt isn't pending in NVIC */ in test_no_software_interrupt()
415 * - corresponding bit in IMR isn't set in test_masked_interrupt()
425 /* Check that there are no interrupts already pending in PR */ in test_masked_interrupt()
427 /* Check that this specific interrupt isn't pending in NVIC */ in test_masked_interrupt()
439 /* Check that the pending bit in PR wasn't set */ in test_masked_interrupt()
441 /* Check that the interrupt isn't pending in NVIC */ in test_masked_interrupt()
447 /* Check that the pending bit in PR wasn't set */ in test_masked_interrupt()
449 /* Check that the interrupt isn't pending in NVIC */ in test_masked_interrupt()
460 * - enabling its line in IMR in test_interrupt()
464 * And that the interruption stays pending in NVIC in test_interrupt()
465 * even after clearing the pending bit in PR. in test_interrupt()
474 /* Check that there are no interrupts already pending in PR */ in test_interrupt()
476 /* Check that this specific interrupt isn't pending in NVIC */ in test_interrupt()
488 /* Check that the pending bit in PR was set */ in test_interrupt()
490 /* Check that the interrupt is pending in NVIC */ in test_interrupt()
493 /* Clear the pending bit in PR */ in test_interrupt()
496 /* Check that the write in PR was effective */ in test_interrupt()
498 /* Check that the interrupt is still pending in the NVIC */ in test_interrupt()
512 * For lines EXTI5..9 (fanned-in to NVIC irq 23), in test_orred_interrupts()
514 * 23 in NVIC. in test_orred_interrupts()
517 /* Check that there are no interrupts already pending in PR */ in test_orred_interrupts()
519 /* Check that this specific interrupt isn't pending in NVIC */ in test_orred_interrupts()