Searched refs:fp_offset (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/modbus/src/ |
D | test_modbus_server.c | 13 const static uint16_t fp_offset = MB_TEST_FP_OFFSET; variable 91 if (!IN_RANGE(addr, fp_offset, sizeof(holding_fp) / 2 + fp_offset)) { in input_reg_rd_fp() 95 *reg = holding_fp[(addr - fp_offset) / 2]; in input_reg_rd_fp() 130 if (!IN_RANGE(addr, fp_offset, sizeof(holding_fp) / 2 + fp_offset)) { in holding_reg_rd_fp() 134 *reg = holding_fp[(addr - fp_offset) / 2]; in holding_reg_rd_fp() 143 if (!IN_RANGE(addr, fp_offset, sizeof(holding_fp) / 2 + fp_offset)) { in holding_reg_wr_fp() 147 holding_fp[(addr - fp_offset) / 2] = reg; in holding_reg_wr_fp()
|
D | test_modbus_client.c | 13 const static uint16_t fp_offset = MB_TEST_FP_OFFSET; variable 16 const static uint16_t fp_offset_oor = fp_offset + offset_oor; 153 fp_offset + idx * 2, in test_holding_reg() 160 fp_offset, in test_holding_reg() 179 err = modbus_write_holding_regs(client_iface, node, fp_offset, in test_holding_reg() 183 err = modbus_read_holding_regs(client_iface, node, fp_offset, in test_holding_reg() 189 fp_offset, in test_holding_reg()
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 105 unsigned int fp_offset; member 127 u.__ap.fp_offset = (6 * 8 + 16 * 16); in cbprintf_via_va_list()
|