Searched refs:code_swapped (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | twai_ll.h | 552 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 555 …HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte, ((code_swapped >> (i * 8)) & 0x… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | twai_ll.h | 552 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 555 …HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte, ((code_swapped >> (i * 8)) & 0x… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | twai_ll.h | 552 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 555 …HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte, ((code_swapped >> (i * 8)) & 0x… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 559 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 562 …HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte, ((code_swapped >> (i * 8)) & 0x… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | twai_ll.h | 573 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 576 …HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte, ((code_swapped >> (i * 8)) & 0x… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | twai_ll.h | 650 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 653 …HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte, ((code_swapped >> (i * 8)) & 0x… in twai_ll_set_acc_filter()
|