uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NVIC_InitTypeDef Struct Reference

NVIC Init Structure definition. More...

#include <misc.h>

Public Attributes

uint8_t NVIC_IRQChannel
 
uint8_t NVIC_IRQChannelPreemptionPriority
 
uint8_t NVIC_IRQChannelSubPriority
 
FunctionalState NVIC_IRQChannelCmd
 

Detailed Description

NVIC Init Structure definition.

Definition at line 50 of file misc.h.

Member Data Documentation

uint8_t NVIC_InitTypeDef::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 stm32f10x.h file)

Definition at line 52 of file 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 65 of file 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 NVIC_Priority_Table

Definition at line 57 of file 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 NVIC_Priority_Table

Definition at line 61 of file misc.h.


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