Questions tagged «port-mapping»

3
SAM3X8E(Arduino Due)引脚IO寄存器
Arduino Due的IO寄存器如何工作?在Arduino的乌诺刚刚成立DDRx,那么PINx读,PORTx写,我想这样做同样的事情用一个Arduino到期,但它有更多的寄存器,如PIO_OWER,PIO_OSER,PIO_CODR,PIO_SODR等我发现的Arduino UNO和之间没有对应Arduino Due寄存器。 也有一些有用的功能,如pio_clear,pio_set,pio_get,等人,都在这里解释: http://asf.atmel.com/docs/3.19.0/sam3x/html/group__sam__drivers__pio__group.html 现在,我想我已经理解了所提到的三个函数的功能,但其他的函数却无法理解,例如: pio_configure (Pio *p_pio, const pio_type_t ul_type, const uint32_t ul_mask, const uint32_t ul_attribute) 我想不出有什么ul_attribute和ul_type是。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.