Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_ble.c594 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in PLATFORM_EnableBleLowPower() local
616 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in PLATFORM_DisableBleLowPower() local
817 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_STORE_BT_CAL_DATA_OCF); in PLATFORM_SetBtCalData() local
932 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_BT_HOST_SLEEP_CONFIG_OCF); in PLATFORM_BleSetHostSleepConfig() local
949 static void PLATFORM_FillInHciCmdMsg(uint8_t *pbuf, uint16_t opcode, uint8_t msg_sz, const uint8_t … in PLATFORM_FillInHciCmdMsg()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/spifi/
Dfsl_spifi_nor_flash.c784 uint8_t opcode = memSpifiHandler->commandSet.eraseSectorCommand; in spifi_nor_erase_sector() local
976 uint8_t opcode = memSpifiHandler->commandSet.eraseChipCommand; in Nor_Flash_Erase_Chip() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/spifi/
Dfsl_spifi.h101 uint8_t opcode; /*!< Command opcode value */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c528 __STATIC_FORCEINLINE uint32_t Accel_IterOpcodeResaddr(uint32_t iter, uint32_t opcode, uint32_t resA… in Accel_IterOpcodeResaddr()