Home
last modified time | relevance | path

Searched refs:sConfig (Results 1 – 9 of 9) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c2292 HAL_StatusTypeDef HAL_TIM_Encoder_Init(TIM_HandleTypeDef *htim, TIM_Encoder_InitTypeDef* sConfig) in HAL_TIM_Encoder_Init() argument
2309 assert_param(IS_TIM_ENCODER_MODE(sConfig->EncoderMode)); in HAL_TIM_Encoder_Init()
2310 assert_param(IS_TIM_IC_SELECTION(sConfig->IC1Selection)); in HAL_TIM_Encoder_Init()
2311 assert_param(IS_TIM_IC_SELECTION(sConfig->IC2Selection)); in HAL_TIM_Encoder_Init()
2312 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2313 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()
2314 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); in HAL_TIM_Encoder_Init()
2315 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC2Prescaler)); in HAL_TIM_Encoder_Init()
2316 assert_param(IS_TIM_IC_FILTER(sConfig->IC1Filter)); in HAL_TIM_Encoder_Init()
2317 assert_param(IS_TIM_IC_FILTER(sConfig->IC2Filter)); in HAL_TIM_Encoder_Init()
[all …]
Dstm32l4xx_hal_tim_ex.c155 …atusTypeDef HAL_TIMEx_HallSensor_Init(TIM_HandleTypeDef *htim, TIM_HallSensor_InitTypeDef* sConfig) in HAL_TIMEx_HallSensor_Init() argument
169 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
170 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); in HAL_TIMEx_HallSensor_Init()
171 assert_param(IS_TIM_IC_FILTER(sConfig->IC1Filter)); in HAL_TIMEx_HallSensor_Init()
189 TIM_TI1_SetConfig(htim->Instance, sConfig->IC1Polarity, TIM_ICSELECTION_TRC, sConfig->IC1Filter); in HAL_TIMEx_HallSensor_Init()
194 htim->Instance->CCMR1 |= sConfig->IC1Prescaler; in HAL_TIMEx_HallSensor_Init()
214 OC_Config.Pulse = sConfig->Commutation_Delay; in HAL_TIMEx_HallSensor_Init()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c2292 HAL_StatusTypeDef HAL_TIM_Encoder_Init(TIM_HandleTypeDef *htim, TIM_Encoder_InitTypeDef* sConfig) in HAL_TIM_Encoder_Init() argument
2309 assert_param(IS_TIM_ENCODER_MODE(sConfig->EncoderMode)); in HAL_TIM_Encoder_Init()
2310 assert_param(IS_TIM_IC_SELECTION(sConfig->IC1Selection)); in HAL_TIM_Encoder_Init()
2311 assert_param(IS_TIM_IC_SELECTION(sConfig->IC2Selection)); in HAL_TIM_Encoder_Init()
2312 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2313 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()
2314 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); in HAL_TIM_Encoder_Init()
2315 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC2Prescaler)); in HAL_TIM_Encoder_Init()
2316 assert_param(IS_TIM_IC_FILTER(sConfig->IC1Filter)); in HAL_TIM_Encoder_Init()
2317 assert_param(IS_TIM_IC_FILTER(sConfig->IC2Filter)); in HAL_TIM_Encoder_Init()
[all …]
Dstm32l4xx_hal_tim_ex.c155 …atusTypeDef HAL_TIMEx_HallSensor_Init(TIM_HandleTypeDef *htim, TIM_HallSensor_InitTypeDef* sConfig) in HAL_TIMEx_HallSensor_Init() argument
169 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
170 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); in HAL_TIMEx_HallSensor_Init()
171 assert_param(IS_TIM_IC_FILTER(sConfig->IC1Filter)); in HAL_TIMEx_HallSensor_Init()
189 TIM_TI1_SetConfig(htim->Instance, sConfig->IC1Polarity, TIM_ICSELECTION_TRC, sConfig->IC1Filter); in HAL_TIMEx_HallSensor_Init()
194 htim->Instance->CCMR1 |= sConfig->IC1Prescaler; in HAL_TIMEx_HallSensor_Init()
214 OC_Config.Pulse = sConfig->Commutation_Delay; in HAL_TIMEx_HallSensor_Init()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dapp-linux.c72 static struct waffle_config *sConfig; variable
132 sConfig = waffle_config_choose(sDisplay, configAttribs); in initGraphics()
133 if (!sConfig) in initGraphics()
136 sContext = waffle_context_create(sConfig, NULL); in initGraphics()
140 sWindow = waffle_window_create(sConfig, sWindowWidth, sWindowHeight); in initGraphics()
177 if (!waffle_config_destroy(sConfig)) in deinitGraphics()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1922 HAL_StatusTypeDef HAL_TIM_Encoder_Init(TIM_HandleTypeDef *htim, TIM_Encoder_InitTypeDef* sConfig);
1954 HAL_StatusTypeDef HAL_TIM_OC_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OC_InitTypeDef* sConfig, ui…
1955 HAL_StatusTypeDef HAL_TIM_PWM_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OC_InitTypeDef* sConfig, u…
1956 HAL_StatusTypeDef HAL_TIM_IC_ConfigChannel(TIM_HandleTypeDef *htim, TIM_IC_InitTypeDef* sConfig, ui…
1957 …nePulse_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OnePulse_InitTypeDef* sConfig, uint32_t OutputC…
Dstm32l4xx_hal_tim_ex.h341 …tusTypeDef HAL_TIMEx_HallSensor_Init(TIM_HandleTypeDef *htim, TIM_HallSensor_InitTypeDef* sConfig);
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1922 HAL_StatusTypeDef HAL_TIM_Encoder_Init(TIM_HandleTypeDef *htim, TIM_Encoder_InitTypeDef* sConfig);
1954 HAL_StatusTypeDef HAL_TIM_OC_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OC_InitTypeDef* sConfig, ui…
1955 HAL_StatusTypeDef HAL_TIM_PWM_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OC_InitTypeDef* sConfig, u…
1956 HAL_StatusTypeDef HAL_TIM_IC_ConfigChannel(TIM_HandleTypeDef *htim, TIM_IC_InitTypeDef* sConfig, ui…
1957 …nePulse_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OnePulse_InitTypeDef* sConfig, uint32_t OutputC…
Dstm32l4xx_hal_tim_ex.h341 …tusTypeDef HAL_TIMEx_HallSensor_Init(TIM_HandleTypeDef *htim, TIM_HallSensor_InitTypeDef* sConfig);