Home
last modified time | relevance | path

Searched refs:left (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-latest/nrfx/samples/doc/buildfiles/
Dextra_stylesheet.css59 padding-left:0px;
131 text-align: left;
168 margin-left: 30px;
174 margin-left: 20px;
243 background:transparent url(./pdf.png) center left no-repeat;
244 padding-left:22px;
250 background:transparent url(./zip_s.png) center left no-repeat;
251 padding-left:22px;
256 background:transparent url(./execute_s.png) center left no-repeat;
257 padding-left:22px;
[all …]
/hal_nordic-latest/nrfx/doc/buildfiles/
Dextra_stylesheet.css59 padding-left:0px;
131 text-align: left;
168 margin-left: 30px;
174 margin-left: 20px;
244 background:transparent url(./pdf.png) center left no-repeat;
245 padding-left:22px;
251 background:transparent url(./zip_s.png) center left no-repeat;
252 padding-left:22px;
257 background:transparent url(./execute_s.png) center left no-repeat;
258 padding-left:22px;
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppib.c117 #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))))
203 nrf_ppib_subscribe_clear(p_instance->left.p_reg, nrf_ppib_send_task_get(channel)); in nrfx_ppib_channel_free()
205 nrf_ppib_publish_clear(p_instance->left.p_reg, nrf_ppib_receive_event_get(channel)); in nrfx_ppib_channel_free()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib_lumos.c211 nrf_ppib_task_t task = nrfx_ppib_send_task_get(&p_ppib->ppib.left, ppib_channel); in create_ppib_connection()
215 nrfx_ppib_subscribe_set(&p_ppib->ppib.left, task, src_dppi_channel); in create_ppib_connection()
221 nrfx_ppib_publish_set(&p_ppib->ppib.left, event, dst_dppi_channel); in create_ppib_connection()
266 nrf_ppib_task_t task = nrfx_ppib_send_task_get(&p_ppib->ppib.left, ppib_channel); in clear_virtual_channel_path()
270 nrfx_ppib_subscribe_clear(&p_ppib->ppib.left, task); in clear_virtual_channel_path()
273 nrfx_ppib_publish_clear(&p_ppib->ppib.left, event); in clear_virtual_channel_path()
344 NRFX_BIT_MASK(nrf_ppib_channel_number_get(path.ppib->ppib.left.p_reg)); in gppi_dppi_connection_setup()
422 nrf_ppib_channel_number_get(path_src_to_main.ppib->ppib.left.p_reg)); in gppi_dppi_connection_setup()
424 nrf_ppib_channel_number_get(path_main_to_dst.ppib->ppib.left.p_reg)); in gppi_dppi_connection_setup()
477 nrf_ppib_channel_number_get(path_src_to_main.ppib->ppib.left.p_reg)); in gppi_dppi_connection_setup()
[all …]
/hal_nordic-latest/nrfx/soc/interconnect/dppic_ppib/
Dnrfx_interconnect_dppic_ppib.c114 if (interconnect_ppib[j].ppib.left.p_reg == interconnect_dppic_ppib[i].ppib) in nrfx_interconnect_direct_connection_check()
125 p_dst_ppib = interconnect_ppib[j].ppib.left.p_reg; in nrfx_interconnect_direct_connection_check()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppib.h56 nrfx_ppib_t left; ///< First driver instance. member
110 .left = NRFX_PPIB_INSTANCE(id_left), \
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile73 # left blank the current directory will be used.
144 # text. Otherwise, the brief description is used as-is. If left blank, the
174 # Stripping is only done if one of the specified strings matches the left-hand
176 # If left blank the directory from which doxygen is run is used as the path to
187 # header file to include in order to use a class. If left blank only the name of
794 # tag is left empty.
899 # messages should be written. If left blank the output is written to standard
953 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
1014 # *.h) to filter out the source-files in the directories. If left blank all
1233 # each generated HTML page. If the tag is left blank doxygen will generate a
[all …]
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile73 # left blank the current directory will be used.
144 # text. Otherwise, the brief description is used as-is. If left blank, the
174 # Stripping is only done if one of the specified strings matches the left-hand
176 # If left blank the directory from which doxygen is run is used as the path to
187 # header file to include in order to use a class. If left blank only the name of
796 # tag is left empty.
901 # messages should be written. If left blank the output is written to standard
963 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
1023 # *.h) to filter out the source-files in the directories. If left blank all
1242 # each generated HTML page. If the tag is left blank doxygen will generate a
[all …]