/hal_infineon-3.4.0/XMCLib/drivers/src/ |
D | xmc_dma.c | 205 void XMC_DMA_EnableRequestLine(XMC_DMA_t *const dma, uint8_t line, uint8_t peripheral) in XMC_DMA_EnableRequestLine() argument 213 DLR->SRSEL0 = ((DLR->SRSEL0 & (uint32_t)~(DLR_SRSEL_RS_MSK << (line * DLR_SRSEL_RS_BITSIZE))) | in XMC_DMA_EnableRequestLine() 214 ((uint32_t)peripheral << (line * DLR_SRSEL_RS_BITSIZE))); in XMC_DMA_EnableRequestLine() 215 DLR->LNEN |= (0x1UL << (line & GPDMA0_CH_CFGH_PER_Msk)); in XMC_DMA_EnableRequestLine() 220 DLR->SRSEL1 = ((DLR->SRSEL1 & (uint32_t)~(DLR_SRSEL_RS_MSK << (line * DLR_SRSEL_RS_BITSIZE))) | in XMC_DMA_EnableRequestLine() 221 ((uint32_t)peripheral << (line * DLR_SRSEL_RS_BITSIZE))); in XMC_DMA_EnableRequestLine() 222 DLR->LNEN |= (0x100UL << line); in XMC_DMA_EnableRequestLine() 227 void XMC_DMA_DisableRequestLine(XMC_DMA_t *const dma, uint8_t line) in XMC_DMA_DisableRequestLine() argument 235 DLR->LNEN &= ~(0x1UL << line); in XMC_DMA_DisableRequestLine() 240 DLR->LNEN &= ~(0x100UL << line); in XMC_DMA_DisableRequestLine() [all …]
|
D | xmc_common.c | 64 __WEAK void XMC_AssertHandler(const char *const msg, const char *const file, uint32_t line) in XMC_AssertHandler() argument 68 XMC_UNUSED_ARG(line); in XMC_AssertHandler()
|
/hal_infineon-3.4.0/XMCLib/drivers/inc/ |
D | xmc_dma.h | 639 void XMC_DMA_EnableRequestLine(XMC_DMA_t *const dma, uint8_t line, uint8_t peripheral); 653 void XMC_DMA_DisableRequestLine(XMC_DMA_t *const dma, uint8_t line); 666 void XMC_DMA_ClearRequestLine(XMC_DMA_t *const dma, uint8_t line); 682 bool XMC_DMA_GetOverrunStatus(XMC_DMA_t *const dma, const uint8_t line); 696 void XMC_DMA_ClearOverrunStatus(XMC_DMA_t *const dma, const uint8_t line);
|
D | xmc_dma_map.h | 52 #define DMA_PERIPHERAL_REQUEST(line, sel) (uint8_t)(line | (sel << 4U)) argument
|
D | xmc_common.h | 210 void XMC_AssertHandler(const char *const msg, const char *const file, uint32_t line);
|
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/ |
D | cy_syslib.c | 153 __WEAK void Cy_SysLib_AssertFailed(const char_t * file, uint32_t line) in Cy_SysLib_AssertFailed() argument 157 cy_assertLine = line; in Cy_SysLib_AssertFailed() 161 (void) line; in Cy_SysLib_AssertFailed()
|
/hal_infineon-3.4.0/XMCLib/devices/XMC4500/Source/GCC/ |
D | XMC4504x512.ld | 264 .line 0 : { *(.line) }
|
D | XMC4500x1024.ld | 288 .line 0 : { *(.line) }
|
D | XMC4500x768.ld | 288 .line 0 : { *(.line) }
|
D | XMC4502x768.ld | 286 .line 0 : { *(.line) }
|
/hal_infineon-3.4.0/mtb-pdl-cat1/devices/COMPONENT_CAT1A/templates/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_ARM/ |
D | cyb06xx5_cm4.sct | 2 ; The first line specifies a preprocessor command that the linker invokes
|
D | cyb06xx5_cm4_dual.sct | 2 ; The first line specifies a preprocessor command that the linker invokes
|
D | cyb06xx7_cm4.sct | 2 ; The first line specifies a preprocessor command that the linker invokes
|
D | cyb06xxa_cm4.sct | 2 ; The first line specifies a preprocessor command that the linker invokes
|
D | cys06xxa_cm4.sct | 2 ; The first line specifies a preprocessor command that the linker invokes
|
D | cy8c6xx4_cm4.sct | 2 ; The first line specifies a preprocessor command that the linker invokes
|
D | cyb06xx7_cm4_dual.sct | 2 ; The first line specifies a preprocessor command that the linker invokes
|
/hal_infineon-3.4.0/mtb-pdl-cat1/devices/COMPONENT_CAT1A/templates/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/ |
D | cy8c6xx4_cm0plus.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line 72 …* Uncomment the following line, define the region origin and length, and uncomment the placement of
|
D | cy8c6xx5_cm0plus.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line 72 …* Uncomment the following line, define the region origin and length, and uncomment the placement of
|
D | cy8c6xx6_cm0plus.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line 72 …* Uncomment the following line, define the region origin and length, and uncomment the placement of
|
D | cy8c6xx7_cm0plus.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line 72 …* Uncomment the following line, define the region origin and length, and uncomment the placement of
|
D | cy8c6xx8_cm0plus.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line 72 …* Uncomment the following line, define the region origin and length, and uncomment the placement of
|
D | cy8c6xxa_cm0plus.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line 72 …* Uncomment the following line, define the region origin and length, and uncomment the placement of
|
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/ |
D | cy_syslib.h | 974 void Cy_SysLib_AssertFailed(const char_t * file, uint32_t line);
|
/hal_infineon-3.4.0/mtb-pdl-cat1/devices/COMPONENT_CAT1A/templates/COMPONENT_MBED/COMPONENT_CM0P/TOOLCHAIN_ARM/ |
D | cyb06xx5_cm0plus.sct | 2 ; The first line specifies a preprocessor command that the linker invokes
|