What is the difference:pins drver.c(SDK DriverPiNS)pins port hw access.c (SDK Driver:PiNS)

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

What is the difference:pins drver.c(SDK DriverPiNS)pins port hw access.c (SDK Driver:PiNS)

386 Views
Song2552049
Contributor I

Song2552049_0-1686533464297.png

Hi NXP teams:

    As shown in the figure,

   pins drver.c(SDK DriverPiNS)

   pins port hw access.c (SDK Driver:PiNS),

  What is the difference?

 

Can you explain it in detail

 

0 Kudos
2 Replies

372 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@Song2552049

don't know how to explain it, you have to dig deeper to these file.

pins_driver.c will call "device_registers.h", "pins_gpio_hw_access.h", "pins_port_hw_access.h"/

and "pins_gpio_hw_access.h", "pins_port_hw_access.h" mainly provides the API for reading and writing

register bit -fields belonging to the PORT module.

0 Kudos

336 Views
Song2552049
Contributor I

Thanks

0 Kudos