Home
last modified time | relevance | path

Searched refs:port_value (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Ddw_gpio.c543 uint32_t port_value = value << offset; in csi_gpio_pin_write() local
545 port_handle->value = port_value; in csi_gpio_pin_write()
564 uint32_t port_value; in csi_gpio_pin_read() local
570 gpio_read(port_handle, &port_value); in csi_gpio_pin_read()
571 *value = (port_value & (1 << offset)) >> offset; in csi_gpio_pin_read()
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c70 char *host_value = NULL, *port_value = NULL, *ip_value = NULL; in _bootstrap_connection_info() local
80 … port_key, strlen(port_key), &port_value, &port_value_len)) < STATE_SUCCESS)) { in _bootstrap_connection_info()
91 core_str2uint(port_value, port_value_len, &tmp_port); in _bootstrap_connection_info()

Completed in 4 milliseconds