| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_tim.c | 184 WRITE_REG(tim->CCR4, init_struct->TIM_Pulse); in TIM_OC4Init() 1361 WRITE_REG(tim->CCR4, (u32)compare); in TIM_SetCompare4() 1363 WRITE_REG(tim->CCR4, (u16)compare); in TIM_SetCompare4() 1403 return tim->CCR4; in TIM_GetCapture4() 1621 WRITE_REG(tim->CCR4, init_struct->TIM_Pulse); in TIM_OC5Init()
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/ |
| A D | fm33lg0xx.h | 634 …__IO uint32_t CCR4; /*!< ATIM Capture/Compare Register4, … member 665 …__IO uint32_t CCR4; /*!< GPTIMx Capture/Compare Register4, … member 729 …__IO uint32_t CCR4; /*!< LPTIM32 Capture/Compare Register4, … member
|
| A D | fm33lc0xx.h | 174 …__IO uint32_t CCR4; /*!< ATIM Capture/Compare Register4, Address … member 322 …__IO uint32_t CCR4; /*!< GPTIM Capture/Compare Register4, Address … member
|
| /bsp/fm33lc026/libraries/FM/FM33xx/Include/ |
| A D | fm33lg0xx.h | 634 …__IO uint32_t CCR4; /*!< ATIM Capture/Compare Register4, … member 665 …__IO uint32_t CCR4; /*!< GPTIMx Capture/Compare Register4, … member 729 …__IO uint32_t CCR4; /*!< LPTIM32 Capture/Compare Register4, … member
|
| A D | fm33lc0xx.h | 174 …__IO uint32_t CCR4; /*!< ATIM Capture/Compare Register4, Address … member 322 …__IO uint32_t CCR4; /*!< GPTIM Capture/Compare Register4, Address … member
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_tim.h | 1733 WRITE_REG(TIMx->CCR4, CompareValue); in LL_TIM_OC_SetCompareCH4() 1797 return (uint32_t)(READ_REG(TIMx->CCR4)); in LL_TIM_OC_GetCompareCH4() 2185 return (uint32_t)(READ_REG(TIMx->CCR4)); in LL_TIM_IC_GetCaptureCH4()
|
| A D | stm32l1xx_hal_tim.h | 1158 ((__HANDLE__)->Instance->CCR4 = (__COMPARE__))) 1175 ((__HANDLE__)->Instance->CCR4))
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_TIMER.c | 449 TIMx->CCR4 = Output_Config->Pulse; in HAL_TIMER_Output_Config() 1200 capture_data = htim->Instance->CCR4; in HAL_TIMER_ReadCapturedValue()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_TIMER.c | 482 TIMx->CCR4 = Output_Config->Pulse; in HAL_TIMER_Output_Config() 1233 capture_data = htim->Instance->CCR4; in HAL_TIMER_ReadCapturedValue()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_tim.c | 1039 TIMx->CCR4 = TIM_OCInitStruct->TIM_Pulse; in TIM_OC4Init() 1187 TIMx->CCR4 = Compare4; in TIM_SetCompare4() 2174 return TIMx->CCR4; in TIM_GetCapture4()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_tim.c | 545 TIMx->CCR4 = TIM_OCInitStruct->TIM_Pulse; in TIM_OC4Init() 2331 TIMx->CCR4 = Compare4; in TIM_SetCompare4() 2506 return TIMx->CCR4; in TIM_GetCapture4()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_tim.c | 545 TIMx->CCR4 = TIM_OCInitStruct->TIM_Pulse; in TIM_OC4Init() 2331 TIMx->CCR4 = Compare4; in TIM_SetCompare4() 2506 return TIMx->CCR4; in TIM_GetCapture4()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_tim.h | 85 …__IO u32 CCR4; ///< TIM capture/compa… member
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_tim.c | 533 TIMx->CCR4 = TIM_OCInitStruct->TIM_Pulse; in TIM_OC4Init() 2299 TIMx->CCR4 = Compare4; in TIM_SetCompare4() 2461 return TIMx->CCR4; in TIM_GetCapture4()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_tim.c | 825 TIMx->CCR4 = TIM_OCInitStruct->TIM_Pulse; in TIM_OC4Init() 969 TIMx->CCR4 = Compare4; in TIM_SetCompare4() 1881 return TIMx->CCR4; in TIM_GetCapture4()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_tim.c | 1047 TIMx->CCR4 = TIM_OCInitStruct->TIM_Pulse; in TIM_OC4Init() 1195 TIMx->CCR4 = Compare4; in TIM_SetCompare4() 2181 return TIMx->CCR4; in TIM_GetCapture4()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_tim.c | 1049 TIMx->CCR4 = TIM_OCInitStruct->TIM_Pulse; in TIM_OC4Init() 1197 TIMx->CCR4 = Compare4; in TIM_SetCompare4() 2184 return TIMx->CCR4; in TIM_GetCapture4()
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_gptim.h | 1856 MODIFY_REG(TIMx->CCR4, (0xffffU << 0U), (compareValue << 0U)); in FL_GPTIM_WriteCompareCH4() 1867 return (uint32_t)(READ_BIT(TIMx->CCR4, 0xffffU) >> 0U); in FL_GPTIM_ReadCompareCH4()
|
| A D | fm33lc0xx_fl_atim.h | 2343 MODIFY_REG(TIMx->CCR4, (0xffffU << 0U), (compareValue << 0U)); in FL_ATIM_WriteCompareCH4() 2354 return (uint32_t)(READ_BIT(TIMx->CCR4, 0xffffU) >> 0U); in FL_ATIM_ReadCompareCH4()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_tim.c | 1115 … if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC4], (uint32_t)pData, (uint32_t)&htim->Instance->CCR4, in HAL_TIM_OC_Start_DMA() 1716 … if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC4], (uint32_t)pData, (uint32_t)&htim->Instance->CCR4, in HAL_TIM_PWM_Start_DMA() 2337 … if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC4], (uint32_t)&htim->Instance->CCR4, (uint32_t)pData, in HAL_TIM_IC_Start_DMA() 5211 tmpreg = htim->Instance->CCR4; in HAL_TIM_ReadCapturedValue() 6525 TIMx->CCR4 = OC_Config->Pulse; in TIM_OC4_SetConfig()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/Device/ |
| A D | ACM32F0x0.h | 157 __IO uint32_t CCR4; // 0x40 member
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | ACM32F4.h | 188 __IO uint32_t CCR4; member
|
| /bsp/renesas/ra8m1-ek/ra/fsp/src/r_sci_b_uart/ |
| A D | r_sci_b_uart.c | 1301 p_ctrl->p_reg->CCR4 = 0U; in r_sci_b_uart_config_set()
|
| /bsp/renesas/ra8d1-vision-board/ra/fsp/src/r_sci_b_uart/ |
| A D | r_sci_b_uart.c | 1301 p_ctrl->p_reg->CCR4 = 0U; in r_sci_b_uart_config_set()
|
| /bsp/renesas/ra8d1-ek/ra/fsp/src/r_sci_b_uart/ |
| A D | r_sci_b_uart.c | 1301 p_ctrl->p_reg->CCR4 = 0U; in r_sci_b_uart_config_set()
|