This module is responsible for encoding and decoding the serial bytes to/from Host into corresponding RF4Control APIs .
Macros | |
#define | RF4CONTROL_PID (2) |
#define | RF4CONTROL_PID_LEN (1) |
Functions | |
void | serial_data_handler (void) |
Function to handle the state machine serial data exchange. More... | |
void | serial_interface_init (void) |
This function does the initialization of the SIO or UART. More... | |
#define RF4CONTROL_PID (2) |
Referenced by nlde_data_confirm(), nlde_data_indication(), nlde_data_request(), nlme_auto_discovery_confirm(), nlme_auto_discovery_request(), nlme_comm_status_indication(), nlme_discovery_confirm(), nlme_discovery_indication(), nlme_discovery_request(), nlme_discovery_response(), nlme_get_confirm(), nlme_get_request(), nlme_pair_confirm(), nlme_pair_indication(), nlme_pair_request(), nlme_pair_response(), nlme_reset_confirm(), nlme_reset_request(), nlme_rx_enable_confirm(), nlme_rx_enable_request(), nlme_set_confirm(), nlme_set_request(), nlme_start_confirm(), nlme_start_request(), nlme_unpair_confirm(), nlme_unpair_indication(), nlme_unpair_request(), nlme_unpair_response(), nlme_update_key_confirm(), nlme_update_key_request(), nwk_ch_agility_confirm(), nwk_ch_agility_indication(), nwk_ch_agility_request(), pbp_org_pair_confirm(), pbp_org_pair_request(), pbp_rec_pair_confirm(), pbp_rec_pair_request(), process_incoming_data(), process_incoming_sio_data(), vendor_data_confirm(), vendor_data_ind(), zrc_cmd_confirm(), zrc_cmd_disc_confirm(), zrc_cmd_disc_indication(), zrc_cmd_disc_request(), zrc_cmd_disc_response(), zrc_cmd_indication(), and zrc_cmd_request().
#define RF4CONTROL_PID_LEN (1) |
Referenced by nlde_data_confirm(), nlde_data_indication(), nlde_data_request(), nlme_auto_discovery_confirm(), nlme_auto_discovery_request(), nlme_comm_status_indication(), nlme_discovery_confirm(), nlme_discovery_indication(), nlme_discovery_request(), nlme_discovery_response(), nlme_get_confirm(), nlme_get_request(), nlme_pair_confirm(), nlme_pair_indication(), nlme_pair_request(), nlme_pair_response(), nlme_reset_confirm(), nlme_reset_request(), nlme_rx_enable_confirm(), nlme_rx_enable_request(), nlme_set_confirm(), nlme_set_request(), nlme_start_confirm(), nlme_start_request(), nlme_unpair_confirm(), nlme_unpair_indication(), nlme_unpair_request(), nlme_unpair_response(), nlme_update_key_confirm(), nlme_update_key_request(), nwk_ch_agility_confirm(), nwk_ch_agility_indication(), nwk_ch_agility_request(), pbp_org_pair_confirm(), pbp_org_pair_request(), pbp_rec_pair_confirm(), pbp_rec_pair_request(), vendor_data_confirm(), vendor_data_ind(), zrc_cmd_confirm(), zrc_cmd_disc_confirm(), zrc_cmd_disc_indication(), zrc_cmd_disc_request(), zrc_cmd_indication(), and zrc_cmd_request().
void serial_data_handler | ( | void | ) |
Function to handle the state machine serial data exchange.
References buf_count, data, data_length, head, process_incoming_sio_data(), rx_index, sio2host_rx(), sio2host_tx(), SIO_BUF_COUNT, SIO_RX_BUF_SIZE, and sio_tx_buf.
Referenced by main().
void serial_interface_init | ( | void | ) |
This function does the initialization of the SIO or UART.
References sio2host_init(), sio_rx_state, and UART_RX_STATE_SOT.
Referenced by main().