OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__NVIC_PRIO_BITS
(Results
1 - 8
of
8
) sorted by null
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cm0.h
173
#ifndef
__NVIC_PRIO_BITS
174
#define
__NVIC_PRIO_BITS
2
175
#warning "
__NVIC_PRIO_BITS
not defined in device header file; using default!"
615
(((priority << (8 -
__NVIC_PRIO_BITS
)) & 0xFF) << _BIT_SHIFT(IRQn)); }
618
(((priority << (8 -
__NVIC_PRIO_BITS
)) & 0xFF) << _BIT_SHIFT(IRQn)); }
637
return((uint32_t)(((SCB->SHP[_SHP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & 0xFF) >> (8 -
__NVIC_PRIO_BITS
))); } /* get priority for Cortex-M0 system interrupts */
639
return((uint32_t)(((NVIC->IP[ _IP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & 0xFF) >> (8 -
__NVIC_PRIO_BITS
))); } /* get priority for device specific interrupts */
[
all
...]
core_cm0plus.h
183
#ifndef
__NVIC_PRIO_BITS
184
#define
__NVIC_PRIO_BITS
2
185
#warning "
__NVIC_PRIO_BITS
not defined in device header file; using default!"
[
all
...]
core_sc000.h
178
#ifndef
__NVIC_PRIO_BITS
179
#define
__NVIC_PRIO_BITS
2
180
#warning "
__NVIC_PRIO_BITS
not defined in device header file; using default!"
[
all
...]
core_cm3.h
178
#ifndef
__NVIC_PRIO_BITS
179
#define
__NVIC_PRIO_BITS
4
180
#warning "
__NVIC_PRIO_BITS
not defined in device header file; using default!"
[
all
...]
core_cm4.h
224
#ifndef
__NVIC_PRIO_BITS
225
#define
__NVIC_PRIO_BITS
4
226
#warning "
__NVIC_PRIO_BITS
not defined in device header file; using default!"
[
all
...]
core_sc300.h
178
#ifndef
__NVIC_PRIO_BITS
179
#define
__NVIC_PRIO_BITS
4
180
#warning "
__NVIC_PRIO_BITS
not defined in device header file; using default!"
[
all
...]
core_cm7.h
239
#ifndef
__NVIC_PRIO_BITS
240
#define
__NVIC_PRIO_BITS
3
241
#warning "
__NVIC_PRIO_BITS
not defined in device header file; using default!"
[
all
...]
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
cmsis.h
25
#define
__NVIC_PRIO_BITS
4
Completed in 715 milliseconds