Searched refs:transceive_packet (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/sensor/grow_r502a/ |
| D | grow_r502a.c | 22 static int transceive_packet(const struct device *dev, union r502a_packet *tx_packet, in transceive_packet() function 205 ret = transceive_packet(dev, &tx_packet, &rx_packet, set_sys_param_len); in fps_set_sys_param() 240 ret = transceive_packet(dev, &tx_packet, &rx_packet, read_sys_param_len); in r502a_read_sys_param() 298 ret = transceive_packet(dev, &tx_packet, &rx_packet, led_ctrl_len); in fps_led_control() 332 ret = transceive_packet(dev, &tx_packet, &rx_packet, verify_pwd_len); in fps_verify_password() 364 ret = transceive_packet(dev, &tx_packet, &rx_packet, get_temp_cnt_len); in fps_get_template_count() 400 ret = transceive_packet(dev, &tx_packet, &rx_packet, temp_table_len); in fps_read_template_table() 453 ret = transceive_packet(dev, &tx_packet, &rx_packet, get_img_len); in fps_get_image() 488 ret = transceive_packet(dev, &tx_packet, &rx_packet, img_to_char_len); in fps_image_to_char() 519 ret = transceive_packet(dev, &tx_packet, &rx_packet, create_model_len); in fps_create_model() [all …]
|