Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 103) sorted by relevance

12345

/hal_infineon-3.4.0/XMCLib/drivers/src/
Dxmc_dma.c205 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 …]
Dxmc_common.c64 __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/
Dxmc_dma.h639 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);
Dxmc_dma_map.h52 #define DMA_PERIPHERAL_REQUEST(line, sel) (uint8_t)(line | (sel << 4U)) argument
Dxmc_common.h210 void XMC_AssertHandler(const char *const msg, const char *const file, uint32_t line);
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_syslib.c153 __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/
DXMC4504x512.ld264 .line 0 : { *(.line) }
DXMC4500x1024.ld288 .line 0 : { *(.line) }
DXMC4500x768.ld288 .line 0 : { *(.line) }
DXMC4502x768.ld286 .line 0 : { *(.line) }
/hal_infineon-3.4.0/mtb-pdl-cat1/devices/COMPONENT_CAT1A/templates/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_ARM/
Dcyb06xx5_cm4.sct2 ; The first line specifies a preprocessor command that the linker invokes
Dcyb06xx5_cm4_dual.sct2 ; The first line specifies a preprocessor command that the linker invokes
Dcyb06xx7_cm4.sct2 ; The first line specifies a preprocessor command that the linker invokes
Dcyb06xxa_cm4.sct2 ; The first line specifies a preprocessor command that the linker invokes
Dcys06xxa_cm4.sct2 ; The first line specifies a preprocessor command that the linker invokes
Dcy8c6xx4_cm4.sct2 ; The first line specifies a preprocessor command that the linker invokes
Dcyb06xx7_cm4_dual.sct2 ; 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/
Dcy8c6xx4_cm0plus.ld49 * 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
Dcy8c6xx5_cm0plus.ld49 * 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
Dcy8c6xx6_cm0plus.ld49 * 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
Dcy8c6xx7_cm0plus.ld49 * 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
Dcy8c6xx8_cm0plus.ld49 * 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
Dcy8c6xxa_cm0plus.ld49 * 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/
Dcy_syslib.h974 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/
Dcyb06xx5_cm0plus.sct2 ; The first line specifies a preprocessor command that the linker invokes

12345