Searched refs:right (Results 1 – 8 of 8) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_ppib.c | 117 #define PPIB_CHANNELS_MASK(left, right) \ argument 118 NRFX_BIT_MASK(NRFX_MIN(PPIB_CHANNELS_NUM(left), PPIB_CHANNELS_NUM(right)) 119 #define PPIB_CHANNELS_USED(left, right) \ argument 120 NRFX_CONCAT(NRFX_PPIB_INTERCONNECT_, left, _, right, _CHANNELS_USED) 121 #define PPIB_AVAILABLE_CHANNELS_MASK(left, right) \ argument 122 ((uint32_t)(PPIB_CHANNELS_MASK(left, right)) & ~(PPIB_CHANNELS_USED(left, right)))) 204 nrf_ppib_subscribe_clear(p_instance->right.p_reg, nrf_ppib_send_task_get(channel)); in nrfx_ppib_channel_free() 206 nrf_ppib_publish_clear(p_instance->right.p_reg, nrf_ppib_receive_event_get(channel)); in nrfx_ppib_channel_free()
|
| /hal_nordic-latest/nrfx/samples/doc/buildfiles/ |
| D | extra_stylesheet.css | 169 margin-right: 30px; 286 margin-right: auto; 302 border-right:1px solid #7eceed; 322 border-right: 1px solid #e0e0e0; 337 margin-right: auto; 346 margin-right: auto; 355 margin-right: auto; 426 text-align: right; 496 text-align: right; 498 padding-right: 10px;
|
| /hal_nordic-latest/nrfx/doc/buildfiles/ |
| D | extra_stylesheet.css | 169 margin-right: 30px; 287 margin-right: auto; 303 border-right:1px solid #7eceed; 323 border-right: 1px solid #e0e0e0; 338 margin-right: auto; 347 margin-right: auto; 356 margin-right: auto; 430 text-align: right; 500 text-align: right; 502 padding-right: 10px;
|
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_gppi_dppi_ppib_lumos.c | 212 nrf_ppib_event_t event = nrfx_ppib_receive_event_get(&p_ppib->ppib.right, ppib_channel); in create_ppib_connection() 216 nrfx_ppib_publish_set(&p_ppib->ppib.right, event, dst_dppi_channel); in create_ppib_connection() 220 nrfx_ppib_subscribe_set(&p_ppib->ppib.right, task, src_dppi_channel); in create_ppib_connection() 267 nrf_ppib_event_t event = nrfx_ppib_receive_event_get(&p_ppib->ppib.right, in clear_virtual_channel_path() 271 nrfx_ppib_subscribe_clear(&p_ppib->ppib.right, task); in clear_virtual_channel_path() 274 nrfx_ppib_publish_clear(&p_ppib->ppib.right, event); in clear_virtual_channel_path()
|
| /hal_nordic-latest/nrfx/soc/interconnect/dppic_ppib/ |
| D | nrfx_interconnect_dppic_ppib.c | 118 p_dst_ppib = interconnect_ppib[j].ppib.right.p_reg; in nrfx_interconnect_direct_connection_check() 121 if (interconnect_ppib[j].ppib.right.p_reg == interconnect_dppic_ppib[i].ppib) in nrfx_interconnect_direct_connection_check()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_ppib.h | 57 nrfx_ppib_t right; ///< Second driver instance. member 111 .right = NRFX_PPIB_INSTANCE(id_right), \
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 1833 # projects and redirect the results back to the right project.
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 1842 # projects and redirect the results back to the right project.
|