Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 5 of 5) sorted by relevance

/external/platform/nrfx/drivers/include/
A Dnrfx_qspi.h110 .opcode = (opc), \
290 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode,
/external/lib/lwip/include/netif/
A Detharp.h120 PACK_STRUCT_FIELD(u16_t opcode);
205 const u16_t opcode);
/external/platform/nrfx/hal/
A Dnrf_qspi.h242 uint8_t opcode; /**< Opcode used in custom instruction transmission. */ member
253 uint8_t opcode; /**< Opcode used to enter the proper addressing mode. */ member
729 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()
/external/platform/nrfx/drivers/src/
A Dnrfx_qspi.c206 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode, in nrfx_qspi_cinstr_quick_send() argument
210 nrf_qspi_cinstr_conf_t config = NRFX_QSPI_DEFAULT_CINSTR(opcode, length); in nrfx_qspi_cinstr_quick_send()
/external/lib/lwip/netif/
A Detharp.c765 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) argument
1206 hdr->opcode = htons(opcode);

Completed in 10 milliseconds