NVIC Init Structure definition. More...
#include <misc.h>
Public Attributes | |
uint8_t | NVIC_IRQChannel |
FunctionalState | NVIC_IRQChannelCmd |
uint8_t | NVIC_IRQChannelPreemptionPriority |
uint8_t | NVIC_IRQChannelSubPriority |
NVIC Init Structure definition.
Definition at line 54 of file airbourne/airbourne/lib/STM32F4xx_StdPeriph_Driver/inc/misc.h.
uint8_t NVIC_InitTypeDef::NVIC_IRQChannel |
Specifies the IRQ channel to be enabled or disabled. This parameter can be an enumerator of IRQn_Type enumeration (For the complete STM32 Devices IRQ Channels list, please refer to stm32f4xx.h file)
Specifies the IRQ channel to be enabled or disabled. This parameter can be a value of IRQn_Type (For the complete STM32 Devices IRQ Channels list, please refer to stm32f10x.h file)
Specifies the IRQ channel to be enabled or disabled. This parameter can be a value of IRQn_Type (For the complete STM32 Devices IRQ Channels list, please refer to stm32f30x.h file)
Definition at line 56 of file airbourne/airbourne/lib/STM32F4xx_StdPeriph_Driver/inc/misc.h.
FunctionalState NVIC_InitTypeDef::NVIC_IRQChannelCmd |
Specifies whether the IRQ channel defined in NVIC_IRQChannel will be enabled or disabled. This parameter can be set either to ENABLE or DISABLE
Definition at line 71 of file airbourne/airbourne/lib/STM32F4xx_StdPeriph_Driver/inc/misc.h.
uint8_t NVIC_InitTypeDef::NVIC_IRQChannelPreemptionPriority |
Specifies the pre-emption priority for the IRQ channel specified in NVIC_IRQChannel. This parameter can be a value between 0 and 15 as described in the table MISC_NVIC_Priority_Table A lower priority value indicates a higher priority
Specifies the pre-emption priority for the IRQ channel specified in NVIC_IRQChannel. This parameter can be a value between 0 and 15 as described in the table NVIC_Priority_Table
Specifies the pre-emption priority for the IRQ channel specified in NVIC_IRQChannel. This parameter can be a value between 0 and 15. A lower priority value indicates a higher priority
Definition at line 61 of file airbourne/airbourne/lib/STM32F4xx_StdPeriph_Driver/inc/misc.h.
uint8_t NVIC_InitTypeDef::NVIC_IRQChannelSubPriority |
Specifies the subpriority level for the IRQ channel specified in NVIC_IRQChannel. This parameter can be a value between 0 and 15 as described in the table MISC_NVIC_Priority_Table A lower priority value indicates a higher priority
Specifies the subpriority level for the IRQ channel specified in NVIC_IRQChannel. This parameter can be a value between 0 and 15 as described in the table NVIC_Priority_Table
Specifies the subpriority level for the IRQ channel specified in NVIC_IRQChannel. This parameter can be a value between 0 and 15. A lower priority value indicates a higher priority
Definition at line 66 of file airbourne/airbourne/lib/STM32F4xx_StdPeriph_Driver/inc/misc.h.