Go to the documentation of this file.
39 #ifdef PREINIT_SUPPORTED
43 #ifdef MikroCCoreVersion
44 #if MikroCCoreVersion >= 1
49 #include "drv_digital_out.h"
50 #include "drv_digital_in.h"
78 #define WIREPAS_DSAP_DATA_TX_REQUEST 0x01
79 #define WIREPAS_DSAP_DATA_TX_CONFIRM 0x81
80 #define WIREPAS_DSAP_DATA_TX_TT_REQUEST 0x1F
81 #define WIREPAS_DSAP_DATA_TX_TT_CONFIRM 0x9F
82 #define WIREPAS_DSAP_DATA_TX_INDICATION 0x02
83 #define WIREPAS_DSAP_DATA_TX_RESPONSE 0x82
84 #define WIREPAS_DSAP_DATA_RX_INDICATION 0x03
85 #define WIREPAS_DSAP_DATA_RX_RESPONSE 0x83
91 #define WIREPAS_MSAP_INDICATION_POLL_REQUEST 0x04
92 #define WIREPAS_MSAP_INDICATION_POLL_CONFIRM 0x84
93 #define WIREPAS_MSAP_STACK_START_REQUEST 0x05
94 #define WIREPAS_MSAP_STACK_START_CONFIRM 0x85
95 #define WIREPAS_MSAP_STACK_STOP_REQUEST 0x06
96 #define WIREPAS_MSAP_STACK_STOP_CONFIRM 0x86
97 #define WIREPAS_MSAP_STACK_STATE_INDICATION 0x07
98 #define WIREPAS_MSAP_STACK_STATE_RESPONSE 0x87
99 #define WIREPAS_MSAP_APP_CONFIG_DATA_RX_IND 0x3F
100 #define WIREPAS_MSAP_APP_CONFIG_DATA_RX_RESP 0xBF
101 #define WIREPAS_MSAP_SCAN_NBORS_INDICATION 0x22
102 #define WIREPAS_MSAP_SCAN_NBORS_RESPONSE 0xA2
108 #define WIREPAS_CSAP_ATTRIBUTE_WRITE_REQUEST 0x0D
109 #define WIREPAS_CSAP_ATTRIBUTE_WRITE_CONFIRM 0x8D
110 #define WIREPAS_CSAP_ATTRIBUTE_READ_REQUEST 0x0E
111 #define WIREPAS_CSAP_ATTRIBUTE_READ_CONFIRM 0x8E
112 #define WIREPAS_CSAP_FACTORY_RESET_REQUEST 0x16
113 #define WIREPAS_CSAP_FACTORY_RESET_CONFIRM 0x96
119 #define WIREPAS_CSAP_ATTRIBUTE_NODE_ADDRESS 0x01
120 #define WIREPAS_CSAP_ATTRIBUTE_NETWORK_ADDRESS 0x02
121 #define WIREPAS_CSAP_ATTRIBUTE_NETWORK_CHANNEL 0x03
122 #define WIREPAS_CSAP_ATTRIBUTE_NODE_ROLE 0x04
128 #define WIREPAS_FACTORY_RESET_CODE "DoIt"
134 #define WIREPAS_ENDCODE_OCTET 0xC0
140 #define WIREPAS_ROUTER_NODE_MODE 0x02
141 #define WIREPAS_SINK_NODE_MODE 0x01
147 #define WIREPAS_PIN_MODE_HIGH 0x01
148 #define WIREPAS_PIN_MODE_LOW 0x00
155 #define WIREPAS_TX_DRV_BUFFER_SIZE 200
156 #define WIREPAS_RX_DRV_BUFFER_SIZE 500
174 #define WIREPAS_MAP_MIKROBUS( cfg, mikrobus ) \
175 cfg.tx_pin = MIKROBUS( mikrobus, MIKROBUS_TX ); \
176 cfg.rx_pin = MIKROBUS( mikrobus, MIKROBUS_RX ); \
177 cfg.rst = MIKROBUS( mikrobus, MIKROBUS_RST ); \
178 cfg.din = MIKROBUS( mikrobus, MIKROBUS_INT );
192 uint8_t payload[ 256 ];
386 uint8_t payload_length, uint8_t *payload );
417 uint8_t attribute_len, uint8_t *attribute_val );
433 uint8_t *attribute_len, uint8_t *attribute_val );
489 uint8_t tx_op, uint8_t apdu_length, uint8_t *apdu );
void wirepas_cfg_setup(wirepas_cfg_t *cfg)
Wirepas configuration object setup function.
bool uart_blocking
Definition: wirepas.h:236
void wirepas_set_rst(wirepas_t *ctx, uint8_t pin_state)
Wirepas set RST pin state function.
digital_in_t din
Definition: wirepas.h:206
Wirepas Click configuration object.
Definition: wirepas.h:225
uint8_t frame_id
Definition: main.c:55
uart_stop_bits_t stop_bit
Definition: wirepas.h:239
@ WIREPAS_DATA_RDY
Definition: wirepas.h:263
void wirepas_default_cfg(wirepas_t *ctx)
Wirepas default configuration function.
uint8_t destination_endpoint
Definition: wirepas.h:252
Wirepas Click frame data object.
Definition: wirepas.h:188
err_t wirepas_set_net_address(wirepas_t *ctx, uint32_t net_address)
Wirepas set net address function.
void wirepas_hw_reset(wirepas_t *ctx)
Wirepas hardware reset function.
uint8_t payload_len
Definition: wirepas.h:191
#define WIREPAS_TX_DRV_BUFFER_SIZE
Wirepas driver buffer size.
Definition: wirepas.h:155
pin_name_t rst
Definition: wirepas.h:231
digital_out_t rst
Definition: wirepas.h:203
err_t wirepas_send_ack(wirepas_t *ctx, uint8_t primitive_id, uint8_t frame_id, uint8_t result)
Wirepas send ack function.
@ WIREPAS_ERROR
Definition: wirepas.h:264
pin_name_t rx_pin
Definition: wirepas.h:227
uint8_t primitive_id
Definition: wirepas.h:189
err_t wirepas_read_csap_attribute(wirepas_t *ctx, uint16_t attribute_id, uint8_t *attribute_len, uint8_t *attribute_val)
Wirepas read CSAP attribute function.
uint8_t wirepas_get_din_state(wirepas_t *ctx)
Wirepas get DIN state function.
err_t wirepas_generic_write(wirepas_t *ctx, uint8_t *data_in, uint16_t len)
Wirepas data writing function.
pin_name_t tx_pin
Definition: wirepas.h:228
err_t wirepas_set_node_address(wirepas_t *ctx, uint32_t address)
Wirepas set node address function.
err_t wirepas_send_data(wirepas_t *ctx, wirepas_sink_data sink_data, uint8_t tx_op, uint8_t apdu_length, uint8_t *apdu)
Wirepas send data function.
uint8_t tx_frame_id
Definition: wirepas.h:216
err_t wirepas_write_csap_attribute(wirepas_t *ctx, uint16_t attribute_id, uint8_t attribute_len, uint8_t *attribute_val)
Wirepas write CSAP attribute function.
uint8_t frame_id
Definition: wirepas.h:190
err_t wirepas_generic_read(wirepas_t *ctx, uint8_t *data_out, uint16_t len)
Wirepas data reading function.
uint8_t source_endpoint
Definition: wirepas.h:250
uart_t uart
Definition: wirepas.h:209
uint32_t baud_rate
Definition: wirepas.h:235
Wirepas Click context object.
Definition: wirepas.h:201
uint16_t pduid
Definition: wirepas.h:249
wirepas_frame_t frame
Definition: wirepas.h:215
pin_name_t din
Definition: wirepas.h:232
err_t wirepas_send_command(wirepas_t *ctx, uint8_t primitive_id, uint8_t payload_length, uint8_t *payload)
Wirepas send command function.
#define WIREPAS_RX_DRV_BUFFER_SIZE
Definition: wirepas.h:156
wirepas_return_value_t
Wirepas Click return value data.
Definition: wirepas.h:261
err_t wirepas_read_frame(wirepas_t *ctx, wirepas_frame_t *frame)
Wirepas read frame function.
Wirepas Click sink data object.
Definition: wirepas.h:248
@ WIREPAS_OK
Definition: wirepas.h:262
uint32_t destination_addr
Definition: wirepas.h:251
uart_data_bits_t data_bit
Definition: wirepas.h:237
uart_parity_t parity_bit
Definition: wirepas.h:238
err_t wirepas_init(wirepas_t *ctx, wirepas_cfg_t *cfg)
Wirepas initialization function.