Searched refs:EnablePreloadPeriod (Results 1 – 8 of 8) sorted by relevance
80 …bool EnablePreloadPeriod; /*!< Enable the preload of period value. If enable, it wil… member
362 …bool EnablePreloadPeriod; /*!< Enable the preload of period value. If enable, it will be… member
364 …bool EnablePreloadPeriod; /*!< Enable the preload of period value. If enable, it will be… member
384 …bool EnablePreloadPeriod; /*!< Enable the preload of period value. If enable, it will be… member
14 | ((init->EnablePreloadPeriod) ? TIM_BASIC_CR1_APRE_MASK: 0u) in TIM_BASIC_Init()
18 cr1 |= ((init->EnablePreloadPeriod) ? TIM_16B_CR1_APRE_MASK: 0u); in TIM_16B_Init()
18 cr1 |= ((init->EnablePreloadPeriod) ? TIM_32B_CR1_APRE_MASK: 0u); in TIM_32B_Init()
18 cr1 |= ((init->EnablePreloadPeriod) ? TIM_ADV_CR1_APRE_MASK: 0u); in TIM_ADV_Init()
Completed in 21 milliseconds