Searched refs:excep_bit (Results 1 – 3 of 3) sorted by relevance
106 const uint8_t excep_bit = BIT(7); in modbus_set_exception() local108 adu->fc |= excep_bit; in modbus_set_exception()115 const uint8_t excep_bit = BIT(7); in modbus_raw_set_server_failure() local117 adu->fc |= excep_bit; in modbus_raw_set_server_failure()
35 const uint8_t excep_bit = BIT(7); in mbc_validate_response_fc() local46 if (resp_fc & excep_bit) { in mbc_validate_response_fc()
83 const uint8_t excep_bit = BIT(7); in mbs_exception_rsp() local89 ctx->tx_adu.fc |= excep_bit; in mbs_exception_rsp()
Completed in 10 milliseconds