Searched refs:transceive_packet (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/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 198 ret = transceive_packet(dev, &tx_packet, &rx_packet, set_sys_param_len); in fps_set_sys_param() 233 ret = transceive_packet(dev, &tx_packet, &rx_packet, read_sys_param_len); in r502a_read_sys_param() 291 ret = transceive_packet(dev, &tx_packet, &rx_packet, led_ctrl_len); in fps_led_control() 325 ret = transceive_packet(dev, &tx_packet, &rx_packet, verify_pwd_len); in fps_verify_password() 357 ret = transceive_packet(dev, &tx_packet, &rx_packet, get_temp_cnt_len); in fps_get_template_count() 393 ret = transceive_packet(dev, &tx_packet, &rx_packet, temp_table_len); in fps_read_template_table() 446 ret = transceive_packet(dev, &tx_packet, &rx_packet, get_img_len); in fps_get_image() 481 ret = transceive_packet(dev, &tx_packet, &rx_packet, img_to_char_len); in fps_image_to_char() 512 ret = transceive_packet(dev, &tx_packet, &rx_packet, create_model_len); in fps_create_model() [all …]
|