Home
last modified time | relevance | path

Searched refs:group (Results 1 – 6 of 6) sorted by relevance

/hal_intel-3.7.0/zephyr/iut_test/src/
Dmain.c27 static int iut_run(const char *name, const char *group, uint32_t attri, in iut_run() argument
34 group ? group : "NULL", name ? name : "NULL", attri); in iut_run()
54 if (group && strncmp(group, ut->group, strlen(group))) { in iut_run()
65 ut->group, ut->name, iut_cnt_run); in iut_run()
71 ut->group, ut->name, iut_cnt_run, in iut_run()
80 group ? group : "NULL", name ? name : "NULL", attri, in iut_run()
133 const char *group = NULL; in main() local
138 group = argv_run[1]; in main()
145 iut_run(name, group, 0x0, (argc_run - 2), in main()
Dshell_iut.c25 ut->group, ut->name, ut->attri); in cmd_iut_list()
/hal_intel-3.7.0/bsp_sedi/drivers/gpio/
Dsedi_gpio.c112 IN uint8_t group, IN sedi_gpio_pin_state_t state) in gpio_write_pin_port() argument
114 uint8_t port = (group >> access_type); in gpio_write_pin_port()
128 offset = (group & (uint32_t)((1U << access_type) - 1U)) * offset_unit; in gpio_write_pin_port()
141 IN uint8_t group) in gpio_read_pin_port() argument
143 uint8_t port = (group >> access_type); in gpio_read_pin_port()
159 offset = (group & (uint32_t)((1U << access_type) - 1U)) * offset_unit; in gpio_read_pin_port()
316 void sedi_gpio_write_pin_8bits(IN sedi_gpio_t gpio_device, IN uint8_t group, in sedi_gpio_write_pin_8bits() argument
319 gpio_write_pin_port(gpio_device, SEDI_GPIO_8BITS_ACCESS, group, pin_state); in sedi_gpio_write_pin_8bits()
322 void sedi_gpio_write_pin_16bits(IN sedi_gpio_t gpio_device, IN uint8_t group, in sedi_gpio_write_pin_16bits() argument
325 gpio_write_pin_port(gpio_device, SEDI_GPIO_16BITS_ACCESS, group, pin_state); in sedi_gpio_write_pin_16bits()
[all …]
/hal_intel-3.7.0/bsp_sedi/include/driver/
Dsedi_driver_gpio.h215 void sedi_gpio_write_pin_8bits(IN sedi_gpio_t gpio_device, IN uint8_t group,
225 void sedi_gpio_write_pin_16bits(IN sedi_gpio_t gpio_device, IN uint8_t group,
235 void sedi_gpio_write_pin_32bits(IN sedi_gpio_t gpio_device, IN uint8_t group,
244 uint8_t sedi_gpio_read_pin_8bits(IN sedi_gpio_t gpio_device, IN uint8_t group);
253 IN uint8_t group);
262 IN uint8_t group);
/hal_intel-3.7.0/zephyr/iut_test/include/
Diut.h18 const char *const group; member
34 .group = #_group, \
48 iut_print("IUT: (%s, %s): "fmt, iut_running->group, iut_running->name, ## arg)
/hal_intel-3.7.0/docs/
Dbsp_sedi_doxyfile396 # member in the group (if any) for the other members of the group. By default
397 # all members of a group must be documented explicitly.
402 # If one adds a struct or class to a group and this option is enabled, then also
403 # any nested class or struct is added to the same group. By default this option
410 # (for instance a group of public functions) to be put as a subgroup of that
419 # are shown inside the group in which they are included (e.g. using \ingroup)
432 # namespace, or group documentation), provided this scope is documented. If set
666 # of group names into alphabetical order. If set to NO the group names will
1425 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1545 # doxygen will group on one line in the generated HTML documentation.