STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
NVIC_InitTypeDef Struct Reference

NVIC Init Structure definition. More...

#include <stm32f0xx_misc.h>

Data Fields

uint8_t NVIC_IRQChannel
 
uint8_t NVIC_IRQChannelPriority
 
FunctionalState NVIC_IRQChannelCmd
 

Detailed Description

NVIC Init Structure definition.

Field Documentation

uint8_t NVIC_IRQChannel
             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 stm32f0xx.h file)

FunctionalState 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

uint8_t NVIC_IRQChannelPriority
     Specifies the priority level for the IRQ channel specified

in NVIC_IRQChannel. This parameter can be a value between 0 and 3.


The documentation for this struct was generated from the following file: