Searched refs:s (Results 1 – 5 of 5) sorted by relevance
/hal_renesas-latest/zephyr/ra/portable/ |
D | bsp_tfu.h | 203 #define sincosf(a, s, c) __sincosf(a, s, c) argument
|
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/ |
D | r_usb_host.c | 1841 const uint32_t s = p_reg->BEMPSTS; in r_usbh_isr() local 1843 if (s & 1) in r_usbh_isr() 1852 uint32_t s = p_reg->NRDYSTS & m; in r_usbh_isr() local 1853 p_reg->NRDYSTS = ~s; in r_usbh_isr() 1854 while (s) in r_usbh_isr() 1856 const uint32_t num = CTZ(s); in r_usbh_isr() 1858 s &= ~USB_SETBIT(num); in r_usbh_isr() 1865 uint32_t s = p_reg->BRDYSTS & m; in r_usbh_isr() local 1869 p_reg->BRDYSTS = ~s; in r_usbh_isr() 1870 while (s) in r_usbh_isr() [all …]
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/ |
D | bsp_tfu.h | 66 #define sincosf(a, s, c) __sincosf(a, s, c) argument 72 #define sincosfx(a, s, c) __sincosfx(a, s, c) argument
|
/hal_renesas-latest/zephyr/blobs/ |
D | license.txt | 80 Contribution(s) alone or by combination of their Contribution(s) 81 with the Work to which such Contribution(s) was submitted. If You
|
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/ |
D | r_usb_device.c | 84 static inline uint32_t get_first_bit1_offset (uint32_t s) { in get_first_bit1_offset() argument 85 return __builtin_ctz(s); in get_first_bit1_offset()
|