| /bsp/hc32/ev_hc32f4a8_lqfp176/board/config/ |
| A D | tmr_capture_config.h | 26 .clk_div = TMR6_CLK_DIV32, \ 41 .clk_div = TMR6_CLK_DIV32, \ 56 .clk_div = TMR6_CLK_DIV16, \
|
| /bsp/hc32/ev_hc32f334_lqfp64/board/config/ |
| A D | tmr_capture_config.h | 26 .clk_div = TMR6_CLK_DIV32, \ 41 .clk_div = TMR6_CLK_DIV32, \ 56 .clk_div = TMR6_CLK_DIV16, \
|
| /bsp/hc32/ev_hc32f460_lqfp100_v2/board/config/ |
| A D | tmr_capture_config.h | 26 .clk_div = TMR6_CLK_DIV4, \ 41 .clk_div = TMR6_CLK_DIV8, \ 56 .clk_div = TMR6_CLK_DIV16, \
|
| /bsp/hc32/ev_hc32f4a0_lqfp176/board/config/ |
| A D | tmr_capture_config.h | 26 .clk_div = TMR6_CLK_DIV32, \ 41 .clk_div = TMR6_CLK_DIV32, \ 56 .clk_div = TMR6_CLK_DIV16, \
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_pwm.c | 35 .pwm_initstruct.clk_div = PWM_CLKDIV_8, \ 57 .pwm_initstruct.clk_div = PWM_CLKDIV_8, \ 79 .pwm_initstruct.clk_div = PWM_CLKDIV_8, \ 101 .pwm_initstruct.clk_div = PWM_CLKDIV_8, \ 123 .pwm_initstruct.clk_div = PWM_CLKDIV_8, \ 145 .pwm_initstruct.clk_div = PWM_CLKDIV_8, \
|
| A D | drv_adc.c | 32 .adc_initstruct.clk_div = 25, \ 53 .adc_initstruct.clk_div = 25, \
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | clk.h | 63 u32 clk_div; member 132 .clk_div = _div, \
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_tmr_capture.h | 27 uint8_t clk_div; member
|
| A D | drv_sdio.c | 496 rt_uint16_t clk_div; in _sdio_iocfg() local 579 ret = SDIOC_GetOptimumClockDiv(clk, &clk_div); in _sdio_iocfg() 586 SDIOC_SetClockDiv(instance, clk_div); in _sdio_iocfg() 597 instance->CLKCON = (clk_div | SDIOC_CLKCON_ICE | SDIOC_CLKCON_CE); in _sdio_iocfg()
|
| /bsp/raspberry-pi/raspi3-32/driver/ |
| A D | drv_i2c.h | 27 rt_uint16_t clk_div; member
|
| /bsp/raspberry-pi/raspi3-64/driver/ |
| A D | drv_i2c.h | 27 rt_uint16_t clk_div; member
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_dac.h | 44 void bflb_dac_init(struct bflb_device_s *dev, uint8_t clk_div);
|
| A D | bflb_pwm_v1.h | 81 uint16_t clk_div; member
|
| A D | bflb_adc.h | 117 uint8_t clk_div; member
|
| A D | bflb_pwm_v2.h | 158 uint16_t clk_div; member
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_dac.c | 10 void bflb_dac_init(struct bflb_device_s *dev, uint8_t clk_div) in bflb_dac_init() argument 49 regval |= (clk_div << GPIP_GPDAC_MODE_SHIFT); in bflb_dac_init()
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/ |
| A D | hal_udma_sdio_reg_defs.h | 179 __IO uint32_t clk_div; member 181 __IO uint32_t clk_div : 8; member
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_pwm.h | 5 uint8_t clk_div; //PWM_CLKDIV_1、PWM_CLKDIV_8 member
|
| A D | SWM320_adc.h | 6 uint8_t clk_div; //ADC转换时钟分频,取值1--31 member
|
| A D | SWM320_adc.c | 51 ADCx->CTRL2 |= (initStruct->clk_div << ADC_CTRL2_CLKDIV_Pos); in ADC_Init() 63 SYS->PLLDIV |= (initStruct->clk_div << SYS_PLLDIV_ADDIV_Pos); in ADC_Init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/ |
| A D | sunxi-spdif.c | 499 static int sunxi_spdif_set_clkdiv(struct snd_dai *dai, int clk_id, int clk_div) in sunxi_spdif_set_clkdiv() argument 507 clk_div = clk_div >> 7; in sunxi_spdif_set_clkdiv() 511 ((clk_div - 1) << TXCFG_CLK_DIV_RATIO)); in sunxi_spdif_set_clkdiv()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_tsw_drv.c | 11 hpm_stat_t tsw_ep_set_mdio_config(TSW_Type *ptr, uint8_t port, uint8_t clk_div) in tsw_ep_set_mdio_config() argument 13 … = TSW_TSNPORT_MAC_MAC_MDIO_CFG_ENABLE_MASK | TSW_TSNPORT_MAC_MAC_MDIO_CFG_MDC_CLKDIV_SET(clk_div); in tsw_ep_set_mdio_config()
|
| /bsp/bouffalo_lab/libraries/rt_drivers/ |
| A D | drv_pwm.c | 31 pwm_config.clk_div = 40; in _pwm_set()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_tsw_drv.h | 151 hpm_stat_t tsw_ep_set_mdio_config(TSW_Type *ptr, uint8_t port, uint8_t clk_div);
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/HPM5301/ |
| A D | hpm_clock_drv.c | 167 uint32_t clk_div = 1UL + SYSCTL_CLOCK_DIV_GET(HPM_SYSCTL->CLOCK[clk_node]); in get_frequency_for_ip_in_common_group() local 169 clk_freq = get_frequency_for_source(clk_mux) / clk_div; in get_frequency_for_ip_in_common_group()
|