GPIO PIN_CNF[n]: pin configuration register.
More...
#include <regs.h>
|
| struct { | |
| |
| uint32_t DIR: 1 | |
| |
| uint32_t INPUT: 1 | |
| |
| uint32_t PULL: 2 | |
| |
| uint32_t : 4 | |
| |
| uint32_t DRIVE: 3 | |
| |
| uint32_t : 5 | |
| |
| uint32_t SENSE: 2 | |
| |
| uint32_t : 14 | |
| |
| } | bit | |
| |
| uint32_t | reg |
| |
GPIO PIN_CNF[n]: pin configuration register.
◆ __pad0__
| uint32_t gpio_pin_cnf_t::__pad0__ |
◆ __pad1__
| uint32_t gpio_pin_cnf_t::__pad1__ |
◆ __pad2__
| uint32_t gpio_pin_cnf_t::__pad2__ |
◆ [struct]
| struct { ... } gpio_pin_cnf_t::bit |
◆ DIR
| uint32_t gpio_pin_cnf_t::DIR |
◆ DRIVE
| uint32_t gpio_pin_cnf_t::DRIVE |
◆ INPUT
| uint32_t gpio_pin_cnf_t::INPUT |
◆ PULL
| uint32_t gpio_pin_cnf_t::PULL |
◆ reg
| uint32_t gpio_pin_cnf_t::reg |
◆ SENSE
| uint32_t gpio_pin_cnf_t::SENSE |
The documentation for this union was generated from the following file: