Home
last modified time | relevance | path

Searched refs:IC1Filter (Results 1 – 25 of 138) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_tim.c476 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
503 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
521 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
560 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
596 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
627 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_tim.c476 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
503 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
521 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
560 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
596 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
627 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_tim.c455 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
482 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
500 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
539 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
575 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
606 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_tim.c496 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
523 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
541 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
580 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
614 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
645 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_tim.c530 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
557 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
575 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
614 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
650 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
681 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_tim.c483 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
510 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
528 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
567 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
603 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
634 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_tim.c462 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
489 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
507 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
546 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
582 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
613 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_tim.c479 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
506 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
524 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
563 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
599 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
630 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_tim.c474 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
501 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
519 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
558 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
594 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
625 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_tim.c466 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
493 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
511 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
550 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
586 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
617 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_tim.c497 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
524 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
542 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
581 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
617 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
648 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_tim.c503 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
530 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
548 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
587 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
623 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
654 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_tim.c506 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
533 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
551 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
590 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
626 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
657 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_tim.c520 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
547 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
565 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
604 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
640 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
671 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_tim.c579 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
606 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
624 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
664 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
700 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
731 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_tim.c516 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
543 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
561 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
600 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
636 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
667 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_tim.c534 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
560 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
578 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
616 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
651 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
682 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_tim.c557 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
584 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
602 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
641 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
677 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
708 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_tim.c542 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
569 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
587 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
626 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
662 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
693 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_tim.c514 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
541 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
559 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
598 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
634 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
665 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_tim.c551 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
578 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
596 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
635 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
671 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
702 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_tim.c383 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
410 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
428 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_tim.c406 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
433 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
451 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_tim.c477 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
504 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
522 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_tim_ex.h55 uint32_t IC1Filter; /*!< Specifies the input capture filter. member

123456