| /bsp/rockchip/rk3500/ |
| A D | README_ZH.md | 181 msh />I/TC: Secondary CPU 1 initializing 182 I/TC: Secondary CPU 1 switching to normal world boot 184 I/TC: Secondary CPU 3 initializing 185 I/TC: Secondary CPU 3 switching to normal world boot 186 I/TC: Secondary CPU 2 initializing 187 I/TC: Secondary CPU 2 switching to normal world boot
|
| A D | README.md | 184 msh />I/TC: Secondary CPU 1 initializing 185 I/TC: Secondary CPU 1 switching to normal world boot 187 I/TC: Secondary CPU 3 initializing 188 I/TC: Secondary CPU 3 switching to normal world boot 189 I/TC: Secondary CPU 2 initializing 190 I/TC: Secondary CPU 2 switching to normal world boot
|
| A D | Taishanpi-RK3566_CN.md | 307 msh />I/TC: Secondary CPU 1 initializing 308 I/TC: Secondary CPU 1 switching to normal world boot 311 I/TC: Secondary CPU 2 switching to normal world boot 312 I/TC: Secondary CPU 3 initializing 313 I/TC: Secondary CPU 3 switching to normal world boot
|
| A D | Taishanpi-RK3566_ZH.md | 304 msh />I/TC: Secondary CPU 1 initializing 305 I/TC: Secondary CPU 1 switching to normal world boot 308 I/TC: Secondary CPU 2 switching to normal world boot 309 I/TC: Secondary CPU 3 initializing 310 I/TC: Secondary CPU 3 switching to normal world boot
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_usb.c | 312 USBn->HCINT_EN0_b.TC = USBn->HCINT_EN0_b.CH_HALT = USBn->HCINT_EN0_b.BNA = en ? 1 : 0; in USB_hostINT_enDone() 325 if (USBn->HCINT0_b.TC) { in USB_hostINT_isDone() 561 USB->DIEPEN_b.TC = en ? 1 : 0; in USB_devINT_enDone() 569 USB->DOEPEN_b.TC = en ? 1 : 0; in USB_devINT_enDone() 585 if (USB->DIEPINT0_b.TC) { in USB_devINT_isDone() 595 if (USB->DIEPINT1_b.TC) { in USB_devINT_isDone() 605 if (USB->DIEPINT2_b.TC) { in USB_devINT_isDone() 620 if (USB->DOEPINT0_b.TC) { in USB_devINT_isDone() 630 if (USB->DOEPINT1_b.TC) { in USB_devINT_isDone() 640 if (USB->DOEPINT2_b.TC) { in USB_devINT_isDone()
|
| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7.h | 1356 …__I uint8_t TC : 1; /*!< Transmission complete … member 2808 …__IO uint32_t TC : 1; /*!< If 1, this bit enables the transmission of dupl… member 3708 …__IO uint32_t TC : 1; /*!< Transfer completed normally without any errors … member 3723 …__IO uint32_t TC : 1; /*!< Transfer completed normally without any errors … member 3786 …__IO uint32_t TC : 1; /*!< Transfer completed normally without any errors … member 3801 …__IO uint32_t TC : 1; /*!< Transfer completed normally without any errors … member 3864 …__IO uint32_t TC : 1; /*!< Transfer completed normally without any errors … member 3879 …__IO uint32_t TC : 1; /*!< Transfer completed normally without any errors … member 3942 …__IO uint32_t TC : 1; /*!< Transfer completed normally without any errors … member 3957 …__IO uint32_t TC : 1; /*!< Transfer completed normally without any errors … member [all …]
|
| /bsp/microchip/saml10/ |
| A D | README.md | 107 - Three 16-bit Timers/Counters (TC), each configurable as: 108 - One 16-bit TC with two compare/capture channels 109 - One 8-bit TC with two compare/capture channels 110 - One 32-bit TC with two compare/capture channels, by using two TCs
|
| A D | README_zh.md | 107 - Three 16-bit Timers/Counters (TC), each configurable as: 108 - One 16-bit TC with two compare/capture channels 109 - One 8-bit TC with two compare/capture channels 110 - One 32-bit TC with two compare/capture channels, by using two TCs
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt_samd20/ |
| A D | system_interrupt_features.h | 131 _SYSTEM_INTERRUPT_MODULES(TC)
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/ |
| A D | tc_interrupt.c | 130 void TC##n##_Handler(void) \
|
| /bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/ |
| A D | dmac.c | 287 M0P_DMAC->CONFA0_f.TC = pstcConfig->u16TransferCnt - 1; in Dma_InitChannel() 328 M0P_DMAC->CONFA1_f.TC = pstcConfig->u16TransferCnt - 1; in Dma_InitChannel() 764 M0P_DMAC->CONFA0_f.TC = u16TrnCnt - 1; in Dma_SetTransferCnt() 768 M0P_DMAC->CONFA1_f.TC = u16TrnCnt - 1; in Dma_SetTransferCnt()
|
| A D | uart.c | 642 bStatus = (pstcData->pstcInstance->ISR_f.TC == 1) ? TRUE : FALSE; in Uart_GetStatus() 812 if(1 == pstcData->pstcInstance->ISR_f.TC) in Uart_IRQHandler()
|
| /bsp/nxp/lpc/lpc408x/drivers/ |
| A D | drv_hwtimer.c | 107 return tim->TC; in timer_counter_get()
|
| /bsp/microchip/same54/ |
| A D | README_zh.md | 64 - Up to eight 16-bit Timers/Counters (TC), can be configured as 8/16/32bit TC.
|
| A D | README.md | 64 - Up to eight 16-bit Timers/Counters (TC), can be configured as 8/16/32bit TC.
|
| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/ |
| A D | drv_wdt.c | 189 base->TC = WWDT_TC_COUNT(WWDT1_config.timeoutValue); in lpc_wwdt_control()
|
| A D | drv_hwtimer.c | 113 CurrentTimer_Count = hwtimer_dev->TC; in lpc_ctimer_count_get()
|
| /bsp/microchip/samd51-adafruit-metro-m4/ |
| A D | README_zh.md | 70 - Up to eight 16-bit Timers/Counters (TC), can be configured as 8/16/32bit TC.
|
| A D | README.md | 70 - Up to eight 16-bit Timers/Counters (TC), can be configured as 8/16/32bit TC.
|
| /bsp/microchip/samd51-seeed-wio-terminal/ |
| A D | README.md | 73 - Up to eight 16-bit Timers/Counters (TC), can be configured as 8/16/32bit TC.
|
| A D | README_zh.md | 73 - Up to eight 16-bit Timers/Counters (TC), can be configured as 8/16/32bit TC.
|
| /bsp/nxp/mcx/mcxa/Libraries/drivers/ |
| A D | drv_hwtimer.c | 136 CurrentTimer_Count = hwtimer_dev->TC; in mcxa_ctimer_count_get()
|
| /bsp/microchip/samc21/ |
| A D | README_zh.md | 34 - Up to eight 16-bit Timer/Counters (TC), configurable as either
|
| A D | README.md | 34 - Up to eight 16-bit Timer/Counters (TC), configurable as either
|
| /bsp/allwinner_tina/drivers/spi/ |
| A D | drv_spi.h | 39 …volatile rt_uint32_t TC; /* SPI Master mode Transmit Counter Register, A… member
|