Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rcar_pin_func Struct Reference

Type for R-Car pin function. More...

#include <zephyr/drivers/pinctrl/pinctrl_rcar_common.h>

Data Fields

uint8_t bank:5
uint8_t shift:5
uint8_t func:4
 Alternate function 0 - 15.
uint8_t group: 4
 GPIO group 0 - 10.
uint8_t bit: 5
 Bit i.e.

Detailed Description

Type for R-Car pin function.

Field Documentation

◆ bank

uint8_t rcar_pin_func::bank

◆ bit

uint8_t rcar_pin_func::bit

Bit i.e.

pin 0 - 31

◆ func

uint8_t rcar_pin_func::func

Alternate function 0 - 15.

◆ group

uint8_t rcar_pin_func::group

GPIO group 0 - 10.

◆ shift

uint8_t rcar_pin_func::shift

The documentation for this struct was generated from the following files: