Searched refs:uint32 (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/drivers/mbox/ |
D | mbox_nxp_s32_mru.c | 82 tx_cfg.MBAddList = (volatile uint32 * const *)tx_mbox_addr; in nxp_s32_mru_send() 83 tx_cfg.ChMBSTATAdd = (volatile uint32 *)&cfg->base->CHXCONFIG[channel].CH_MBSTAT; in nxp_s32_mru_send() 85 status = Mru_Ip_Transmit(&tx_cfg, (const uint32 *)msg->data); in nxp_s32_mru_send() 211 static volatile const uint32 * const \ 213 (uint32 *const)MRU_MBOX_ADDR(n, i, 0), \ 215 static uint32 nxp_s32_mru_##n##_ch_##i##_buf[MRU_MAX_MBOX_PER_CHAN]; \ 238 .ChCFG0Add = (volatile uint32 *)&MRU_BASE(n)->CHXCONFIG[i].CH_CFG0, \ 240 .ChCFG1Add = (volatile uint32 *)&MRU_BASE(n)->CHXCONFIG[i].CH_CFG1, \ 242 .ChMBSTATAdd = (volatile uint32 *)&MRU_BASE(n)->CHXCONFIG[i].CH_MBSTAT, \ 249 void nxp_s32_mru_##n##_cb(uint8_t channel, const uint32 *buf, uint8_t mbox_count) \ [all …]
|
/Zephyr-latest/tests/modules/nanopb/proto/sub/ |
D | nested.proto | 10 uint32 id = 1;
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500_nm_bsp.c | 65 void nm_bsp_sleep(uint32 u32TimeMsec) in nm_bsp_sleep()
|
D | wifi_winc1500.c | 42 typedef void (*tpfAppResolveCb) (uint8 *pu8DomainName, uint32 u32ServerIP); 51 uint16 u16BufLen, uint32 u32Timeoutmsec);
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_s32_netc_vsi.c | 85 void nxp_s32_eth_vsi##n##_rx_event(uint8_t chan, const uint32 *buf, uint8_t buf_size) \ 140 .rxMruMailboxAddr = (uint32 *)MRU_MBOX_ADDR(DT_DRV_INST(n), rx), \
|
D | eth_nxp_s32_netc_psi.c | 262 void nxp_s32_eth_psi##n##_rx_event(uint8_t chan, const uint32 *buf, uint8_t buf_size) \ 363 .maskVLANAllowUntaggedEnable = (uint32)0x30000U, \ 370 .rxMruMailboxAddr = (uint32 *)MRU_MBOX_ADDR(DT_DRV_INST(n), rx), \ 372 ((uint32 *)MRU_MBOX_ADDR(DT_DRV_INST(n), vsi_msg)), (NULL)), \
|
D | eth_nxp_s32_netc_priv.h | 102 void (*handler)(uint8_t chan, const uint32 *buf, uint8_t buf_size);
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_ifx_cat1.c | 389 __attribute__((unused)) uint32 frequency; in clock_control_infineon_cat1_init() 390 uint32 clock_div; in clock_control_infineon_cat1_init()
|
/Zephyr-latest/drivers/can/ |
D | can_nxp_s32_canxl.c | 1151 uint32 u32SysStatus, const Canexcel_Ip_StateType *canexcelState) \ 1159 uint32 buffIdx, const Canexcel_Ip_StateType *canexcelState) \ 1209 .MsgBuffersPtr = (uint32 *)rx_fifo_##n, \
|