Home
last modified time | relevance | path

Searched refs:mo (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/can/
Dcan_xmc4xxx.c150 CAN_MO_TypeDef *mo; in can_xmc4xxx_send() local
196 mo = dev_data->tx_mo[mailbox_idx]; in can_xmc4xxx_send()
197 mo->MOCTR = CAN_MO_MOCTR_RESMSGVAL_Msk; in can_xmc4xxx_send()
201 mo->MOAR = FIELD_PREP(CAN_MO_MOAR_PRI_Msk, 1) | in can_xmc4xxx_send()
204 mo->MOAR = FIELD_PREP(CAN_MO_MOAR_PRI_Msk, 1) | in can_xmc4xxx_send()
208 mo->MOFCR &= ~CAN_MO_MOFCR_DLC_Msk; in can_xmc4xxx_send()
209 mo->MOFCR |= FIELD_PREP(CAN_MO_MOFCR_DLC_Msk, msg->dlc); in can_xmc4xxx_send()
212 mo->MOCTR = CAN_MO_MOCTR_RESDIR_Msk; in can_xmc4xxx_send()
214 mo->MOCTR = CAN_MO_MOCTR_SETDIR_Msk; in can_xmc4xxx_send()
215 memcpy((void *)&mo->MODATAL, &msg->data[0], sizeof(uint32_t)); in can_xmc4xxx_send()
[all …]
/Zephyr-latest/scripts/build/
Dparse_syscalls.py55 items = [mo.groups()[0].strip() for mo in regex.finditer(contents)]
130 syscall_result = [(mo.groups(), fn, to_emit)
131 for mo in syscall_regex.finditer(contents)]
Dgen_syscalls.py214 mo = typename_regex.match(item)
215 if not mo:
218 m = mo.groups()
/Zephyr-latest/doc/_static/css/
Dcustom.css405 .highlight .mo /* Literal.Number.Oct */ {