/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/ |
D | i2c.c | 160 while (!BITBAND_PERI(EUSCI_B_CMSIS(moduleInstance)->IFG, in I2C_masterReceiveSingleByte() 202 || !BITBAND_PERI(EUSCI_B_CMSIS(moduleInstance)->IFG, in I2C_masterSendSingleByte() 209 while (!(EUSCI_B_CMSIS(moduleInstance)->IFG & EUSCI_B_IFG_TXIFG)) in I2C_masterSendSingleByte() 216 EUSCI_B_CMSIS(moduleInstance)->IFG &= ~(EUSCI_B_IFG_TXIFG); in I2C_masterSendSingleByte() 241 while ((!(EUSCI_B_CMSIS(moduleInstance)->IFG & EUSCI_B_IFG_TXIFG)) in I2C_masterSendSingleByteWithTimeout() 253 while ((!BITBAND_PERI(EUSCI_B_CMSIS(moduleInstance)->IFG, in I2C_masterSendSingleByteWithTimeout() 266 BITBAND_PERI(EUSCI_B_CMSIS(moduleInstance)->IFG, EUSCI_B_IFG_TXIFG0_OFS) = in I2C_masterSendSingleByteWithTimeout() 290 || !BITBAND_PERI(EUSCI_B_CMSIS(moduleInstance)->IFG, in I2C_masterSendMultiByteStart() 320 || !BITBAND_PERI(EUSCI_B_CMSIS(moduleInstance)->IFG, in I2C_masterSendMultiByteStartWithTimeout() 343 while (!BITBAND_PERI(EUSCI_B_CMSIS(moduleInstance)->IFG, in I2C_masterSendMultiByteNext() [all …]
|
D | uart.c | 122 while (!BITBAND_PERI(EUSCI_A_CMSIS(moduleInstance)->IFG, EUSCI_A_IFG_TXIFG_OFS)) in UART_transmitData() 132 while (!BITBAND_PERI(EUSCI_A_CMSIS(moduleInstance)->IFG, EUSCI_A_IFG_RXIFG_OFS)) in UART_receiveData() 200 while (!BITBAND_PERI(EUSCI_A_CMSIS(moduleInstance)->IFG, EUSCI_A_IFG_TXIFG_OFS)) in UART_transmitBreak() 288 return EUSCI_A_CMSIS(moduleInstance)->IFG & mask; in UART_getInterruptStatus() 332 EUSCI_A_CMSIS(moduleInstance)->IFG &= ~(mask); in UART_clearInterruptFlag()
|
D | cs.c | 122 if (BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in _CSComputeCLKFrequency() 126 if (BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in _CSComputeCLKFrequency() 138 if (BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in _CSComputeCLKFrequency() 142 if (BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in _CSComputeCLKFrequency() 376 while (BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in CS_startHFXTWithTimeout() 453 while (BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in CS_startLFXTWithTimeout() 951 return CS->IFG; in CS_getInterruptStatus()
|
D | lcd_f.c | 232 return LCD_F->IFG; in LCD_F_getInterruptStatus() 237 return (LCD_F->IFG & LCD_F->IE); in LCD_F_getEnabledInterruptStatus()
|
D | spi.c | 833 return EUSCI_B_CMSIS(baseAddress)->IFG & mask; in EUSCI_B_SPI_getInterruptStatus() 858 EUSCI_B_CMSIS(baseAddress)->IFG &= ~mask; in EUSCI_B_SPI_clearInterruptFlag() 1244 return EUSCI_A_CMSIS(baseAddress)->IFG & mask; in EUSCI_A_SPI_getInterruptStatus() 1269 EUSCI_A_CMSIS(baseAddress)->IFG &= ~mask; in EUSCI_A_SPI_clearInterruptFlag()
|
D | pss.c | 185 return PSS->IFG; in PSS_getInterruptStatus()
|
D | gpio.h | 113 #define OFS_LIB_PAIFG ((uint32_t)&P1->IFG - (uint32_t)P1)
|
D | flash.c | 183 && BITBAND_PERI(FLCTL->IFG, FLCTL_IFG_AVPRE_OFS))) in _FlashCtl_Program8() 196 if ((BITBAND_PERI(FLCTL->IFG, FLCTL_IFG_AVPST_OFS))) in _FlashCtl_Program8() 243 && BITBAND_PERI(FLCTL->IFG, FLCTL_IFG_AVPRE_OFS))) in _FlashCtl_Program32() 257 if ((BITBAND_PERI(FLCTL->IFG, FLCTL_IFG_AVPST_OFS))) in _FlashCtl_Program32() 1229 return FLCTL->IFG; in FlashCtl_getInterruptStatus()
|
D | flash_a.c | 149 && BITBAND_PERI(FLCTL_A->IFG, FLCTL_A_IFG_AVPRE_OFS))) in _FlashCtl_A_Program8() 162 if ((BITBAND_PERI(FLCTL_A->IFG, FLCTL_A_IFG_AVPST_OFS))) in _FlashCtl_A_Program8() 209 && BITBAND_PERI(FLCTL_A->IFG, FLCTL_A_IFG_AVPRE_OFS))) in _FlashCtl_A_Program32() 223 if ((BITBAND_PERI(FLCTL_A->IFG, FLCTL_A_IFG_AVPST_OFS))) in _FlashCtl_A_Program32() 1443 return FLCTL_A->IFG; in FlashCtl_A_getInterruptStatus()
|
D | pcm.c | 567 return PCM->IFG; in PCM_getInterruptStatus()
|
/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/startup_system_files/ |
D | system_msp432p4111.c | 119 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 126 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 219 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate() 226 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate()
|
D | system_msp432p411v.c | 119 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 126 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 219 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate() 226 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate()
|
D | system_msp432p411y.c | 119 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 126 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 219 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate() 226 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate()
|
D | system_msp432p401m.c | 119 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 126 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 219 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate() 226 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate()
|
D | system_msp432p401r.c | 119 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 126 if(BITBAND_PERI(CS->IFG, CS_IFG_LFXTIFG_OFS)) in SystemCoreClockUpdate() 219 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate() 226 if(BITBAND_PERI(CS->IFG, CS_IFG_HFXTIFG_OFS)) in SystemCoreClockUpdate()
|
/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/inc/ |
D | msp432p401m.h | 470 …__I uint32_t IFG; /*!< Interrupt Flag… member 563 …__IO uint16_t IFG; /*!< Port Pair Inter… member 656 …__IO uint8_t IFG; /*!< Port Interrup… member 681 …__IO uint8_t IFG; /*!< Port Interrup… member 751 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 770 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 802 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 821 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 881 …__IO uint32_t IFG; /*!< Interrupt Flag… member 982 …__I uint32_t IFG; /*!< Interrupt Flag… member [all …]
|
D | msp432p401r.h | 470 …__I uint32_t IFG; /*!< Interrupt Flag… member 563 …__IO uint16_t IFG; /*!< Port Pair Inter… member 656 …__IO uint8_t IFG; /*!< Port Interrup… member 681 …__IO uint8_t IFG; /*!< Port Interrup… member 751 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 770 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 802 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 821 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 881 …__IO uint32_t IFG; /*!< Interrupt Flag… member 982 …__I uint32_t IFG; /*!< Interrupt Flag… member [all …]
|
D | msp432p4111.h | 462 …__I uint32_t IFG; /*!< Interrupt Flag… member 555 …__IO uint16_t IFG; /*!< Port Pair Inter… member 648 …__IO uint8_t IFG; /*!< Port Interrup… member 673 …__IO uint8_t IFG; /*!< Port Interrup… member 743 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 762 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 794 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 813 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 873 …__IO uint32_t IFG; /*!< Interrupt Flag… member 999 …__I uint32_t IFG; /*!< LCD_F interrup… member [all …]
|
D | msp432p411v.h | 462 …__I uint32_t IFG; /*!< Interrupt Flag… member 555 …__IO uint16_t IFG; /*!< Port Pair Inter… member 648 …__IO uint8_t IFG; /*!< Port Interrup… member 673 …__IO uint8_t IFG; /*!< Port Interrup… member 743 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 762 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 794 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 813 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 873 …__IO uint32_t IFG; /*!< Interrupt Flag… member 999 …__I uint32_t IFG; /*!< LCD_F interrup… member [all …]
|
D | msp432p411y.h | 462 …__I uint32_t IFG; /*!< Interrupt Flag… member 555 …__IO uint16_t IFG; /*!< Port Pair Inter… member 648 …__IO uint8_t IFG; /*!< Port Interrup… member 673 …__IO uint8_t IFG; /*!< Port Interrup… member 743 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 762 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 794 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 813 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 873 …__IO uint32_t IFG; /*!< Interrupt Flag… member 999 …__I uint32_t IFG; /*!< LCD_F interrup… member [all …]
|
D | msp432p4xx.h | 417 …__I uint32_t IFG; /*!< Interrupt Flag… member 449 …__IO uint8_t IFG; /*!< Port Interrup… member 527 …__IO uint16_t IFG; /*!< Port Pair Inter… member 619 …__IO uint8_t IFG; /*!< Port Interrup… member 667 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 684 …__IO uint16_t IFG; /*!< eUSCI_Ax Inter… member 698 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 721 …__IO uint16_t IFG; /*!< eUSCI_Bx Inter… member 772 …__IO uint32_t IFG; /*!< Interrupt Flag… member 852 …__IO uint32_t IFG; /*!< Interrupt Flag… member [all …]
|