Searched refs:opcode (Results 1 – 5 of 5) sorted by relevance
110 .opcode = (opc), \290 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode,
120 PACK_STRUCT_FIELD(u16_t opcode);205 const u16_t opcode);
242 uint8_t opcode; /**< Opcode used in custom instruction transmission. */ member253 uint8_t opcode; /**< Opcode used to enter the proper addressing mode. */ member729 uint32_t config = p_config->opcode; in nrf_qspi_addrconfig_set()873 p_reg->CINSTRCONF = (((uint32_t)p_config->opcode << QSPI_CINSTRCONF_OPCODE_Pos) | in nrf_qspi_cinstr_transfer_start()884 p_reg->CINSTRCONF = (((uint32_t)p_config->opcode << QSPI_CINSTRCONF_OPCODE_Pos) | in nrf_qspi_cinstr_long_transfer_start()
206 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode, in nrfx_qspi_cinstr_quick_send() argument210 nrf_qspi_cinstr_conf_t config = NRFX_QSPI_DEFAULT_CINSTR(opcode, length); in nrfx_qspi_cinstr_quick_send()
765 switch (hdr->opcode) {780 hdr->opcode = htons(ARP_REPLY);830 …UG | LWIP_DBG_TRACE, ("etharp_arp_input: ARP unknown opcode type %"S16_F"\n", htons(hdr->opcode)));1179 const u16_t opcode) argument1206 hdr->opcode = htons(opcode);
Completed in 13 milliseconds