Searched refs:code_swapped (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 487 uint32_t code_swapped = __builtin_bswap32(code); in twai_ll_set_acc_filter() local 490 …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-3.6.0/components/hal/esp32s2/include/hal/ |
D | twai_ll.h | 487 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 490 …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-3.6.0/components/hal/esp32s3/include/hal/ |
D | twai_ll.h | 487 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 490 …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-3.6.0/components/hal/esp32c3/include/hal/ |
D | twai_ll.h | 487 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 490 …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-3.6.0/components/hal/esp32/include/hal/ |
D | twai_ll.h | 579 uint32_t code_swapped = HAL_SWAP32(code); in twai_ll_set_acc_filter() local 582 …HAL_FORCE_MODIFY_U32_REG_FIELD(hw->acceptance_filter.acr[i], byte, ((code_swapped >> (i * 8)) & 0x… in twai_ll_set_acc_filter()
|