![]() |
MINI55_BSP V3.02.004
The Board Support Package for Mini55 Series MCU
|
Macros | |
#define | NULL (0) |
NULL pointer. More... | |
#define | TRUE (1) |
Boolean true, define to use in API parameters or return value. More... | |
#define | FALSE (0) |
Boolean false, define to use in API parameters or return value. More... | |
#define | ENABLE (1) |
Enable, define to use in API parameters. More... | |
#define | DISABLE (0) |
Disable, define to use in API parameters. More... | |
#define | BIT0 (0x00000001) |
Bit 0 mask of an 32 bit integer. More... | |
#define | BIT1 (0x00000002) |
Bit 1 mask of an 32 bit integer. More... | |
#define | BIT2 (0x00000004) |
Bit 2 mask of an 32 bit integer. More... | |
#define | BIT3 (0x00000008) |
Bit 3 mask of an 32 bit integer. More... | |
#define | BIT4 (0x00000010) |
Bit 4 mask of an 32 bit integer. More... | |
#define | BIT5 (0x00000020) |
Bit 5 mask of an 32 bit integer. More... | |
#define | BIT6 (0x00000040) |
Bit 6 mask of an 32 bit integer. More... | |
#define | BIT7 (0x00000080) |
Bit 7 mask of an 32 bit integer. More... | |
#define | BIT8 (0x00000100) |
Bit 8 mask of an 32 bit integer. More... | |
#define | BIT9 (0x00000200) |
Bit 9 mask of an 32 bit integer. More... | |
#define | BIT10 (0x00000400) |
Bit 10 mask of an 32 bit integer. More... | |
#define | BIT11 (0x00000800) |
Bit 11 mask of an 32 bit integer. More... | |
#define | BIT12 (0x00001000) |
Bit 12 mask of an 32 bit integer. More... | |
#define | BIT13 (0x00002000) |
Bit 13 mask of an 32 bit integer. More... | |
#define | BIT14 (0x00004000) |
Bit 14 mask of an 32 bit integer. More... | |
#define | BIT15 (0x00008000) |
Bit 15 mask of an 32 bit integer. More... | |
#define | BIT16 (0x00010000) |
Bit 16 mask of an 32 bit integer. More... | |
#define | BIT17 (0x00020000) |
Bit 17 mask of an 32 bit integer. More... | |
#define | BIT18 (0x00040000) |
Bit 18 mask of an 32 bit integer. More... | |
#define | BIT19 (0x00080000) |
Bit 19 mask of an 32 bit integer. More... | |
#define | BIT20 (0x00100000) |
Bit 20 mask of an 32 bit integer. More... | |
#define | BIT21 (0x00200000) |
Bit 21 mask of an 32 bit integer. More... | |
#define | BIT22 (0x00400000) |
Bit 22 mask of an 32 bit integer. More... | |
#define | BIT23 (0x00800000) |
Bit 23 mask of an 32 bit integer. More... | |
#define | BIT24 (0x01000000) |
Bit 24 mask of an 32 bit integer. More... | |
#define | BIT25 (0x02000000) |
Bit 25 mask of an 32 bit integer. More... | |
#define | BIT26 (0x04000000) |
Bit 26 mask of an 32 bit integer. More... | |
#define | BIT27 (0x08000000) |
Bit 27 mask of an 32 bit integer. More... | |
#define | BIT28 (0x10000000) |
Bit 28 mask of an 32 bit integer. More... | |
#define | BIT29 (0x20000000) |
Bit 29 mask of an 32 bit integer. More... | |
#define | BIT30 (0x40000000) |
Bit 30 mask of an 32 bit integer. More... | |
#define | BIT31 (0x80000000) |
Bit 31 mask of an 32 bit integer. More... | |
#define | BYTE0_Msk (0x000000FF) |
Mask to get bit0~bit7 from a 32 bit integer. More... | |
#define | BYTE1_Msk (0x0000FF00) |
Mask to get bit8~bit15 from a 32 bit integer. More... | |
#define | BYTE2_Msk (0x00FF0000) |
Mask to get bit16~bit23 from a 32 bit integer. More... | |
#define | BYTE3_Msk (0xFF000000) |
Mask to get bit24~bit31 from a 32 bit integer. More... | |
#define | GET_BYTE0(u32Param) ((u32Param & BYTE0_Msk) ) |
#define | GET_BYTE1(u32Param) ((u32Param & BYTE1_Msk) >> 8) |
#define | GET_BYTE2(u32Param) ((u32Param & BYTE2_Msk) >> 16) |
#define | GET_BYTE3(u32Param) ((u32Param & BYTE3_Msk) >> 24) |
Variables | |
__IO uint32_t | ACMP_T::CTL [2] |
__IO uint32_t | ACMP_T::STATUS |
__IO uint32_t | ACMP_T::VREF |
__I uint32_t | ADC_T::DAT |
__IO uint32_t | ADC_T::CTL |
__IO uint32_t | ADC_T::CHEN |
__IO uint32_t | ADC_T::CMP [2] |
__IO uint32_t | ADC_T::STATUS |
__IO uint32_t | ADC_T::TRGDLY |
__IO uint32_t | ADC_T::EXTSMPT |
__IO uint32_t | ADC_T::SEQCTL |
__I uint32_t | ADC_T::SEQDAT0 |
__I uint32_t | ADC_T::SEQDAT1 |
__IO uint32_t | CLK_T::PWRCTL |
__IO uint32_t | CLK_T::AHBCLK |
__IO uint32_t | CLK_T::APBCLK |
__IO uint32_t | CLK_T::STATUS |
__IO uint32_t | CLK_T::CLKSEL0 |
__IO uint32_t | CLK_T::CLKSEL1 |
__IO uint32_t | CLK_T::CLKDIV |
__IO uint32_t | CLK_T::CLKSEL2 |
__IO uint32_t | CLK_T::CLKOCTL |
__IO uint32_t | FMC_T::ISPCTL |
__IO uint32_t | FMC_T::ISPADDR |
__IO uint32_t | FMC_T::ISPDAT |
__IO uint32_t | FMC_T::ISPCMD |
__IO uint32_t | FMC_T::ISPTRG |
__I uint32_t | FMC_T::DFBA |
__I uint32_t | FMC_T::ISPSTS |
__IO uint32_t | GPIO_T::MODE |
__IO uint32_t | GPIO_T::DINOFF |
__IO uint32_t | GPIO_T::DOUT |
__IO uint32_t | GPIO_T::DATMSK |
__I uint32_t | GPIO_T::PIN |
__IO uint32_t | GPIO_T::DBEN |
__IO uint32_t | GPIO_T::INTTYPE |
__IO uint32_t | GPIO_T::INTEN |
__IO uint32_t | GPIO_T::INTSRC |
__IO uint32_t | GPIO_DB_T::DBCTL |
__IO uint32_t | HDIV_T::DIVIDEND |
__IO uint32_t | HDIV_T::DIVISOR |
__IO uint32_t | HDIV_T::QUOTIENT |
__IO uint32_t | HDIV_T::REM |
__I uint32_t | HDIV_T::STATUS |
__IO uint32_t | I2C_T::CTL |
__IO uint32_t | I2C_T::ADDR0 |
__IO uint32_t | I2C_T::DAT |
__I uint32_t | I2C_T::STATUS |
__IO uint32_t | I2C_T::CLKDIV |
__IO uint32_t | I2C_T::TOCTL |
__IO uint32_t | I2C_T::ADDR1 |
__IO uint32_t | I2C_T::ADDR2 |
__IO uint32_t | I2C_T::ADDR3 |
__IO uint32_t | I2C_T::ADDRMSK0 |
__IO uint32_t | I2C_T::ADDRMSK1 |
__IO uint32_t | I2C_T::ADDRMSK2 |
__IO uint32_t | I2C_T::ADDRMSK3 |
__IO uint32_t | I2C_T::CTL1 |
__IO uint32_t | I2C_T::STATUS1 |
__I uint32_t | INTR_T::IRQ0SRC |
__I uint32_t | INTR_T::IRQ1SRC |
__I uint32_t | INTR_T::IRQ2SRC |
__I uint32_t | INTR_T::IRQ3SRC |
__I uint32_t | INTR_T::IRQ4SRC |
__I uint32_t | INTR_T::IRQ5SRC |
__I uint32_t | INTR_T::IRQ6SRC |
__I uint32_t | INTR_T::IRQ7SRC |
__I uint32_t | INTR_T::IRQ8SRC |
__I uint32_t | INTR_T::IRQ9SRC |
__I uint32_t | INTR_T::IRQ12SRC |
__I uint32_t | INTR_T::IRQ13SRC |
__I uint32_t | INTR_T::IRQ14SRC |
__I uint32_t | INTR_T::IRQ16SRC |
__I uint32_t | INTR_T::IRQ17SRC |
__I uint32_t | INTR_T::IRQ18SRC |
__I uint32_t | INTR_T::IRQ25SRC |
__I uint32_t | INTR_T::IRQ28SRC |
__I uint32_t | INTR_T::IRQ29SRC |
__IO uint32_t | INTR_T::NMICTL |
__IO uint32_t | INTR_T::IRQSTS |
__IO uint32_t | PWM_T::CLKPSC |
__IO uint32_t | PWM_T::CLKDIV |
__IO uint32_t | PWM_T::CTL |
__IO uint32_t | PWM_T::PERIOD [6] |
__IO uint32_t | PWM_T::CMPDAT [6] |
__IO uint32_t | PWM_T::INTEN |
__IO uint32_t | PWM_T::INTSTS |
__IO uint32_t | PWM_T::POEN |
__IO uint32_t | PWM_T::BRKCTL |
__IO uint32_t | PWM_T::DTCTL |
__IO uint32_t | PWM_T::ADCTCTL0 |
__IO uint32_t | PWM_T::ADCTCTL1 |
__IO uint32_t | PWM_T::ADCTSTS0 |
__IO uint32_t | PWM_T::ADCTSTS1 |
__IO uint32_t | PWM_T::PHCHG |
__IO uint32_t | PWM_T::PHCHGNXT |
__IO uint32_t | PWM_T::PHCHGMSK |
__IO uint32_t | PWM_T::IFA |
__IO uint32_t | SPI_T::CTL |
__IO uint32_t | SPI_T::CLKDIV |
__IO uint32_t | SPI_T::SSCTL |
__I uint32_t | SPI_T::RX |
__O uint32_t | SPI_T::TX |
__IO uint32_t | SPI_T::SLVCTL |
__IO uint32_t | SPI_T::FIFOCTL |
__IO uint32_t | SPI_T::STATUS |
__I uint32_t | SYS_T::PDID |
__IO uint32_t | SYS_T::RSTSTS |
__IO uint32_t | SYS_T::IPRST0 |
__IO uint32_t | SYS_T::IPRST1 |
__IO uint32_t | SYS_T::BODCTL |
__IO uint32_t | SYS_T::P0_MFP |
__IO uint32_t | SYS_T::P1_MFP |
__IO uint32_t | SYS_T::P2_MFP |
__IO uint32_t | SYS_T::P3_MFP |
__IO uint32_t | SYS_T::P4_MFP |
__IO uint32_t | SYS_T::P5_MFP |
__IO uint32_t | SYS_T::EINT0SEL |
__IO uint32_t | SYS_T::IRCTCTL |
__IO uint32_t | SYS_T::IRCTIEN |
__IO uint32_t | SYS_T::IRCTISTS |
__IO uint32_t | SYS_T::REGLCTL |
__IO uint32_t | TIMER_T::CTL |
__IO uint32_t | TIMER_T::CMP |
__IO uint32_t | TIMER_T::INTSTS |
__I uint32_t | TIMER_T::CNT |
__I uint32_t | TIMER_T::CAP |
__IO uint32_t | TIMER_T::EXTCTL |
__IO uint32_t | TIMER_T::EINTSTS |
__IO uint32_t | TIMER_AC_T::CCAPCTL |
__I uint32_t | TIMER_AC_T::CCAP [3] |
__IO uint32_t | UART_T::DAT |
__IO uint32_t | UART_T::INTEN |
__IO uint32_t | UART_T::FIFO |
__IO uint32_t | UART_T::LINE |
__IO uint32_t | UART_T::MODEM |
__IO uint32_t | UART_T::MODEMSTS |
__IO uint32_t | UART_T::FIFOSTS |
__IO uint32_t | UART_T::INTSTS |
__IO uint32_t | UART_T::TOUT |
__IO uint32_t | UART_T::BAUD |
__IO uint32_t | UART_T::IRDA |
__IO uint32_t | UART_T::ALTCTL |
__IO uint32_t | UART_T::FUNCSEL |
__IO uint32_t | WDT_T::CTL |
MINI55 Legacy Constants
#define BIT0 (0x00000001) |
Bit 0 mask of an 32 bit integer.
Definition at line 7177 of file Mini55Series.h.
#define BIT1 (0x00000002) |
Bit 1 mask of an 32 bit integer.
Definition at line 7178 of file Mini55Series.h.
#define BIT10 (0x00000400) |
Bit 10 mask of an 32 bit integer.
Definition at line 7187 of file Mini55Series.h.
#define BIT11 (0x00000800) |
Bit 11 mask of an 32 bit integer.
Definition at line 7188 of file Mini55Series.h.
#define BIT12 (0x00001000) |
Bit 12 mask of an 32 bit integer.
Definition at line 7189 of file Mini55Series.h.
#define BIT13 (0x00002000) |
Bit 13 mask of an 32 bit integer.
Definition at line 7190 of file Mini55Series.h.
#define BIT14 (0x00004000) |
Bit 14 mask of an 32 bit integer.
Definition at line 7191 of file Mini55Series.h.
#define BIT15 (0x00008000) |
Bit 15 mask of an 32 bit integer.
Definition at line 7192 of file Mini55Series.h.
#define BIT16 (0x00010000) |
Bit 16 mask of an 32 bit integer.
Definition at line 7193 of file Mini55Series.h.
#define BIT17 (0x00020000) |
Bit 17 mask of an 32 bit integer.
Definition at line 7194 of file Mini55Series.h.
#define BIT18 (0x00040000) |
Bit 18 mask of an 32 bit integer.
Definition at line 7195 of file Mini55Series.h.
#define BIT19 (0x00080000) |
Bit 19 mask of an 32 bit integer.
Definition at line 7196 of file Mini55Series.h.
#define BIT2 (0x00000004) |
Bit 2 mask of an 32 bit integer.
Definition at line 7179 of file Mini55Series.h.
#define BIT20 (0x00100000) |
Bit 20 mask of an 32 bit integer.
Definition at line 7197 of file Mini55Series.h.
#define BIT21 (0x00200000) |
Bit 21 mask of an 32 bit integer.
Definition at line 7198 of file Mini55Series.h.
#define BIT22 (0x00400000) |
Bit 22 mask of an 32 bit integer.
Definition at line 7199 of file Mini55Series.h.
#define BIT23 (0x00800000) |
Bit 23 mask of an 32 bit integer.
Definition at line 7200 of file Mini55Series.h.
#define BIT24 (0x01000000) |
Bit 24 mask of an 32 bit integer.
Definition at line 7201 of file Mini55Series.h.
#define BIT25 (0x02000000) |
Bit 25 mask of an 32 bit integer.
Definition at line 7202 of file Mini55Series.h.
#define BIT26 (0x04000000) |
Bit 26 mask of an 32 bit integer.
Definition at line 7203 of file Mini55Series.h.
#define BIT27 (0x08000000) |
Bit 27 mask of an 32 bit integer.
Definition at line 7204 of file Mini55Series.h.
#define BIT28 (0x10000000) |
Bit 28 mask of an 32 bit integer.
Definition at line 7205 of file Mini55Series.h.
#define BIT29 (0x20000000) |
Bit 29 mask of an 32 bit integer.
Definition at line 7206 of file Mini55Series.h.
#define BIT3 (0x00000008) |
Bit 3 mask of an 32 bit integer.
Definition at line 7180 of file Mini55Series.h.
#define BIT30 (0x40000000) |
Bit 30 mask of an 32 bit integer.
Definition at line 7207 of file Mini55Series.h.
#define BIT31 (0x80000000) |
Bit 31 mask of an 32 bit integer.
Definition at line 7208 of file Mini55Series.h.
#define BIT4 (0x00000010) |
Bit 4 mask of an 32 bit integer.
Definition at line 7181 of file Mini55Series.h.
#define BIT5 (0x00000020) |
Bit 5 mask of an 32 bit integer.
Definition at line 7182 of file Mini55Series.h.
#define BIT6 (0x00000040) |
Bit 6 mask of an 32 bit integer.
Definition at line 7183 of file Mini55Series.h.
#define BIT7 (0x00000080) |
Bit 7 mask of an 32 bit integer.
Definition at line 7184 of file Mini55Series.h.
#define BIT8 (0x00000100) |
Bit 8 mask of an 32 bit integer.
Definition at line 7185 of file Mini55Series.h.
#define BIT9 (0x00000200) |
Bit 9 mask of an 32 bit integer.
Definition at line 7186 of file Mini55Series.h.
#define BYTE0_Msk (0x000000FF) |
Mask to get bit0~bit7 from a 32 bit integer.
Definition at line 7211 of file Mini55Series.h.
#define BYTE1_Msk (0x0000FF00) |
Mask to get bit8~bit15 from a 32 bit integer.
Definition at line 7212 of file Mini55Series.h.
#define BYTE2_Msk (0x00FF0000) |
Mask to get bit16~bit23 from a 32 bit integer.
Definition at line 7213 of file Mini55Series.h.
#define BYTE3_Msk (0xFF000000) |
Mask to get bit24~bit31 from a 32 bit integer.
Definition at line 7214 of file Mini55Series.h.
#define DISABLE (0) |
Disable, define to use in API parameters.
Definition at line 7174 of file Mini55Series.h.
#define ENABLE (1) |
Enable, define to use in API parameters.
Definition at line 7173 of file Mini55Series.h.
#define FALSE (0) |
Boolean false, define to use in API parameters or return value.
Definition at line 7171 of file Mini55Series.h.
#define GET_BYTE0 | ( | u32Param | ) | ((u32Param & BYTE0_Msk) ) |
Extract Byte 0 (Bit 0~ 7) from parameter u32Param
Definition at line 7216 of file Mini55Series.h.
#define GET_BYTE1 | ( | u32Param | ) | ((u32Param & BYTE1_Msk) >> 8) |
Extract Byte 1 (Bit 8~15) from parameter u32Param
Definition at line 7217 of file Mini55Series.h.
#define GET_BYTE2 | ( | u32Param | ) | ((u32Param & BYTE2_Msk) >> 16) |
Extract Byte 2 (Bit 16~23) from parameter u32Param
Definition at line 7218 of file Mini55Series.h.
#define GET_BYTE3 | ( | u32Param | ) | ((u32Param & BYTE3_Msk) >> 24) |
Extract Byte 3 (Bit 24~31) from parameter u32Param
Definition at line 7219 of file Mini55Series.h.
#define NULL (0) |
NULL pointer.
Definition at line 7167 of file Mini55Series.h.
#define TRUE (1) |
Boolean true, define to use in API parameters or return value.
Definition at line 7170 of file Mini55Series.h.
__IO uint32_t PWM_T::ADCTCTL0 |
Bits | Field | Descriptions |
---|---|---|
[0] | CUTRGEN0 | PWM Channel 0 Compare Up Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[1] | CPTRGEN0 | PWM Channel 0 Center Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[2] | CDTRGEN0 | PWM Channel 0 Compare Down Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[3] | ZPTRGEN0 | PWM Channel 0 Zero Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[8] | CUTRGEN1 | PWM Channel 1 Compare Up Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[9] | CPTRGEN1 | PWM Channel 1 Center Point Trigger ADC Enable Bit 0 = Disabled. |
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[10] | CDTRGEN1 | PWM Channel 1 Compare Down Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[11] | ZPTRGEN1 | PWM Channel 1 Zero Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[16] | CUTRGEN2 | PWM Channel 2 Compare Up Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[17] | CPTRGEN2 | PWM Channel 2 Center Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[18] | CDTRGEN2 | PWM Channel 2 Compare Down Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[19] | ZPTRGEN2 | PWM Channel 2 Zero Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[24] | CUTRGEN3 | PWM Channel 3 Compare Up Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[25] | CPTRGEN3 | PWM Channel 3 Center Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[26] | CDTRGEN3 | PWM Channel 3 Compare Down Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[27] | ZPTRGEN3 | PWM Channel 3 Zero Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. |
Definition at line 3471 of file Mini55Series.h.
__IO uint32_t PWM_T::ADCTCTL1 |
Bits | Field | Descriptions |
---|---|---|
[0] | CUTRGEN4 | PWM Channel 4 Compare Up Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[1] | CPTRGEN4 | PWM Channel 4 Center Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[2] | CDTRGEN4 | PWM Channel 4 Compare Down Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[3] | ZPTRGEN4 | PWM Channel 4 Zero Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[8] | CUTRGEN5 | PWM Channel 5 Compare Up Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[9] | CPTRGEN5 | PWM Channel 5 Center Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is only valid for PWM in center aligned mode. | ||
When PWM is in edged aligned mode, setting this bit is meaningless and will not take any effect. | ||
[10] | CDTRGEN5 | PWM Channel 5 Compare Down Count Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. | ||
[11] | ZPTRGEN5 | PWM Channel 5 Zero Point Trigger ADC Enable Bit |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit is valid for both center aligned mode and edged aligned mode. |
Definition at line 3517 of file Mini55Series.h.
__IO uint32_t PWM_T::ADCTSTS0 |
Bits | Field | Descriptions |
---|---|---|
[0] | CUTRGF0 | PWM Channel 0 Zero Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[1] | CPTRGF0 | PWM Channel 0 Compare Down Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[2] | CDTRGF0 | PWM Channel 0 Center Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[3] | ZPTRGF0 | PWM Channel 0 Compare Up Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[8] | CUTRGF1 | PWM Channel 1 Zero Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[9] | CPTRGF1 | PWM Channel 1 Compare Down Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[10] | CDTRGF1 | PWM Channel 1 Center Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[11] | ZPTRGF1 | PWM Channel 1 Compare Up Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[16] | CUTRGF2 | PWM Channel 3 Zero Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[17] | CPTRGF2 | PWM Channel 2 Compare Down Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[18] | CDTRGF2 | PWM Channel 2 Center Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[19] | ZPTRGF2 | PWM Channel 2 Compare Up Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[24] | CUTRGF3 | PWM Channel 3 Zero Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[25] | CPTRGF3 | PWM Channel 3 Compare Down Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[26] | CDTRGF3 | PWM Channel 3 Center Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[27] | ZPTRGF3 | PWM Channel 3 Compare Up Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. |
Definition at line 3559 of file Mini55Series.h.
__IO uint32_t PWM_T::ADCTSTS1 |
Bits | Field | Descriptions |
---|---|---|
[0] | CUTRGF4 | PWM Channel 4 Zero Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[1] | CPTRGF4 | PWM Channel 4 Compare Down Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[2] | CDTRGF4 | PWM Channel 4 Center Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[3] | ZPTRGF4 | PWM Channel 4 Compare Up Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[8] | CUTRGF5 | PWM Channel 5 Zero Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[9] | CPTRGF5 | PWM Channel 5 Compare Down Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[10] | CDTRGF5 | PWM Channel 5 Center Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. | ||
[11] | ZPTRGF5 | PWM Channel 5 Compare Up Count Point Trigger ADC Flag |
Note: Software can write 1 to clear this bit. |
Definition at line 3585 of file Mini55Series.h.
__IO uint32_t I2C_T::ADDR0 |
Bits | Field | Descriptions |
---|---|---|
[0] | GC | General Call Function |
0 = General Call Function Disabled. | ||
1 = General Call Function Enabled. | ||
[7:1] | ADDR | I2C Address Register |
The content of this register is irrelevant when I2C is in Master mode. | ||
In Slave mode, the seven most significant bits must be loaded with the MCU's own address. | ||
The I2C hardware will react if either of the address is matched. |
Definition at line 2159 of file Mini55Series.h.
__IO uint32_t I2C_T::ADDR1 |
Bits | Field | Descriptions |
---|---|---|
[0] | GC | General Call Function |
0 = General Call Function Disabled. | ||
1 = General Call Function Enabled. | ||
[7:1] | ADDR | I2C Address Register |
The content of this register is irrelevant when I2C is in Master mode. | ||
In Slave mode, the seven most significant bits must be loaded with the MCU's own address. | ||
The I2C hardware will react if either of the address is matched. |
Definition at line 2244 of file Mini55Series.h.
__IO uint32_t I2C_T::ADDR2 |
Bits | Field | Descriptions |
---|---|---|
[0] | GC | General Call Function |
0 = General Call Function Disabled. | ||
1 = General Call Function Enabled. | ||
[7:1] | ADDR | I2C Address Register |
The content of this register is irrelevant when I2C is in Master mode. | ||
In Slave mode, the seven most significant bits must be loaded with the MCU's own address. | ||
The I2C hardware will react if either of the address is matched. |
Definition at line 2261 of file Mini55Series.h.
__IO uint32_t I2C_T::ADDR3 |
Bits | Field | Descriptions |
---|---|---|
[0] | GC | General Call Function |
0 = General Call Function Disabled. | ||
1 = General Call Function Enabled. | ||
[7:1] | ADDR | I2C Address Register |
The content of this register is irrelevant when I2C is in Master mode. | ||
In Slave mode, the seven most significant bits must be loaded with the MCU's own address. | ||
The I2C hardware will react if either of the address is matched. |
Definition at line 2278 of file Mini55Series.h.
__IO uint32_t I2C_T::ADDRMSK0 |
Bits | Field | Descriptions |
---|---|---|
[7:1] | ADDRMSK | I2C Address Mask Register |
0 = I2C address mask Disabled (the received corresponding register bit should be exactly the same as address register). | ||
1 = I2C address mask Enabled (the received corresponding address bit is "Don't care"). |
Definition at line 2291 of file Mini55Series.h.
__IO uint32_t I2C_T::ADDRMSK1 |
Bits | Field | Descriptions |
---|---|---|
[7:1] | ADDRMSK | I2C Address Mask Register |
0 = I2C address mask Disabled (the received corresponding register bit should be exactly the same as address register). | ||
1 = I2C address mask Enabled (the received corresponding address bit is "Don't care"). |
Definition at line 2304 of file Mini55Series.h.
__IO uint32_t I2C_T::ADDRMSK2 |
Bits | Field | Descriptions |
---|---|---|
[7:1] | ADDRMSK | I2C Address Mask Register |
0 = I2C address mask Disabled (the received corresponding register bit should be exactly the same as address register). | ||
1 = I2C address mask Enabled (the received corresponding address bit is "Don't care"). |
Definition at line 2317 of file Mini55Series.h.
__IO uint32_t I2C_T::ADDRMSK3 |
Bits | Field | Descriptions |
---|---|---|
[7:1] | ADDRMSK | I2C Address Mask Register |
0 = I2C address mask Disabled (the received corresponding register bit should be exactly the same as address register). | ||
1 = I2C address mask Enabled (the received corresponding address bit is "Don't care"). |
Definition at line 2330 of file Mini55Series.h.
__IO uint32_t CLK_T::AHBCLK |
Bits | Field | Descriptions |
---|---|---|
[2] | ISPCKEN | Flash ISP Controller Clock Enable Control |
0 = Flash ISP peripheral clock Disabled. | ||
1 = Flash ISP peripheral clock Enabled. | ||
[4] | HDIVCKEN | Hardware Divider Clock Enable Control |
0 = Hardware Divider clock Disabled. | ||
1 = Hardware Divider clock Enabled. |
Definition at line 891 of file Mini55Series.h.
__IO uint32_t UART_T::ALTCTL |
Bits | Field | Descriptions |
---|---|---|
[8] | RS485NMM | RS-485 Normal Multi-Drop Operation Mode (NMM) Control |
0 = RS-485 Normal Multi-drop Operation Mode (NMM) Disabled. | ||
1 = RS-485 Normal Multi-drop Operation Mode (NMM) Enabled. | ||
Note: It cannot be active with RS485AAD operation mode. | ||
[9] | RS485AAD | RS-485 Auto Address Detection Operation Mode (AAD) |
0 = RS-485 Auto Address Detection Operation Mode (AAD) Disabled. | ||
1 = RS-485 Auto Address Detection Operation Mode (AAD) Enabled. | ||
Note: It cannot be active with RS485NMM operation mode. | ||
[10] | RS485AUD | RS-485 Auto Direction Mode (AUD) Control |
0 = RS-485 Auto Direction Mode (AUD) Disabled. | ||
1 = RS-485 Auto Direction Mode (AUD) Enabled. | ||
Note: It can be active with RS485ADD or RS485NMM operation mode. | ||
[15] | ADDRDEN | RS-485 Address Detection Enable Control |
This bit is used to enable RS-485 Address Detection mode. | ||
0 = RS-485 address detection mode Disabled. | ||
1 = RS-485 address detection mode Enabled. | ||
Note: This field is used for RS-485 any operation mode. | ||
[31:24] | ADDRMV | Address Match Value Register |
This field contains the RS-485 address match values. | ||
Note: This field is used for RS-485 auto address detection mode. |
Definition at line 6596 of file Mini55Series.h.
__IO uint32_t CLK_T::APBCLK |
Bits | Field | Descriptions |
---|---|---|
[0] | WDTCKEN | Watchdog Timer Clock Enable Control (Write Protect) |
0 = Watchdog Timer clock Disabled. | ||
1 = Watchdog Timer clock Enabled. | ||
Note: This bit is the protected bit, and programming it needs to write 0x59, 0x16, and 0x88 to address 0x5000_0100 to disable register protection. | ||
Refer to the register REGWRPROT at address SYS_BA + 0x100. | ||
[2] | TMR0CKEN | Timer0 Clock Enable Control |
0 = Timer0 clock Disabled. | ||
1 = Timer0 clock Enabled. | ||
[3] | TMR1CKEN | Timer1 Clock Enable Control |
0 = Timer1 clock Disabled. | ||
1 = Timer1 clock Enabled. | ||
[6] | CLKOCKEN | Frequency Divider Output Clock Enable Control |
0 = FDIV clock Disabled. | ||
1 = FDIV clock Enabled. | ||
[8] | I2CCKEN | I2C Clock Enable Control |
0 = I2C clock Disabled. | ||
1 = I2C clock Enabled. | ||
[12] | SPICKEN | SPI Peripheral Clock Enable Control |
0 = SPI peripheral clock Disabled. | ||
1 = SPI peripheral clock Enabled. | ||
[16] | UART0CKEN | UART0 Clock Enable Control |
0 = UART0 clock Disabled. | ||
1 = UART0 clock Enabled. | ||
[17] | UART1CKEN | UART1 Clock Enable Control |
0 = UART1 clock Disabled. | ||
1 = UART1 clock Enabled. | ||
[20] | PWMCH01CKEN | PWM_01 Clock Enable Control |
0 = PWM01 clock Disabled. | ||
1 = PWM01 clock Enabled. | ||
[21] | PWMCH23CKEN | PWM_23 Clock Enable Control |
0 = PWM23 clock Disabled. | ||
1 = PWM23 clock Enabled. | ||
[22] | PWMCH45CKEN | PWM_45 Clock Enable Control |
0 = PWM45 clock Disabled. | ||
1 = PWM45 clock Enabled. | ||
[28] | ADCCKEN | Analog-Digital-Converter (ADC) Clock Enable Control |
0 = ADC peripheral clock Disabled. | ||
1 = ADC peripheral clock Enabled. | ||
[30] | ACMPCKEN | Analog Comparator Clock Enable Control |
0 = Analog Comparator clock Disabled. | ||
1 = Analog Comparator clock Enabled. |
Definition at line 942 of file Mini55Series.h.
__IO uint32_t UART_T::BAUD |
Bits | Field | Descriptions |
---|---|---|
[15:0] | BRD | Baud Rate Divider |
The field indicates the baud rate divider. | ||
[27:24] | EDIVM1 | Divider X |
The baud rate divider M = X+1. | ||
[28] | BAUDM0 | Divider X Equal 1 |
0 = Divider M = X (the equation of M = X+1, but EDIVM1[27:24] must >= 8). | ||
1 = Divider M = 1 (the equation of M = 1, but BRD [15:0] must >= 8). | ||
UART Controller Baud Rate Generator Refer to section "UART Controller Baud Rate Generator" for more information. | ||
[29] | BAUDM1 | Divider X Enable |
The BRD = Baud Rate Divider, and the baud rate equation is: Baud Rate = Clock / [M * (BRD + 2)], The default value of M is 16. | ||
0 = Divider X Disabled (the equation of M = 16). | ||
1 = Divider X Enabled (the equation of M = X+1, but EDIVM1 [27:24] must >= 8). | ||
Refer to the table below for more information. | ||
Note: When in IrDA mode, this bit must be disabled. |
Definition at line 6547 of file Mini55Series.h.
__IO uint32_t SYS_T::BODCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | BODEN | Brown-Out Detector Selection Extension (Initiated & Write-Protected Bit) |
The default value is set by flash controller user configuration register config0 bit[23]. | ||
If config0 bit[23] is set to 1, default value of BODEN is 0. | ||
If config0 bit[23] is set to 0, default value of BODEN is 1. | ||
0 = Brown-out detector threshold voltage is selected by the table defined in BODVL[1:0]. | ||
1 = Brown-out detector threshold voltage is selected by BODVL[2:0] defined as below. | ||
BODVL[2:0] | ||
BOD Threshold Voltage | ||
000 = 2.2V | ||
001 = 2.7V | ||
010 = 3.7V | ||
011 = 4.4V | ||
100 = 1.7V | ||
101 = 2.0V | ||
110 = 2.4V | ||
111 = 3.0V | ||
[2:1] | BODVL1_0 | Brown-Out Detector Threshold Voltage Selection (Initiated & Write-Protected Bit) |
The default value is set by flash controller user configuration register config0 bit[22:21]. | ||
When BODEN = 0, BOD threshold voltage setting (BODVL[1:0]) table as below, BODVL[2] has no effect. | ||
00 = Reserved | ||
01 = 2.7V | ||
10 = 3.7V | ||
11 = Disable 2.7V and 3.7V | ||
[3] | BODRSTEN | Brown-Out Reset Enable (Initiated And Write-Protected Bit) |
0 = Brown-out "INTERRUPT" function Enabled; when the Brown-out Detector function is enable and the detected voltage is lower than the threshold, then assert a signal to interrupt the Cortex-M0 CPU. | ||
1 = Brown-out "RESET" function Enabled; when the Brown-out Detector function is enable and the detected voltage is lower than the threshold then assert a signal to reset the chip. | ||
The default value is set by flash controller user configuration register config0 bit[20]. | ||
When the BOREN is enabled and the interrupt is asserted, the interrupt will be kept till the BOREN is set to 0. | ||
The interrupt for CPU can be blocked by disabling the NVIC in CPU for BOD interrupt or disable the interrupt source by disabling the BOREN and then re-enabling the BOREN function if the BOD function is required. | ||
[4] | BODIF | Brown-Out Detector Interrupt Flag |
0 = Brown-out Detector does not detect any voltage draft at VDD down through or up through the voltage of BODVL setting. | ||
1 = When Brown-out Detector detects the VDD is dropped through the voltage of BODVL setting or the VDD is raised up through the voltage of BODVL setting, this bit is set to 1 and the Brown-out interrupt is requested if Brown-out interrupt is enabled. | ||
[5] | BODLPM | Brown-Out Detector Low Power Mode (Write-Protected) |
0 = BOD operate in normal mode (default). | ||
1 = Enable the BOD low power mode. | ||
The BOD consumes about 100uA in normal mode, the low power mode can reduce the current to about 1/10 but slow the BOD response. | ||
[6] | BODOUT | Brown-Out Detector Output State |
0 = Brown-out Detector status output is 0, the detected voltage is higher than BODVL setting. | ||
1 = Brown-out Detector status output is 1, the detected voltage is lower than BODVL setting. | ||
[7] | BODVL2 | Brown-Out Detector Threshold Voltage Selection (Initiated & Write-Protected Bit) |
The default value is set by flash controller user configuration register config0 bit[19]. | ||
[8] | BOREN | Brown-Out Reset Enable |
The bit will enable BOR reset function. When VDD5V lower than 1.7v BOR will reset whole chip. | ||
0: Disable | ||
1: Enable |
Definition at line 5239 of file Mini55Series.h.
__IO uint32_t PWM_T::BRKCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | BRK0EN | Enable BKP0 Pin Trigger Fault Brake Function 0 |
0 = Disabling BKP0 pin can trigger brake function 0 (EINT0 or CPO1). | ||
1 = Enabling a falling at BKP0 pin can trigger brake function 0. | ||
[1] | BRK1EN | Enable BKP1 Pin Trigger Fault Brake Function 1 |
0 = Disabling BKP1 pin can trigger brake function 1 (EINT1 or CPO0). | ||
1 = Enabling a falling at BKP1 pin can trigger brake function 1. | ||
[2] | BRK0SEL | BKP1 Fault Brake Function Source Selection |
0 = EINT1 as one brake source in BKP1. | ||
1 = CPO0 as one brake source in BKP1. | ||
[3] | BRK1SEL | BKP0 Fault Brake Function Source Selection |
0 = EINT0 as one brake source in BKP0. | ||
1 = CPO1 as one brake source in BKP0. | ||
[7] | BRKSTS | PWM Fault Brake Event Flag (Write 1 Clear) |
0 = PWM output initial state when fault brake conditions asserted. | ||
1 = PWM output fault brake state when fault brake conditions asserted. | ||
Software can write 1 to clear this bit and must clear this bit before restart PWM counter. | ||
[8] | BRKACT | PWM Brake Type |
0 = PWM counter stop when brake is asserted. | ||
1 = PWM counter keep going when brake is asserted. | ||
[9] | SWBRK | Software Brake |
0 = Disable PWM Software brake and back to normal PWM function. | ||
1 = Assert PWM Brake immediately. | ||
[24] | BKOD0 | PWM Channel 0 Brake Output Select Register |
0 = PWM output low when fault brake conditions asserted. | ||
1 = PWM output high when fault brake conditions asserted. | ||
[25] | BKOD1 | PWM Channel 1 Brake Output Select Register |
0 = PWM output low when fault brake conditions asserted. | ||
1 = PWM output high when fault brake conditions asserted. | ||
[26] | BKOD2 | PWM Channel 2 Brake Output Select Register |
0 = PWM output low when fault brake conditions asserted. | ||
1 = PWM output high when fault brake conditions asserted. | ||
[27] | BKOD3 | PWM Channel 3 Brake Output Select Register |
0 = PWM output low when fault brake conditions asserted. | ||
1 = PWM output high when fault brake conditions asserted. | ||
[28] | BKOD4 | PWM Channel 4 Brake Output Select Register |
0 = PWM output low when fault brake conditions asserted. | ||
1 = PWM output high when fault brake conditions asserted. | ||
[29] | BKOD5 | PWM Channel 5 Brake Output Select Register |
0 = PWM output low when fault brake conditions asserted. | ||
1 = PWM output high when fault brake conditions asserted. | ||
[30] | D6BKOD | D6 Brake Output Select Register |
0 = D6 output low when fault brake conditions asserted. | ||
1 = D6 output high when fault brake conditions asserted. | ||
[31] | D7BKOD | D7 Brake Output Select Register |
0 = D7 output low when fault brake conditions asserted. | ||
1 = D7 output high when fault brake conditions asserted. |
Definition at line 3371 of file Mini55Series.h.
__I uint32_t TIMER_T::CAP |
Bits | Field | Descriptions |
---|---|---|
[23:0] | CAPDAT | Timer Capture Data Register |
When CAPIF flag is set to 1, the current CNT (TIMERx_CNT[23:0]) value will be auto-loaded into this TCAP filed immediately. | ||
Note: When CCAPEN is 1, TIMER0_CAP will store the timer0 counter value for second falling edge with TMRSEL=0. | ||
TIMER1_CAP will store the timer1 counter value for second falling edge with TMRSEL=1. |
Definition at line 5914 of file Mini55Series.h.
__I uint32_t TIMER_AC_T::CCAP[3] |
Bits | Field | Descriptions |
---|---|---|
[23:0] | CAPDAT | Timer Continuous Capture Data Register X |
TIMER_CCAP0 store the timer count value of first rising edge. | ||
TIMER_CCAP1 store the timer count value of first falling edge. | ||
TIMER_CCAP2 store the timer count value of second rising edge. |
Definition at line 6044 of file Mini55Series.h.
__IO uint32_t TIMER_AC_T::CCAPCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | CCAPEN | Continuous Capture Enable |
This bit enables the advanced capture function. | ||
0 = Disable. | ||
1 = Enable. | ||
Note: This bit is cleared by H/W automatically when capture operation finish or writing 0 to it | ||
[1] | INV | Input Signal Inverse |
Invert the input signal which be captured. | ||
0 = None. | ||
1 = Inverse. | ||
[2] | TMRSEL | Capture Timer Selection |
Select the timer to capture the input signal. | ||
0 = Timer 0. | ||
1 = Timer 1. | ||
[5:3] | CAPCHSEL | Capture Channel Selection |
Select the input channel to be captured. | ||
000 = P0.0. | ||
001 = P0.4. | ||
010 = P0.5. | ||
011 = P0.6. | ||
100 = P0.7. | ||
101 = P5.2. | ||
110 = P3.0. | ||
111 = P3.1. | ||
[8] | CAPR1F | Capture Rising Edge 1 Flag |
First rising edge already captured, this bit will be set to 1. | ||
0 = None. | ||
1 =TIMER_CCAP0 data is ready for read. | ||
Note: This bit is cleared by H/W automatically when write CCAPEN to 1 or writing 1 to it | ||
[9] | CAPF1F | Capture Falling Edge 1 Flag |
First falling edge already captured, this bit will be set to 1. | ||
0 = None. | ||
1 =TIMER_CCAP1 data is ready for read. | ||
Note: This bit is cleared by H/W automatically when write CCAPEN to 1 or writing 1 to it | ||
[10] | CAPR2F | Capture Rising Edge 2 Flag |
Second rising edge already captured, this bit will be set to 1. | ||
0 = None. | ||
1 =TIMER_CCAP2 data is ready for read. | ||
Note: This bit is cleared by H/W automatically when write CCAPEN to 1 or writing 1 to it | ||
[11] | CAPF2F | Capture Falling Edge 2 Flag |
Second falling edge already captured, this bit will be set to 1. | ||
0 = None. | ||
1 = TIMER0_CAP or TIMER1_CAP data is ready for read. | ||
When TMRSEL=0, TIMER0_CAP store the timer 0 counter value. | ||
TMRSEL=1, TIMER1_CAP store the timer 1 counter value. | ||
Note: This bit is cleared by H/W automatically when write CCAPEN to 1 or writing 1 to it |
Definition at line 6030 of file Mini55Series.h.
__IO uint32_t ADC_T::CHEN |
Bits | Field | Descriptions |
---|---|---|
[0] | CHEN0 | Analog Input Channel 0 Enable |
0 = Channel 0 Disabled. | ||
1 = Channel 0 Enabled. | ||
Note: If software enables more than one channel, the channel with the smallest number will be selected and the other enabled channels will be ignored. | ||
[1] | CHEN1 | Analog Input Channel 1 Enable |
0 = Channel 1 Disabled. | ||
1 = Channel 1 Enabled. | ||
[2] | CHEN2 | Analog Input Channel 2 Enable |
0 = Channel 2 Disabled. | ||
1 = Channel 2 Enabled. | ||
[3] | CHEN3 | Analog Input Channel 3 Enable |
0 = Channel 3 Disabled. | ||
1 = Channel 3 Enabled. | ||
[4] | CHEN4 | Analog Input Channel 4 Enable |
0 = Channel 4 Disabled. | ||
1 = Channel 4 Enabled. | ||
[5] | CHEN5 | Analog Input Channel 5 Enable |
0 = Channel 5 Disabled. | ||
1 = Channel 5 Enabled. | ||
[6] | CHEN6 | Analog Input Channel 6 Enable |
0 = Channel 6 Disabled. | ||
1 = Channel 6 Enabled. | ||
[7] | CHEN7 | Analog Input Channel 7 Enable |
0 = Channel 7 Disabled. | ||
1 = Channel 7 Enabled. | ||
[8] | CH7SEL | Analog Input Channel 7 Selection |
0 = External analog input. | ||
1 = Internal band-gap voltage (VBG). | ||
Note: When software selects the band-gap voltage as the analog input source of ADC channel 7, the ADC clock rate needs to be limited to lower than 300 kHz. | ||
[9] | CHEN8 | Analog Input Channel 8 Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[10] | CHEN9 | Analog Input Channel 9 Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[11] | CHEN10 | Analog Input Channel 10 Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[12] | CHEN11 | Analog Input Channel 11 Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[13] | BGEN | Band-Gap Voltage Measurement |
0 = Disabled. | ||
1 = Enabled. | ||
Note: User can set BGEN high to use ADC to measure Band-Gap voltage directly to instead of enabling PRESET and CHEN7. |
Definition at line 437 of file Mini55Series.h.
__IO uint32_t CLK_T::CLKDIV |
Bits | Field | Descriptions |
---|---|---|
[3:0] | HCLKDIV | HCLK Clock Divide Number From HCLK Clock Source |
HCLK clock frequency = (HCLK clock source frequency) / (HCLKDIV + 1). | ||
[11:8] | UART0DIV | UART0 Clock Divide Number From UART0 Clock Source |
UART0 clock frequency = (UART0 clock source frequency) / (UART_N + 1). | ||
[15:12] | UART1DIV | UART1 Clock Divide Number From UART1 Clock Source |
UART1 clock frequency = (UART1 clock source frequency) / (UART_N + 1). | ||
[23:16] | ADCDIV | ADC Peripheral Clock Divide Number From ADC Peripheral Clock Source |
ADC peripheral clock frequency = (ADC peripheral clock source frequency) / (ADCDIV + 1). |
Definition at line 1078 of file Mini55Series.h.
__IO uint32_t I2C_T::CLKDIV |
Bits | Field | Descriptions |
---|---|---|
[7:0] | DIVIDER | I2C Clock Divided Register |
The I2C clock rate bits: Data Baud Rate of I2C = (system clock) / (4x (DIVIDER +1)). | ||
Note: The minimum value of DIVIDER is 4. |
Definition at line 2205 of file Mini55Series.h.
__IO uint32_t PWM_T::CLKDIV |
Bits | Field | Descriptions |
---|---|---|
[2:0] | CLKDIV0 | Timer 0 Clock Source Selection |
Select clock input for PWM timer. | ||
(Table is the same as CLKDIV5.) | ||
[6:4] | CLKDIV1 | Timer 1 Clock Source Selection |
Select clock input for PWM timer. | ||
(Table is the same as CLKDIV5.) | ||
[10:8] | CLKDIV2 | Timer 2 Clock Source Selection |
Select clock input for PWM timer. | ||
(Table is the same as CLKDIV5.) | ||
[14:12] | CLKDIV3 | Timer 3 Clock Source Selection |
Select clock input for PWM timer. | ||
(Table is the same as CLKDIV5.) | ||
[18:16] | CLKDIV4 | Timer 4 Clock Source Selection |
Select clock input for PWM timer. | ||
(Table is the same as CLKDIV5.) | ||
[22:20] | CLKDIV5 | Timer 5 Clock Source Selection |
Select clock input for PWM timer. | ||
000 = 2 clock input/CLKPSC45/2 | ||
001 = 4 clock input/CLKPSC45/4 | ||
010 = 8 clock input/CLKPSC45/8 | ||
011 = 16 clock input/CLKPSC45/16 | ||
100 = 1 clock input/CLKPSC45/1 | ||
101 = Clock input | ||
110,111 = Reserved |
Definition at line 2935 of file Mini55Series.h.
__IO uint32_t SPI_T::CLKDIV |
Bits | Field | Descriptions |
---|---|---|
[7:0] | DIVIDER | Clock Divider Register (Master Only) |
The value in this field is the frequency divider to determine the SPI peripheral clock frequency fspi, and the SPI master's bus clock frequency on the SPICLK output pin. | ||
The frequency is obtained according to the following equation: | ||
If the bit of DIVMOD, SPI_SLVCTL[31], is set to 0. | ||
else if DIVMOD is set to 1, | ||
where | ||
is the SPI peripheral clock source which is defined in the CLKSEL1 register. |
Definition at line 4675 of file Mini55Series.h.
__IO uint32_t CLK_T::CLKOCTL |
Bits | Field | Descriptions |
---|---|---|
[3:0] | FSEL | Divider Output Frequency Selection |
The formula of output frequency is | ||
Fout = Fin/2(N+1),. | ||
Fin is the input clock frequency. | ||
Fout is the frequency of divider output clock. | ||
N is the 4-bit value of FSEL[3:0]. | ||
[4] | CLKOEN | Frequency Divider Enable Control |
0 = Frequency Divider Disabled. | ||
1 = Frequency Divider Enabled. | ||
[5] | DIV1EN | Frequency Divider 1 Enable Control |
0 = Divider output frequency is depended on FSEL value. | ||
1 = Divider output frequency is the same as input clock frequency. |
Definition at line 1120 of file Mini55Series.h.
__IO uint32_t PWM_T::CLKPSC |
Bits | Field | Descriptions |
---|---|---|
[7:0] | CLKPSC01 | Clock Prescaler 0 For PWM Counter 0 And 1 |
Clock input is divided by (CLKPSC01 + 1) before it is fed to the corresponding PWM counter. | ||
If CLKPSC01 = 0, the clock prescaler 0 output clock will be stopped. | ||
So the corresponding PWM counter will also be stopped. | ||
[15:8] | CLKPSC23 | Clock Prescaler 2 For PWM Counter 2 And 3 |
Clock input is divided by (CLKPSC23 + 1) before it is fed to the corresponding PWM counter. | ||
If CLKPSC23 = 0, the clock prescaler 2 output clock will be stopped. | ||
So the corresponding PWM counter will also be stopped. | ||
[23:16] | CLKPSC45 | Clock Prescaler 4 For PWM Counter 4 And 5 |
Clock input is divided by (CLKPSC45 + 1) before it is fed to the corresponding PWM counter. | ||
If CLKPSC45 = 0, the clock prescaler 4 output clock will be stopped. | ||
So the corresponding PWM counter will also be stopped. |
Definition at line 2901 of file Mini55Series.h.
__IO uint32_t CLK_T::CLKSEL0 |
Bits | Field | Descriptions |
---|---|---|
[2:0] | HCLKSEL | HCLK Clock Source Selection (Write Protect) |
000 = Clock source is from HXT or LXT. | ||
001 = Reserved. | ||
010 = Reserved. | ||
011 = Clock source is from LIRC. | ||
111 = Clock source is from HIRC. | ||
Others = Reserved. | ||
Note1: Before clock switching, the related clock sources (both pre-select and new-select) must be turn-on and stable. | ||
Note2: These bits are protected bit, and programming them needs to write 0x59, 0x16, and 0x88 to address 0x5000_0100 to disable register protection. | ||
Refer to the register REGWRPROT at address SYS_BA + 0x100. | ||
Note3: To set CLK_PWRCTL[1:0] to select HXT or LXT crystal clock. | ||
[5:3] | STCLKSEL | Cortex-M0 SysTick Clock Source Selection From Reference Clock (Write Protect) |
If SYST_CSR[2] = 1, SysTick clock source is from HCLK. | ||
If SYST_CSR[2] = 0, SysTick clock source is defined by below settings. | ||
000 = Clock source is from HXT or LXT. | ||
001 = Reserved. | ||
010 = Clock source is from HXT/2 or LXT/2. | ||
011 = Clock source is from HCLK/2. | ||
111 = Clock source is from HIRC /2. | ||
Others = Reserved. | ||
Note1: These bits are protected bit, and programming them needs to write 0x59, 0x16, and 0x88 to address 0x5000_0100 to disable register protection. | ||
Refer to the register REGWRPROT at address SYS_BA + 0x100. | ||
Note2: If the SysTick clock source is not from HCLK (i.e. | ||
SYST_CSR[2] = 0), SysTick clock source must less than or equal to HCLK/2. | ||
Note3: To set CLK_PWRCTL[1:0], select HXT or LXT crystal clock. |
Definition at line 1004 of file Mini55Series.h.
__IO uint32_t CLK_T::CLKSEL1 |
Bits | Field | Descriptions |
---|---|---|
[1:0] | WDTSEL | WDT CLK Clock Source Selection (Write Protect) |
00 = Clock source is from HXT or LXT. | ||
01 = Reserved. | ||
10 = Clock source is from HCLK/2048 clock. | ||
11 = Clock source is from LIRC. | ||
Note1: These bits are the protected bit, and programming them needs to write 0x59, 0x16, and 0x88 to address 0x5000_0100 to disable register protection. | ||
Refer to the register REGWRPROT at address SYS_BA + 0x100. | ||
Note2: To set CLK_PWRCTL[1:0], select HXT or LXT crystal clock. | ||
[3:2] | ADCSEL | ADC Peripheral Clock Source Selection |
00 = Clock source is from HXT or LXT. | ||
01 = Reserved. | ||
10 = Clock source is from HCLK. | ||
11 = Clock source is from HIRC. | ||
Note: To set CLK_PWRCTL[1:0], select HXT or LXT crystal clock. | ||
[4] | SPISEL | SPI Clock Source Selection |
0 = Clock source is from HXT or LXT. | ||
1 = Clock source is from HCLK. | ||
Note: To set CLK_PWRCTL[1:0], select HXT or LXT crystal clock. | ||
[10:8] | TMR0SEL | TIMER0 Clock Source Selection |
000 = Clock source is from HXT or LXT. | ||
001 = Clock source is from LIRC. | ||
010 = Clock source is from HCLK. | ||
011 = Clock source is from external trigger. | ||
111 = Clock source is from HIRC. | ||
Others = Reserved. | ||
Note: To set CLK_PWRCTL[1:0], select HXT or LXT crystal clock. | ||
[14:12] | TMR1SEL | TIMER1 Clock Source Selection |
000 = Clock source is from HXT or LXT. | ||
001 = Clock source is from LIRC. | ||
010 = Clock source is from HCLK. | ||
011 = Clock source is from external trigger. | ||
111 = Clock source is from HIRC. | ||
Others = Reserved. | ||
Note: To set CLK_PWRCTL[1:0], select HXT or LXT crystal clock. | ||
[25:24] | UART0SEL | UART0 Clock Source Selection |
00 = Clock source is from HXT or LXT. | ||
01 = Reserved. | ||
10 = Clock source is from HIRC. | ||
11 = Clock source is from HIRC . | ||
Note: To set CLK_PWRCTL[1:0], select HXT or LXT crystal clock. | ||
[27:26] | UART1SEL | UART1 Clock Source Selection |
00 = Clock source from HXT or LXT crystal clock. | ||
01 = Reserved. | ||
10 = Clock source from HIRC oscillator clock. | ||
11 = Reserved. | ||
Note: To set CLK_PWRCTL[1:0], select HXT or LXT crystal clock. |
Definition at line 1060 of file Mini55Series.h.
__IO uint32_t CLK_T::CLKSEL2 |
Bits | Field | Descriptions |
---|---|---|
[3:2] | FDIVSEL | Clock Divider Clock Source Selection |
00 = Clock source is from HXT or LXT. | ||
01 = Reserved. | ||
10 = Clock source is from HCLK. | ||
11 = Clock source is from HIRC. | ||
Note: To set CLK_PWRCTL[1:0], select HXT or LXT crystal clock. |
Definition at line 1094 of file Mini55Series.h.
__IO uint32_t ADC_T::CMP[2] |
Bits | Field | Descriptions |
---|---|---|
[0] | ADCMPEN | Compare Enable |
Set 1 to this bit to enable comparing CMPDAT[9:0] with specified channel conversion results when converted data is loaded into the ADC_DAT register. | ||
0 = Compare function Disabled. | ||
1 = Compare function Enabled. | ||
[1] | ADCMPIE | Compare Interrupt Enable |
If the compare function is enabled and the compare condition matches the setting of CMPCOND and CMPMCNT, ADCMPFx bit will be asserted, in the meanwhile, if CMPCOND is set to 1, a compare interrupt request is generated. | ||
0 = Compare function interrupt Disabled. | ||
1 = Compare function interrupt Enabled. | ||
[2] | CMPCOND | Compare Condition |
0 = Set the compare condition as that when a 10-bit A/D conversion result is less than the 10-bit CMPDAT (ADCMPRx[25:16]), the internal match counter will increase one. | ||
1 = Set the compare condition as that when a 10-bit A/D conversion result is greater or equal to the 10-bit CMPDAT (ADCMPRx[25:16]), the internal match counter will increase one. | ||
Note: When the internal counter reaches the value to (CMPMCNT +1), the ADCMPFx bit will be set. | ||
[6:3] | CMPCH | Compare Channel Selection |
0000 = Channel 0 conversion result is selected to be compared. | ||
0001 = Channel 1 conversion result is selected to be compared. | ||
0010 = Channel 2 conversion result is selected to be compared. | ||
0011 = Channel 3 conversion result is selected to be compared. | ||
0100 = Channel 4 conversion result is selected to be compared. | ||
0101 = Channel 5 conversion result is selected to be compared. | ||
0110 = Channel 6 conversion result is selected to be compared. | ||
0111 = Channel 7 conversion result is selected to be compared. | ||
1000 = Channel 8 conversion result is selected to be compared. | ||
1001 = Channel 9 conversion result is selected to be compared. | ||
1010 = Channel 10 conversion result is selected to be compared. | ||
1011 = Channel 11 conversion result is selected to be compared. | ||
1100 = band-gap voltage result is selected to be compared. | ||
[11:8] | CMPMCNT | Compare Match Count |
When the specified A/D channel analog conversion result matches the compare condition defined by CMPCOND[2], the internal match counter will increase 1. | ||
When the internal counter reaches the value to (CMPMCNT +1), the ADCMPFx bit will be set. | ||
[25:16] | CMPDAT | Comparison Data |
The 10-bit data is used to compare with conversion result of specified channel. |
Definition at line 478 of file Mini55Series.h.
__IO uint32_t TIMER_T::CMP |
Bits | Field | Descriptions |
---|---|---|
[23:0] | CMPDAT | Timer Compared Value |
CMPDAT is a 24-bit compared value register. | ||
When the internal 24-bit up counter value is equal to CMPDAT value, the TIF flag will set to 1. | ||
Time-out period = (Period of Timer clock source) * (8-bit PSC + 1) * (24-bit CMPDAT). | ||
Note1: Never write 0x0 or 0x1 in CMPDAT field, or the core will run into unknown state. | ||
Note2: When Timer is operating at Continuous Counting mode, the 24-bit up counter will keep counting continuously even if software writes a new value into CMPDAT field. | ||
But if Timer is operating at other modes except Periodic mode on M05xxDN/DE, the 24-bit up counter will restart counting and using newest CMPDAT value to be the timer compared value if software writes a new value into CMPDAT field. |
Definition at line 5868 of file Mini55Series.h.
__IO uint32_t PWM_T::CMPDAT[6] |
Bits | Field | Descriptions |
---|---|---|
[15:0] | CMP | PWM Comparator Register |
CMP determines the PWM duty. | ||
Edge-aligned mode: | ||
PWM frequency = HCLK/((prescale+1)*(clock divider))/(PERIOD+1); where xy, could be 01, 23, 45 depending on the selected PWM channel. | ||
Duty ratio = (CMP+1)/(PERIOD+1). | ||
CMP >= PERIOD: PWM output is always high. | ||
CMP < PERIOD: PWM low width = (PERIOD-CMP) unit; PWM high width = (CMP+1) unit. | ||
CMP = 0: PWM low width = (PERIOD) unit; PWM high width = 1 unit. | ||
Center-aligned mode: | ||
PWM frequency = HCLK/((prescale+1)*(clock divider)) /(2*PERIODn+1); where xy, could be 01, 23, 45 depending on the selected PWM channel. | ||
Duty ratio = (PERIOD - CMP)/(PERIODn+1). | ||
CMP >= PERIOD: PWM output is always low. | ||
CMP < PERIOD: PWM low width = (CMP + 1) * 2 unit; PWM high width = (PERIOD - CMP) * 2 unit. | ||
CMP = 0: PWM low width = 2 unit; PWM high width = (PERIOD) * 2 unit. | ||
(Unit = One PWM clock cycle). | ||
Note: Any write to CMP will take effect in next PWM cycle. | ||
[31:16] | CMPD | PWM Comparator Register For Down Counter In Center-Aligned Asymmetric Mode |
CMPD >= PERIOD: up counter PWM output is always low. | ||
CMPD >= PERIOD: down counter PWM output is always low. | ||
Others: PWM output is always high |
Definition at line 3098 of file Mini55Series.h.
__I uint32_t TIMER_T::CNT |
Bits | Field | Descriptions |
---|---|---|
[23:0] | CNT | Timer Data Register |
If CNTDATEN is set to 1, CNT register value will be updated continuously to monitor 24-bit up counter value. |
Definition at line 5900 of file Mini55Series.h.
__IO uint32_t ACMP_T::CTL[2] |
Bits | Field | Descriptions |
---|---|---|
[0] | ACMPEN | Analog Comparator Enable Control |
0 = Analog Comparator 0 Disabled. | ||
1 = Analog Comparator 1 Enabled. | ||
Note: Analog comparator output needs to wait 2 us stable time after this bit is set. | ||
[1] | ACMPIE | Analog Comparator Interrupt Enable Control |
0 = Interrupt function Disabled. | ||
1 = Interrupt function Enabled. | ||
[3:2] | HYSSEL | Analog Comparator Hysteresis Selection |
00 = CMP0 Hysteresis Disabled. | ||
01 = CMP0 Hysteresis typical range is 15mV. | ||
10 = CMP0 Hysteresis typical range is 90mV. | ||
11 = Same as 00. | ||
[4] | NEGSEL | Analog Comparator Negative Input Selection |
0 = The source of the negative comparator input is from CPN pin. | ||
1 = The source of the negative comparator input is from internal band-gap voltage or comparator reference voltage. | ||
[8] | RTRGEN | Analog Comparator Rising Edge Trigger Enable |
0 = Analog comparator rising edge trigger PWM or Timer enabled. | ||
1 = Analog comparator rising edge trigger disabled. | ||
Note: The bit is only effective while analog comparator triggers PWM or Timer. | ||
[9] | FTRGEN | Analog Comparator Falling Edge Trigger Enable |
0 = Analog comparator falling edge trigger PWM or Timer enabled. | ||
1 = Analog comparator falling edge trigger disabled. | ||
Note: The bit is only effective while analog comparator triggers PWM or Timer. | ||
[12] | SMPTSEL | Analog Comparator Speed Mode Selection |
0 = Slow mode. | ||
1 = Fast mode. | ||
[30:29] | POSSEL | Analog Comparator Positive Input Selection |
00 = CPP is from P1.5 pin. | ||
01 = CPP is from P1.0 pin. | ||
10 = CPP is from P1.2 pin. | ||
11 = CPP is from P1.3 pin. |
Definition at line 205 of file Mini55Series.h.
__IO uint32_t ADC_T::CTL |
Bits | Field | Descriptions |
---|---|---|
[0] | ADCEN | A/D Converter Enable |
0 = A/D Converter Disabled. | ||
1 = A/D Converter Enabled. | ||
Note: Before starting A/D conversion function, this bit should be set to 1. | ||
Clear it to 0 to disable A/D converter analog circuit to save power consumption. | ||
[1] | ADCIEN | A/D Interrupt Enable |
A/D conversion end interrupt request is generated if ADCIEN bit is set to 1. | ||
0 = A/D interrupt function Disabled. | ||
1 = A/D interrupt function Enabled. | ||
[5:4] | HWTRGSEL | Hardware Trigger Source |
00 = A/D conversion is started by external STADC pin. | ||
11 = A/D conversion is started by PWM trigger. | ||
Others = Reserved. | ||
Note: Software should disable HWTRGEN and SWTRG before change HWTRGSEL. | ||
[6] | HWTRGCOND | External Trigger Condition |
This bit decides whether the external pin STADC trigger event is falling or raising edge. | ||
The signal must be kept at stable state at least 4 PCLKs at high and low state for edge trigger. | ||
0 = Falling edge. | ||
1 = Raising edge. | ||
[8] | HWTRGEN | External Trigger Enable |
Enable or disable triggering of A/D conversion by external STADC pin. | ||
If external trigger is enabled, the SWTRG bit can be set to 1 by the selected hardware trigger source. | ||
0= External trigger Disabled. | ||
1= External trigger Enabled. | ||
[11] | SWTRG | A/D Conversion Start |
SWTRG bit can be set to 1 from two sources: software and external pin STADC. | ||
SWTRG will be cleared to 0 by hardware automatically after conversion complete. | ||
0 = Conversion stopped and A/D converter entered idle state. | ||
1 = Conversion start. | ||
[12] | VREFSEL | Reference Voltage Selection Signal |
0 = Connect VDD5V to internal reference. | ||
1 = Connect VREF (AIN0) pin to internal reference. |
Definition at line 382 of file Mini55Series.h.
__IO uint32_t I2C_T::CTL |
Bits | Field | Descriptions |
---|---|---|
[2] | AA | Assert Acknowledge Control Bit |
When AA=1 is prior to address or data received, an acknowledged (low level to SDA) will be returned during the acknowledge clock pulse on the SCL line when 1.) A slave is acknowledging the address sent from master, 2.) The receiver devices are acknowledging the data sent by transmitter. | ||
When AA=0 prior to address or data received, a Not acknowledged (high level to SDA) will be returned during the acknowledge clock pulse on the SCL line. | ||
[3] | SI | I2C Interrupt Flag |
When a new I2C state is present in the I2C_STATUS register, the SI flag is set by hardware, and if bit INTEN (I2C_CTL[7]) is set, the I2C interrupt is requested. | ||
SI must be cleared by software. | ||
Software can write 1 to clear this bit. | ||
[4] | STO | I2C STOP Control Bit |
In Master mode, setting STO to transmit a STOP condition to bus then I2C hardware will check the bus condition if a STOP condition is detected this bit will be cleared by hardware automatically. | ||
In Slave mode, setting STO resets I2C hardware to the defined "not addressed" Slave mode. | ||
This means it is NO LONGER in the Slave receiver mode to receive data from the master transmit device. | ||
[5] | STA | I2C START Control Bit |
Setting STA to logic 1 to enter Master mode. | ||
I2C hardware sends a START or repeats the START condition to bus when the bus is free. | ||
[6] | I2CEN | I2C Controller Enable Bit |
0 = I2C Controller Disabled. | ||
1 = I2C Controller Enabled. | ||
Set to enable I2C serial function controller. | ||
When I2CEN=1 the I2C serial function enables. | ||
The function of multi-function pin must be set to I2C first. | ||
[7] | INTEN | Enable Interrupt |
0 = I2C interrupt Disabled. | ||
1 = I2C interrupt Enabled. |
Definition at line 2142 of file Mini55Series.h.
__IO uint32_t PWM_T::CTL |
Bits | Field | Descriptions |
---|---|---|
[0] | CNTEN0 | PWM-Timer 0 Enable/Disable Start Run |
0 = Corresponding PWM-timer running Stopped. | ||
1 = Corresponding PWM-timer start run Enabled. | ||
[1] | DBGTRIOFF | PWM Debug Mode Configuration Bit (Available In DEBUG Mode Only) |
0 = Safe mode: The timer is frozen and PWM outputs are shut down Safe state for the inverter. | ||
The timer can still be re-started from where it stops. | ||
1 = Normal mode: The timer continues to operate normally May be dangerous in some cases since a constant duty cycle is applied to the inverter (no more interrupts serviced). | ||
[2] | PINV0 | PWM-Timer 0 Output Inverter Enabled/Disabled |
0 = Inverter Disabled. | ||
1 = Inverter Enabled. | ||
[3] | CNTMODE0 | PWM-Timer 0 Auto-Reload/One-Shot Mode |
0 = One-shot mode. | ||
1 = Auto-reload mode. | ||
Note: If there is a rising transition at this bit, it will cause PWM_PERIOD0 and PWM_CMPDAT0 cleared. | ||
[4] | CNTEN1 | PWM-Timer 1 Enable/Disable Start Run |
0 = Corresponding PWM-timer running Stopped. | ||
1 = Corresponding PWM-timer start run Enabled. | ||
[5] | HCUPDT | Half Cycle Update Enable For center-Aligned Type |
0 = disable half cycle update PERIOD & CMP. | ||
1 = enable half cycle update PERIOD & CMP. | ||
[6] | PINV1 | PWM-Timer 1 Output Inverter Enabled/Disabled |
0 = Inverter Disabled. | ||
1 = Inverter Enabled. | ||
[7] | CNTMODE1 | PWM-Timer 1 Auto-Reload/One-Shot Mode |
0 = One-shot mode. | ||
1 = Auto-reload mode. | ||
Note: If there is a rising transition at this bit, it will cause PWM_PERIOD1 and PWM_CMPDAT1 cleared. | ||
[8] | CNTEN2 | PWM-Timer 2 Enable/Disable Start Run |
0 = Corresponding PWM-timer running Stopped. | ||
1 = Corresponding PWM-timer start run Enabled. | ||
[10] | PINV2 | PWM-Timer 2 Output Inverter Enabled/Disabled |
0 = Inverter Disabled. | ||
1 = Inverter Enabled. | ||
[11] | CNTMODE2 | PWM-Timer 2 Auto-Reload/One-Shot Mode |
0 = One-shot mode. | ||
1 = Auto-reload mode. | ||
Note: If there is a rising transition at this bit, it will cause PWM_PERIOD2 and PWM_CMPDAT2 cleared. | ||
[12] | CNTEN3 | PWM-Timer 3 Enable/Disable Start Run |
0 = Corresponding PWM-timer running Stopped. | ||
1 = Corresponding PWM-timer start run Enabled. | ||
[14] | PINV3 | PWM-Timer 3 Output Inverter Enabled/Disabled |
0 = Inverter Disabled. | ||
1 = Inverter Enabled. | ||
[15] | CNTMODE3 | PWM-Timer 3 Auto-Reload/One-Shot Mode |
0 = One-shot mode. | ||
1 = Auto-reload mode. | ||
Note: If there is a rising transition at this bit, it will cause PWM_PERIOD3 and PWM_CMPDAT3 cleared. | ||
[16] | CNTEN4 | PWM-Timer 4 Enable/Disable Start Run |
0 = Corresponding PWM-timer running Stopped. | ||
1 = Corresponding PWM-timer start run Enabled. | ||
[18] | PINV4 | PWM-Timer 4 Output Inverter Enabled/Disabled |
0 = Inverter Disabled. | ||
1 = Inverter Enabled. | ||
[19] | CNTMODE4 | PWM-Timer 4 Auto-Reload/One-Shot Mode |
0 = One-shot mode. | ||
1 = Auto-reload mode. | ||
Note: If there is a rising transition at this bit, it will cause PWM_PERIOD4 and PWM_CMPDAT4 cleared. | ||
[20] | CNTEN5 | PWM-Timer 5 Enable/Disable Start Run |
0 = Corresponding PWM-timer running Stopped. | ||
1 = Corresponding PWM-timer start run Enabled. | ||
[21] | ASYMEN | Asymmetric Mode In Center-Aligned Type |
0 = symmetric mode in center-aligned type. | ||
1 = asymmetric mode in center-aligned type. | ||
[22] | PINV5 | PWM-Timer 5 Output Inverter Enabled/Disabled |
0 = Inverter Disabled. | ||
1 = Inverter Enabled. | ||
[23] | CNTMODE5 | PWM-Timer 5 Auto-Reload/One-Shot Mode |
0 = One-shot mode. | ||
1 = Auto-reload mode. | ||
Note: If there is a rising transition at this bit, it will cause PWM_PERIOD5 and PWM_CMPDAT5 cleared. | ||
[24] | DTCNT01 | Dead-Zone 0 Generator Enable/Disable (PWM0 And PWM1 Pair For PWM Group) |
0 = Disabled. | ||
1 = Enabled. | ||
Note: When the dead-zone generator is enabled, the pair of PWM0 and PWM1 becomes a complementary pair for PWM group. | ||
[25] | DTCNT23 | Dead-Zone 2 Generator Enable/Disable (PWM2 And PWM3 Pair For PWM Group) |
0 = Disabled. | ||
1 = Enabled. | ||
Note: When the dead-zone generator is enabled, the pair of PWM2 and PWM3 becomes a complementary pair for PWM group. | ||
[26] | DTCNT45 | Dead-Zone 4 Generator Enable/Disable (PWM4 And PWM5 Pair For PWM Group) |
0 = Disabled. | ||
1 = Enabled. | ||
Note: When the dead-zone generator is enabled, the pair of PWM4 and PWM5 becomes a complementary pair for PWM group. | ||
[27] | CNTCLR | Clear PWM Counter Control Bit |
0 = Do not clear PWM counter. | ||
1 = All 16-bit PWM counters cleared to 0x0000. | ||
Note: It is automatically cleared by hardware. | ||
[29:28] | MODE | PWM Operating Mode Selection |
00 = Independent mode | ||
01 = Complementary mode | ||
10 = Synchronized mode | ||
11 = Reserved | ||
[30] | GROUPEN | Group Bit |
0 = The signals timing of all PWM channels are independent. | ||
1 = Unify the signals timing of PWM0, PWM2 and PWM4 in the same phase which is controlled by PWM0 and also unify the signals timing of PWM1, PWM3 and PWM5 in the same phase which is controlled by PWM1. | ||
[31] | CNTTYPE | PWM Aligned Type Selection Bit |
0 = Edge-aligned type. | ||
1 = Center-aligned type. |
Definition at line 3042 of file Mini55Series.h.
__IO uint32_t SPI_T::CTL |
Bits | Field | Descriptions |
---|---|---|
[0] | SPIEN | SPI Transfer Control Bit And Busy Status |
If FIFO mode is enabled, this bit will be controlled by hardware and its Read only. | ||
If FIFO mode is disabled, during the data transfer, this bit keeps the value of 1. | ||
As the transfer is finished, this bit will be cleared automatically. | ||
0 = Writing 0 to this bit to stop data transfer if SPI is transferring. | ||
1 = In Master mode, writing 1 to this bit to start the SPI data transfer; in Slave mode, writing 1 to this bit indicates that the slave is ready to communicate with a master. | ||
Note 1: When FIFO mode is disabled, all configurations should be ready before writing 1 to the SPIEN bit. | ||
Note 2: In SPI Slave mode, if FIFO mode is disabled and the SPI bus clock is kept at idle state during a data transfer, the SPIEN bit will not be cleared to 0 when slave select signal goes to inactive state. | ||
[1] | RXNEG | Receive On Negative Edge |
0 = The received data input signal latched on the Rising edge of SPICLK. | ||
1 = The received data input signal latched on the Falling edge of SPICLK. | ||
[2] | TXNEG | Transmit On Negative Edge |
0 = The transmitted data output signal is driven on the Rising edge of SPICLK. | ||
1 = The transmitted data output signal is driven on the Falling edge of SPICLK. | ||
[7:3] | DWIDTH | Transmit Bit Length |
This field specifies how many bits are transmitted in one transmit/receive. | ||
The minimum bit length is 8 bits and can up to 32 bits. | ||
DWIDTH = 0x08 ... 8 bits. | ||
DWIDTH = 0x09 ... 9 bits. | ||
...... | ||
DWIDTH = 0x1F ... 31 bits. | ||
DWIDTH = 0x00 ... 32 bits. | ||
[10] | LSB | LSB First |
0 = The MSB is transmitted/received first. | ||
1 = The LSB is transmitted/received first. | ||
[11] | CLKPOL | Clock Polarity |
0 = SPICLK idle low. | ||
1 = SPICLK idle high. | ||
[15:12] | SUSPITV | Suspend Interval (Master Only) |
The four bits provide configurable suspend interval between two successive transactions in a transfer. | ||
The definition of the suspend interval is the interval between the last clock edge of the preceding transaction word and the first clock edge of the following transaction word. | ||
The default value is 0x3. | ||
The period of the suspend interval is obtained according to the following equation: | ||
(SUSPITV + 0.5) * period of SPICLK clock cycle | ||
Example: | ||
SUSPITV = 0x0 ... 0.5 SPICLK clock cycle. | ||
SUSPITV = 0x1 ... 1.5 SPICLK clock cycle. | ||
...... | ||
SUSPITV = 0xE ... 14.5 SPICLK clock cycle. | ||
SUSPITV = 0xF ... 15.5 SPICLK clock cycle. | ||
[16] | UNITIF | Unit-Transfer Interrupt Flag |
0 = The transfer does not finish yet. | ||
1 = The SPI controller has finished one unit transfer. | ||
Note 1: This bit will be cleared by writing 1 to itself. | ||
Note 2: . It's a mutual mirror bit of SPI_STATUS[16]. | ||
[17] | UNITIEN | Unit-Transfer Interrupt Enable Control |
0 = SPI unit-transfer interrupt Disabled. | ||
1 = SPI unit-transfer interrupt Enabled. | ||
[18] | SLAVE | Slave Mode Control |
0 = Master mode. | ||
1 = Slave mode. | ||
[19] | REORDER | Byte Reorder Function |
0 = Byte reorder function Disabled. | ||
1 = Byte reorder function Enabled. | ||
Note: This setting is only available if DWIDTH is defined as 16, 24, and 32 bits. | ||
[21] | FIFOEN | FIFO Mode Enable Control |
0 = FIFO Mode Disabled. | ||
1 = FIFO Mode Enabled. | ||
Note 1: Before enabling FIFO mode, the other related settings should be set in advance. | ||
Note 2: In Master mode, if the FIFO mode is enabled, the SPIEN bit will be set to 1 automatically after writing data into the 4-depth transmit FIFO. | ||
When all data stored at transmit FIFO buffer are transferred, the SPIEN bit will back to 0. | ||
[24] | RXEMPTY | Receive FIFO Buffer Empty Indicator (Read Only) |
0 = The receive FIFO buffer is not empty. | ||
1 = The receive FIFO buffer is empty. | ||
Note: It's a mutual mirror bit of SPI_CTL[24]. | ||
[25] | RXFULL | Receive FIFO Buffer Full Indicator (Read Only) |
0 = The receive FIFO buffer is not full. | ||
1 = The receive FIFO buffer is full. | ||
Note: It's a mutual mirror bit of SPI_STATUS[25] | ||
[26] | TXEMPTY | Transmit FIFO Buffer Empty Indicator (Read Only) |
0 = The transmit FIFO buffer is not empty. | ||
1 = The transmit FIFO buffer is empty. | ||
Note: It's a mutual mirror bit of SPI_STAUTS[26]. | ||
[27] | TXFULL | Transmit FIFO Buffer Full Indicator (Read Only) |
0 = The transmit FIFO buffer is not full. | ||
1 = The transmit FIFO buffer is full. | ||
Note: It's a mutual mirror bit of SPI_STATUS[27]. |
Definition at line 4658 of file Mini55Series.h.
__IO uint32_t TIMER_T::CTL |
Bits | Field | Descriptions |
---|---|---|
[7:0] | PSC | Prescale Counter |
Timer input clock source is divided by (PSC+1) before it is fed to the Timer up counter. | ||
If this field is 0 (PSC = 0), then there is no scaling. | ||
[16] | CNTDATEN | Data Load Enable Control |
When CNTDATEN is set, CNT (TIMERx_CNT[23:0]) (Timer Data Register) will be updated continuously with the 24-bit up-timer value as the timer is counting. | ||
0 = Timer Data Register update Disabled. | ||
1 = Timer Data Register update Enabled while Timer counter is active. | ||
[17] | CMPCTL | TIMERx_CMP Mode Control |
0 = In One-shot or Periodic mode, when write new CMPDAT, timer counter will reset. | ||
1 = In One-shot or Periodic mode, when write new CMPDAT if new CMPDAT > CNT (TIMERx_CNT[23:0])(current counter) , timer counter keep counting and will not reset. | ||
If new CMPDAT <= CNT(current counter) , timer counter will reset. | ||
[18] | TGLPINSEL | Toggle Out Pin Selection |
When Timer is set to toggle mode, | ||
0 = Time0/1 toggle output pin is T0/T1 pin. | ||
1 = Time0/1 toggle output pin is T0EX/T1EX pin. | ||
[19] | CAPPINSEL | Capture Pin Source Selection |
0 = Capture Function source is from TxEX pin. | ||
1 = Capture Function source is from ACMPx output signal. | ||
[23] | WKEN | Wake-Up Enable |
When WKEN is set and the TIF or CAPIF is set, the timer controller will generator a wake-up trigger event to CPU. | ||
0 = Wake-up trigger event Disabled. | ||
1 = Wake-up trigger event Enabled. | ||
[24] | EXTCNTEN | Counter Mode Enable Control |
This bit is for external counting pin function enabled. | ||
When timer is used as an event counter, this bit should be set to 1 and select HCLK as timer clock source. | ||
Please refer to section 6.12.5.3 for detail description. | ||
0 = External event counter mode Disabled. | ||
1 = External event counter mode Enabled. | ||
[25] | ACTSTS | Timer Active Status (Read Only) |
This bit indicates the 24-bit up counter status. | ||
0 = 24-bit up counter is not active. | ||
1 = 24-bit up counter is active. | ||
[26] | RSTCNT | Timer Reset |
0 = No effect. | ||
1 = Reset 8-bit PSC counter, 24-bit up counter value and CNTEN bit if ACTSTS is 1. | ||
[28:27] | OPMODE | Timer Operating Mode |
00 = The timer is operating in the One-shot OPMODE. | ||
The associated interrupt signal is generated once (if INTEN is enabled) and CNTEN is automatically cleared by hardware. | ||
01 = The timer is operating in Periodic OPMODE. | ||
The associated interrupt signal is generated periodically (if INTEN is enabled). | ||
10 = The timer is operating in Toggle OPMODE. | ||
The interrupt signal is generated periodically (if INTEN is enabled). | ||
The associated signal (tout) is changing back and forth with 50% duty cycle. | ||
11 = The timer is operating in Continuous Counting mode. | ||
The associated interrupt signal is generated when TIMERx_CNT = TIMERx_CMP (if INTEN is enabled). | ||
However, the 24-bit up-timer counts continuously. | ||
Please refer to 6.12.5.2 for detailed description about Continuous Counting mode operation. | ||
[29] | INTEN | Interrupt Enable Control |
0 = Timer Interrupt function Disabled. | ||
1 = Timer Interrupt function Enabled. | ||
If this bit is enabled, when the timer interrupt flag (TIF) is set to 1, the timer interrupt signal is generated and inform to CPU. | ||
[30] | CNTEN | Timer Enable Control |
0 = Stops/Suspends counting. | ||
1 = Starts counting. | ||
Note1: In stop status, and then set CNTEN to 1 will enable the 24-bit up counter to keep counting from the last stop counting value. | ||
Note2: This bit is auto-cleared by hardware in one-shot mode (TIMERx_CTL[28:27] = 00) when the timer interrupt flag (TIF) is generated. | ||
[31] | ICEDEBUG | ICE Debug Mode Acknowledge Disable (Write Protect) |
0 = ICE debug mode acknowledgement effects TIMER counting. | ||
Timer counter will be held while CPU is held by ICE. | ||
1 = ICE debug mode acknowledgement Disabled. | ||
Timer counter will keep going no matter CPU is held by ICE or not. |
Definition at line 5851 of file Mini55Series.h.
__IO uint32_t WDT_T::CTL |
Bits | Field | Descriptions |
---|---|---|
[0] | RSTCNT | Reset Watchdog Timer Up Counter (Write Protect) |
0 = No effect. | ||
1 = Reset the internal 18-bit WDT up counter value. | ||
Note: This bit will be automatically cleared by hardware. | ||
[1] | RSTEN | Watchdog Timer Time-Out Reset Enable Control (Write Protect) |
Setting this bit will enable the WDT time-out reset function if the WDT up counter value has not been cleared after the specific WDT reset delay period (1024 * TWDT) expires. | ||
0 = WDT time-out reset function Disabled. | ||
1 = WDT time-out reset function Enabled. | ||
[2] | RSTF | Watchdog Timer Time-Out Reset Flag |
This bit indicates the system has been reset by WDT time-out reset or not. | ||
0 = WDT time-out reset did not occur. | ||
1 = WDT time-out reset occurred. | ||
Note: This bit is cleared by writing 1 to it. | ||
[3] | IF | Watchdog Timer Time-Out Interrupt Flag |
This bit will be set to 1 while WDT up counter value reaches the selected WDT time-out interval. | ||
0 = WDT time-out interrupt did not occur. | ||
1 = WDT time-out interrupt occurred. | ||
Note: This bit is cleared by writing 1 to it. | ||
[4] | WKEN | Watchdog Timer Time-Out Wake-Up Function Control (Write Protect) |
If this bit is set to 1, while IF is generated to 1 and INTEN enabled, the WDT time-out interrupt signal will generate a wake-up trigger event to chip. | ||
0 = Wake-up trigger event Disabled if WDT time-out interrupt signal generated. | ||
1 = Wake-up trigger event Enabled if WDT time-out interrupt signal generated. | ||
Note: Chip can be woken-up by WDT time-out interrupt signal generated only if WDT clock source is selected to 10 kHz oscillator. | ||
[5] | WKF | Watchdog Timer Time-Out Wake-Up Flag |
This bit indicates the interrupt wake-up flag status of WDT. | ||
0 = WDT does not cause chip wake-up. | ||
1 = Chip wake-up from Idle or Power-down mode if WDT time-out interrupt signal generated. | ||
Note: This bit is cleared by writing 1 to it. | ||
[6] | INTEN | Watchdog Timer Time-Out Interrupt Enable Control (Write Protect) |
If this bit is enabled, the WDT time-out interrupt signal is generated and inform to CPU. | ||
0 = WDT time-out interrupt Disabled. | ||
1 = WDT time-out interrupt Enabled. | ||
[7] | WDTEN | Watchdog Timer Enable Control (Write Protect) |
0 = WDT Disabled. (This action will reset the internal up counter value.) | ||
1 = WDT Enabled. | ||
[10:8] | TOUTSEL | Watchdog Timer Interval Selection |
These three bits select the time-out interval for the Watchdog Timer. | ||
000 = 24 * TWDT. | ||
001 = 26 * TWDT. | ||
010 = 28 * TWDT. | ||
011 = 210 * TWDT. | ||
100 = 212 * TWDT. | ||
101 = 214 * TWDT. | ||
110 = 216 * TWDT. | ||
111 = 218 * TWDT. | ||
[31] | ICEDEBUG | ICE Debug Mode Acknowledge Disable Control (Write Protect) |
0 = ICE debug mode acknowledgement effects WDT counting. | ||
WDT up counter will be kept while CPU is hanging by ICE. | ||
1 = ICE debug mode acknowledgement Disabled. | ||
WDT up counter will keep going no matter CPU is hanging by ICE or not. |
Definition at line 6896 of file Mini55Series.h.
__IO uint32_t I2C_T::CTL1 |
Bits | Field | Descriptions |
---|---|---|
[0] | WKEN | Wake-Up Enable |
0 = I2C wake up function Disabled. | ||
1 = I2C wake up function Enabled. | ||
The system can be wake up by I2C bus when the system is set into power mode and the received data matched one of the addresses in Address Register. | ||
[1] | FIFOEN | FIFO Mode Enable |
0 = Disabled. | ||
1 = Enabled. | ||
Set to enable the two-level FIFO for I2C transmitted or received buffer. | ||
It is used to improve the performance of the I2C bus. | ||
If this bit is set = 1, the control bit of STA for repeat start or STO bit should be set after the current SI is clear. | ||
For example: if there are 4 data shall be transmitted and then stop it. | ||
The STO bit shall be set after the 3rd data's SI event being clear. | ||
In this time, the 4th data can be transmitted and the I2C stop after the 4th data transmission done. | ||
[2] | NSTRETCH | NO STRETCH The I2C BUS |
0 = The I2C SCL bus is stretched by hardware if the SI is not cleared in master mode. | ||
1 = The I2C SCL bus is not stretched by hardware if the SI is not cleared in master mode. | ||
[3] | OVIEN | I2C OVER RUN Interrupt Control Bit |
Setting OVIEN to enable will send a interrupt to system when the TWOFF bit is enabled and there is over run event in received FIFO. | ||
0 = Disabled. | ||
1 = Enabled. | ||
[4] | URIEN | I2C UNDER RUN Interrupt Control Bit |
Setting URIEN to enable will send a interrupt to system when the TWOFF bit is enabled and there is under run event happened in transmitted FIFO. | ||
0 = Disabled. | ||
1 = Enabled. |
Definition at line 2368 of file Mini55Series.h.
__I uint32_t ADC_T::DAT |
Bits | Field | Descriptions |
---|---|---|
[9:0] | RESULT | A/D Conversion Result |
This field contains conversion result of ADC. | ||
[16] | OV | Over Run Flag |
0 = Data in RESULT[9:0] is recent conversion result. | ||
1 = Data in RESULT[9:0] overwrote. | ||
If converted data in RESULT[9:0] has not been read before the new conversion result is loaded to this register, OV is set to 1. | ||
It is cleared by hardware after the ADC_DAT register is read. | ||
[17] | VALID | Valid Flag |
0 = Data in RESULT[9:0] bits not valid. | ||
1 = Data in RESULT[9:0] bits valid. | ||
This bit is set to 1 when ADC conversion is completed and cleared by hardware after the ADC_DAT register is read. |
Definition at line 336 of file Mini55Series.h.
__IO uint32_t I2C_T::DAT |
Bits | Field | Descriptions |
---|---|---|
[7:0] | DAT | I2C Data Register |
Bit [7:0] is located with the 8-bit transferred data of the I2C serial port. |
Definition at line 2171 of file Mini55Series.h.
__IO uint32_t UART_T::DAT |
Bits | Field | Descriptions |
---|---|---|
[7:0] | DAT | Receiving/Transmit Buffer |
Write Operation: | ||
By writing to this register, the UART sends out an 8-bit data through the TX pin (LSB first). | ||
By reading this register, the UART Controller will return an 8-bit data received from RX pin (LSB first). |
Definition at line 6186 of file Mini55Series.h.
__IO uint32_t GPIO_T::DATMSK |
Bits | Field | Descriptions |
---|---|---|
[7:0] | DATMSK | Port 0-5 Pin [N] Data Output Write Mask |
These bits are used to protect the corresponding Px_DOUT[n] bit. | ||
When the DATMSK[n] bit is set to 1, the corresponding Px_DOUT[n] bit is protected. | ||
If the write signal is masked, writing data to the protect bit is ignored. | ||
0 = Corresponding Px_DOUT[n] bit can be updated. | ||
1 = Corresponding Px_DOUT[n] bit is protected. | ||
Note1: x = 0~5, n = 0~7. | ||
Note2: This function only protects the corresponding Px_DOUT[n] bit, and will not protect the corresponding Pxn_PDIO bit. |
Definition at line 1601 of file Mini55Series.h.
__IO uint32_t GPIO_DB_T::DBCTL |
Bits | Field | Descriptions |
---|---|---|
[3:0] | DBCLKSEL | De-Bounce Sampling Cycle Selection |
0000 = Sample interrupt input once per 1 clock. | ||
0001 = Sample interrupt input once per 2 clocks. | ||
0010 = Sample interrupt input once per 4 clocks. | ||
0011 = Sample interrupt input once per 8 clocks. | ||
0100 = Sample interrupt input once per 16 clocks. | ||
0101 = Sample interrupt input once per 32 clocks. | ||
0110 = Sample interrupt input once per 64 clocks. | ||
0111 = Sample interrupt input once per 128 clocks. | ||
1000 = Sample interrupt input once per 256 clocks. | ||
1001 = Sample interrupt input once per 512 clocks. | ||
1010 = Sample interrupt input once per 1024 clocks. | ||
1011 = Sample interrupt input once per 2048 clocks. | ||
1100 = Sample interrupt input once per 4096 clocks. | ||
1101 = Sample interrupt input once per 8192 clocks. | ||
1110 = Sample interrupt input once per 16384 clocks. | ||
1111 = Sample interrupt input once per 32768 clocks. | ||
[4] | DBCLKSRC | De-Bounce Counter Clock Source Selection |
0 = De-bounce counter clock source is the HCLK. | ||
1 = De-bounce counter clock source is the 10 kHz internal low speed oscillator. | ||
[5] | ICLKON | Interrupt Clock On Mode |
0 = Edge detection circuit is active only if I/O pin corresponding Px_INTEN bit is set to 1. | ||
1 = All I/O pins edge detection circuit is always active after reset. | ||
Note: It is recommended to turn off this bit to save system power if no special application concern. |
Definition at line 1743 of file Mini55Series.h.
__IO uint32_t GPIO_T::DBEN |
Bits | Field | Descriptions |
---|---|---|
[7:0] | DBEN | Port 0-5 Pin [N] Input Signal De-Bounce Enable Control |
DBEN[n] bit is used to enable the de-bounce function for each corresponding bit. | ||
If the input signal pulse width cannot be sampled by continuous two de-bounce sample cycle, the input signal transition is seen as the signal bounce and will not trigger the interrupt. | ||
The de-bounce clock source is controlled by DBNCECON[4], one de-bounce sample cycle period is controlled by DBNCECON[3:0]. | ||
0 = Px.n de-bounce function Disabled. | ||
1 = Px.n de-bounce function Enabled. | ||
The de-bounce function is valid only for edge triggered interrupt. | ||
If the interrupt mode is level triggered, the de-bounce enable bit is ignored. | ||
Note1: x = 0~5, n = 0~7. | ||
Note2: If Px.n pin is chosen as Power-down wake-up source, user should be disable the de-bounce function before entering Power-down mode to avoid the second interrupt event occurred after system waken up which caused by Px.n de-bounce function. |
Definition at line 1635 of file Mini55Series.h.
__I uint32_t FMC_T::DFBA |
Bits | Field | Descriptions |
---|---|---|
[31:0] | DFBA | Data Flash Base Address |
This register indicates data flash start address. It is a read only register. | ||
The data flash start address is defined by user. | ||
Since on chip flash erase unit is 512 bytes, it is mandatory to keep bit 8-0 as 0. |
Definition at line 1383 of file Mini55Series.h.
__IO uint32_t GPIO_T::DINOFF |
Bits | Field | Descriptions |
---|---|---|
[23:16] | DINOFF | Port 0-5 Pin [N] Digital Input Path Disable Control |
0 = Px.n digital input path Enabled. | ||
1 = Px.n digital input path Disabled (digital input tied to low). | ||
Note: x = 0~5, n = 0~7. |
Definition at line 1568 of file Mini55Series.h.
__IO uint32_t HDIV_T::DIVIDEND |
Bits | Field | Descriptions |
---|---|---|
[31:0] | DIVIDEND | Dividend Source |
This register is given the dividend of divider before calculation starting. |
Definition at line 2021 of file Mini55Series.h.
__IO uint32_t HDIV_T::DIVISOR |
Bits | Field | Descriptions |
---|---|---|
[15:0] | DIVISOR | Divisor Source |
This register is given the divisor of divider before calculation starts. | ||
Note: When this register is written, hardware divider will start calculate. |
Definition at line 2034 of file Mini55Series.h.
__IO uint32_t GPIO_T::DOUT |
Bits | Field | Descriptions |
---|---|---|
[7:0] | DOUT | Port 0-5 Pin [N] Output Value |
Each of these bits controls the status of a Px.n pin when the Px.n is configured as Push-pull output, Open-drain output and Quasi-bidirectional mode. | ||
0 = Px.n will drive Low if the Px.n pin is configured as Push-pull output, Open-drain output or Quasi-bidirectional mode. | ||
1 = Px.n will drive High if the Px.n pin is configured as Push-pull output or Quasi-bidirectional mode. | ||
Note: x = 0~5, n = 0~7. |
Definition at line 1583 of file Mini55Series.h.
__IO uint32_t PWM_T::DTCTL |
Bits | Field | Descriptions |
---|---|---|
[7:0] | DTCNT01 | Dead-Zone Interval Register For Pair Of Channel0 And Channel1 (PWM0 And PWM1 Pair) |
These 8 bits determine dead-zone length. | ||
The unit time of dead-zone length is received from corresponding CLKDIV bits. | ||
[15:8] | DTCNT23 | Dead-Zone Interval Register For Pair Of Channel2 And Channel3 (PWM2 And PWM3 Pair) |
These 8 bits determine dead-zone length. | ||
The unit time of dead-zone length is received from corresponding CLKDIV bits. | ||
[23:16] | DTCNT45 | Dead-Zone Interval Register For Pair Of Channel4 And Channel5 (PWM4 And PWM5 Pair) |
These 8 bits determine dead-zone length. | ||
The unit time of dead-zone length is received from corresponding CLKDIV bits. |
Definition at line 3390 of file Mini55Series.h.
__IO uint32_t SYS_T::EINT0SEL |
Bits | Field | Descriptions |
---|---|---|
[0] | SEL | INT0 SEL GPB3 |
0 = INT0 source is P3.2. | ||
1 = INT0 source is P1.3. |
Definition at line 5384 of file Mini55Series.h.
__IO uint32_t TIMER_T::EINTSTS |
Bits | Field | Descriptions |
---|---|---|
[0] | CAPIF | Timer External Interrupt Flag |
This bit indicates the external capture interrupt flag status | ||
When CAPEN enabled, TxEX (x = 0~1) pin selected as external capture function, and a transition on TxEX (x = 0~1) pin matched the CAPEDGE setting, this flag will set to 1 by hardware. | ||
0 = TxEX (x = 0~1) pin interrupt did not occur. | ||
1 = TxEX (x = 0~1) pin interrupt occurred. | ||
Note: This bit is cleared by writing 1 to it |
Definition at line 5971 of file Mini55Series.h.
__IO uint32_t TIMER_T::EXTCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | CNTPHASE | Timer External Count Pin Phase Detect Selection |
This bit indicates the detection phase of Tx (x = 0~1) pin. | ||
0 = A falling edge of Tx (x = 0~1) pin will be counted. | ||
1 = A rising edge of Tx (x = 0~1) pin will be counted. | ||
[2:1] | CAPEDGE | Timer External Pin Edge Detection |
00 = A 1 to 0 transition on TxEX (x = 0~1) will be detected. | ||
01 = A 0 to 1 transition on TxEX (x = 0~1) will be detected. | ||
10 = Either 1 to 0 or 0 to 1 transition on TxEX (x = 0~1) will be detected. | ||
11 = Reserved. | ||
[3] | CAPEN | Timer External Pin Function Enable |
This bit enables the CAPFUNCS function on the TxEX (x = 0~1) pin. | ||
0 = CAPFUNCS function of TxEX (x = 0~1) pin will be ignored. | ||
1 = CAPFUNCS function of TxEX (x = 0~1) pin is active. | ||
[4] | CAPFUNCS | Timer External Reset Counter / Timer External Capture Mode Selection |
0 = Transition on TxEX (x = 0~1) pin is using to save the CNT (TIMERx_CNT[23:0]) value into TCAP value if CAPIF flag is set to 1. | ||
1 = Transition on TxEX (x = 0~1) pin is using to reset the 24-bit up counter. | ||
[5] | CAPIEN | Timer External Capture Interrupt Enable Control |
0 = TxEX (x = 0~1) pin detection Interrupt Disabled. | ||
1 = TxEX (x = 0~1) pin detection Interrupt Enabled. | ||
If CAPIEN enabled, Timer will raise an external capture interrupt signal and inform to CPU while CAPIF flag is set to 1. | ||
[6] | CAPDBEN | Timer External Capture Input Pin De-Bounce Enable Control |
0 = TxEX (x = 0~1) pin de-bounce Disabled. | ||
1 = TxEX (x = 0~1) pin de-bounce Enabled. | ||
If this bit is enabled, the edge detection of TxEX (x = 0~1) pin is detected with de-bounce circuit. | ||
[7] | ECNTDBEN | Timer External Counter Input Pin De-Bounce Enable Control |
0 = Tx (x = 0~1) pin de-bounce Disabled. | ||
1 = Tx (x = 0~1) pin de-bounce Enabled. | ||
If this bit is enabled, the edge detection of Tx (x = 0~1) pin is detected with de-bounce circuit. | ||
[8] | CAPMODE | Capture Mode Selection |
0 = Timer counter reset function or free-counting mode of timer capture function. | ||
1 = Trigger-counting mode of timer capture function. |
Definition at line 5955 of file Mini55Series.h.
__IO uint32_t ADC_T::EXTSMPT |
Bits | Field | Descriptions |
---|---|---|
[3:0] | EXTSMPT | ADC Sampling Counter |
0000 = 0 ADC Clock | ||
0001 = 1 ADC Clock | ||
0010 = 2 ADC Clock | ||
0011 = 4 ADC Clock | ||
0100 = 5 ADC Clock | ||
0101 = 6 ADC Clock | ||
0110 = 7 ADC Clock | ||
0111 = 8 ADC Clock | ||
1000 = 16 ADC Clock | ||
1001 = 32 ADC Clock | ||
1010 = 64 ADC Clock | ||
1011 = 128 ADC Clock | ||
1100 = 256 ADC Clock | ||
1101 = 512 ADC Clock | ||
1110 = 1024 ADC Clock | ||
1111 = 1024 ADC Clock | ||
ADC sampling counters are 6 ADC clock is suggestion. |
Definition at line 557 of file Mini55Series.h.
__IO uint32_t UART_T::FIFO |
Bits | Field | Descriptions |
---|---|---|
[1] | RXRST | RX Field Software Reset |
When RX_RST is set, all the byte in the receiver FIFO and RX internal state machine are cleared. | ||
0 = No effect. | ||
1 = The RX internal state machine and pointers reset. | ||
Note: This bit will auto clear needs at least 3 UART Controller peripheral clock cycles. | ||
[2] | TXRST | TX Field Software Reset |
When TX_RST is set, all the byte in the transmit FIFO and TX internal state machine are cleared. | ||
0 = No effect. | ||
1 = The TX internal state machine and pointers reset. | ||
Note: This bit will auto clear needs at least 3 UART Controller peripheral clock cycles. | ||
[7:4] | RFITL | RX FIFO Interrupt (RDAINT) Trigger Level |
When the number of bytes in the receive FIFO equals the RFITL then the RDAIF will be set (if RDAIEN in UART_INTEN register is enable, an interrupt will generated). | ||
0000 = RX FIFO Interrupt Trigger Level is 1 byte. | ||
0001 = RX FIFO Interrupt Trigger Level is 4 bytes. | ||
0010 = RX FIFO Interrupt Trigger Level is 8 bytes. | ||
0011 = RX FIFO Interrupt Trigger Level is 14 bytes. | ||
[8] | RXOFF | Receiver Disable Register |
The receiver is disabled or not (setting 1 to disable the receiver). | ||
0 = Receiver Enabled. | ||
1 = Receiver Disabled. | ||
Note: This field is used for RS-485 Normal Multi-drop mode. | ||
It should be programmed before RS-485_NMM (UART_ALTCTL [8]) is programmed. | ||
[19:16] | RTSTRGLV | RTS Trigger Level (for Auto-flow Control Use) |
0000 = RTS Trigger Level is 1 byte. | ||
0001 = RTS Trigger Level is 4 bytes. | ||
0010 = RTS Trigger Level is 8 bytes. | ||
0011 = RTS Trigger Level is 14 bytes. | ||
Others = Reserved | ||
Note: This field is used for RTS auto-flow control. |
Definition at line 6268 of file Mini55Series.h.
__IO uint32_t SPI_T::FIFOCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | RXRST | Clear Receive FIFO Buffer |
0 = No effect. | ||
1 = Clear receive FIFO buffer. | ||
Note: This bit will be cleared to 0 by hardware after software sets it to 1 and the receive FIFO is cleared. | ||
[1] | TXRST | Clear Transmit FIFO Buffer |
0 = No effect. | ||
1 = Clear transmit FIFO buffer. | ||
Note: This bit will be cleared to 0 by hardware after software sets it to 1 and the transmit FIFO is cleared. | ||
[2] | RXTHIEN | Receive Threshold Interrupt Enable Control |
0 = Receive threshold interrupt Disabled. | ||
1 = Receive threshold interrupt Enabled. | ||
[3] | TXTHIEN | Transmit Threshold Interrupt Enable |
0 = Transmit threshold interrupt Disabled. | ||
1 = Transmit threshold interrupt Enabled. | ||
[6] | RXOVIEN | Receive FIFO Overrun Interrupt Enable Control |
0 = Receive FIFO overrun interrupt Disabled. | ||
1 = Receive FIFO overrun interrupt Enabled. | ||
[21] | RXTOIEN | Receive FIFO Time-Out Interrupt Enable Control |
0 = Time-out interrupt Disabled. | ||
1 = Time-out interrupt Enabled. | ||
[25:24] | RXTH | Received FIFO Threshold |
If the valid data count of the receive FIFO buffer is larger than the RXTH setting, the RXTHIF bit will be set to 1, else the RXTHIF bit will be cleared to 0. | ||
[29:28] | TXTH | Transmit FIFO Threshold |
If the valid data count of the transmit FIFO buffer is less than or equal to the TXTH setting, the TXTHIF bit will be set to 1, else the TXTHIF bit will be cleared to 0. |
Definition at line 4829 of file Mini55Series.h.
__IO uint32_t UART_T::FIFOSTS |
Bits | Field | Descriptions |
---|---|---|
[0] | RXOVIF | RX Overflow Error Interrupt Flag |
This bit is set when RX FIFO overflow. | ||
If the number of bytes of received data is greater than RX_FIFO (UART_DAT) size, 16 bytes this bit will be set. | ||
0 = RX FIFO is not overflow. | ||
1 = RX FIFO is overflow. | ||
Note: This bit is cleared by writing 1 to it. | ||
[3] | ADDRDETF | RS-485 Address Byte Detection Flag |
This bit is set to 1 while ADDRDEN (UART_ALTCTL[15]) is set to 1 to enable Address detection mode and receive detect a data with an address bit (bit 9 = 1). | ||
Note1: This field is used for RS-485 function mode. | ||
Note2: This bit is cleared by writing 1 to it. | ||
[4] | PEF | Parity Error Flag (Read Only) |
This bit is set to logic 1 whenever the received character does not have a valid "parity bit". | ||
0 = No parity error is generated. | ||
1 = Parity error is generated.Note: This bit is read only, but can be cleared by writing '1' to it . | ||
[5] | FEF | Framing Error Flag (Read Only) |
This bit is set to logic 1 whenever the received character does not have a valid "stop bit" (that is, the stop bit follows the last data bit or parity bit is detected as a logic 0), 0 = No framing error is generated. | ||
1 = Framing error is generated. | ||
Note: This bit is read only, but can be cleared by writing '1' to it . | ||
[6] | BIF | Break Interrupt Flag (Read Only) |
This bit is set to logic 1 whenever the received data input (RX) is held in the "spacing state" (logic 0) for longer than a full word transmission time (that is, the total time of "start bit" + data bits + parity + stop bits). | ||
0 = No Break interrupt is generated. | ||
1 = Break interrupt is generated. | ||
Note: This bit is read only, but software can write 1 to clear it. | ||
[13:8] | RXPTR | RX FIFO Pointer (Read Only) |
This field indicates the RX FIFO Buffer Pointer. | ||
When UART receives one byte from external device, RXPTR increases one. | ||
When one byte of RX FIFO is read by CPU, RXPTR decreases one. | ||
The Maximum value shown in RXPTR is 15. | ||
When the using level of RX FIFO Buffer equal to 16, the RXFULL bit is set to 1 and RXPTR will show 0. | ||
As one byte of RX FIFO is read by CPU, the RXFULL bit is cleared to 0 and RXPTR will show 15. | ||
[14] | RXEMPTY | Receiver FIFO Empty (Read Only) |
This bit initiate RX FIFO empty or not. | ||
0 = RX FIFO is not empty. | ||
1 = RX FIFO is empty. | ||
Note: When the last byte of RX FIFO has been read by CPU, hardware sets this bit high. | ||
It will be cleared when UART receives any new data. | ||
[15] | RXFULL | Receiver FIFO Full (Read Only) |
This bit initiates RX FIFO full or not. | ||
0 = RX FIFO is not full. | ||
1 = RX FIFO is full. | ||
Note: This bit is set when the number of usage in RX FIFO Buffer is equal to 16, otherwise is cleared by hardware. | ||
[21:16] | TXPTR | TX FIFO Pointer (Read Only) |
This field indicates the TX FIFO Buffer Pointer. | ||
When CPU writes one byte into UART_DAT, TXPTR increases one. | ||
When one byte of TX FIFO is transferred to Transmitter Shift Register, TXPTR decreases one. | ||
The Maximum value shown in TXPTR is 15. | ||
When the using level of TX FIFO Buffer equal to 16, the TXFULL bit is set to 1 and TXPTR will show 0. | ||
As one byte of TX FIFO is transferred to Transmitter Shift Register, the TXFULL bit is cleared to 0 and TXPTR will show 15. | ||
[22] | TXEMPTY | Transmitter FIFO Empty (Read Only) |
This bit indicates TX FIFO empty or not. | ||
0 = TX FIFO is not empty. | ||
1 = TX FIFO is empty. | ||
Note: When the last byte of TX FIFO has been transferred to Transmitter Shift Register, hardware sets this bit high. | ||
It will be cleared when writing data into DAT (TX FIFO not empty). | ||
[23] | TXFULL | Transmitter FIFO Full (Read Only) |
This bit indicates TX FIFO full or not. | ||
0 = TX FIFO is not full. | ||
1 = TX FIFO is full. | ||
Note: This bit is set when the number of usage in TX FIFO Buffer is equal to 16, otherwise is cleared by hardware. | ||
[24] | TXOVIF | TX Overflow Error Interrupt Flag |
If TX FIFO (UART_DAT) is full, an additional write to UART_DAT will cause this bit to logic 1. | ||
0 = TX FIFO is not overflow. | ||
1 = TX FIFO is overflow. | ||
Note: This bit is cleared by writing 1 to it. | ||
[28] | TXEMPTYF | Transmitter Empty Flag (Read Only) |
This bit is set by hardware when TX FIFO (UART_DAT) is empty and the STOP bit of the last byte has been transmitted. | ||
0 = TX FIFO is not empty. | ||
1 = TX FIFO is empty. | ||
Note: This bit is cleared automatically when TX FIFO is not empty or the last byte transmission has not completed. |
Definition at line 6431 of file Mini55Series.h.
__IO uint32_t UART_T::FUNCSEL |
Bits | Field | Descriptions |
---|---|---|
[1:0] | FUNCSEL | Function Select |
00 = UART function mode. | ||
01 = Reserved. | ||
10 = IrDA function mode. | ||
11 = RS-485 function mode. |
Definition at line 6611 of file Mini55Series.h.
__IO uint32_t PWM_T::IFA |
Bits | Field | Descriptions |
---|---|---|
[0] | IFAEN | Interrupt Accumulation Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[7:4] | IFCNT | Interrupt Accumulation Count |
When IFCNT is set, IFCNT will decrease when every ZIF0 flag is set and when IFCNT reach to zero, the PWM0 interrupt will occurred and IFCNT will reload itself. |
Definition at line 3860 of file Mini55Series.h.
__IO uint32_t GPIO_T::INTEN |
Bits | Field | Descriptions |
---|---|---|
[0] | FLIEN | Port 0-5 Pin [N] Interrupt Enable By Input Falling Edge Or Input Level Low |
FLIEN[n] is used to enable the interrupt for each of the corresponding input Px.n pin. | ||
Set bit to 1 also enable the pin wake-up function. | ||
When setting the IF_EB[n] bit to 1: | ||
If the interrupt is level trigger (INTTYPE[n] is 1), the input Px.n pin will generate the interrupt while this pin state is at low level. | ||
If the interrupt is edge mode trigger (INTTYPE[n] is 0), the input Px.n pin will generate the interrupt while this pin state changed from high to low. | ||
0 = Px.n low level or high to low interrupt Disabled. | ||
1 = Px.n low level or high to low interrupt Enabled. | ||
Note: x = 0~5, n = 0~7. | ||
[23:16] | RHIEN | Port 0-5 Pin [N] Interrupt Enable By Input Rising Edge Or Input Level High |
IR_EN[n] bit is used to enable the interrupt for each of the corresponding input Px.n pin. | ||
Set bit to 1 also enable the pin wake-up function. | ||
When setting the IR_EN[n] bit to 1: | ||
If the interrupt is level trigger (INTTYPE[n] is 1), the input Px.n pin will generate the interrupt while this pin state is at high level. | ||
If the interrupt is edge trigger (INTTYPE[n] is 0), the input Px.n pin will generate the interrupt while this pin state changed from low to high. | ||
0 = Px.n level high or low to high interrupt Disabled. | ||
1 = Px.n level high or low to high interrupt Enabled. | ||
Note: x = 0~5, n = 0~7. |
Definition at line 1684 of file Mini55Series.h.
__IO uint32_t PWM_T::INTEN |
Bits | Field | Descriptions |
---|---|---|
[0] | ZIEN0 | PWM Channel 0 Period Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[1] | ZIEN1 | PWM Channel 1 Period Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[2] | ZIEN2 | PWM Channel 2 Period Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[3] | ZIEN3 | PWM Channel 3 Period Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[4] | ZIEN4 | PWM Channel 4 Period Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[5] | ZIEN5 | PWM Channel 5 Period Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[8] | CMPDIEN0 | PWM Channel 0 Duty Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[9] | CMPDIEN1 | PWM Channel 1 Duty Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[10] | CMPDIEN2 | PWM Channel 2 Duty Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[11] | CMPDIEN3 | PWM Channel 3 Duty Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[12] | CMPDIEN4 | PWM Channel 4 Duty Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[13] | CMPDIEN5 | PWM Channel 5 Duty Interrupt Enable |
0 = Disabled. Rising for edge aligned mode. Falling for center aligned mode. | ||
1 = Enabled. | ||
[16] | BRKIEN | Enable Fault Brake0 And 1 Interrupt |
0 = Disabling flags BRKIF0 and BRKIF1 to trigger PWM interrupt. | ||
1 = Enabling flags BRKIF0 and BRKIF1 can trigger PWM interrupt. | ||
[17] | PINTTYPE | PWM Period Interrupt Type Selection |
0 = ZIFn will be set if PWM counter underflows. | ||
1 = ZIFn will be set if PWM counter matches PERIODn register. | ||
Note: This bit is effective when PWM in central align mode only. | ||
[18] | PIEN0 | PWM Channel 0 Central Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[19] | PIEN1 | PWM Channel 1 Central Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[20] | PIEN2 | PWM Channel 2 Central Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[21] | PIEN3 | PWM Channel 3 Central Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[22] | PIEN4 | PWM Channel 4 Central Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[23] | PIEN5 | PWM Channel 5 Central Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[24] | CMPUIEN0 | PWM Channel 0 Rising Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[25] | CMPUIEN1 | PWM Channel 1 Rising Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[26] | CMPUIEN2 | PWM Channel 2 Rising Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[27] | CMPUIEN3 | PWM Channel 3 Rising Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[28] | CMPUIEN4 | PWM Channel 4 Rising Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. | ||
[29] | CMPUIEN5 | PWM Channel 5 Rising Interrupt Enable |
0 = Disabled. | ||
1 = Enabled. |
Definition at line 3190 of file Mini55Series.h.
__IO uint32_t UART_T::INTEN |
Bits | Field | Descriptions |
---|---|---|
[0] | RDAIEN | Receive Data Available Interrupt Enable Control |
0 = RDAINT Masked off. | ||
1 = RDAINT Enabled. | ||
[1] | THREIEN | Transmit Holding Register Empty Interrupt Enable Control |
0 = THREINT Masked off. | ||
1 = THREINT Enabled. | ||
[2] | RLSIEN | Receive Line Status Interrupt Enable Control |
0 = RLSINT Masked off. | ||
1 = RLSINT Enabled. | ||
[3] | MODEMIEN | Modem Status Interrupt Enable Control |
0 = MODEMINT Masked off. | ||
1 = MODEMINT Enabled. | ||
[4] | RXTOIEN | RX Time-Out Interrupt Enable Control |
0 = RXTOINT Masked off. | ||
1 = RXTOINT Enabled. | ||
[5] | BUFERRIEN | Buffer Error Interrupt Enable Control |
0 = BUFERRINT Masked Disabled. | ||
1 = BUFERRINT Enabled. | ||
[6] | WKCTSIEN | Wake-Up CPU Function Enable Control |
0 = UART wake-up function Disabled. | ||
1 = UART Wake-up function Enabled. | ||
Note: when the chip is in Power-down mode, an external CTS change will wake-up chip from Power-down mode. | ||
[11] | TOCNTEN | Time-Out Counter Enable Control |
0 = Time-out counter Disabled. | ||
1 = Time-out counter Enabled. | ||
[12] | ATORTSEN | RTS Auto Flow Control Enable Control |
0 = RTS auto flow control Disabled. | ||
1 = RTS auto flow control Enabled. | ||
Note: When RTS auto-flow is enabled, if the number of bytes in the RX FIFO equals the RTSTRGLV (UART_FIFO [19:16]), the UART will de-assert RTS signal. | ||
[13] | ATOCTSEN | CTS Auto Flow Control Enable Control |
0 = CTS auto flow control Disabled. | ||
1 = CTS auto flow control Enabled. | ||
Note: When CTS auto-flow is enabled, the UART will send data to external device when CTS input assert (UART will not send data to device until CTS is asserted). |
Definition at line 6229 of file Mini55Series.h.
__IO uint32_t GPIO_T::INTSRC |
Bits | Field | Descriptions |
---|---|---|
[7:0] | INTSRC | Port 0-5 Pin [N] Interrupt Source Flag |
Write : | ||
0 = No action. | ||
1 = Clear the corresponding pending interrupt. | ||
Read : | ||
0 = No interrupt at Px.n. | ||
1 = Px.n generates an interrupt. | ||
Note: x = 0~5, n = 0~7. |
Definition at line 1702 of file Mini55Series.h.
__IO uint32_t PWM_T::INTSTS |
Bits | Field | Descriptions |
---|---|---|
[0] | ZIF0 | PWM Channel 0 Period Interrupt Flag |
Flag is set by hardware when PWM0 down counter reaches zero. | ||
Note: Software can write 1 to clear this bit. | ||
[1] | ZIF1 | PWM Channel 1 Period Interrupt Flag |
Flag is set by hardware when PWM1 down counter reaches zero. | ||
Note: Software can write 1 to clear this bit. | ||
[2] | ZIF2 | PWM Channel 2 Period Interrupt Flag |
Flag is set by hardware when PWM2 down counter reaches zero. | ||
Note: Software can write 1 to clear this bit. | ||
[3] | ZIF3 | PWM Channel 3 Period Interrupt Flag |
Flag is set by hardware when PWM3 down counter reaches zero. | ||
Note: Software can write 1 to clear this bit. | ||
[4] | ZIF4 | PWM Channel 4 Period Interrupt Flag |
Flag is set by hardware when PWM4 down counter reaches zero. | ||
Note: Software can write 1 to clear this bit. | ||
[5] | ZIF5 | PWM Channel 5 Period Interrupt Flag |
Flag is set by hardware when PWM5 down counter reaches zero. | ||
Note: Software can write 1 to clear this bit. | ||
[8] | CMPDIF0 | PWM Channel 0 Duty Interrupt Flag |
Flag is set by hardware when a channel 0 PWM counter reaches PWM_CMPDAT0 in down-count direction. | ||
Note: Software can write 1 to clear this bit. | ||
[9] | CMPDIF1 | PWM Channel 1 Duty Interrupt Flag |
Flag is set by hardware when a channel 1 PWM counter reaches PWM_CMPDAT1 in down-count direction. | ||
Note: Software can write 1 to clear this bit. | ||
[10] | CMPDIF2 | PWM Channel 2 Duty Interrupt Flag |
Flag is set by hardware when a channel 2 PWM counter reaches PWM_CMPDAT2 in down-count direction. | ||
Note: Software can write 1 to clear this bit. | ||
[11] | CMPDIF3 | PWM Channel 3 Duty Interrupt Flag |
Flag is set by hardware when a channel 3 PWM counter reaches PWM_CMPDAT3 in down-count direction. | ||
Note: Software can write 1 to clear this bit. | ||
[12] | CMPDIF4 | PWM Channel 4 Duty Interrupt Flag |
Flag is set by hardware when a channel 4 PWM counter reaches PWM_CMPDAT4 in down-count direction. | ||
Note: Software can write 1 to clear this bit. | ||
[13] | CMPDIF5 | PWM Channel 5 Duty Interrupt Flag |
Flag is set by hardware when a channel 5 PWM counter reaches PWM_CMPDAT5 in down-count direction. | ||
Note: Software can write 1 to clear this bit. | ||
[16] | BRKIF0 | PWM Brake0 Flag |
0 = PWM Brake does not recognize a falling signal at BKP0. | ||
1 = When PWM Brake detects a falling signal at pin BKP0, this flag will be set to high. | ||
Note: Software can write 1 to clear this bit. | ||
[17] | BRKIF1 | PWM Brake1 Flag |
0 = PWM Brake does not recognize a falling signal at BKP1. | ||
1 = When PWM Brake detects a falling signal at pin BKP1, this flag will be set to high. | ||
Note: Software can write 1 to clear this bit. | ||
[18] | PIF0 | PWM Channel 0 Center Interrupt Flag |
Flag is set by hardware when a channel 0 PWM rise counter reaches CNT0. | ||
Software can write 1 to clear this bit. | ||
[19] | PIF1 | PWM Channel 1 Center Interrupt Flag |
Flag is set by hardware when a channel 1 PWM rise counter reaches CNT1. | ||
Software can write 1 to clear this bit. | ||
[20] | PIF2 | PWM Channel 2 Center Interrupt Flag |
Flag is set by hardware when a channel 2 PWM rise counter reaches CNT2. | ||
Software can write 1 to clear this bit. | ||
[21] | PIF3 | PWM Channel 3 Center Interrupt Flag |
Flag is set by hardware when a channel 3 PWM rise counter reaches CNT3. | ||
Software can write 1 to clear this bit. | ||
[22] | PIF4 | PWM Channel 4 Center Interrupt Flag |
Flag is set by hardware when a channel 4 PWM rise counter reaches CNT4. | ||
Software can write 1 to clear this bit. | ||
[23] | PIF5 | PWM Channel 5 Center Interrupt Flag |
Flag is set by hardware when a channel 5 PWM rise counter reaches CNT5. | ||
Software can write 1 to clear this bit. | ||
[24] | CMPUIF0 | PWM Channel 1 Rise Interrupt Flag |
Flag is set by hardware when a channel 0 PWM rise counter reaches PWM_CMPDAT0. | ||
Software can write 1 to clear this bit. | ||
[25] | CMPUIF1 | PWM Channel 1 Rise Interrupt Flag |
Flag is set by hardware when a channel 1 PWM rise counter reaches PWM_CMPDAT1. | ||
Software can write 1 to clear this bit. | ||
[26] | CMPUIF2 | PWM Channel 2 Rise Interrupt Flag |
Flag is set by hardware when a channel 2 PWM rise counter reaches PWM_CMPDAT2. | ||
Software can write 1 to clear this bit. | ||
[27] | CMPUIF3 | PWM Channel 3 Rise Interrupt Flag |
Flag is set by hardware when a channel 3 PWM rise counter reaches PWM_CMPDAT3. | ||
Software can write 1 to clear this bit. | ||
[28] | CMPUIF4 | PWM Channel 4 Rise Interrupt Flag |
Flag is set by hardware when a channel 4 PWM rise counter reaches PWM_CMPDAT4. | ||
Software can write 1 to clear this bit. | ||
[29] | CMPUIF5 | PWM Channel 5 Rise Interrupt Flag |
Flag is set by hardware when a channel 5 PWM rise counter reaches | ||
PWM_CNT0 | ||
5. Software can write 1 to clear this bit. |
Definition at line 3281 of file Mini55Series.h.
__IO uint32_t TIMER_T::INTSTS |
Bits | Field | Descriptions |
---|---|---|
[0] | TIF | Timer Interrupt Flag |
This bit indicates the interrupt flag status of Timer while CNT (TIMERx_CNT[23:0]) value reaches to CMPDAT value. | ||
0 = No effect. | ||
1 = CNT value matches the CMPDAT value. | ||
Note: This bit is cleared by writing 1 to it. | ||
[1] | TWKF | Timer Wake-Up Flag |
This bit indicates the interrupt wake-up flag status of Time. | ||
0 = Timer does not cause chip wake-up. | ||
1 = Chip wake-up from Idle or Power-down mode if Timer time-out interrupt signal generated. | ||
Note: This bit is cleared by writing 1 to it. |
Definition at line 5888 of file Mini55Series.h.
__IO uint32_t UART_T::INTSTS |
Bits | Field | Descriptions |
---|---|---|
[0] | RDAIF | Receive Data Available Interrupt Flag (Read Only) |
When the number of bytes in the RX FIFO equals the RFITL then the RDAIF will be set. | ||
If RDAIEN (UART_INTEN [0]) is enabled, the RDA interrupt will be generated. | ||
0 = No RDA interrupt flag is generated. | ||
1 = RDA interrupt flag is generated. | ||
Note: This bit is read only and it will be cleared when the number of unread bytes of RX FIFO drops below the threshold level (RFITL). | ||
[1] | THREIF | Transmit Holding Register Empty Interrupt Flag (Read Only) |
This bit is set when the last data of TX FIFO is transferred to Transmitter Shift Register. | ||
If THREIEN (UART_INTEN [1]) is enabled, the THRE interrupt will be generated. | ||
0 = No THRE interrupt flag is generated. | ||
1 = THRE interrupt flag is generated. | ||
Note: This bit is read only and it will be cleared when writing data into DAT (TX FIFO not empty). | ||
[2] | RLSIF | Receive Line Interrupt Flag (Read Only) |
This bit is set when the RX receive data have parity error, framing error or break error (at least one of 3 bits, BIF, FEF and PEF, is set). | ||
If RLSIEN (UART_INTEN [2]) is enabled, the RLS interrupt will be generated. | ||
0 = No RLS interrupt flag is generated. | ||
1 = RLS interrupt flag is generated. | ||
Note1: In RS-485 function mode, this field is set including "receiver detect and received address byte character (bit 9 = 1) bit". | ||
At the same time, the bit of ADDRDETF (UART_FIFOSTS[3]) is also set. | ||
Note2: This bit is read only and reset to 0 when all bits of BIF, FEF, PEF and ADDRDETF are cleared. | ||
[3] | MODENIF | MODEM Interrupt Flag (Read Only) |
This bit is set when the CTS pin has state change (CTSDETF = 1). | ||
If UART_INTEN [MODEMIEN] is enabled, the Modem interrupt will be generated. | ||
0 = No Modem interrupt flag is generated. | ||
1 = Modem interrupt flag is generated. | ||
Note: This bit is read only and reset to 0 when bit CTSDETF is cleared by a write 1 on CTSDETF. | ||
[4] | RXTOIF | Time-Out Interrupt Flag (Read Only) |
This bit is set when the RX FIFO is not empty and no activities occurred in the RX FIFO and the time-out counter equal to TOIC. | ||
If RXTOIEN (UART_INTEN [4]) is enabled, the Tout interrupt will be generated. | ||
0 = No Time-out interrupt flag is generated. | ||
1 = Time-out interrupt flag is generated. | ||
Note: This bit is read only and user can read UART_DAT (RX is in active) to clear it. | ||
[5] | BUFERRIF | Buffer Error Interrupt Flag (Read Only) |
This bit is set when the TX/RX FIFO overflow flag (TXOVIF or RXOVIF) is set. | ||
When BUFERRIF is set, the transfer is not correct. | ||
If BUFERRIEN (UART_INTEN [5]) is enabled, the buffer error interrupt will be generated. | ||
0 = No buffer error interrupt flag is generated. | ||
1 = Buffer error interrupt flag is generated. | ||
Note: This bit is read only and reset to 0 when all bits of TXOVIF and RXOVIF are cleared. | ||
[8] | RDAINT | Receive Data Available Interrupt Indicator (Read Only) |
This bit is set if RDAIEN and RDAIF are both set to 1. | ||
This bit is set if RDAIEN and RDAIF are both set to 1. | ||
0 = No RDA interrupt is generated. | ||
1 = RDA interrupt is generated. | ||
[9] | THREINT | Transmit Holding Register Empty Interrupt Indicator (Read Only) |
This bit is set if THREIEN and THREIF are both set to 1. | ||
0 = No THRE interrupt is generated. | ||
1 = THRE interrupt is generated. | ||
[10] | RLSINT | Receive Line Status Interrupt (Read Only) |
This bit is set if RLSIEN and RLSIF are both set to 1. | ||
0 = No RLS interrupt is generated. | ||
1 = RLS interrupt is generated. | ||
[11] | MODEMINT | MODEM Status Interrupt Indicator (Read Only) |
This bit is set if MODEMIEN and MODENIF are both set to 1. | ||
0 = No Modem interrupt is generated. | ||
1 = Modem interrupt is generated. | ||
[12] | RXTOINT | Time-Out Interrupt Indicator (Read Only) |
This bit is set if RXTOIEN and RXTOIF are both set to 1. | ||
0 = No Time-out interrupt is generated. | ||
1 = Time-out interrupt is generated. | ||
[13] | BUFERRINT | Buffer Error Interrupt Indicator (Read Only) |
This bit is set if BUFERRIEN and BUFERRIF are both set to 1. | ||
0 = No buffer error interrupt is generated. | ||
1 = buffer error interrupt is generated. |
Definition at line 6505 of file Mini55Series.h.
__IO uint32_t GPIO_T::INTTYPE |
Bits | Field | Descriptions |
---|---|---|
[7:0] | INTTYPE | Port 0-5 Pin [N] Edge Or Level Detection Interrupt Mode Control |
INTTYPE[n] bit is used to control the triggered interrupt is by level trigger or by edge trigger. | ||
If the interrupt is by edge trigger, the trigger source can be controlled by de-bounce. | ||
If the interrupt is by level trigger, the input source is sampled by one HCLK clock and generates the interrupt. | ||
0 = Edge trigger interrupt. | ||
1 = Level trigger interrupt. | ||
If pin is set as the level trigger interrupt, only one level can be set on the registers Px_INTEN. | ||
If both levels to trigger interrupt are set, the setting is ignored and no interrupt will occur. | ||
The de-bounce function is valid only for edge triggered interrupt. | ||
If the interrupt mode is level triggered, the de-bounce enable bit is ignored. | ||
Note: x = 0~5, n = 0~7. |
Definition at line 1656 of file Mini55Series.h.
__IO uint32_t SYS_T::IPRST0 |
Bits | Field | Descriptions |
---|---|---|
[0] | CHIPRST | CHIP One-Shot Reset (Write Protect) |
Setting this bit will reset the CHIP, including CPU kernel and all peripherals, and this bit will automatically return to 0 after the 2 clock cycles. | ||
The CHIPRST is the same as the POR reset, and all the chip module is reset and the chip settings from flash are also reload. | ||
0 = Chip normal operation. | ||
1 = CHIP one-shot reset. | ||
Note: This bit is the protected bit, and programming it needs to write 0x59, 0x16, and 0x88 to address 0x5000_0100 to disable register protection. | ||
Refer to the register REGLCTL at address SYS_BA + 0x100. | ||
[1] | CPURST | CPU Kernel One Shot Reset |
Setting this bit will reset the CPU kernel, and this bit will automatically return to 0 after the 2 clock cycles. | ||
0 = Normal. | ||
1 = Reset CPU. | ||
Note: This bit is the protected bit, and programming it needs to write 0x59, 0x16, and 0x88 to address 0x5000_0100 to disable register protection. | ||
Refer to the register REGLCTL at address SYS_BA + 0x100. | ||
[2] | CPUWS | CPU Wait-State Control For Flash Memory Access |
0: Insert one wait-state when access Flash | ||
1: Non-insert wait-state when access Flash | ||
Note: When HCLK frequency is faster than 44MHz, insert one wait state is necessary. |
Definition at line 5140 of file Mini55Series.h.
__IO uint32_t SYS_T::IPRST1 |
Bits | Field | Descriptions |
---|---|---|
[1] | GPIORST | GPIO (P0~P5) Controller Reset |
0 = GPIO normal operation. | ||
1 = GPIO reset. | ||
[2] | TMR0RST | Timer0 Controller Reset |
0 = Timer0 normal operation. | ||
1 = Timer0 block reset. | ||
[3] | TMR1RST | Timer1 Controller Reset |
0 = Timer1 normal operation. | ||
1 = Timer1 block reset. | ||
[8] | I2C_RST | I2C Controller Reset |
0 = I2C normal operation. | ||
1 = I2C block reset. | ||
[12] | SPIRST | SPI Controller Reset |
0 = SPI block normal operation. | ||
1 = SPI block reset. | ||
[16] | UART0RST | UART0 Controller Reset |
0 = UART0 normal operation. | ||
1 = UART0 block reset. | ||
[17] | UART1RST | UART1 Controller Reset |
0 = UART1 normal operation. | ||
1 = UART1 block reset. | ||
[20] | PWMRST | PWM Controller Reset |
0 = PWM block normal operation. | ||
1 = PWM block reset. | ||
[22] | ACMPRST | ACMP Controller Reset |
0 = ACMP block normal operation. | ||
1 = ACMP block reset. | ||
[28] | ADCRST | ADC Controller Reset |
0 = ADC block normal operation. | ||
1 = ADC block reset. |
Definition at line 5180 of file Mini55Series.h.
__IO uint32_t SYS_T::IRCTCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | FREQSEL | Trim Frequency Selection |
This bit is to enable the HFIRC auto trim. | ||
When setting this bit to 1, the HFIRC auto trim function will trim HFIRC to 22.1184 MHz automatically based on the LXT reference clock. | ||
During auto trim operation, if LXT clock error is detected or trim retry limitation count reached, this field will be cleared to 0 automatically. | ||
0 = HFIRC auto trim function Disabled. | ||
1 = HFIRC auto trim function Enabled and HFIRC trimmed to 22.1184 MHz. | ||
[5:4] | LOOPSEL | Trim Calculation Loop |
This field defines trim value calculation based on the number of LXT clock. | ||
For example, if LOOPSEL is set as "00", auto trim circuit will calculate trim value based on the average frequency difference in 4 LXT clock. | ||
This field also defines how many times the auto trim circuit will try to update the HFIRC trim value before the frequency of HFIRC is locked. | ||
Once the HFIRC is locked, the internal trim value update counter will be reset. | ||
If the trim value update counter reaches this limitation value and frequency of HFIRC is still not locked, the auto trim operation will be disabled and FREQSEL will be cleared to 0. | ||
00 = Trim value calculation is based on average difference in 4 LXT clock and trim retry count limitation is 64. | ||
01 = Trim value calculation is based on average difference in 8 LXT clock and trim retry count limitation is 128. | ||
10 = Trim value calculation is based on average difference in 16 LXT clock and trim retry count limitation is 256. | ||
11 = Trim value calculation is based on average difference in 32 LXT clock and trim retry count limitation is 512. |
Definition at line 5414 of file Mini55Series.h.
__IO uint32_t SYS_T::IRCTIEN |
Bits | Field | Descriptions |
---|---|---|
[1] | TFAILIEN | Trim Failure Interrupt Enable |
This bit controls if an interrupt will be triggered while HFIRC trim value update limitation count is reached and HFIRC frequency is still not locked on target frequency set by FREQSEL. | ||
If this bit is high and TFAILIF is set during auto trim operation, an interrupt will be triggered to notify that HFIRC trim value update limitation count is reached. | ||
0 = TFAILIF status Disabled to trigger an interrupt to CPU. | ||
1 = TFAILIF status Enabled to trigger an interrupt to CPU. | ||
[2] | CLKEIEN | LXT Clock Error Interrupt Enable |
This bit controls if CPU could get an interrupt while LXT clock is inaccurate during auto trim operation. | ||
If this bit is high, and CLKERRIF is set during auto trim operation, an interrupt will be triggered to notify the LXT clock frequency is inaccurate. | ||
0 = CLKERRIF status Disabled to trigger an interrupt to CPU. | ||
1 = CLKERRIF status Enabled to trigger an interrupt to CPU. |
Definition at line 5434 of file Mini55Series.h.
__IO uint32_t SYS_T::IRCTISTS |
Bits | Field | Descriptions |
---|---|---|
[0] | FREQLOCK | HFIRC Frequency Lock Status |
This bit indicates the HFIRC frequency locked in 22.1184 MHz. | ||
This is a read only status bit and doesn't trigger any interrupt. | ||
[1] | TFAILIF | Trim Failure Interrupt Status |
This bit indicates that HFIRC trim value update limitation count reached and HFIRC clock frequency still doesn't lock. | ||
Once this bit is set, the auto trim operation stopped and FREQSEL will be cleared to 0 by hardware automatically. | ||
If this bit is set and TFAILIEN is high, an interrupt will be triggered to notify that HFIRC trim value update limitation count was reached. | ||
Software can write 1 to clear this bit to zero. | ||
0 = Trim value update limitation count is not reached. | ||
1 = Trim value update limitation count is reached and HFIRC frequency is still not locked. | ||
[2] | CLKERRIF | LXT Clock Error Interrupt Status |
This bit indicates that LXT clock frequency is inaccuracy. | ||
Once this bit is set, the auto trim operation stopped and FREQSEL will be cleared to 0 by hardware automatically. | ||
If this bit is set and CLKEIEN is high, an interrupt will be triggered to notify the LXT clock frequency is inaccuracy. | ||
Software can write 1 to clear this bit to zero. | ||
0 = LXT clock frequency is accuracy. | ||
1 = LXT clock frequency is inaccuracy. |
Definition at line 5461 of file Mini55Series.h.
__IO uint32_t UART_T::IRDA |
Bits | Field | Descriptions |
---|---|---|
[1] | TXEN | TXEN |
0 = IrDA receiver Enabled. | ||
1 = IrDA transmitter Enabled. | ||
[5] | TXINV | TXINV |
0 = No inversion. | ||
1 = Inverse TX output signal. | ||
[6] | RXINV | RXINV |
0 = No inversion. | ||
1 = Inverse RX input signal. |
Definition at line 6566 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ0SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2524 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ12SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2648 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ13SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2660 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ14SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2672 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ16SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2688 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ17SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2700 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ18SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Definition at line 2711 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ1SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2536 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ25SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2727 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ28SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2743 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ29SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2755 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ2SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2548 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ3SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2560 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ4SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2572 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ5SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2584 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ6SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2596 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ7SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2608 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ8SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2620 of file Mini55Series.h.
__I uint32_t INTR_T::IRQ9SRC |
Bits | Field | Descriptions |
---|---|---|
[2:0] | INT_SRC | Interrupt Source |
Define the interrupt sources for interrupt event. |
Definition at line 2632 of file Mini55Series.h.
__IO uint32_t INTR_T::IRQSTS |
Bits | Field | Descriptions |
---|---|---|
[31:0] | IRQ | MCU IRQ Source Register |
The IRQ collects all the interrupts from the peripherals and generates the synchronous interrupt to Cortex-M0 core. | ||
There are two modes to generate interrupt to Cortex-M0 - the normal mode and test mode. | ||
The IRQ collects all interrupts from each peripheral and synchronizes them then interrupts the Cortex-M0. | ||
When the IRQ[n] is 0, setting IRQ[n] to 1 will generate an interrupt to Cortex-M0 NVIC[n]. | ||
When the IRQ[n] is 1 (mean an interrupt is assert), setting 1 to the MCU_bit[n] will clear the interrupt and setting IRQ[n] 0 has no effect. |
Definition at line 2792 of file Mini55Series.h.
__IO uint32_t FMC_T::ISPADDR |
Bits | Field | Descriptions |
---|---|---|
[31:0] | ISPADR | ISP Address |
The NuMicro Mini55 series supports word program only. ISPADR[1:0] must be kept 00 for ISP operation. |
Definition at line 1324 of file Mini55Series.h.
__IO uint32_t FMC_T::ISPCMD |
Bits | Field | Descriptions |
---|---|---|
[5:0] | CMD | ISP Command |
ISP commands are shown below: | ||
0x00 = Read. | ||
0x04 = Read Unique ID. | ||
0x0B = Read Company ID (0xDA). | ||
0x21 = Program. | ||
0x22 = Page Erase. | ||
0x2E = Set Vector Page Re-Map. |
Definition at line 1355 of file Mini55Series.h.
__IO uint32_t FMC_T::ISPCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | ISPEN | ISP Enable Control (Write Protect) |
Set this bit to enable ISP function. | ||
0 = ISP function Disabled. | ||
1 = ISP function Enabled. | ||
[1] | BS | Boot Select (Write Protect) |
Set/clear this bit to select next booting from LDROM/APROM, respectively. | ||
This bit also functions as chip booting status flag, which can be used to check where chip booted from. | ||
This bit is initiated with the inversed value of CBS in CONFIG0 after any reset is happened except CPU reset (CPURF is 1) or system reset (SYSRF) is happened. | ||
0 = Boot from APROM. | ||
1 = Boot from LDROM. | ||
[3] | APUEN | APROM Update Enable Control (Write Protect) |
0 = APROM cannot be updated when chip runs in APROM. | ||
1 = APROM can be updated when chip runs in APROM. | ||
[4] | CFGUEN | CONFIG Update Enable Control (Write Protect) |
Writing this bit to 1 enables software to update CONFIG value by ISP register control procedure regardless of program code is running in APROM or LDROM. | ||
0 = ISP update User Configuration Disabled. | ||
1 = ISP update User Configuration Enabled. | ||
[5] | LDUEN | LDROM Update Enable Control (Write Protect) |
0 = LDROM cannot be updated. | ||
1 = LDROM can be updated when the MCU runs in APROM. | ||
[6] | ISPFF | ISP Fail Flag (Write Protect) |
This bit is set by hardware when a triggered ISP meets any of the following conditions: | ||
(1) APROM writes to itself if APUEN is set to 0. | ||
(2) LDROM writes to itself. | ||
(3) Destination address is illegal, such as over an available range. | ||
Note: Write 1 to clear this bit to 0. |
Definition at line 1312 of file Mini55Series.h.
__IO uint32_t FMC_T::ISPDAT |
Bits | Field | Descriptions |
---|---|---|
[31:0] | ISPDAT | ISP Data |
Write data to this register before ISP program operation. | ||
Read data from this register after ISP read operation. |
Definition at line 1337 of file Mini55Series.h.
__I uint32_t FMC_T::ISPSTS |
Bits | Field | Descriptions |
---|---|---|
[0] | ISPBUSY | ISP Start Trigger (Read Only) |
Write 1 to start ISP operation and this bit will be cleared to 0 by hardware automatically when ISP operation is finished. | ||
0 = ISP operation is finished. | ||
1 = ISP operation is progressed. | ||
Note: This bit is the same with FMC_ISPTRG bit 0. | ||
[2:1] | CBS | Config Boot Selection (Read Only) |
This is a mirror of CBS in CONFIG0. | ||
[6] | ISPFF | ISP Fail Flag (Write-Protection Bit) |
This bit is set by hardware when a triggered ISP meets any of the following conditions: | ||
(1) APROM writes to itself if APUEN is set to 0. | ||
(2) LDROM writes to itself if LDUEN is set to 0. | ||
(3) CONFIG is erased/programmed if CFGUEN is set to 0. | ||
(4) Destination address is illegal, such as over an available range. | ||
Write 1 to clear. | ||
Note: This bit functions the same as FMC_ISPCTL bit 6. | ||
[20:9] | VECMAP | Vector Page Mapping Address (Read Only) |
The current flash address space 0x0000_0000~0x0000_01FF is mapping to address {VECMAP[11:0], 9'h000} ~ {VECMAP[11:0], 9'h1FF}. |
Definition at line 1414 of file Mini55Series.h.
__IO uint32_t FMC_T::ISPTRG |
Bits | Field | Descriptions |
---|---|---|
[0] | ISPGO | ISP Start Trigger (Write Protect) |
Write 1 to start ISP operation and this bit will be cleared to 0 by hardware automatically when ISP operation is finished. | ||
0 = ISP operation is finished. | ||
1 = ISP operation is progressed. |
Definition at line 1369 of file Mini55Series.h.
__IO uint32_t UART_T::LINE |
Bits | Field | Descriptions |
---|---|---|
[1:0] | WLS | Word Length Selection |
00 = Word length is 5-bit. | ||
01 = Word length is 6-bit. | ||
10 = Word length is 7-bit. | ||
11 = Word length is 8-bit. | ||
[2] | NSB | Number Of "STOP Bit" |
0 = One "STOP bit" is generated in the transmitted data. | ||
1 = When select 5-bit word length, 1.5 "STOP bit" is generated in the transmitted data. | ||
When select 6-, 7- and 8-bti word length, 2 "STOP bit" is generated in the transmitted data. | ||
[3] | PBE | Parity Bit Enable Control |
0 = No parity bit. | ||
1 = Parity bit is generated on each outgoing character and is checked on each incoming data. | ||
[4] | EPE | Even Parity Enable Control |
0 = Odd number of logic 1's is transmitted and checked in each word. | ||
1 = Even number of logic 1's is transmitted and checked in each word. | ||
This bit has effect only when PBE (UART_LINE[3]) is set. | ||
[5] | SPE | Stick Parity Enable Control |
0 = Stick parity Disabled. | ||
1 = If PBE (UART_LINE[3]) and EBE (UART_LINE[4]) are logic 1, the parity bit is transmitted and checked as logic 0. | ||
If PBE (UART_LINE[3]) is 1 and EBE (UART_LINE[4]) is 0 then the parity bit is transmitted and checked as 1. | ||
[6] | BCB | Break Control Bit |
When this bit is set to logic 1, the serial data output (TX) is forced to the Spacing State (logic 0). | ||
This bit acts only on TX and has no effect on the transmitter logic. | ||
0 = Break control Disabled. | ||
1 = Break control Enabled. |
Definition at line 6303 of file Mini55Series.h.
__IO uint32_t GPIO_T::MODE |
Bits | Field | Descriptions |
---|---|---|
[1:0] | MODE0 | Port 0-5 I/O Pin [N] Mode Control |
Determine each I/O mode of Px.n pin. | ||
MODEn[1:0] | ||
Pin I/O Mode (x = 0~5, n = 0~7). | ||
00 = Input mode. | ||
01 = Push-pull Output mode. | ||
10 = Open-Drain Output mode. | ||
11 = Quasi-bidirectional mode. | ||
[3:2] | MODE1 | Port 0-5 I/O Pin [N] Mode Control |
Determine each I/O mode of Px.n pin. | ||
MODEn[1:0] | ||
Pin I/O Mode (x = 0~5, n = 0~7). | ||
00 = Input mode. | ||
01 = Push-pull Output mode. | ||
10 = Open-Drain Output mode. | ||
11 = Quasi-bidirectional mode. | ||
[5:4] | MODE2 | Port 0-5 I/O Pin [N] Mode Control |
Determine each I/O mode of Px.n pin. | ||
MODEn[1:0] | ||
Pin I/O Mode (x = 0~5, n = 0~7). | ||
00 = Input mode. | ||
01 = Push-pull Output mode. | ||
10 = Open-Drain Output mode. | ||
11 = Quasi-bidirectional mode. | ||
[7:6] | MODE3 | Port 0-5 I/O Pin [N] Mode Control |
Determine each I/O mode of Px.n pin. | ||
MODEn[1:0] | ||
Pin I/O Mode (x = 0~5, n = 0~7). | ||
00 = Input mode. | ||
01 = Push-pull Output mode. | ||
10 = Open-Drain Output mode. | ||
11 = Quasi-bidirectional mode. | ||
[9:8] | MODE4 | Port 0-5 I/O Pin [N] Mode Control |
Determine each I/O mode of Px.n pin. | ||
MODEn[1:0] | ||
Pin I/O Mode (x = 0~5, n = 0~7). | ||
00 = Input mode. | ||
01 = Push-pull Output mode. | ||
10 = Open-Drain Output mode. | ||
11 = Quasi-bidirectional mode. | ||
[11:10] | MODE5 | Port 0-5 I/O Pin [N] Mode Control |
Determine each I/O mode of Px.n pin. | ||
MODEn[1:0] | ||
Pin I/O Mode (x = 0~5, n = 0~7). | ||
00 = Input mode. | ||
01 = Push-pull Output mode. | ||
10 = Open-Drain Output mode. | ||
11 = Quasi-bidirectional mode. | ||
[13:12] | MODE6 | Port 0-5 I/O Pin [N] Mode Control |
Determine each I/O mode of Px.n pin. | ||
MODEn[1:0] | ||
Pin I/O Mode (x = 0~5, n = 0~7). | ||
00 = Input mode. | ||
01 = Push-pull Output mode. | ||
10 = Open-Drain Output mode. | ||
11 = Quasi-bidirectional mode. | ||
[15:14] | MODE7 | Port 0-5 I/O Pin [N] Mode Control |
Determine each I/O mode of Px.n pin. | ||
MODEn[1:0] | ||
Pin I/O Mode (x = 0~5, n = 0~7). | ||
00 = Input mode. | ||
01 = Push-pull Output mode. | ||
10 = Open-Drain Output mode. | ||
11 = Quasi-bidirectional mode. |
Definition at line 1554 of file Mini55Series.h.
__IO uint32_t UART_T::MODEM |
Bits | Field | Descriptions |
---|---|---|
[1] | RTS | RTS (Request-To-Send) Signal Control |
This bit is direct control internal RTS signal active or not, and then drive the RTS pin output with RTSACTLV bit configuration. | ||
0 = RTS signal is active. | ||
1 = RTS signal is inactive. | ||
Note1: This RTS signal control bit is not effective when RTS auto-flow control is enabled in UART function mode. | ||
Note2: This RTS signal control bit is not effective when RS-485 auto direction mode (AUD) is enabled in RS-485 function mode. | ||
[9] | RTSACTLV | RTS Pin Active Level |
This bit defines the active level state of RTS pin output. | ||
0 = RTS pin output is high level active. | ||
1 = RTS pin output is low level active. | ||
[13] | RTSSTS | RTS Pin State (Read Only) |
This bit mirror from RTS pin output of voltage logic status. | ||
0 = RTS pin output is low level voltage logic state. | ||
1 = RTS pin output is high level voltage logic state. |
Definition at line 6327 of file Mini55Series.h.
__IO uint32_t UART_T::MODEMSTS |
Bits | Field | Descriptions |
---|---|---|
[0] | CTSDETF | Detect CTS State Change Flag |
This bit is set whenever CTS input has change state, and it will generate Modem interrupt to CPU when MODEMIEN (UART_INTEN [3]) is set to 1. | ||
0 = CTS input has not change state. | ||
1 = CTS input has change state. | ||
Note: This bit is cleared by writing 1 to it. | ||
[4] | CTSSTS | CTS Pin Status (Read Only) |
This bit mirror from CTS pin input of voltage logic status. | ||
0 = CTS pin input is low level voltage logic state. | ||
1 = CTS pin input is high level voltage logic state. | ||
Note: This bit echoes when UART Controller peripheral clock is enabled, and CTS multi-function port is selected. | ||
[8] | CTSACTLV | CTS Pin Active Level |
This bit defines the active level state of CTS pin input. | ||
0 = CTS pin input is high level active. | ||
1 = CTS pin input is low level active. | ||
Note: Refer to Figure 6.14-10 |
Definition at line 6352 of file Mini55Series.h.
__IO uint32_t INTR_T::NMICTL |
Bits | Field | Descriptions |
---|---|---|
[4:0] | NMTSEL | NMI Interrupt Source Selection |
The NMI interrupt to Cortex-M0 can be selected from one of the peripheral interrupt by setting NMTSEL. | ||
[8] | NMISELEN | NMI Interrupt Enable Control (Write Protected) |
0 = NMI interrupt Disabled. | ||
1 = NMI interrupt Enabled. | ||
Note: This bit is the protected bit, and programming it needs to write 0x59, 0x16, and 0x88 to address 0x5000_0100 to disable register protection. | ||
Refer to the register REGWRPROT at address SYS_BA+0x100. |
Definition at line 2776 of file Mini55Series.h.
__IO uint32_t SYS_T::P0_MFP |
Bits | Field | Descriptions |
---|---|---|
[7:0] | MFP | P0 Multiple Function Selection |
The pin function of P0 depends on P0_MFP and ALT. | ||
[8:15] | ALT | P0 Alternate Function Selection |
The pin function of P0 depends on P0_MFP and ALT. | ||
[23:16] | TYPE | P0[7:0] Input Schmitt Trigger Function Enable |
0 = P0[7:0] I/O input Schmitt Trigger function Disabled. | ||
1 = P0[7:0] I/O input Schmitt Trigger function Enabled. | ||
[31:24] | HS | P0[7:0] Slew Rate Control |
0 = P0[7:0] Low slew rate output, 16MHz available. | ||
1 = P0[7:0] High slew rate output, 24MHz available. |
Definition at line 5263 of file Mini55Series.h.
__IO uint32_t SYS_T::P1_MFP |
Bits | Field | Descriptions |
---|---|---|
[7:0] | MFP | P1 Multiple Function Selection |
The pin function of P1 depends on MFP and ALT. | ||
Refer to P1_ALT Description for details. | ||
[8:15] | ALT | P1 Alternate Function Selection |
The pin function of P1 depends on MFP and ALT. | ||
[23:16] | TYPE | P1[7:0] Input Schmitt Trigger Function Enable |
0 = P1[7:0] I/O input Schmitt Trigger function Disabled. | ||
1 = P1[7:0] I/O input Schmitt Trigger function Enabled. | ||
[31:24] | HS | P1[7:0] Slew Rate Control |
0 = P1[7:0] Low slew rate output, 16MHz available. | ||
1 = P1[7:0] High slew rate output, 24MHz available. |
Definition at line 5284 of file Mini55Series.h.
__IO uint32_t SYS_T::P2_MFP |
Bits | Field | Descriptions |
---|---|---|
[7:0] | MFP | P2 Multiple Function Selection |
The pin function of P2 depends on P2_MFP and ALT. | ||
Refer to ALT Description for details. | ||
[8:15] | ALT | P2 Alternate Function Selection |
The pin function of P2 depends on MFP and ALT. | ||
[23:16] | TYPE | P2[7:0] Input Schmitt Trigger Function Enable |
0 = P2[7:0] I/O input Schmitt Trigger function Disabled. | ||
1 = P2[7:0] I/O input Schmitt Trigger function Enabled. | ||
[31:24] | HS | P2[7:0] Slew Rate Control |
0 = P2[7:0] Low slew rate output, 16MHz available. | ||
1 = P2[7:0] High slew rate output, 24MHz available. |
Definition at line 5305 of file Mini55Series.h.
__IO uint32_t SYS_T::P3_MFP |
Bits | Field | Descriptions |
---|---|---|
[7:0] | MFP | P3 Multiple Function Selection |
The pin function of P3 depends on MFP and ALT. | ||
Refer to ALT Description for details. | ||
[8:15] | ALT | P3 Alternate Function Selection |
The pin function of P3 depends on MFP and ALT. | ||
[23:16] | TYPE | P3[7:0] Input Schmitt Trigger Function Enable |
0 = P3[7:0] I/O input Schmitt Trigger function Disabled. | ||
1 = P3[7:0] I/O input Schmitt Trigger function Enabled. | ||
[24] | P32CTL | P3.2 Alternate Function Selection Extension |
0 = P3.2 is set by ALT[2] and MFP[2]. | ||
1 = P3.2 is set to CPP1 of ACMP1. | ||
[31:25] | HS | P3[6:0] Slew Rate Control |
0 = P3[6:0] Low slew rate output, 16MHz available. | ||
1 = P3[6:0] High slew rate output, 24MHz available. |
Definition at line 5329 of file Mini55Series.h.
__IO uint32_t SYS_T::P4_MFP |
Bits | Field | Descriptions |
---|---|---|
[7:0] | MFP | P4 Multiple Function Selection |
The pin function of P4 depends on MFP and P4_ALT. | ||
Refer to ALT Description for details. | ||
[8:15] | ALT | P4 Alternate Function Selection |
The pin function of P4 depends on MFP and ALT. | ||
[23:16] | TYPE | P4[7:0] Input Schmitt Trigger Function Enable |
0 = P4[7:0] I/O input Schmitt Trigger function Disabled. | ||
1 = P4[7:0] I/O input Schmitt Trigger function Enabled. | ||
[31:24] | HS | P4[7:0] Slew Rate Control |
0 = P4[7:0] Low slew rate output, 16MHz available. | ||
1 = P4[7:0] High slew rate output, 24MHz available. |
Definition at line 5350 of file Mini55Series.h.
__IO uint32_t SYS_T::P5_MFP |
Bits | Field | Descriptions |
---|---|---|
[7:0] | MFP | P5 Multiple Function Selection |
The pin function of P5 depends on MFP and ALT. | ||
Refer to ALT Description for details. | ||
[8:15] | ALT | P5 Alternate Function Selection |
The pin function of P5 depends on MFP and ALT. | ||
[23:16] | TYPE | P5[7:0] Input Schmitt Trigger Function Enable |
0 = P5[7:0] I/O input Schmitt Trigger function Disabled. | ||
1 = P5[7:0] I/O input Schmitt Trigger function Enabled. | ||
[31:24] | HS | P5[7:0] Slew Rate Control |
0 = P5[7:0] Low slew rate output, 16MHz available. | ||
1 = P5[7:0] High slew rate output, 24MHz available. |
Definition at line 5371 of file Mini55Series.h.
__I uint32_t SYS_T::PDID |
Bits | Field | Descriptions |
---|---|---|
[31:0] | PDID | Product Device Identification Number |
This register reflects the device part number code. | ||
Software can read this register to identify which device is used. |
Definition at line 5073 of file Mini55Series.h.
__IO uint32_t PWM_T::PERIOD[6] |
Bits | Field | Descriptions |
---|---|---|
[15:0] | PERIOD | PWM Counter/Timer Loaded Value |
PERIOD determines the PWM period. | ||
Edge-aligned mode: | ||
PWM frequency = HCLK/((prescale+1)*(clock divider))/(PERIOD+1); where xy, could be 01, 23, 45 depending on the selected PWM channel. | ||
Duty ratio = (CMP+1)/(PERIOD+1). | ||
CMP >= PERIOD: PWM output is always high. | ||
CMP < PERIOD: PWM low width = (PERIOD-CMP) unit; PWM high width = (CMP+1) unit. | ||
CMP = 0: PWM low width = (PERIOD) unit; PWM high width = 1 unit. | ||
Center-aligned mode: | ||
PWM frequency = HCLK/((prescale+1)*(clock divider))/ (2*PERIOD+1); where xy, could be 01, 23, 45 depending on the selected PWM channel. | ||
Duty ratio = (PERIOD - CMP)/(PERIOD+1). | ||
CMP >= PERIOD: PWM output is always low. | ||
CMP < PERIOD: PWM low width = (CMP + 1) * 2 unit; PWM high width = (PERIOD - CMP) * 2 unit. | ||
CMP = 0: PWM low width = 2 unit; PWM high width = (PERIOD) * 2 unit. | ||
(Unit = One PWM clock cycle). | ||
Note: Any write to PERIOD will take effect in next PWM cycle. |
Definition at line 3068 of file Mini55Series.h.
__IO uint32_t PWM_T::PHCHG |
Bits | Field | Descriptions |
---|---|---|
[0] | MSKDAT0 | MSKDAT0: When MSKEN0 Is Zero, Channel 0's Output Waveform Is MSKDAT0 |
0 = Output low. | ||
1 = Output high. | ||
[1] | MSKDAT1 | MSKDAT1: When MSKEN1 Is Zero, Channel 1's Output Waveform Is MSKDAT1 |
0 = Output low. | ||
1 = Output high. | ||
[2] | MSKDAT2 | MSKDAT2: When MSKEN2 Is Zero, Channel 2's Output Waveform Is MSKDAT2 |
0 = Output low. | ||
1 = Output high. | ||
[3] | MSKDAT3 | MSKDAT3: When MSKEN3 Is Zero, Channel 3's Output Waveform Is MSKDAT3 |
0 = Output low. | ||
1 = Output high. | ||
[4] | MSKDAT4 | MSKDAT4: When MSKEN4 Is Zero, Channel 4's Output Waveform Is MSKDAT4 |
0 = Output low. | ||
1 = Output high. | ||
[5] | MSKDAT5 | MSKDAT5: When MSKEN5 Is Zero, Channel 5's Output Waveform Is MSKDAT5 |
0 = Output low. | ||
1 = Output high. | ||
[6] | MSKDAT6 | MSKDAT6: When MSKEN6 Is 1, Channel 6's Output Waveform Is MSKDAT6 |
0 = Output low. | ||
1 = Output high. | ||
[7] | MSKDAT7 | MSKDAT7: When MSKEN7 Is 1, Channel 7's Output Waveform Is MSKDAT7 |
0 = Output low. | ||
1 = Output high. | ||
[8] | MSKEN0 | MSKEN Channel 0 Output Enable Control |
0 = Output the original channel 0 waveform. | ||
1 = Output MSKDAT0 specified in bit 0 of PWM_PHCHG register. | ||
[9] | MSKEN1 | MSKEN Channel 1 Output Enable Control |
0 = Output the original channel 1 waveform. | ||
1 = Output MSKDAT1 specified in bit 1 of PWM_PHCHG register. | ||
[10] | MSKEN2 | MSKEN Channel 2 Output Enable Control |
0 = Output the original channel 2 waveform. | ||
1 = Output MSKDAT2 specified in bit 2 of PWM_PHCHG register. | ||
[11] | MSKEN3 | MSKEN Channel 3 Output Enable Control |
0 = Output the original channel 3 waveform. | ||
1 = Output MSKDAT3 specified in bit 3 of PWM_PHCHG register. | ||
[12] | MSKEN4 | MSKEN Channel 4 Output Enable Control |
0 = Output the original channel 4 waveform. | ||
1 = Output MSKDAT4 specified in bit 4 of PWM_PHCHG register. | ||
[13] | MSKEN5 | MSKEN Channel 5 Output Enable Control |
0 = Output the original channel 5 waveform. | ||
1 = Output MSKDAT5 specified in bit 5 of PWM_PHCHG register. | ||
[14] | AUTOCLR0 | Hardware Auto Clear ACMP0TEN When ACMP0 Trigger It |
0 = Enabled. | ||
1 = Disabled. | ||
[15] | AUTOCLR1 | Hardware Auto Clear ACMP1TEN When ACMP1 Trigger It |
0 = Enabled. | ||
1 = Disabled. | ||
[16] | OFFEN01 | Setting This Bit Will Force MSKEN0 To Output Low Lasting For At Most One Period Cycle As Long As ACMP1 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[17] | OFFEN11 | Setting This Bit Will Force MSKEN1 To Output Low Lasting For At Most One Period Cycle As Long As ACMP1 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[18] | OFFEN21 | Setting This Bit Will Force MSKEN2 To Output Low Lasting For At Most One Period Cycle As Long As ACMP1 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[19] | OFFEN31 | Setting This Bit Will Force MSKEN3 To Output Low Lasting For At Most One Period Cycle As Long As ACMP1 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[21:20] | A1POSSEL | A1POSSEL |
Select the positive input source of ACMP1. | ||
00 = Select P3.1 as the input of ACMP1 | ||
01 = Select P3.2 as the input of ACMP1 | ||
10 = Select P3.3 as the input of ACMP1 | ||
11 = Select P3.4 as the input of ACMP1 | ||
[22] | TMR1TEN | Enable Timer1 Trigger PWM Function |
0 = Disabled. | ||
1 = Enabled. | ||
When this bit is set, timer1 time-out event will update PWM_PHCHG with PWM_PHCHG_NXT register. | ||
[23] | ACMP1TEN | Enable ACMP1 Trigger Function |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit will be auto cleared when ACMP1 trigger PWM if AUTOCLR1 is set. | ||
[24] | OFFEN00 | Setting This Bit Will Force MSKEN0 To Output Low Lasting For At Most One Period Cycle As Long As ACMP0 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[25] | OFFEN10 | Setting This Bit Will Force MSKEN1 To Output Low Lasting For At Most One Period Cycle As Long As ACMP0 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[26] | OFFEN20 | Setting This Bit Will Force MSKEN2 To Output Low Lasting For At Most One Period Cycle As Long As ACMP0 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[27] | OFFEN30 | Setting This Bit Will Force MSKEN3 To Output Low Lasting For At Most One Period Cycle As Long As ACMP0 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[29:28] | A0POSSEL | A0POSSEL |
Select the positive input source of ACMP0. | ||
00 = Select P1.5 as the input of ACMP0 | ||
01 = Select P1.0 as the input of ACMP0 | ||
10 = Select P1.2 as the input of ACMP0 | ||
11 = Select P1.3 as the input of ACMP0 | ||
[30] | T0 | Enable Timer0 Trigger PWM Function |
0 = Disabled. | ||
1 = Enabled. | ||
When this bit is set, timer0 time-out event will update PWM_PHCHG with PWM_PHCHG_NXT register. | ||
[31] | ACMP0TEN | Enable ACMP0 Trigger Function |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit will be auto cleared when ACMP0 trigger PWM if AUTOCLR0 is set. |
Definition at line 3703 of file Mini55Series.h.
__IO uint32_t PWM_T::PHCHGMSK |
Bits | Field | Descriptions |
---|---|---|
[6] | MASKEND6 | MASK For D6 |
0 = Original GPIO P0.1. | ||
1 = D6. | ||
[7] | MASKEND7 | MASK For D7 |
0 = Original GPIO P0.0. | ||
1 = D7. | ||
[8] | POSCTL0 | ACMP0 Positive Input Selection Control |
0 = The input of ACMP0 is controlled by CMP0CR. | ||
1 = The input of ACMP0 is controlled by A0POSSEL of PWM_PHCHG register. | ||
Note: Register CMP0CR is describe in Comparator Controller chapter | ||
[9] | POSCTL1 | ACMP1 Positive Input Selection Control |
0 = The input of ACMP1 is controlled by CMP1CR. | ||
1 = The input of ACMP1 is controlled by A1POSSEL of PWM_PHCHG register. | ||
Note: Register CMP1CR is describe in Comparator Controller chapter |
Definition at line 3845 of file Mini55Series.h.
__IO uint32_t PWM_T::PHCHGNXT |
Bits | Field | Descriptions |
---|---|---|
[0] | MSKDAT0 | MSKDAT0: When MSKEN0 Is Zero, Channel 0's Output Waveform Is MSKDAT0 |
0 = Output low. | ||
1 = Output high. | ||
[1] | MSKDAT1 | MSKDAT1: When MSKEN1 Is Zero, Channel 1's Output Waveform Is MSKDAT1 |
0 = Output low. | ||
1 = Output high. | ||
[2] | MSKDAT2 | MSKDAT2: When MSKEN2 Is Zero, Channel 2's Output Waveform Is MSKDAT2 |
0 = Output low. | ||
1 = Output high. | ||
[3] | MSKDAT3 | MSKDAT3: When MSKEN3 Is Zero, Channel 3's Output Waveform Is MSKDAT3 |
0 = Output low. | ||
1 = Output high. | ||
[4] | MSKDAT4 | MSKDAT4: When MSKEN4 Is Zero, Channel 4's Output Waveform Is MSKDAT4 |
0 = Output low. | ||
1 = Output high. | ||
[5] | MSKDAT5 | MSKDAT5: When MSKEN5 Is Zero, Channel 5's Output Waveform Is MSKDAT5 |
0 = Output low. | ||
1 = Output high. | ||
[6] | MSKDAT6 | MSKDAT6: When MSKEN6 Is 1, Channel 6's Output Waveform Is MSKDAT6 |
0 = Output low. | ||
1 = Output high. | ||
[7] | MSKDAT7 | MSKDAT7: When MSKEN7 Is 1, Channel 7's Output Waveform Is MSKDAT7 |
0 = Output low. | ||
1 = Output high. | ||
[8] | MSKEN0 | MSKEN Channel 0 Output Enable Control |
0 = Output the original channel 0 waveform. | ||
1 = Output D0 specified in bit 0 of PWM_PHCHG register. | ||
[9] | MSKEN1 | MSKEN Channel 1 Output Enable Control |
0 = Output the original channel 1 waveform. | ||
1 = Output MSKDAT1 specified in bit 1 of PWM_PHCHG register. | ||
[10] | MSKEN2 | MSKEN Channel 2 Output Enable Control |
0 = Output the original channel 2 waveform. | ||
1 = Output MSKDAT2 specified in bit 2 of PWM_PHCHG register. | ||
[11] | MSKEN3 | MSKEN Channel 3 Output Enable Control |
0 = Output the original channel 3 waveform. | ||
1 = Output MSKDAT3 specified in bit 3 of PWM_PHCHG register. | ||
[12] | MSKEN4 | MSKEN Channel 4 Output Enable Control |
0 = Output the original channel 4 waveform. | ||
1 = Output MSKDAT4 specified in bit 4 of PWM_PHCHG register. | ||
[13] | MSKEN5 | MSKEN Channel 5 Output Enable Control |
0 = Output the original channel 5 waveform. | ||
1 = Output MSKDAT5 specified in bit 5 of PWM_PHCHG register. | ||
[14] | AUTOCLR0 | Hardware Auto Clear ACMP0TEN When ACMP0 Trigger It |
0 = Enabled. | ||
1 = Disabled. | ||
[15] | AUTOCLR1 | Hardware Auto Clear ACMP1TEN When ACMP1 Trigger It |
0 = Enabled. | ||
1 = Disabled. | ||
[16] | OFFEN01 | Setting This Bit Will Force MSKEN0 To Output Low Lasting For At Most One Period Cycle As Long As ACMP1 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[17] | OFFEN11 | Setting This Bit Will Force MSKEN1 To Output Low Lasting For At Most One Period Cycle As Long As ACMP1 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[18] | OFFEN21 | Setting This Bit Will Force MSKEN2 To Output Low Lasting For At Most One Period Cycle As Long As ACMP1 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[19] | OFFEN31 | Setting This Bit Will Force MSKEN3to Output Low Lasting For At Most One Period Cycle As Long As ACMP1 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[21:20] | A1POSSEL | A1POSSEL |
Select the positive input source of ACMP1. | ||
00 = Select P3.1 as the input of ACMP1 | ||
01 = Select P3.2 as the input of ACMP1 | ||
10 = Select P3.3 as the input of ACMP1 | ||
11 = Select P3.4 as the input of ACMP1 | ||
[22] | TMR1TEN | Enable Timer1 Trigger PWM Function |
0 = Disabled. | ||
1 = Enabled. | ||
When this bit is set, timer1 time-out event will update PWM_PHCHG with PWM_PHCHG_NXT register. | ||
[23] | ACMP1TEN | Enable ACMP1 Trigger Function |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit will be auto cleared when ACMP1 trigger PWM if AUTOCLR1 is set. | ||
[24] | OFFEN00 | Setting This Bit Will Force MSKEN0 To Output Low Lasting For At Most One Period Cycle As Long As ACMP0 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[25] | OFFEN10 | Setting This Bit Will Force MSKEN1 To Output Low Lasting For At Most One Period Cycle As Long As ACMP0 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[26] | OFFEN20 | Setting This Bit Will Force MSKEN2 To Output Low Lasting For At Most One Period Cycle As Long As ACMP0 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[27] | OFFEN30 | Setting This Bit Will Force MSKEN3 To Output Low Lasting For At Most One Period Cycle As Long As ACMP0 Trigger It; This Feature Is Usually In Step Motor Application |
0 = Disabled. | ||
1 = Enabled. | ||
Note: Only for MSKEN0, MSKEN3, MSKEN2, MSKEN3. | ||
[29:28] | A0POSSEL | A0POSSEL |
Select the positive input source of ACMP0. | ||
00 = Select P1.5 as the input of ACMP0 | ||
01 = Select P1.0 as the input of ACMP0 | ||
10 = Select P1.2 as the input of ACMP0 | ||
11 = Select P1.3 as the input of ACMP0 | ||
[30] | TMR0TEN | Enable Timer0 Trigger PWM Function |
0 = Disabled. | ||
1 = Enabled. | ||
When this bit is set, timer0 time-out event will update PWM_PHCHG with PWM_PHCHG_NXT register. | ||
[31] | ACMP0TEN | Enable ACMP0 Trigger Function |
0 = Disabled. | ||
1 = Enabled. | ||
Note: This bit will be auto cleared when ACMP0 trigger PWM if AUTOCLR0 is set. |
Definition at line 3821 of file Mini55Series.h.
__I uint32_t GPIO_T::PIN |
Bits | Field | Descriptions |
---|---|---|
[7:0] | PIN | Port 0-5 Pin [N] Pin Value |
Each bit of the register reflects the actual status of the respective Px.n pin. | ||
If the bit is 1, it indicates the corresponding pin status is high; else the pin status is low. | ||
Note: x = 0~5, n = 0~7. |
Definition at line 1615 of file Mini55Series.h.
__IO uint32_t PWM_T::POEN |
Bits | Field | Descriptions |
---|---|---|
[0] | POEN0 | PWM Channel 0 Output Enable Register |
0 = PWM channel 0 output to pin Disabled. | ||
1 = PWM channel 0 output to pin Enabled. | ||
Note: The corresponding GPIO pin must be switched to PWM function. | ||
[1] | POEN1 | PWM Channel 1 Output Enable Register |
0 = PWM channel 1 output to pin Disabled. | ||
1 = PWM channel 1 output to pin Enabled. | ||
Note: The corresponding GPIO pin must be switched to PWM function. | ||
[2] | POEN2 | PWM Channel 2 Output Enable Register |
0 = PWM channel 2 output to pin Disabled. | ||
1 = PWM channel 2 output to pin Enabled. | ||
Note: The corresponding GPIO pin must be switched to PWM function. | ||
[3] | POEN3 | PWM Channel 3 Output Enable Register |
0 = PWM channel 3 output to pin Disabled. | ||
1 = PWM channel 3 output to pin Enabled. | ||
Note: The corresponding GPIO pin must be switched to PWM function. | ||
[4] | POEN4 | PWM Channel 4 Output Enable Register |
0 = PWM channel 4 output to pin Disabled. | ||
1 = PWM channel 4 output to pin Enabled. | ||
Note: The corresponding GPIO pin must be switched to PWM function. | ||
[5] | POEN5 | PWM Channel 5 Output Enable Register |
0 = PWM channel 5 output to pin Disabled. | ||
1 = PWM channel 5 output to pin Enabled. | ||
Note: The corresponding GPIO pin must be switched to PWM function. |
Definition at line 3315 of file Mini55Series.h.
__IO uint32_t CLK_T::PWRCTL |
Bits | Field | Descriptions |
---|---|---|
[1:0] | XTLEN | External HXT Or LXT Crystal Oscillator Enable Control (Write Protect) |
The default clock source is from HIRC. | ||
These two bits are default set to "00" and the XTAL1 and XTAL2 pins are GPIO. | ||
00 = XTAL1 and XTAL2 are GPIO, disable both LXT & HXT (default). | ||
01 = HXT Enabled. | ||
10 = LXT Enabled. | ||
11 = XTAL1 is external clock input pin, XTAL2 is GPIO. | ||
Note: To enable external XTAL function, P5_ALT[1:0] and P5_MFP[1:0] bits must also be set in P5_MFP. | ||
[2] | HIRCEN | Internal High Speed RC Oscillator (HIRC) Enable Control (Write Protect) |
0 = Internal high speed RC oscillator (HIRC) Disabled. | ||
1 = Internal high speed RC oscillator (HIRC) Enabled. | ||
Note: The default of HIRCEN bit is 1. | ||
[3] | LIRCEN | 10 KHz Internal Low Speed RC Oscillator (LIRC) Enable Control (Write Protest) |
0 = 10 kHz internal low speed RC oscillator (LIRC) Disabled. | ||
1 = 10 kHz internal low speed RC oscillator (LIRC) Enabled. | ||
[4] | PDWKDLY | Wake-Up Delay Counter Enable Control (Write Protect) |
When the chip wakes up from Power-down mode, the clock control will delay certain clock cycles to wait system clock stable. | ||
The delayed clock cycle is 4096 clock cycles when chip work at 4~24 MHz external high speed crystal (HXT), 4096 clock cycles for 32.768 kHz external low speed crystal (LXT), and 16 clock cycles when chip works at 22.1184 MHz internal high speed RC oscillator (HIRC). | ||
0 = Clock cycles delay Disabled. | ||
1 = Clock cycles delay Enabled. | ||
[5] | PDWKIEN | Power-Down Mode Wake-Up Interrupt Enable Control (Write Protect) |
0 = Disabled. | ||
1 = Enabled. | ||
Note: The interrupt will occur when both PDWKIF and PDWKIEN are high. | ||
[6] | PDWKIF | Power-Down Mode Wake-Up Interrupt Status |
Set by "Power-down wake-up event", which indicates that resume from Power-down mode" | ||
The flag is set if the GPIO, UART, WDT, ACMP, Timer or BOD wake-up occurred. | ||
Note: This bit works only if PDWKIEN (CLK_PWRCTL[5]) set to 1. Write 1 to clear the bit to 0. | ||
[7] | PDEN | System Power-Down Enable Bit (Write Protect) |
When chip wakes up from Power-down mode, this bit is cleared by hardware. | ||
User needs to set this bit again for next Power-down. | ||
In Power-down mode, 4~24 MHz external high speed crystal oscillator (HXT), 32.768 kHz external low speed crystal oscillator (LXT), and the 22.1184 MHz internal high speed oscillator (HIRC) will be disabled in this mode, and 10 kHz internal low speed RC oscillator (LIRC) are not controlled by Power-down mode. | ||
In Power-down mode, the system clock is disabled, and ignored the clock source selection. | ||
The clocks of peripheral are not controlled by Power-down mode, if the peripheral clock source is from 10 kHz internal low speed oscillator. | ||
0 = Chip operating normally or chip in Idle mode because of WFI command. | ||
1 = Chip enters Power-down mode instantly or waits CPU sleep command WFI. | ||
[9] | PDLXT | Enable LXT In Power-Down Mode |
This bit controls the crystal oscillator active or not in Power-down mode. | ||
0 = No effect to Power-down mode. | ||
1 = If XTLEN[1:0] = 10, LXT is still active in Power-down mode. | ||
[11:10] | HXTGAIN | HXT Gain Selection |
00 = Full gain for the frequency up to 24MHz. | ||
01 = 3/4 gain for the frequency up to 16MHz. | ||
10 = 1/2 gain for the frequency up to 12MHz. | ||
11 = 1/4 gain for the frequency up to 4MHz. |
Definition at line 875 of file Mini55Series.h.
__IO uint32_t HDIV_T::QUOTIENT |
Bits | Field | Descriptions |
---|---|---|
[31:0] | QUOTIENT | Quotient Result |
This register holds the quotient result of divider after calculation complete. |
Definition at line 2046 of file Mini55Series.h.
__IO uint32_t SYS_T::REGLCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | REGWRPROT | Register Write-Protection Disable Index (Read Only) |
0 = Write-protection Enabled for writing protected registers. | ||
Any write to the protected register is ignored. | ||
1 = Write-protection Disabled for writing protected registers. | ||
The Protected registers are: | ||
SYS_IPRST0, SYS_BODCTL, SYS_LDOCR, SYS_PORCTL, CLK_PWRCTL, CLK_APBCLK, CLK_CLKSEL0, CLK_CLKSEL1, NMI_SEL, FMC_ISPCTL, FMC_ISPTRG, WDT_CTL | ||
Note: The bits which are write-protected will be noted as" (Write Protect)" beside the description. | ||
[7:0] | REGPROTDIS | Register Write-Protection Code (Write Only) |
Some registers have write-protection function. | ||
Writing these registers have to disable the protected function by writing the sequence value 0x59, 0x16, 0x88 to this field. | ||
After this sequence is completed, the REGWRPROT bit will be set to 1 and write-protection registers can be normal write. |
Definition at line 5486 of file Mini55Series.h.
__IO uint32_t HDIV_T::REM |
Bits | Field | Descriptions |
---|---|---|
[31:0] | REM | Remainder Result |
The remainder of hardware divider is 16-bit sign integer (REM[15:0]) with sign extension (REM[31:16]) to 32-bit integer. |
Definition at line 2058 of file Mini55Series.h.
__IO uint32_t SYS_T::RSTSTS |
Bits | Field | Descriptions |
---|---|---|
[0] | PORF | Power-On Reset Flag |
The PORF flag is set by the "reset signal", which is from the Power-On Reset (POR) controller or bit CHIPRST (SYS_IPRST0[0]), to indicate the previous reset source. | ||
0 = No reset from POR or CHIPRST. | ||
1 = The Power-on-Reset (POR) or CHIPRST had issued the reset signal to reset the system. | ||
Note: Software can write 1 to clear this bit to zero. | ||
[1] | PINRF | Reset Pin Reset Flag |
The PINRF flag is set by the "reset signal" from the /RESET pin to indicate the previous reset source. | ||
0 = No reset from pin /RESET pin. | ||
1 = The /RESET pin had issued the reset signal to reset the system. | ||
Note: Software can write 1 to clear this bit to zero. | ||
[2] | WDTRF | Watchdog Reset Flag |
The RSTS_WDT flag is set by the "reset signal" from the Watchdog timer to indicate the previous reset source. | ||
0 = No reset from Watchdog timer. | ||
1 = The Watchdog timer had issued the reset signal to reset the system. | ||
Note: Software can write 1 to clear this bit to zero. | ||
[4] | BODRF | Brown-Out Detector Reset Flag |
The BODRF flag is set by the "reset signal" from the Brown-out Detector to indicate the previous reset source. | ||
0 = No reset from BOD. | ||
1 = The BOD had issued the reset signal to reset the system. | ||
Note: Software can write 1 to clear this bit to zero. | ||
[5] | SYSRF | MCU Reset Flag |
The SYSRF flag is set by the "reset signal" from the Cortex-M0 core to indicate the previous reset source. | ||
0 = No reset from Cortex-M0. | ||
1 = The Cortex-M0 had issued the reset signal to reset the system by writing 1 to bit SYSRESETREQ (AIRCR[2]), Application Interrupt and Reset Control Register, address = 0xE000ED0C) in system control registers of Cortex-M0 core. | ||
Note: Software can write 1 to clear this bit to zero. | ||
[7] | CPURF | CPU Reset Flag |
The CPURF flag is set by hardware if software writes CPURST (SYS_IPRST0[1]) 1 to reset Cortex-M0 core and Flash memory controller (FMC). | ||
0 = No reset from CPU. | ||
1 = Cortex-M0 core and FMC are reset by software setting CPURST to 1. | ||
Note: Software can write 1 to clear this bit to zero. |
Definition at line 5113 of file Mini55Series.h.
__I uint32_t SPI_T::RX |
Bits | Field | Descriptions |
---|---|---|
[31:0] | RX | Data Receive Register (Read Only) |
The Data Receive Registers hold the value of received data of the last executed transfer. | ||
Valid bits depend on the transmit bit length field in the SPI_CTL register. | ||
For example, if DWIDTH is set to 0x08, bit RX0[7:0] holds the received data. | ||
The values of the other bits are unknown. | ||
The Data Receive Registers are read-only registers. |
Definition at line 4731 of file Mini55Series.h.
__IO uint32_t ADC_T::SEQCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | SEQEN | ADC Sequential Mode Enable |
When ADC sequential mode is enabled, two of three ADC channels from 0 to 2 will automatically convert analog data in the sequence of channel [0, 1] or channel[1, 2] or channel[0, 2] defined by SEQ_MODE[1:0]. | ||
0 = ADC sequential mode Disabled. | ||
1 = ADC sequential mode Enabled. | ||
[1] | SEQTYPE | ADC Sequential Mode Type |
0 = ADC delay time is only inserted before the first conversion. | ||
The second conversion starts immediately after the first conversion is completed. | ||
(for 2/3-shunt type). | ||
1 = ADC delay time is inserted before each conversion. (for 1-shunt type) | ||
[3:2] | MODESEL | ADC Sequential Mode Selection |
00 = Issue ADC_INT after Channel 0 then Channel 1 conversion finishes when SEQEN =1. | ||
01 = Issue ADC_INT after Channel 1 then Channel 2 conversion finishes when SEQEN =1. | ||
10 = Issue ADC_INT after Channel 0 then Channel 2 conversion finishes when SEQEN =1. | ||
11 = Reserved | ||
[9:8] | TRG1TYPE | ADC Sequential Mode Trigger1 Type |
00 = Rising of the selected PWM | ||
01 = center of the selected PWM | ||
10 = Falling of the selected PWM | ||
11 = Period of the selected PWM | ||
[11:10] | TRG1SRC | ADC Sequential Mode Trigger1 Source |
00 = PWM0 | ||
01 = PWM2 | ||
10 = PWM4 | ||
11 = Reserved | ||
[17:16] | TRG2TYPE | ADC Sequential Mode Trigger2 Type |
00 = Rising of the selected PWM | ||
01 = center of the selected PWM | ||
10 = Falling of the selected PWM | ||
11 = Period of the selected PWM | ||
[19:18] | TRG2SRC | ADC Sequential Mode Trigger2 Source |
00 = PWM0 | ||
01 = PWM2 | ||
10 = PWM4 | ||
11 = Reserved |
Definition at line 601 of file Mini55Series.h.
__I uint32_t ADC_T::SEQDAT0 |
Bits | Field | Descriptions |
---|---|---|
[9:0] | RESULT | A/D PWM Sequential Mode Conversion Result |
This field contains conversion result of ADC. | ||
[16] | OV | Over Run Flag |
0 = Data in RESULT [9:0] is recent conversion result. | ||
1 = Data in RESULT [9:0] overwritten. | ||
If converted data in RESULT [9:0] has not been read before the new conversion result is loaded to this register, OV is set to 1. | ||
It is cleared by hardware after the ADC_DAT register is read. | ||
[17] | VALID | Valid Flag |
0 = Data in RESULT [9:0] bits not valid. | ||
1 = Data in RESULT. ADC_TRGDLY [9:0] bits valid. | ||
This bit is set to 1 when ADC conversion is completed and cleared by hardware after the ADC_DAT register is read. |
Definition at line 622 of file Mini55Series.h.
__I uint32_t ADC_T::SEQDAT1 |
Bits | Field | Descriptions |
---|---|---|
[9:0] | RESULT | A/D PWM Sequential Mode Conversion Result |
This field contains conversion result of ADC. | ||
[16] | OV | Over Run Flag |
0 = Data in RESULT [9:0] is recent conversion result. | ||
1 = Data in RESULT [9:0] overwritten. | ||
If converted data in RESULT [9:0] has not been read before the new conversion result is loaded to this register, OV is set to 1. | ||
It is cleared by hardware after the ADC_DAT register is read. | ||
[17] | VALID | Valid Flag |
0 = Data in RESULT [9:0] bits not valid. | ||
1 = Data in RESULT. ADC_TRGDLY [9:0] bits valid. | ||
This bit is set to 1 when ADC conversion is completed and cleared by hardware after the ADC_DAT register is read. |
Definition at line 643 of file Mini55Series.h.
__IO uint32_t SPI_T::SLVCTL |
Bits | Field | Descriptions |
---|---|---|
[8] | SLV3WIRE | Slave 3-Wire Mode Enable Bit (Slave Only) |
The SPI controller work with 3-wire interface including SPICLK, SPI_MISO, and SPI_MOSI. | ||
0 = The controller is 4-wire bi-direction interface. | ||
1 = The controller is 3-wire bi-direction interface in Slave mode. | ||
The controller will be ready to transmit/receive data after the SPIEN bit is set to 1. | ||
Note: In Slave 3-wire mode, the SSLTEN bit (SPI_SSCTL[4]) shall be set as 1. | ||
[9] | SLVABT | Slave 3-Wire Mode Abort Control Bit (Slave Only) |
In normal operation, there is an interrupt event when the number of received bits meets the requirement which defined in DWIDTH. | ||
If the number of received bits is less than the requirement and there is no more bus clock input over one transfer time in Slave 3-wire mode, user can set this bit to force the current transfer done and then user can get a unit transfer interrupt event. | ||
0 = No force the transfer done when the SLV3WIRE bit is set to 1. | ||
1 = Force the transfer done when the SLV3WIRE bit is set to 1. | ||
Note: This bit will be cleared to 0 automatically by hardware after it is set to 1 by software. | ||
[10] | SLVSTIEN | Slave 3-Wire Mode Start Interrupt Enable (Slave Only) |
It is used to enable interrupt when the transfer has started in Slave 3-wire mode. | ||
If there is no transfer done interrupt over the time period which is defined by user after the transfer start, user can set the SLV3WIRE bit to force the transfer done. | ||
0 = Transaction start interrupt Disabled. | ||
1 = Transaction start interrupt Enabled. | ||
Note 1: It will be cleared to 0 as the current transfer is done or the SLVSTIF bit is cleared to 0. | ||
[11] | SLVSTIF | Slave 3-Wire Mode Start Interrupt Status (Slave Only) |
This bit dedicates if a transaction has started in Slave 3-wire mode. | ||
0 = Slave does not detect any SPI bus clock transfer since the SLVSTIEN bit was set to 1. | ||
1 = The transfer has started in Slave 3-wire mode. | ||
Note 1: It will be cleared automatically when a transaction is done or by writing 1 to this bit. | ||
Note 2: It is a mutual mirror bit of SPI_STATUS[11]. | ||
[16] | SSINAIEN | Slave Select Inactive Interrupt Option (Slave Only) |
0 = As the slave select signal goes to inactive level, the UNITIF bit will NOT be set to 1. | ||
1 = As the slave select signal goes to inactive level, the UNITIF bit will be set to 1. | ||
Note: This setting is only available if the SPI controller is configured as level trigger in slave device. | ||
[31] | DIVMOD | Clock Configuration Backward Compatible Option |
0 = The clock configuration is backward compatible. | ||
1 = The clock configuration is not backward compatible. | ||
Note: Refer to the description of SPI_CLKDIV register for details. |
Definition at line 4795 of file Mini55Series.h.
__IO uint32_t SPI_T::SSCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | SS | Slave Select Control Bits (Master Only) |
If AUTOSS bit is 0, | ||
0 = Set the SPISS line to inactive state. | ||
1 = Set the proper SPISS line to active state. | ||
If AUTOSS bit is 1, | ||
0 = Keep the SPISS line at inactive state. | ||
1 = Select the SPISS line to be automatically driven to active state for the duration of transmission/reception, and will be driven to inactive state for the rest of the time. | ||
The active state of SPISS is specified in SSACTPOL bit. | ||
[2] | SSACTPOL | Slave Select Active Level (Slave Only) |
It defines the active status of slave select signal (SPISS). | ||
If SSLTEN bit is 1: | ||
0 = The slave select signal SPISS is active at low-level. | ||
1 = The slave select signal SPISS is active at high-level. | ||
If SSLTEN bit is 0: | ||
0 = The slave select signal SPISS is active at Falling-edge. | ||
1 = The slave select signal SPISS is active at Rising-edge. | ||
[3] | AUTOSS | Automatic Slave Selection Function Enable Bit (Master Only) |
0 = SPISS pin signal will be asserted/de-asserted by setting /clearing SS bit. | ||
1 = SPISS pin signal will be generated automatically, which means that slave select signal will be asserted by the SPI controller when transmit/receive is started by setting SPIEN, and will be de-asserted after each transmit/receive is finished. | ||
[4] | SSLTEN | Slave Select Level Trigger Enable Bit (Slave Only) |
0 = The input slave select signal is edge-trigger. | ||
1 = The input slave select signal is level-trigger. | ||
[5] | LTF | Level Trigger Flag (Read Only, Slave Only) |
When the SSLTEN bit is set in Slave mode, this bit can be read to indicate the received bit number is met the requirement or not. | ||
0 = The transaction number or the transferred bit length of one transaction does not meet the specified requirements. | ||
1 = The transaction number and the transferred bit length met the specified requirements which defined in DWIDTH. |
Definition at line 4711 of file Mini55Series.h.
__IO uint32_t ACMP_T::STATUS |
Bits | Field | Descriptions |
---|---|---|
[0] | ACMPIF0 | Analog Comparator 0 Flag |
This bit is set by hardware whenever the comparator 0 output changes state. | ||
This will generate an interrupt if ACMPIE(ACMP_CTL0[1]) = 1. | ||
0 = Analog comparator 0 output does not change. | ||
1 = Analog comparator 0 output changed. | ||
Note: Software can write 1 to clear this bit to zero. | ||
[1] | ACMPIF1 | Analog Comparator 1 Flag |
This bit is set by hardware whenever the comparator 1 output changes state. | ||
This will generate an interrupt if ACMPIE(ACMP_CTL1[1]) = 1. | ||
0 = Analog comparator 1 output does not change. | ||
1 = Analog comparator 1 output changed. | ||
Note: Software can write 1 to clear this bit to zero. | ||
[2] | ACMPO0 | Analog Comparator 0 Output |
Synchronized to the APB clock to allow reading by software. | ||
Cleared when the comparator 0 is disabled ACMPEN(ACMP_CTL0[0]) = 0. | ||
0 = Analog comparator 0 outputs 0. | ||
1 = Analog comparator 0 outputs 1. | ||
[3] | ACMPO1 | Analog Comparator 1 Output |
Synchronized to the APB clock to allow reading by software. | ||
Cleared when the comparator 1 is disabled ACMPEN(ACMP_CTL1[0]) = 0. | ||
0 = Analog comparator 1 outputs 0. | ||
1 = Analog comparator 1 outputs 1. |
Definition at line 237 of file Mini55Series.h.
__IO uint32_t ADC_T::STATUS |
Bits | Field | Descriptions |
---|---|---|
[0] | ADIF | A/D Conversion End Flag |
A status flag that indicates the end of A/D conversion. ADIF is set to 1 When A/D conversion ends. | ||
Software can write 1 to clear this bit to zero. | ||
[1] | ADCMPF0 | Compare Flag 0 |
When the selected channel A/D conversion result meets the setting condition in ADC_CMP0, this bit is set to 1. | ||
Software can write 1 to clear this bit to zero. | ||
0 = Conversion result in ADC_DAT does not meet the ADC_CMP0 setting. | ||
1 = Conversion result in ADC_DAT meets the ADC_CMP0 setting. | ||
[2] | ADCMPF1 | Compare Flag 1 |
When the selected channel A/D conversion result meets the setting condition in ADC_CMP1, this bit is set to 1. | ||
Software can write 1 to clear this bit to zero. | ||
0 = Conversion result in ADC_DAT does not meet the ADC_CMP1 setting. | ||
1 = Conversion result in ADC_DAT meets the ADC_CMP1 setting. | ||
[3] | BUSY | BUSY/IDLE (Read Only) |
This bit is mirror of as SWTRG bit in ADC_CTL | ||
0 = A/D converter is in idle state. | ||
1 = A/D converter is busy at conversion. | ||
[6:4] | CHANNEL | Current Conversion Channel (Read Only) |
This filed reflects the current conversion channel when BUSY=1. | ||
When BUSY=0, it shows the number of the next converted channel. | ||
[8] | VALID | Data Valid Flag (Read Only) |
It is a mirror of VALID bit in ADC_DAT register. | ||
[16] | OV | OV Flag (Read Only) |
It is a mirror to OV bit in ADC_DAT register. |
Definition at line 512 of file Mini55Series.h.
__IO uint32_t CLK_T::STATUS |
Bits | Field | Descriptions |
---|---|---|
[0] | XTLSTB | HXT Or LXT Clock Source Stable Flag |
0 = HXT or LXT clock is not stable or disabled. | ||
1 = HXT or LXT clock is stable. | ||
[3] | LIRCSTB | LIRC Clock Source Stable Flag (Read Only) |
0 = LIRC clock is not stable or disabled. | ||
1 = LIRC clock is stable. | ||
[4] | HIRCSTB | HIRC Clock Source Stable Flag (Read Only) |
0 = HIRC clock is not stable or disabled. | ||
1 = HIRC clock is stable. | ||
[7] | CLKSFAIL | Clock Switch Fail Flag |
0 = Clock switching success. | ||
1 = Clock switching failed. | ||
Note1: This bit is updated when software switches system clock source. | ||
If switch target clock is stable, this bit will be set to 0. | ||
If switch target clock is not stable, this bit will be set to 1. | ||
Note2: This bit is read only. | ||
After selected clock source is stable, hardware will switch system clock to selected clock automatically, and CLKSFAIL will be cleared automatically by hardware. |
Definition at line 969 of file Mini55Series.h.
__I uint32_t HDIV_T::STATUS |
Bits | Field | Descriptions |
---|---|---|
[1] | DIVBYZERO | Divisor Zero Warning |
0 = The divisor is not 0. | ||
1 = The divisor is 0. | ||
Note: The DIVBYZERO flag is used to indicate divide-by-zero situation and updated whenever HDIV_DIVISOR is written. | ||
This register is read only. |
Definition at line 2073 of file Mini55Series.h.
__I uint32_t I2C_T::STATUS |
Bits | Field | Descriptions |
---|---|---|
[7:0] | STATUS | I2C Status Register |
The three least significant bits are always 0. | ||
The five most significant bits contain the status code. | ||
There are 26 possible status codes. | ||
When STATUS contains F8H, no serial interrupt is requested. | ||
All the other STATUS values correspond to defined I2C states. | ||
When each of these states is entered, a status interrupt is requested (SI = 1). | ||
A valid status code is present in STATUS one cycle after SI is set by hardware and is still present one cycle after SI has been reset by software. | ||
In addition, the states 00H stands for a Bus Error. | ||
A Bus Error occurs when a START or STOP condition is present at an illegal position in the formation frame. | ||
Examples of illegal position are during the serial transfer of an address byte, a data byte or an acknowledge bit. |
Definition at line 2192 of file Mini55Series.h.
__IO uint32_t SPI_T::STATUS |
Bits | Field | Descriptions |
---|---|---|
[0] | RXTHIF | Receive FIFO Threshold Interrupt Status (Read Only) |
0 = The valid data count within the Rx FIFO buffer is smaller than or equal to the setting value of RXTH. | ||
1 = The valid data count within the receive FIFO buffer is larger than the setting value of RXTH. | ||
Note: If RXTHIEN = 1 and RXTHIF = 1, the SPI controller will generate a SPI interrupt request. | ||
[2] | RXOVIF | Receive FIFO Overrun Status |
When the receive FIFO buffer is full, the follow-up data will be dropped and this bit will be set to 1. | ||
0 = No overrun in receive FIFO. | ||
1 = Overrun in receive FIFO. | ||
Note: This bit will be cleared by writing 1 to itself. | ||
[4] | TXTHIF | Transmit FIFO Threshold Interrupt Status (Read Only) |
0 = The valid data count within the transmit FIFO buffer is larger than the setting value of TXTH. | ||
1 = The valid data count within the transmit FIFO buffer is less than or equal to the setting value of TXTH. | ||
Note: If TXTHIEN = 1 and TXTHIF = 1, the SPI controller will generate a SPI interrupt request. | ||
[11] | SLVSTIF | Slave Start Interrupt Status (Slave Only) |
It is used to dedicate that the transfer has started in slave 3-wire mode. | ||
0 = Slave does not detect any SPI bus clock transfer since the SSTA_INTEN bit was set to 1. | ||
The transfer is not started. | ||
1 = The transfer has started in Slave 3-wire mode. | ||
Note 1: It will be cleared as transfer done or by writing one to this bit. | ||
Note 2: It's a mutual mirror bit of SPI_SLVCTL[11]. | ||
[15:12] | RXCNT | Receive FIFO Data Count (Read Only) |
Indicates the valid data count of receive FIFO buffer. | ||
[16] | UNITIF | SPI Unit-Transfer Interrupt Flag |
0 = The transfer does not finish yet. | ||
1 = The SPI controller has finished one unit transfer. | ||
Note 1: This bit will be cleared by writing 1 to itself. | ||
Note 2: It's a mutual mirror bit of SPI_CTL[16]. | ||
[20] | SLVTOIF | Time-Out Interrupt Flag |
0 = No receive FIFO time-out event. | ||
1 = The receive FIFO buffer is not empty and it does not be read over 64 SPI clock periods in Master mode or over 576 SPI peripheral clock periods in Slave mode. | ||
When the received FIFO buffer is read by software, the time-out status will be cleared automatically. | ||
Note: This bit will be cleared by writing 1 to itself. | ||
[24] | RXEMPTY | Receive FIFO Buffer Empty Indicator (Read Only) |
0 = The receive FIFO buffer is not empty. | ||
1 = The receive FIFO buffer is empty. | ||
Note: It's a mutual mirror bit of SPI_CTL[24]. | ||
[25] | RXFULL | Receive FIFO Buffer Full Indicator (Read Only) |
0 = The receive FIFO buffer is not full. | ||
1 = The receive FIFO buffer is full. | ||
Note: It's a mutual mirror bit of SPI_CTL[25]. | ||
[26] | TXEMPTY | Transmit FIFO Buffer Empty Indicator (Read Only) |
0 = The transmit FIFO buffer is not empty. | ||
1 = The transmit FIFO buffer is empty. | ||
Note: It's a mutual mirror bit of SPI_CTL[26]. | ||
[27] | TXFULL | Transmit FIFO Buffer Full Indicator (Read Only) |
0 = The transmit FIFO buffer is not full. | ||
1 = The transmit FIFO buffer is full. | ||
Note: It's a mutual mirror bit of SPI_CTL[27]. | ||
[31:28] | TXCNT | Transmit FIFO Data Count (Read Only) |
Indicates the valid data count of transmit FIFO buffer. |
Definition at line 4889 of file Mini55Series.h.
__IO uint32_t I2C_T::STATUS1 |
Bits | Field | Descriptions |
---|---|---|
[0] | WKIF | I2C Wake-Up Interrupt Flag |
When chip is woken up from Power-Down mode by I2C, this bit is set to 1. | ||
Software can write 1 to clear this bit. | ||
[1] | FULL | I2C TWO LEVEL FIFO FULL |
This bit indicates TX FIFO full or not when the FIFOEN = 1. | ||
[2] | EMPTY | I2C TWO LEVEL FIFO EMPTY |
This bit indicates RX FIFO empty or not when the FIFOEN = 1. | ||
[3] | OVIF | I2C OVER RUN Status Bit |
This bit indicates the received FIFO is over run when the FIFOEN = 1. | ||
[4] | URIF | I2C UNDER RUN Status Bit |
This bit indicates the transmitted FIFO is under run when the FIFOEN = 1. |
Definition at line 2389 of file Mini55Series.h.
__IO uint32_t I2C_T::TOCTL |
Bits | Field | Descriptions |
---|---|---|
[0] | TOIF | Time-Out Flag |
This bit is set by hardware when I2C time-out happened and it can interrupt CPU if I2C interrupt enable bit (INTEN) is set to 1. | ||
Note: Software can write 1 to clear this bit. | ||
[1] | TOCDIV4 | Time-Out Counter Input Clock Divided By 4 |
0 = Time-out counter input clock divided by 4 Disabled. | ||
1 = Time-out counter input clock divided by 4 Enabled. | ||
Note: When enabled, the time-out period is extended 4 times. | ||
[2] | TOCEN | Time-Out Counter Enabled |
0 = Time-out counter Disabled. | ||
1 = Time-out counter Enabled. | ||
Note: When the 14-bit time-out counter is enabled, it will start counting when SI is clear. | ||
Setting 1to the SI flag will reset counter and re-start up counting after SI is cleared. |
Definition at line 2227 of file Mini55Series.h.
__IO uint32_t UART_T::TOUT |
Bits | Field | Descriptions |
---|---|---|
[7:0] | TOIC | Time-Out Interrupt Comparator |
The time-out counter resets and starts counting (the counting clock = baud rate) whenever the RX FIFO receives a new data word. | ||
Once the content of time-out counter (TOUT_CNT) is equal to that of time-out interrupt comparator (TOIC), a receiver time-out interrupt (RXTOINT) is generated if RXTOIEN (UART_INTEN [4]). | ||
A new incoming data word or RX FIFO empty clears RXTOINT. | ||
In order to avoid receiver time-out interrupt generation immediately during one character is being received, TOIC value should be set between 40 and 255. | ||
So, for example, if TOIC is set with 40, the time-out interrupt is generated after four characters are not received when 1 stop bit and no parity check is set for UART transfer. | ||
[15:8] | DLY | TX Delay Time Value |
This field is used to program the transfer delay time between the last stop bit and next start bit. |
Definition at line 6523 of file Mini55Series.h.
__IO uint32_t ADC_T::TRGDLY |
Bits | Field | Descriptions |
---|---|---|
[7:0] | DELAY | PWM Trigger Delay Timer |
Set this field will delay ADC start conversion time after PWM trigger. | ||
PWM trigger delay time is (4 * DELAY) * system clock. |
Definition at line 529 of file Mini55Series.h.
__O uint32_t SPI_T::TX |
Bits | Field | Descriptions |
---|---|---|
[31:0] | TX | Data Transmit Register |
The Data Transmit Registers hold the data to be transmitted in the next transfer. | ||
Valid bits depend on the transmit bit length field in the CNTRL register. | ||
For example, if DWIDTH is set to 0x08, the bit TX0[7:0] will be transmitted in next transfer. |
Definition at line 4749 of file Mini55Series.h.
__IO uint32_t ACMP_T::VREF |
Bits | Field | Descriptions |
---|---|---|
[3:0] | CRVCTL | Internal Reference Selection |
Comparator reference voltage = AVDD * (1 / 6 + CRVCTL[3:0] / 24). | ||
[7] | IREFSEL | CRV Module Output Selection |
0 = Band-gap voltage. | ||
1 = Internal comparator reference voltage. |
Definition at line 252 of file Mini55Series.h.