HomeSort by relevance Sort by last modified time
    Searched refs:ISPR (Results 1 - 8 of 8) sorted by null

  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm0.h 315 __IO uint32_t ISPR[1]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
574 return((uint32_t) ((NVIC->ISPR[0] & (1 << ((uint32_t)(IRQn) & 0x1F)))?1:0));
586 NVIC->ISPR[0] = (1 << ((uint32_t)(IRQn) & 0x1F));
    [all...]
core_cm0plus.h 326 __IO uint32_t ISPR[1]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
    [all...]
core_sc000.h 321 __IO uint32_t ISPR[1]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
    [all...]
core_cm3.h 322 __IO uint32_t ISPR[8]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
    [all...]
core_cm4.h 369 __IO uint32_t ISPR[8]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
    [all...]
core_sc300.h 322 __IO uint32_t ISPR[8]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
    [all...]
core_cm7.h 384 __IO uint32_t ISPR[8]; /*!< Offset: 0x100 (R/W) Interrupt Set Pending Register */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 752 #define ISPR 0x100
788 { 0x0020, ISPR|ISSP|ISBL }, /* space */
789 { 0x0021, ISPU|ISGR|ISPR }, /* ! */
790 { 0x0033, ISDI|ISXD|ISAN| ISGR|ISPR }, /* 3 */
791 { 0x0040, ISPU|ISGR|ISPR }, /* @ */
792 { 0x0041, ISAL| ISUP| ISXD|ISAN| ISGR|ISPR }, /* A */
793 { 0x007a, ISAL|ISLO| ISAN| ISGR|ISPR }, /* z */
794 { 0x007b, ISPU|ISGR|ISPR }, /* { */
796 { 0x00a0, ISPR|ISSP|ISBL }, /* NBSP */
797 { 0x00a4, ISGR|ISPR }, /* currency sign *
    [all...]

Completed in 115 milliseconds