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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

403 次查看
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 项奖励
2 回复数

389 次查看
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 项奖励

353 次查看
Song2552049
Contributor I

Thanks

0 项奖励