S32DS Processor Expert Port Digital Fiilter Clock

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS Processor Expert Port Digital Fiilter Clock

743 Views
koehlerl
Contributor IV

Hello,

 I can enable the Pin for digital filter in the  pin_mux Component.

But is it  possible to configure the port digital filter clock and the port digital filter witdth with the Processor expert in the S32Ds for S32K144?

Br Lutz

0 Kudos
1 Reply

626 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello,

It can't be done in Processor Expert, however, there is a function for that.

void PINS_DRV_ConfigDigitalFilter(PORT_Type * const base, const port_digital_filter_config_t * const config);

For more information please refer to the SDK documentation in the S32DS installation folder.

...\S32DS_ARM_v2018.R1\S32DS\S32SDK_S32K1xx_BETA_2.9.2\doc\Start_here.html

Regards,

Daniel

0 Kudos